.headeracceuil{
    height:70px;
}
.headeracceuil .right {
    position: absolute;
    top: 0;
    right: 0;
}
.zone-multi-button
{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* répartition des 3 zones Header / Content / Footer*/
/*.accueil
{
    height: 100%;
    width: 100%;
    font-size: 16px;
}
.accueil .header-wrapper, .accueil .footer-wrapper
{
    max-width: 980px;
}
.accueil body
{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.accueil header
{
    height: 70px;
}
.accueil footer
{
    height: 100px;
    position: relative !important;
}
.accueil .containerOne
{
    flex: 1;
    overflow: auto;
    max-width: 980px;
    margin: auto;*/ /* pour gérer les marges au delà de 980px*/
    /*display: flex;
    flex-direction: column;
    justify-content: center;
}
.accueil .container-zone
{
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
*/


.accueil .zone-title
{
    height: 70px;
}
/*.accueil h1
{
    color: black;
    font-weight: bold;
    font-size: 22px;
}
*/
.accueil .zone-content
{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap:wrap;
    text-align: left;
}
.accueil label
{
    font-size: 1rem;
    color: black;
}
.accueil .zone-image
{
    margin: 0 auto;
    padding: 0;
    max-width: 480px;
    height: 100%;
}
.accueil .zone-image img
{
    max-width: 520px;
    margin: 0;
    margin-left: 40px;
}
.accueil .zone-connexion {
    margin: 0 auto;
    padding: 0;
    max-width: 480px;
    margin-left: 100px;
}
.accueil .zone-connexion .zone-connexion-part
{
    width: 100%;
    padding-right: 20px;
}
.accueil .section-title
{
    font-weight: bold;
    font-size: 18px;
}
.section-debut
{
    margin-top: 8px;
}


.imgSelection
{
    position: relative;
    height: 550px;
}
.imgSelection > img
{
    width:100%;
}
.imgSelection .paveSel
{
    position:absolute;    
    width:700px;
    height:260px;
    /*top:240px;*/
        left: 140px;
        border: 2px solid #D7000F;
        background-color: white;
        text-align: left;
    }
.imgSelection .accueil
{    
    top:240px;
}

.imgSelection .paveSel .divGauche
{
    margin:0 auto;
    padding:0;
    display:inline-block;
    width:28%;
    height:100%;

    text-align:center;
    font-size:20px;
    background-color:#D7000F;
    color:white;

    vertical-align:top;
}
.imgSelection .paveSel .divGauche > div
{
    margin-top:40px;
}
.imgSelection .paveSel .divGauche div:last-child
{
    width:150px;
    text-align:right;
}
.imgSelection .paveSel .divDroite
{
    margin:0 auto;
    padding:0;
    display:inline-block;
    width:70%;

    vertical-align:top;
}
.imgSelection .paveSel .divDroite > div:first-child
{
    padding-top:5px;
    /*color:#D7000F;*/
    color:#333;
    font-size:16px;
    /*font-weight:bold;*/
}
.imgSelection .paveTexte
{
    position:absolute;
    color:white;
    top:0px;
    left:0px;
    font-size:25px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:40px;
}
.imgSelection .paveTexte > div{
    display:inline-block;
    vertical-align:top;
    text-align:left;
}
.imgSelection .paveTexte div:last-child{
    margin-top:20px;
}
.triangle2 {
   width: 0;
   height: 0;
   border-left: 30px solid White;
   border-right: 30px solid transparent;
   border-top: 30px solid transparent;
   border-bottom: 30px solid transparent;
   position: absolute;
   top:120px;
   left: 160px;
}

/**
 * HP Styles
 */
.imgSelection .paveSel {
    display: flex;
    justify-content: space-between;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.24);
}

.imgSelection .paveSel .divGauche,
.imgSelection .paveSel .divDroite {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.imgSelection .paveSel .divGauche {
    margin: 0;
    width: 195px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    background-color: #D7000F;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
}

.imgSelection .paveSel .divDroite .top1.right input[type=submit] {
    margin-right: 12px;
}

.imgSelection .paveSel .divGauche > div:last-child {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.triangle2 {
    display: none;
}

.imgSelection .paveSel .divGauche > div:last-child:after {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    border: 3px solid white;
    border-top: 0;
    border-right: 0;
    border-radius: 2px;
    -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
    pointer-events: none;
}

.imgSelection .paveSel {
    border-radius: 4px;
}

select[name=drpDepartement],
input[name=tiersLibelle] {
    width: 450px;
}

input[name=tiersLibelle],
select[name=drpDepartement] {
    border-color: #CCC;
}

#checkboxCommune {
    margin-right: 24px;
}

.imgSelection .paveSel .divDroite .top1.right input[type=submit] {
    margin-right: 12px;
}

.imgSelection .paveSel {
    height: 260px;
}

.imgSelection.top1 {
    margin-top: 0;
}

.imgSelection .paveTexte div:last-child {
    margin-top: 0;
}

.imgSelection .paveTexte > div:last-child {
    margin-left: 16px;
    font-size: 32px;
    font-weight: 300;
    /*color:#D7000F;*/
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.imgSelection .paveTexte > div:last-child > div {
    display: inline;
}

.imgSelection .paveTexte {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


.imgPresentation
{
    position:relative;
    margin-top:32px;
}
.imgPresentation  > img
{
    width:100%;
}
.imgPresentation .paveTexte
{
    position:absolute;
    color:white;
    top:10px;
    left:50px;
    /*font-size:50px;*/
    /*text-transform:uppercase;*/
    font-weight:bold;
    line-height:50px;
    text-align:left;
}
.imgPresentation .paveTexte p
{
    width:930px;
}
.triangle {
   width: 0;
   height: 0;
   border-left: 40px solid #D7000F;
   border-right: 40px solid transparent;
   border-top: 40px solid transparent;
   border-bottom: 40px solid transparent;
   position: absolute;
   top:80px;
   left: 0px;
}
.titreAccueil
{
    color:#000;
    font-weight:bold;
    font-size:1.4em;
    text-align:center
}
input[name=btSelectionner]
{
     background:url(./Images/btSelectionner.png) no-repeat;
     border:0;
     width: 88px;
     height:88px;
     border-radius:0px;
}
input[name=tiersLibelle]
{
    height:40px;
    border-radius:4px;
    font-size:16px;
    width: 400px;
    border:solid 1px #999;
    padding-left:5px;
}
select[name=drpDepartement]
{
    height:40px;
    border-radius:4px;
    font-size:16px;
    width: 400px;    
    border:solid 1px #999;
    padding-left:5px;
}


.partenaires
{
    display:inline-block;
    text-align:center;
}
.partenaires > a img
{
    margin:32px;
    vertical-align:middle;
    text-align:center;
}


@media screen and (max-width: 991px) {

    .imgSelection .paveSel
    {
        top:180px;
        left:30px;
    }
    .imgSelection .paveTexte
    {       
        top:50px;
        left:200px;
        font-size:20px;
        line-height:40px;
    }
    .partenaires > a img
    {
        margin:2px;
        vertical-align:middle;
        max-width:100px;
    }

    .imgPresentation .paveTexte p {
        width: 90%;
    }
}
@media screen and (max-width: 980px)
{
    .accueil .zone-image, .accueil .zone-connexion
    {
        max-width: none;
    }

        .accueil .zone-image img, .accueil .zone-connexion
        {
            margin: auto;
            padding: 5px;
        }
}
/*iphone*/
@media screen and (max-width: 376px) {
    .button-alt4
    {
        min-width:50px;
        font-size:14px;
        padding-left:5px;
        padding-right:5px;
    }
    .top1
    {
        margin-top:2px;
    }
    .imgSelection .paveTexte
    {       
        top:30px;
        left:24px;
        font-size:10px;
        line-height:40px;
        margin:0;
    }
    .imgSelection .paveTexte > div{
        display:inline-block;
        vertical-align:top;
        max-width:160px;
        line-height:15px;
        margin:0;
        padding:0;
    }
        .imgSelection .paveTexte div:last-child {
            margin-top: 0px;
            margin-left: 8px;
            font-size: 16px;
        }
    .imgSelection .paveTexte svg{
       width:50px;
       height:55px;
    }

    .imgSelection .paveSel
    {
        width:100%;
        height:200px;
        top:120px;
        left:0px;
        border-radius: 0;
    }
        .imgSelection .paveSel .divGauche {
            /*margin: 0 auto;
            padding: 0;
            display: inline-block;
            width: 28%;
            height: 100%;
            border-radius: 0;
            text-align: center;
            font-size: 10px;
            background-color: #D7000F;
            color: white;
            vertical-align: top;*/
            display: none;
        }
    .imgSelection .paveSel .divGauche div:first-child
    {
        margin-top:20px;
    }
    .imgSelection .paveSel .divGauche div:last-child
    {
        margin-top:0px;
        width:60px;
        text-align:right;
    }

    .triangle2 {
      
       border-left: 10px solid white;
       border-right: 10px solid transparent;
       border-top: 10px solid transparent;
       border-bottom: 10px solid transparent;
       position: absolute;
       top:80px;
       left: 70px;
    }
    .imgSelection .paveSel .divDroite > div:first-child
    {
        padding-top:5px;
        font-size:16px;
    }

    input[name=btSelectionner]
    {         
        background:url(./Images/btSelectionner40.png) no-repeat;
         width: 40px;
         height:40px;
    }
    input[name=tiersLibelle]
    {
        height:20px;
        font-size:14px;
        width: 200px;
        padding-left:5px;
    }
    select[name=drpDepartement]
    {
        height:20px;
        font-size:14px;
        width: 200px;    
        padding-left:5px;
    }
    .imgSelection .paveSel .divDroite .top1.right input[type=submit] {
        margin-right: 0px;
        margin-top: 48px;
        width: 100%;
    }
    .imgPresentation {
        margin-top: 32px;
    }
    .imgPresentation .paveTexte {
        position: absolute;
        color: white;
        top: 20px;
        left: 50px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
    }
        .imgPresentation .paveTexte p span {
            font-size: 16px !important;
        }
    .triangle {
       width: 0;
       height: 0;
       border-left: 20px solid #D7000F;
       border-right: 20px solid transparent;
       border-top: 20px solid transparent;
       border-bottom: 20px solid transparent;
       position: absolute;
       top:20px;
       left: 0px;
    }
    .partenaires
    {
        display:none;
    }
}


