/* 19/06/2026 Tous droits réservés */

html, body {
    border: 0px solid transparent;
    margin: 0px 0px 0px 0px;
    min-height: 100%;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
    font-size: 1.3em;
    font-family: calibri, arial;
    scroll-behavior: smooth; /* pour scroll lent vers le haut */
}

body {
    position: relative;
    background-color: #6a4c35;
    background-image:  url('../../images/ImagesFond/fondMarron.jpg');
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: antiquewhite;
}
#corpsBody{
    /*min-height: 100%;*/
    position: relative;
}
.fondVert{
    background-color: green;
}

.imageTitre {
    max-width: 100%;
}

article, footer, header, aside, nav {
    position:relative;
}
header{
    height: min-content;
    background: linear-gradient(to bottom,#9f724a, #352721);
}
footer{
    clear:both;
    background:linear-gradient(to bottom, #352721,#9f724a);
    color: #aea49e;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    border-top: black 1px solid;
}
.section01{
    background: #352721;
    border-top: black 1px solid;
    padding-top: 1em;
    padding-bottom: 2em;
}

#conteneur {
    position: relative;
    padding-bottom: 0px;
    margin: 0 auto 0 auto;
}

#conteneur>nav {
    padding:0px;
}
nav {
    background-image: url(../../images/ImagesFond/fond_nav.jpg);
}

#main {
    /*align-content: space-around; */
    margin: 0 auto 0px auto;
}

.flexible {
    /*width: 90%; */
    /*max-width: 1200px;*/
    min-width: 70%;
    margin: 0px auto 0 auto;
    /*padding-top: 10px;
    padding-bottom: 30px;*/
    padding-left: 0;
    padding-right: 0;
    background-size: 100%;
    /* background-color: #9D918B; 07/04/2022*/
    /* border: 1px black solid; 07/04/2022 */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.flexibleAdmin {
    width: 96%;
    /*max-width: 900px;*/
    min-width: 60%;
    margin: 11px auto 0 auto;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.flexiblePied {
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.formulaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* ou IE flex-start */
    /*      font-size: 1em; */
}
.formulaire label{
    /* color: black; */
}

#zone2 {
    float:left;
    width: 200px;
    margin-left:1%;
}
nav ul li {
    display:inline-block;
}
.photo {
    padding-left: 10px;
}

aside {
    background-image: url(../../images/ImagesFond/fond_aside.jpg);
    border:1px black solid;
    padding: 8px;
}
aside footer {
    padding :5px;
    padding-top: 15px;
}
span.elem {
    visibility: hidden;
    background: buttontext;
    color: #00CCFF;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:5px;
    font-size: 16px;
    z-index:100;
    opacity:0.6;
}
.centercolumn{
    text-align: center;
    margin : auto;/*centre la colonne*/
    padding:10px;/*marge interne*/
}

.sectionConteneur{
    background-color: window;
    width: 100%;
}
.sectionEntete {
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: antiquewhite;
    background: linear-gradient(to right,#55624e , #d4b792, #55624e ); /* dégradé */
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 2em;
    letter-spacing: -0.03em;
    font-weight: 800;
    text-transform: uppercase;
    border-top: antiquewhite 1px solid;
    border-bottom: antiquewhite 1px solid;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -ms-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}
.sectionEntete{
    -webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
    -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
    -o-transition:all .5s cubic-bezier(.6,2,.4,1);
    transition:all .5s cubic-bezier(.6,2,.4,1);

}
/*.sectionEntete:hover{
    z-index:5;
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.sectionEntete2 {
    color: black;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: antiquewhite;
    background: linear-gradient(to right,#55624e ,#d4b792, #55624e ); /* dégradé */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /* font-family: calibri; */
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.mouvement{
    -webkit-transition:all 1s cubic-bezier(.3,2,.4,1);
    -moz-transition:all 1s cubic-bezier(.3,2,.4,1);
    -ms-transition:all 1s cubic-bezier(.3,2,.4,1);
    -o-transition:all 1s cubic-bezier(.3,2,.4,1);
    transition:all 1s cubic-bezier(.3,2,.4,1);
}
.mouvement:hover{
    z-index:5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    /*box-shadow:0 0 10px black;*/
}
.artStandard{
    height: min-content;
    margin: 10px;
    padding: 20px;
}

.standard{
    font-size: 1.2rem;
    font-weight: 250;
}
.art{
    background: linear-gradient(to right, #555 ,#b89d82);
    height: min-content;
    margin: 0.4em;
    padding: 0.5em;
    /*    display: table-cell;
    vertical-align: middle;*/
    border: 2px solid black;
    border-radius: 0.5em;
    max-width: fit-content;
    /* ombre portée
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4); */
}
.artClair{
    color: antiquewhite;
    height: min-content;
    margin: 1em;
    padding: 0.5em 1.5em 0.5em 1.5em;
    vertical-align: middle;
    border: 2px solid #a29577;
    border-radius: 0.5em;
    max-width: max-content;
    background: linear-gradient(to right, #423327, transparent, #423327);
}
.inLineBlock{
    display: inline-block;
}
.artClairArchive{
    color: black;
    background: linear-gradient(to right, #F6E497, #EED25C,#F6E497); /* dégradé double */
    height: min-content;
    margin: 10px;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid black;
    max-width: max-content;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.artVert{
    background-color: #bfd9d5; /* #99ec8f; */
    height: min-content;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    min-width: 171px;
}

.artMarron{
    background-color: #d2b79b;
    color : black;
    font-size: 1.1em;
    height: min-content;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    min-width: 171px;
}

.artRose{
    background: linear-gradient(to right, #bd4949 ,#b58383);
    height: min-content;
    margin: 10px;
    padding: 15px;
    border: 2px solid red;
    min-width: 171px;
    border-radius: 0.5em;
}

.artCompteurValide{
    animation: csskeyAnimValide 3s infinite; /* clignotant */
    background-color: #2bc41e;
    height: min-content;
    margin: 0.4em;
    padding: 0.5em;
    border: 3px solid #3f7b04;
    border-radius: 0.5em;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}
.artCompteurInvalide{
    animation: csskeyAnimInvalide 1s infinite; /* clignotant */
    background-color: #ff7f8b;
    height: min-content;
    margin: 0.4em;
    padding: 0.5em;
    border: 3px solid red;
    border-radius: 0.5em;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}



.titreEnLigne{
    background: linear-gradient(to right,#55624e , #fbdab7, #55624e ); /* dégradé */
    height: min-content;
    margin: 10px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid black;
    /* font-family: Arial; */
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    width:100%;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.separatifEnLigne{
    height: min-content;
    text-align: center;
    width: 100%;
}
.separatifEnImage{
    height: min-content;
    text-align: center;
    width: 95%;
    box-shadow: none;
}

input:required{
    background-color: antiquewhite;
    border-color: white;
}
input:invalid{
    background-color: pink;
    border-color: red;
}
input {
    outline: none;
    font-size: 0.9em;
}
input:checked{
    width: 2em;
}

/*input:valid {
    background-color: palegreen;
    border-color: #009900;        
}*/

/* MESSAGE */
.p .messageValide {
    border:1px antiquewhite solid;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    background-image: url(../../images/ImagesFond/fond_messageValide.png);
    color:antiquewhite;
    font-weight:bold;
    /* font-family: Arial; */
}

.messageValide2 {
    border:2px antiquewhite solid;
    border-radius: 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    margin: 15px;
    background-color: #c3ad99;
    color:black;
    font-weight:bold;
    /* font-family: Arial; */
    /*animation: csskeyAnim003 4s infinite;*/
    height: min-content;
    background-size: cover;
    /*font-family: Arial;*/
    font-weight:bold;
    /* font-size: 1rem;*/
    text-align: center;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.titreAntenne {
    font-family: Arial;
    font-size: 2em;
    font-weight: 800;
    /* animation: csskeyAnim002 3s infinite; */
    background-color: antiquewhite;
    border: 4px black solid;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: min-content;
    text-transform: uppercase;
    background-size: cover;
    color:black;
    /* font-family: Arial Rounded MT Bold, Arial; */
    text-align: center;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.messageValide {
    font-size: 1.3em;
    font-weight: 800;
    animation: csskeyAnim010 2s infinite forwards;
    border: 2px #a29577 solid;
    border-radius: 0.5em;
    padding: 0.8em;
    margin: 1em;
    height: min-content;
    background: #2c8c00;
    background-size: cover;
    color: black;
    /*font-family: Arial Rounded MT Bold, Arial;*/
    /* font-size: 1rem; */
    text-align: center;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}

.messageInvalide {
    font-size: 1.3em;
    font-weight: 800;
    animation: csskeyAnim001 2s infinite;
    background-color: red;
    background-size: cover;
    padding: 0.8em;
    margin: 1em;
    height: min-content;
    color: black;
    border: 5px antiquewhite solid;
    text-align: center;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}


.petitMessageValide {
    border:1px #CBCBCB solid;
    padding: 3px;
    margin-top: 3px;
    background-image: url(../../images/ImagesFond/fond_messageValide.png);
    color:black;
    font-weight:bold;
    font-size: smaller;
    text-align: center;
}
.petitMessageInvalide {
    border:2px red solid;
    padding: 3px;
    margin-top: 0px;
    background-color: #f24747;
    color: black;
    font-weight:bold;
    font-size: smaller;
    text-align: center;
}


header img{
    border: none;
    /* ombre portée */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
object, embed, canvas, video, audio, picture {
    height: auto;
    border: 1px solid black;
    /* ombre portée */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}
img {
    height: auto;
}

.img2{
    margin: 0;
    /*margin-left: 60px;*/
    text-align: center;
    border: none;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none ;
}
.imgFlex {
    margin: 10px;
    padding: 15px;
}
.imgFlex2 {
    margin: 10px;
    padding: 0px;
    /* ombre portée */
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow:5px 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow:5px 5px 5px 5px rgba(0,0,0, 0.4);
}

/*
bouton haut si scroll
*/
a#cRetour{
    opacity:1;
    z-index:40;
    position:fixed;
    border-radius:3px;
    padding:10px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background:rgba(0, 0, 0, 0.25);
    right:5px;
    transition:all ease-in 1s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    font-style: normal;
}
a#cRetour:before{
    content: "\25b2";
}
#cRetour:hover{
    color: gray;
    background: white;
    transition:all ease-in 0.5s;
}
a#cRetour.cInvisible{
    bottom:-35px;
    opacity:0;
    transition:all ease-in 1s;
}
a#cRetour.cVisible{
    bottom:20px;
    opacity:1;
}

#boutonDeconnecter1{
    z-index: 10;
    max-width: 100px;
    position: absolute;
    right: 40px;
    top: 90px;
    transform: scale(70%);
}

#captchaImg{
    margin: 10px;
}

.typeAdh{
    font-size: 0.8rem;
}


.typeAdhErreur{
    background-color: #f00;
    color: antiquewhite;
    font-weight: bold;
    padding: 2px;
}
.typeATD{
    background-color: #ffff33;
    color: black;
    padding: 2px;
}
.typeAdhPrincipale{
    /* display: inline; */
    background-color: #53dd53;
    padding: 2px;
}
.typeAdhAttente{
    background-color: rgba(231, 126, 32, 1);
    padding: 2px;
}
.typeAdhNouveau{
    background-color: #00CCFF;
    padding: 2px;
}
.typeAdhAttenteNouveau{
    background-color: #a0b7d0;
    padding: 2px;
}
.typeAdhAncien{
    display: inline;
    background-color: #53dd53;
    padding: 2px;
}
.typeAdhNonAncien{
    display: inline;
    background-color: #00CCFF;
    padding: 2px;
}
.typeAdhNonDefini{
    display: inline;
    background-color: #aea49e;
    padding: 2px;
}

.anticipe{
    background-color: #e1dcdc;
    font-weight: bold;
    cursor: pointer;
}
.nonAnticipe{
    background-color: #e1dcdc;
    color: red;
    cursor: pointer;
}

.rose{
    color: #f24747;

}
.texteEnFond{
    font-size: 2rem;
    font-weight: 250;
    color: #3e3939;
    text-align: center;
}

.imageMotDePasse{
    all: initial;
    float: right;
    position: relative;
    margin-top: 3px;
    margin-right: 7px;
    margin-left: 8px;
    border: 0;
    /*    vertical-align: text-top; /* 2 */
}

#comboCivilite{
    font-size: 0.9em;
}
#comboAntenne{
    font-size: 1.3rem;
    text-align: center;
}
.texte01{
    font-size: 1.3rem;
    font-weight: 200;
    color: #3e3939;
    text-align: center;
}

.texte02{
    color: antiquewhite;
    text-align: center;
}
.texte03{
    font-size: 1em;
    font-weight: 200;
    color: antiquewhite;
    text-align: left;
}
.texte04{
    font-size: 1.3rem;
}
.texte05{
    font-size: 1.3rem;
    color: antiquewhite;
    text-align: center;
}
.texte08rem{
    font-size: 0.8rem;
}
.texte1rem{
    font-size: 1rem;
}

.preDebug{
    overflow: auto;
    width: 99%;
    font-size: 0.65rem;
    color: white;
    background-color: black;
    text-align: left;
    border: 2px solid red;
    height: 40em;
    padding: 0.5em;
}

.fontsize08{
    font-size: 0.8rem;
}
.fontsize1{
    font-size: 1em;
}
.fontsize12{
    font-size: 1.2em;
}
.fontsize14{
    font-size: 1.4em;
}
.fontsize16{
    font-size: 1.6em;
}

.backgdegrad1{
    background: linear-gradient(to bottom,#ffa77c, #7b6052, #ffa77c);
}
.backgdegrad2{
    background: linear-gradient(to right,#280000, #9d886d, #5a3a2e,#9d886d, #280000);
}
.backgdegrad3{
    background: linear-gradient(to right,#280000, #9d886d, #5a3a2e,#9d886d, #280000);
}


input:checked + label {
    background: #f7dfd9;
    font-weight: bold;
}
.max9{
    max-width: 98%;
}
.fondSombreDégradé {
    /* centre le dégradé et transparent */
    background: radial-gradient( black 33%, transparent 100%);
    /* background: linear-gradient(to right,transparent, #435057, transparent); */
    border-radius: 30px;
    padding: 25px;
}

.dégradé01{
    background: radial-gradient(gray 33%, transparent 100%); /* centre le dégradé et transparent */
}

.flex {
    /*    margin: 0 auto 0 auto;
        background-size: 100%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.noFlex {
    display: block;
}

.fixed{
    position: fixed;
}
.font14rem{
    font-size: 1.6rem;
}
.font12em{
    font-size: 1.2em;
}
.font11em{
    font-size: 1.1em;
}
.font1em{
    font-size: 1em;
}
.font09em{
    font-size: 0.9em;
}
.font08em{
    font-size: 0.8em;
}
.font07em{
    font-size: 0.7em;
}
.fontAntique{
    color: antiquewhite;
}
.fontNoir{
    color: black;
}
.fontBlanc{
    color: white;
}
.fondCreme{
    background-color: #d2b691;
}
.fondRouge{
    background-color: red;
}


hr{
    width: 100%;
    height: 0;
    border: none;
    margin: 0;
}
.echelleDemi{
    scale: 0.5;
}
.compteurDynamique{
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: white;
}

.cercle133-4chiffres{
    border-radius: 50%;
    width: 133px;
    height: 133px;
    padding: 22px;
    background-color: antiquewhite;
    overflow: hidden;
    display: inline-flex; /* évite saut de ligne */
    color: #4f4d4d;
}


.arcDeCercle {
    border: 2px solid red;
    border-radius: 50%; /* cercle */
    height: 100px;
    width: 100px;
    border-top-color: transparent; /* 1 coté vide */
}
.enRotation {
    animation: animEnRotation 2s infinite cubic-bezier(.68,-0.55,.27,1.55);
}

@keyframes animEnRotation {
    0%    {
        transform: rotate(0deg);
    }
    100%  {
        transform: rotate(360deg);
    }
}

.enRotation2 {
    animation: animEnRotation2 6s infinite cubic-bezier(.68,-0.55,.27,1.55);
}

@keyframes animEnRotation2 {
    0%    {
        transform: rotate(0deg);
    }
    100%  {
        transform: rotate(360deg);
    }
}


.infosAntenne {
    max-width: 95%;
    width: 450px;
    border: 2px antiquewhite solid;
    margin: 1em;
    padding: 1em;
    background: linear-gradient(to right,#593a2c, antiquewhite,#e8a16d); /* dégradé */
    color: black;
    border-radius: 0 2em;

    -webkit-transition:all 2s cubic-bezier(.6,2,.4,1);
    -moz-transition:all 2s cubic-bezier(.6,2,.4,1);
    -ms-transition:all 2s cubic-bezier(.6,2,.4,1);
    -o-transition:all 2s cubic-bezier(.6,2,.4,1);
    transition:all 2s cubic-bezier(.6,5,.4,1);
}
.infosAntenne:hover {
    background: linear-gradient(to right,#e8a16d, antiquewhite,#593a2c); /* dégradé */
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    animation: zigzag2 3s alternate infinite linear;
}

.titreAntenne2 {
    text-transform: uppercase;
    color: antiquewhite;
    background: #463d3d;
    font-size: 1.2rem;
    font-weight: bold;
    height: min-content;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 1em;
    max-width: 95%;
    padding: 0.5rem;
    border-radius: 0 1em;
}

.petitePolice2{
    font-size: 0.7rem;
    font-style: normal;
}

.texteGauche{
    text-align: left;
}
.bordureClair{
    border: 2px antiquewhite solid;
}
.padding1em{
    padding: 1em;
}

.select1{
    font-size: 1.2rem;
    width: 24rem;
    max-width: 100%;
    padding: 0.1em;
    margin: 1em;
    border-color: green;
    background-color: rgb(129, 175, 124);
}
.marginLeft05{
    margin-left: 0.5rem;
}
.marginRight05{
    margin-right: 0.5rem;
}

.max-width98{
    max-width: 98%;
}




/* ombre blanche contre texte */
.ombreBlancheContreTexte{
    text-shadow: 3px 3px 0 rgb(208, 208, 208);
}
/* ombre grise contre texte */
.ombreGriseContreTexte{
    text-shadow: 1px 1px 0 rgb(91, 91, 91);
}
/* ombre noire contre texte */
.ombreNoireContreTexte{
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
}
/* ombre grise contre texte */
.ombreNoireContreTexte2{
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
}
.ombreNoireContreTexte3{
    text-shadow: 3px 3px 0 rgb(0, 0, 0);
}
.ombreBlancheContreTexte2{
    text-shadow: 4px 4px 0 rgb(255, 255, 255);
}
/* ombre portée */
.ombrePortee1{
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -ms-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
    box-shadow: 0 0 6px rgba(0,0,0, 0.4), 5px 5px 5px rgba(0,0,0, 0.4);
}
/* ombre intérieure */
.ombreInterieure{
    -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.8) inset;
    -moz-box-shadow: 0 0 65px rgba(0,0,0, 0.8) inset;
    -ms-box-shadow: 0 0 65px rgba(0,0,0, 0.8) inset;
    -o-box-shadow: 0 0 65px rgba(0,0,0, 0.8) inset;
    box-shadow: 0 0 65px rgba(0,0,0, 0.8) inset;
}
#divCompteARebours{
    background-color: black;
    height: min-content;
    margin: 1em;
    padding: 0em 1em 2em 1em;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid antiquewhite;
    border-radius: 0.5em;
}
/* angles arrondis */
.anglesArrondis05{
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
.pointer{
    cursor: pointer;
}
.cursorPointer{
    cursor: pointer;
}
.test2024{
    background: red;
}
.vibre{
    animation: animVibre 0.5s infinite alternate;
}

@keyframes animVibre {
    0%, 40% {
        transform: rotatez(8deg) translateX(-5px) scale(0.8);
    }
    20%, 80% {
        transform: rotatez(-8deg) translateX(5px) scale(0.8);
    }
    100% {
        transform: rotatez(0deg) translateX(0px) scale(1);
    }
}

.containerCocheValide{
    z-index: 20;
    position: absolute;
    border-radius: 50%;
    top: 1.3em;
    left: 2.51em;
    width: 3em;
    height: 3em;
    margin-top: calc(-2em + 15px);
    background-color: #2bc41e;
}
.cocheValide{
    content: "";
    border-color: antiquewhite;
    border-style: solid;
    border-width: 0 0.3em 0.25em 0;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    transform: rotate(45deg);
}

.affichéNON{
    display: none;
}

.animationZigZag4{
    animation: animationZigZag4 1.5s infinite alternate;
}
@keyframes animationZigZag4{
    0% {
        transform: translateX(-4em);
    }
    100% {
        transform:translateX(4em);
    }
}
.containerMessageHautEcranFixe{
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: min-content;
    margin: 0;
    background-color: #51ea4c;
    background: linear-gradient(to bottom,#51ea4c, #035e00);
    color: antiquewhite;
    font-family: arial;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid black;
    transform: translateY(-5em);
}

.animContainerMessageHautEcranFixe {
    animation: animationContainerMessageHautEcranFixe 2s forwards;
    animation-delay: 3s; /* décalage de lancement */
}

@keyframes animationContainerMessageHautEcranFixe {
    0%    {
        display: none;
        transform: translateY(-5em);
    }
    80%{
        display: block;
        transform: translateY(-5em);
    }
    100%  {
        display: block;
        transform: translateY(0em)
    }
}
.animMessageHautEcranFixe {
    animation: animationMessageHautEcranFixe 1.5s alternate infinite;
}

@keyframes animationMessageHautEcranFixe {
    0%    {
        transform: translateX(-1em)
    }
    100%  {
        transform: translateX(1em)
    }
}

.gras800{
    font-weight: 800;
}

.secondeEnDéfilé{
    background: red;
    font: 40px/1.5 ‘Open Sans Condensed’,sans-serif;
    max-width: 36.1px;
    max-height: 66px;
    overflow: hidden;
    transform: translateY(-10px); /* erreur */
}

.section02{
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}
a{
    color:initial;
    text-decoration: none;
}
.centre{
    text-align: center;
}
.policeTransparenteGrande {
    color: transparent;
    -webkit-text-stroke: 4px white;
    -moz-text-stroke: 4px white;
    -ms-text-stroke: 4px white;
    -o-text-stroke: 4px white;
    text-stroke: 4px white;
}
.policeTransparentePetite {
    color: transparent;
    -webkit-text-stroke: 2px white;
    -moz-text-stroke: 2px white;
    -ms-text-stroke: 2px white;
    -o-text-stroke: 2px white;
    text-stroke: 2px white;
}
.taillePoliceTitre {
    font-family: Arial;
    font-size: 6em;
    letter-spacing: -0.05em;
    font-stretch: condensed;
    line-height: 1.1em;
    font-weight: 800;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.taillePolice2 {
    font-family: Arial;
    font-size: 3em;
    letter-spacing: 0em;
    font-stretch: condensed;
    line-height: 1.1em;
    font-weight: 800;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.textArea{
    background: antiquewhite;
    color: black;
}
.petitePolice{
    font-size: 0.5em;
}
.comment{
    font-size: 0.5em;
    display: inline-flex;
    background: antiquewhite;
    color: black;
}