@charset "UTF-8";

/** 11/06/2021 Tous droits réservés */

.sentinelleGdEcran{display: none;}
.sentinelle1024 {display: none;}
.sentinelle960  {display: none;}
.sentinelle760  {display: none;}
.sentinelle640 {display: none;}
.sentinelle420  {display: none;}
.sentinelle320  {display: none;}
.blocGdEcran{display: none;}
.blocPtEcran{display: none;}

.sentinelleGdEcran{background-color: #97571b; text-align: center;}
.sentinelle1024 {background-color: #97571b; text-align: center;}
.sentinelle960  {background-color: #97571b; text-align: center;}
.sentinelle760  {background-color: #97571b; text-align: center;}
.sentinelle640 {background-color: #97571b; text-align: center;}
.sentinelle420  {background-color: #97571b; text-align: center;}
.sentinelle320  {background-color: #97571b; text-align: center;}


.imageTitre {
    width: 90%;
    max-width: 520px;
}

.header1000{display: block;}
.header320{display: none;}   

.header1000 {
    position: relative;
    background-image: url(../../images/uia/bandeauUia.png);
    background-repeat: repeat;	
    text-align:center;
    width: 100%;
    height: 170px;
    margin : auto;
}
.header1000logo{
    width: 100%;   
    margin : auto; /*centrer la colonne*/
    padding: 0px;   /*margin interne*/
}

.header320{
    background-color: brown;
    width: 100%;
    margin: auto;
    padding: 0px;
}
.header320 img{
    padding: 0px;
    max-width: 100%;
    width: 100%;
}
.layout-menu2 {
    display: block;

}
#coordonnees iframe  {
    width: 1000px;
    max-width: 95%;
    height:500px; 
    border:none;
}



.layout-main {
    position: relative;
    padding-bottom: 160px; /*2020*/
    margin: 0px auto 0px auto;
    background-image: url(../../images/imagesFond/palmier.jpg);
    /*    min-height: 100%; */
    /* width: 92%; /* Ideal: 1024px -> 1024 / 1280 */
}

.main {
    background-repeat: repeat;
    background-attachment:fixed; /* fond image fixe */
}

.layout-content, .layout-adv {
    display: inline-block;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
}


.layout-menu { /* pour 320 et 420 */
    display: none;
    /* Ideal: 214px -> 214 / 1024 */
    margin: auto;
    width: 147px;
}
.layout-menu li{
    width: 65px;
}
.layout-content {
    color: #000000;
    width: 100%; /* Ideal: 596px -> 596 / 1024 */
}

.layout-adv {
    display: none;
}


.layout-adv {
    background-color: wheat;
    color: #000000;
    background-color: #F9F7ED;
    width: 20.4%;/*20.8984375%; /* Ideal: 214px -> 214 / 1024 */
}

.menu,  .adv {
    padding: 5px 5px 5px 5px;
}

.menu h1 {
    font-size: 1.5em; /* Ideal: 24px */
}

.menu li {
    list-style: none;
}

.menu li a {
    color: #FFFFFF;
}

.menu li a:before {
    content: "> ";
}

.menu li a:hover {
    color: #000000;
}

.content  {
    border-top: 1px solid #36393D;
    clear: both;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 100%; /* Ideal: 542px -> 542 / 596 */
} .content-item {
    border-top: 1px solid #36393D;
    clear: both;
    margin: 0px auto 0px auto;
    padding: 15px 0px 15px 0px;
    text-align: center;
    width: 100%; /* Ideal: 542px -> 542 / 596 */
}

.content .content-item:first-child {
    border: 0px solid transparent;
}

.content .content-item h1 {
    font-size: 1.5em; /* Ideal: 24px */
}

.content .content-item p.description {
    font-size: 0.750em; /* Ideal: 12px */
    font-style: italic;
}

.content .content-item div.article {
    text-align: justify;
}

.content .content-item img.article-image {
    float: left;
    padding: 0px 25px 25px 0px;
    width: 16.107382550335570469798657718121%; /* Ideal: 96px -> 96 / 596 */
}


.adv .adv-item {
    border-top: 1px solid #36393D;
    margin: 0px auto 0px auto;
    padding: 15px 0px 15px 0px;
    text-align: center;
    width: 85.046728971962616822429906542056%; /* Ideal: 182px -> 182 / 214 */
}

.adv .adv-item:first-child {
    border: 0px solid transparent;
}

.adv .adv-item a {
    color: #000000;
    font-style: italic;
}


.layout-menu3 {
    background-color: gray;
    display: block;
    padding: 10px;
    display: none;

}

.wmax95 img {
    max-width: 100%;
    width: 960px;
}



/*******************************************************************************
 * 	Responsive design rules ************************************************
*/

@media screen and (max-width: 2000px) {
    .sentinelleGdEcran{display: block;}
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: none;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: none;}

    .blocGdEcran{display: block;}

}
@media screen and (max-width: 1024px) {
    .sentinelleGdEcran{display: none;}
    .sentinelle1024 {display: block;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: none;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: none;}

    .blocGdEcran{display: block;}



    .layout-menu {display: none; }
    .layout-content {
        width: 100%;
    }
    .wmax95 img {
        max-width: none;
        width: 95%;
    }
    #coordonnees iframe  {
        width: 1010px;
        max-width: 80%;
        height:500px; 
        border:none;
    }
    #slides {
        height: 800px;
    }

}

@media screen and (max-width: 960px) {
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: block;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: none;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: none;}

    .blocGdEcran{display: block;}

    .layout-menu {display: none;}
    .header1000 img{
        max-width: 95%;
    }
    .menu li {
        display: inline-block;
        margin-right: 2.6041666666666666666666666666667%; /* Ideal: 25px -> 25 / 960 */
    }
    .wmax95 img {
        max-width: none;
        width: 90%;
    }
    #coordonnees iframe  {
        width: 730px;
        max-width: 95%;
        height: 450px; 
        border:none;
    }

}

@media screen and (max-width: 760px) {
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: block;} 
    .sentinelle640  {display: none;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: none;}

    .blocGdEcran{display: block;}

    .layout-main {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    .layout-menu {display: none;}
    .layout-content {
        width: 100%;
    } 
    .layout-adv {
        display: block;
        height: auto;
        min-height: auto;
        vertical-align: top;
        width: 100%;
    }

    .wmax95 img {
        max-width: none;
        width: 90%;
    }
    #coordonnees iframe  {
        width:600px;
        max-width: 95%;
        height:450px; 
        border:none;
    }
}

@media screen and (max-width: 640px) {	
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: block;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: none;}

    .blocPtEcran{display: block;}
    .blocGdEcran{display: none;}
    .layout-content {
        display: block;
        height: auto;
        min-height: auto;
        width: 100%;
        margin: auto;
    }

    .layout-menu {display: none;}
    .layout-adv {
        display: block;
        height: auto;
        min-height: auto;
        vertical-align: top;
        width: 100%;
    }

    .adv {
        text-align: center;
    }

    .adv .adv-item {
        display: inline-block;
    }
    #coordonnees iframe  {
        width:500px;
        max-width: 85%;
        height:380px; 
        border:none;
    }


}


@media screen and (max-width: 420px) {
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: none;}
    .sentinelle420  {display: block;}
    .sentinelle320  {display: none;}

    .blocPtEcran{display: block;}
    .blocGdEcran{display: none;}

    .header1000{display: none;}
    .header320{display: block;}   

    .flexible {width: 100%;}
    .sectionEntete {width: 100%;}

    .menu select {
        display: inherit;
        width: 96%;
    }
    .layout-menu {display: block;}
    .layout-menu2 {display: none;}
    .layout-menu3 {
        display: block;
        width: 100%;
    }
    .layout-adv {display: none;}
    #coordonnees iframe  {
        width:360px;
        max-width: 90%;
        height:240px; 
        border:none;
    }
    .article {
        width: 95%;
    }
    .texteEnFond{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 320px) {
    .sentinelle1024 {display: none;}
    .sentinelle960  {display: none;}
    .sentinelle760  {display: none;}
    .sentinelle640  {display: none;}
    .sentinelle420  {display: none;}
    .sentinelle320  {display: block;}

    .blocPtEcran{display: block;}
    .blocGdEcran{display: none;}

    .flexible {width: 100%;}
    .sectionEntete {width: 100%;}


    .sectionFormulaire {display: none;}
    .header1000{display: none;}
    .header320{display: block;}   
    .content .content-item img.article-image {
        display: none;
    }
    .layout-menu {display: block;}
    .layout-menu2 {display: none;}
    .layout-menu3 {
        display: block;
        width: 100%;
    }
    .layout-adv {display: none;}
    #coordonnees iframe  {
        width:300px;
        max-width: 100%;
        height:250px; 
        border:none;
    }
    .article {
        width: 95%;
    }
    #slides {
        height: 400px;
    }
    .texteEnFond{
        font-size: 1.5em;
    }


}


.layout-main {
    *clear: both;
}

.layout-menu, .layout-content, .layout-adv {
    *display: block;
    *float: left;
}

@media screen and (max-width: 960px) {
    .layout-menu {
        *float: none;
    }

    .menu li {
        *display: block;
        *float: left;
    }
}

@media screen and (max-width: 640px) {
    .layout-adv {
        *float: none;
    }

    .layout-content {
        *float: none;
        *width: 100%;
    }
}
/* 2021 */