@charset "UTF-8";

/** 04/09/2023 Tous droits réservés Pascal */

.sentinelleGdEcran{
    display: none;
}
.sentinelle1024 {
    display: none;
}
.sentinelle960  {
    display: none;
}
.sentinelle760  {
    display: none;
}
.sentinelle640 {
    display: none;
}
.sentinelle420  {
    display: none;
}
.sentinelle320  {
    display: none;
}
.blocGdEcran{
    display: block;
}
.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;
}



.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;
    /*    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;
    }

    .blocGdEcran{
        display: block;
    }
    .layout-content {
        display: block;
        height: auto;
        min-height: auto;
        width: 100%;
        margin: auto;
    }
    .titreAntenne {
        font-size:1.4rem;
    }
    footer{
        font-size: 1em;
    }
    html,body{
        font-size: 1.1rem;
    }
    .tableCouleur{
        font-size: 0.7em;
    }
    .table01{
        font-size:1em;
    }
    .typeAdh {
        font-size: inherit;
    }
    .modaleContenu{
        font-size: 0.8em;
    }
    .imgFlex {
        margin: 5px;
        padding: 5px;
    }
    .sectionTitreContenuTitre {
        font-size: 1.2rem;
    }

    .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;
    }
    .texte04{
        font-size: 1rem;
    }

}

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

    .blocPtEcran{
        display: flex;
    }
    .blocGdEcran{
        display: block;
    }
    html,body{
        font-size: 1rem;
    }
    .titreAntenne {
        font-size:1.3rem;
    }
    .tableCouleur{
        font-size: 0.6em;
    }
    footer{
        font-size: 1em;
    }
    .table01 {
        font-size:0.8em;
        padding:1px;
    }
    .typeAdh {
        font-size: inherit;
    }
    .modaleContenu{
        font-size: 0.8em;
    }
    .imgFlex {
        margin: 2px;
        padding: 2px;
    }
    .sectionTitreContenuTitre {
        font-size: 1.2rem;
    }
    .digit{
        width: 0.7em;
    }
    /*.flexible {width: 90%;}*/
    .sectionEntete {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        /* font-size: 1.2em; */
    }
    /*
    .formulaire{font-size: 0.8rem;}
    .push_button{font-size: 0.8rem;}
    .texte02 { font-size: 1rem;}
    */
    .artCompteurValide{
        font-size: 1rem;
    }
    .artCompteurInvalide{
        font-size: 1rem;
    }


    .imgEtoile img {
        padding-top: 5px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .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;
    }
    .img {
        max-width: 90%;
    }
    .messageValide {
        padding: 8px;
        margin: 5px;
        /* font-size: 0.9em; */
    }
    .modaleContenu {
        font-size: 0.8em;
    }

    /* .texte04{font-size: 0.8rem;} */
}

/*
 * Hack IE6 CSS
*/
/*
.content .content-item {
    _border-top: expression(this.previousSibling == null ? "0px solid transparent" : "1px solid #36393D");
}

.adv .adv-item {
    _border-top: expression(this.previousSibling == null ? "0px solid transparent" : "1px solid #36393D");
}
*/
/**
 * 	Hack IE6-7 CSS
*/
.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%;
    }
}
@media screen and (max-width: 350px) {
    .digit{
        width: 0.5em
    }
    ;
}