body{
    width: 100%;
}
.hide{
    display: none !important;
}
.hide-for-show{
    max-height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.2s cubic-bezier(0.17, 0.91, 0.58, 1), opacity 0.2s cubic-bezier(0.17, 0.91, 0.58, 1) !important;
}
.height-fit-content{
    height: fit-content !important;
}
.mb-2{
    margin-bottom: 1em !important;
}
.margin-bottom-05{
    margin-bottom: 0.5em !important;
}
.margin-left-05{
    margin-left: 0.5em !important;
}
.noPadding{
    padding: 0 !important;
}

.cursorPointer{
    cursor: pointer;
}

/* Sections ******************************************/
.sectionListeTitre{
    background-color: #f5f5f7;
}
.sectionTitre{
    color: white;
    padding: 0.4em;
    padding-left: 2em;
    box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.sectionTitre.fist{
    border-radius: 2em 2em 0 0;
}
.sectionTitre.noShadow{
    box-shadow: unset;
}


/* Bouton ******************************************/
.button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    min-width: 10em;
    color: white;
    background-color: #FF6B6B;
    border-radius: 0.4em;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 0.2em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
}
.button.dimensionne{
    width: fit-content;
    padding-left: 1em;
    padding-right: 1em;
}

.button.orange{
    background-color: #ffa66b;
}
.button.vert{
    background-color: #55fe68;
}
.button.bleu{
    background-color: #2274A5;
}

.button.chargement{
    background-color: #59c7b59c;
    text-align: center;
}
.button.chargement p{
    animation: clignotement 2s infinite;
}

.button.enregistre{
    background-color: #54ff70c7;
    text-align: center;
}
.button.erreur{
    background-color: #ff5454c7;
    text-align: center;
}
.button.enregistre p, .button.erreur p, .button.chargement p{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.button.enregistre:hover, .button.chargement:hover, .button.erreur:hover{
    transform: scale(1.0);
    cursor: default;
    color: white;
}

.button.submit{
    width:80%;
    background-color: #006eb5;
    color: white;
    height: 2em;
    transition-duration: 200ms;
    margin:02em;
    margin-left: auto;
    margin-right: auto;
    border-radius:0.3em;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.button.desactive{
    opacity: 0.5;
}
.button:hover{
    transition-duration: 500ms;
    transform: scale(1.02);
    color: #ffdfdf;
    cursor: pointer;
}
.button.submit:hover{
    color: #8fcef9;
}
.button.desactive:hover{
    transform: scale(1.0);
    cursor: default;
    color: white;
}
.button:hover .cls-3{
    transform: translate(15em,0);
    transition-duration: 500ms;
}
.button svg{
    margin-left: 1em;
    width: 2em;
}

select{
    border-radius: 0.2em;
    margin-bottom: 1em;
}
select.min{
    width: 50%;
}

.button.option{
    display: block;
    width: 100%;
    height: auto;
    min-height: 2em;
    transition-duration: 200ms;
    padding: 0px;
}
.button.option p{
    padding-top: 0.5vh;
}

.button.option:hover{
    transform: scale(1.02);
    color: #00253e;
    transition-duration: 500ms;
}

.button.titre{
    display: block;
    width: 100%;
    height: auto;
    min-height: 2em;
    transition-duration: 200ms;
    margin: 0px;
    border-radius: 0px;
}

.button.supprimer{
    width: auto;
}

/* Liste compétition *************************************/

.backgroundCompetition, .backgroundCarte{
    height: 8em;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.backgroundCompetition.fin, .backgroundCarte.fin{
    height: 3em;
    background-position: center center;
    background-size: cover;
}
.backgroundCompetition{
    width:auto;
}
.backgroundCompetition:hover, .backgroundCarte:hover{
    transition-duration: 500ms;
    transform: scale(1.02);
}
.backgroundCompetition .row, .backgroundCarte .row{
    margin: 0em;
}
.backgroundCompetition.static:hover, .backgroundCarteStatic:hover{
    transform: scale(1.00);
}

.competitionArrondie{
    border-radius: 1em;
    overflow: hidden;
}

.competition, .carte{
    width:100%;
    height:100%;
    backdrop-filter: blur(2px);
    /* color: white; */
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.80);
    color: white;
}

.competition.noBlur, .carte.noBlur{
    backdrop-filter: blur(0px);
}

.competition.selected{
    background: linear-gradient(to left,  #ffffff00 0%, 50%, #5cd85cc5);
}

.carte{
    align-content: center;
    text-align: center;
}
.competition:hover, .carte:hover{
    backdrop-filter: blur(0px);
    transition-duration: 500ms;
}
.colonneCompetition{
    display: flex;
    align-items: center;
}

.rediCompetition:hover .cls-3{
    transform: translate(15em,0);
    transition-duration: 500ms;
}

.pTitreNoneFiles{
    font-size:1.5em;
    text-align:center;
    padding: 2em;
    margin: 0;  
}

.backgroundCarte{
    margin-top: 1em;
    border-radius: 0.8em;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Liste document *****************************************/
.sectionDocument{
    margin: 1em;
}
.downloadDocument{
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: #5299c2;
    border-radius: 0.4em;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
}
.downloadDocument:hover{
    color: #a4e2ff;
    transform: scale(1.02);
    transition-duration: 500ms;
}
.downloadDocument img{
    height: 2em;
}
.imgTelechargement:hover{
    transform: scale(1.2);
    transition-duration: 500ms;
}

/* Entete *************************************************/
.sectionEntete{
    height: 30vh;
    width:100%;
    overflow: hidden;
    background-color: #f5f5f7;
}
.sectionEntete.petit{
    height: 8vh;
}
.sectionEntete a{
    text-decoration: none;
}
.entete{
    height:105%;
    padding-top: 10em;
    padding-left: 10em;
    background-size: cover;
    background-position: center center;
    transition-duration:500ms;
    border-radius: 2em 2em 0 0;
}
.entete.petit{
    display: flex;
    height:110%;
    padding-top: 1em;
    padding-left: 2em;
    align-items: center;
}
.entete h2{
    font-size: 2em;
    color: #2274A5;
    text-shadow: 2px 1px 3px white;
}
.entete h3{
    color: #FF6B6B;
}
.entete.petit h3{
    margin-left: 5em;
    color: #FF6B6B;
}


/* Entete espaces*************************************************/
.sectionNav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1em;
}
.principalNav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-left :0;
    background-color: #FF6B6B;
    align-items: center;
    border-radius: 1em;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    padding: 0.25em;
    transition: height 0.5s ease;
}
.principalNav.styleEntete{
    border-radius: unset;
    animation: unsetChangeHeight;
    animation-duration:500ms;
}
.principalNav.grand{
    height: 8em;
    animation: changeHeight;
    animation-duration:500ms;
}
#zoneBoutonEntete{
    justify-content: flex-end;
    /* max-height: 15vh; */
    opacity:1;
    transition: max-height 0.5s ease, opacity 0.3s ease-in;
}

.sousNav{
    display: flex;
    width: fit-content;
    height: 4em;
    margin-top :0.5em;
    margin-right :0.5em;
    align-items: center;
    padding: 0.25em;
    animation: changeHeight;
    animation-duration:500ms;
    opacity: 1;
    max-height: 10em;
    transition: max-height 0.5s ease, opacity 0.3s ease-in;
}
@keyframes changeHeight{
    from {
        opacity: 0;
        height: 3em;
    }
    to {
        opacity: 1;
        height: 4em;
    }
}


/* Section tête ***************************************/
.sectionTete{
    background-color: #f5f5f7;
    overflow: hidden;
    padding: 1em;
    padding-left: 2em;
}
.sectionSousTete{
    border-radius: 0.8em;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.boutonNav{
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    background-color: rgb(0 0 0 / 25%);
    border-radius: 0.5em;
    padding: 0.5em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin-top: 0.75em;
    margin-left: 0.5em;
    margin-bottom: 1rem;
    width: fit-content;
}
.boutonNav.img{
    padding: 0.25em;
    height: 2.5em;
}

.boutonNav.deconnexion{
    background-color: rgba(255, 255, 255, 0.30);
}
.boutonNav.deconnexion:hover{
    background-color: rgba(255, 255, 255, 0.50);
}
.boutonSousNav{
    color: white;
    font-size: 1.2em;
    background-color: #ff6b6b;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    border-radius: 0.5em;
    padding: 0.5em;
    margin-left :0.5em;
}
.boutonSousNav:hover{
    transform: scale(1.01);
    cursor: pointer;
    background-color:#ff5252;
}
.boutonNav:hover{
    transform: scale(1.01);
    cursor: pointer;
    background-color: rgb(0 0 0 / 30%);
}

#nomCompte{
    display: flex;
    align-items: baseline;
    margin-top:0.4em;
}
#nomCompte h4{
    padding-left: 1em;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
#nomCompte p{
    padding-left: 0.5em;
    font-size: 1.5em;
    color: white;
}

.hamburgerEntete{
    width: 3em;
    height: 0.25em;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(0em, 0em);
    box-shadow: 0px 2px 5px rgba(0, 0, 0,.2);
    transition:500ms;
    border-radius: 1em;
}
.hamburgerEntete:before, .hamburgerEntete:after{
    content:'';
    position: absolute;
    width: 3em;
    height: 0.25em;
    background: #b61c1c;
    box-shadow: 0px 2px 5px rgba(0, 0, 0,.2);
    transition:500ms;
    border-radius: 1em;
}
.hamburgerEntete:before{
    top:-0.8em;
}
.hamburgerEntete:after{
    top:0.8em;
}

.sectionHamburger{
    display: flex;
    justify-content: end;
    padding: 1em;
}
.sectionHamburger:hover{
    cursor: pointer;
}
.sectionHamburger.on .hamburgerEntete{
    background: rgba(0, 0, 0,0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
    transition:500ms
}
.sectionHamburger.on .hamburgerEntete:before{
    top:0;
    transform : rotate(45deg);
    transition:500ms
}
.sectionHamburger.on .hamburgerEntete:after{
    top:0;
    transform : rotate(-45deg);
    transition:500ms
}

.sectionHamburger.hover .hamburgerHeader:before{
    transform : translate(-0.5em,0em);
}
.sectionHamburger.hover .hamburgerHeader:after{
    transform : translate(-0.5em,0em);
}

.sectionHamburger.on.hover .hamburgerHeader:before{
    transform : rotate(-45deg);
}
.sectionHamburger.on.hover .hamburgerHeader:after{
    transform : rotate(45deg);
}

@media (max-width: 768px) {
    #nomCompte{
        flex-wrap: wrap;
    }
    .principalNav{
        flex-direction: column;
    }
    #zoneBoutonEntete{
        flex-direction: column;
        align-items: center;
    }
    .boutonNav{
        margin: 0.2em;
    }
    .sectionHamburger{
        margin: 1em;
    }
    .sousNav{
        flex-direction: column;
        height: fit-content;
        align-items: unset;
    }
    .boutonSousNav{
        margin-bottom: 0.5em;
    }
}



/* Section chonomètre compétition */
#sectionStatutCompetition{
    background-image: url(../img/fondConnexion.png);
    background-repeat: repeat;
    background-size: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
#sectionStatutCompetition img{
    height:5em;
}
#statutCompetition{
    display:grid;
}

#statutCompetition h4{
    color:white;
    margin :0;
}
#timer{
    vertical-align: middle;
    display:flex;
    align-items: baseline;
}
.days, .hours, .minutes, .seconds{
    color: #FFBA08;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    padding: 0.2em;
}
.days.fist .value, .hours.fist .value, .minutes.fist .value{
    font-size:3em;
}
.days.fist p, .hours.fist p, .minutes.fist p, .seconds.fist p{
    font-size:1.5em;
}
.days .value, .hours .value, .minutes .value, .seconds .value{
    font-size:2em;
}
.days p, .hours p, .minutes p, .seconds p{
    font-size:1.2em;
}






/* Espaces page d'accueil ************************************/

.listeCompetition, .sectionCarte{
    overflow: hidden;
}


/* Connexion********************************************** */
#connexion{
    width:100%;
    background-image: url(../img/fondConnexion.png);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding-top:10vh;
    padding-bottom:10vh;
    overflow: hidden;
}
#sectionMotDePasse{
    display: flex; 
    align-items: center; 
    cursor: pointer; 
    justify-content: center;
}
#viewPassword:hover{
    transform: scale(1.2);
    transition-duration:500ms
}
#ongletConnexion{
    width:fit-content;
    min-width: 50vw;
    max-width: 90vw;
    height:fit-content;
    background: white;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border-radius: 1em;
    margin: auto;
    padding-bottom: 1em;
}
#ongletConnexion img{
    height:5em;
}
#formConnexion input{
    width:80%;
    margin:0.5em;
    border-radius:0.3em;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    padding-left: 0.5em;
}
#formConnexion h1{
   color: #006eb5;
}

.inputForm{
    margin:0.5em;
    border-radius:0.3em;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    padding-left: 0.5em;
}
select.inputForm{
    margin-top:0.5em;
}

#submit{
    width:60%;
    background-color: #006eb5;
    color: white;
    height: 2em;
    transition-duration: 200ms;
}
#submit:hover{
    transform: scale(1.02);
    color: #8fcef9;
    transition-duration: 500ms;
}

/* Form *****************************************/
.formSite{
    margin-left: 3vw;
    margin-right: 3vw;
    text-align: left;
}

.formSite input{
    margin:0.5em;
    border-radius:0.3em;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    padding-left: 0.5em;
}

.formSite h1{
   color: #ea4343;
   margin-top: 1em;
   margin-bottom: 0.5em;
}
.sectionForm{
    text-align: left;
}

.checkBox{
    box-shadow: none !important;
    max-height: 1em;
    box-shadow: none;
    margin-right : 1em;
}

/* Déplis replis form */

.sectionForm.replisForm{
    height: 0;
    overflow: hidden;
}

.sectionForm.replis{
    height: 0;
    overflow: hidden;
    animation: replisSectionForm;
    animation-duration:500ms;
}

.sectionForm.deplis{
    height: fit-content;
    animation: deplisSectionForm;
    animation-duration:1000ms;
}
.sectionTitreDeroulant:hover{
    cursor: pointer;
}
.sectionTitreDeroulant.deplis .flecheDeplis{
    transform: rotate(-180deg);
    transition-duration: 200ms;
}
/* Fleche form déplis replis */
.flecheDeplis{
    width: 4em;
    transition-duration: 200ms;
}
.sectionTitreDeroulant:hover .fleche2{
    transform: translateY(2em);
    transition-duration: 300ms;
}
.sectionTitreDeroulant:hover .fleche1{
    stroke:#006eb5;
}
.sectionTitreDeroulant:hover h1{
    color: #c71c1c;
    transition-duration: 300ms;
 }
.fleche1{
    fill:none;
    stroke:#ea4343;
    stroke-width:15;
    stroke-linecap:round;
    stroke-miterlimit:10;
    transition-duration: 100ms;
}
.fleche2{
    fill:none;
    stroke:#ea4343;
    stroke-width:15;
    stroke-linecap:round;
    stroke-miterlimit:10;
    transition-duration: 100ms;
}

@keyframes deplisSectionForm{
    0% {
        opacity: 0;
        height: 0em;
    }
    25% {
        height: 10em; 
        opacity: 0;
    }
    26% {
        height: auto;
    }
    100% {
        opacity: 1;
    }
}

@keyframes replisSectionForm{
    from {
        height: 10em;
    }
    to {
        height: 0em;
    }
}

/* Body ******************/

.sectionRemplissage{
    height:auto;
    padding: 1em;
    background: #f5f5f7;
    top:50%;
    left:50%;
    text-align: center;
    overflow:hidden;
    padding: 1em;
    padding-left:2em;
}
.sectionRemplissage.errorBorder{
    padding: unset;
    padding-left:1em;
}
.sectionRemplissage h1{
    color : #006eb5;
}
.sectionRemplissage h2{
    color : #006eb5;
}

.sectionRemplissage img{
    height:2em;
}

label.multipleItems{
    display: flex;
    align-items: center;
}


/* Erreur et Validation  ************************************ */
.returnError{
    height: fit-content;
    padding: 1em;
    text-align: center;
}
.returnError p{
    animation: showElement;
    animation-duration:300ms;
}
.returnError p.hideError{
    animation: hideElement;
    animation-duration:300ms;
    opacity: 0;
}


/* Entrer form ************************************ */
.entrerTexte{
    min-height: 5em;
    border-radius: 0.5em;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2); 
    margin: auto;
}
.affichageTexte{
    min-height: 5em; 
    width: 90%;
    border-radius: 0.5em;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2); 
    margin: auto;
}



/* Overlay section notification ***************************** */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display:flex;
    justify-content: center;
    align-items: center;
}
.overlay.hide {
    display:none;
}

.overlay img {
    width: 2em;
    cursor: pointer;
}

.sectionNotification{
    width: 70%;
    height:auto;
    padding: 1em;
    background-color: white;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    top:50%;
    left:50%;
    text-align: left;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.sectionNotification h3{
    padding-left: 1em;
    padding-bottom: 0.5em;
}
.sectionNotification h4{
    padding-left: 2em;
}
.fermer img{
    width: 2em;
}
.fermer:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition-duration:300ms
}
/* Information */
.info{
    margin: 1em;
}
.info.marginLeft{
    margin: unset;
    margin-left: 1em;
}
.info:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition-duration:300ms
}
.info img{
    width: 1.5em;
    height: 1.5em;
}

/* Couleur text */

.green {
    background: #33e24a;
}
.red {
    background: #EF3054;
}
.blueGreen {
    background: #33e2d3;
}
.yellow {
    background: #e2c233;
}
.pink {
    background: #e23380;
}

.greenText {
    color: #33e24a;
}
.blueText {
    color: #33a5e2;
}
.yellowText {
    color: #e2c233;
}
.orangeText {
    color: #faac5e !important;
}
.redText {
    color: #EF3054;
}
.pinkText {
    color: #e23380;
}
.clignote{
    animation: clignotement 2s infinite;
}

@keyframes clignotement {
	0%,100%	{opacity: 0.5}
	50%		{opacity: 1}
}





@keyframes hideElement{
    from {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    to {
        opacity: 0;
        transform: translate(0px, 1em);
    }
}

@keyframes showElement{
    from {
        opacity: 0;
        transform: translate(0px, 1em);
    }
    to {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.error{
    color : red;
}
.valide{
    display: flex;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.sectionValidation{
    height: 100%;
    width: 100%;
}
.sectionGreen{
    background-color: #12c069;
    overflow: hidden;
}
.sectionYellow{
    background-color: #f8d122;
    overflow: hidden;
}
.sectionValidation.sectionLoarding{
    display: flex;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-color: #f8d122;
}
.sectionValidation.sectionLoarding img{
    height: 3em;
}
.sectionValidation.sectionWarning{
    display: flex;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-color: #f71e29;
}
.sectionValidation.sectionWarning img{
    height: 3em;
}
.gifCheck {
    width: 5em;
    height: 4em;
    background-color: #12c069;
    background-image: url('/img/checkGif.gif');
    background-size: cover;
    animation: play-once 3.2s steps(1) forwards;
}

/* Affichage info ***************************************/

.affichageInfo{
    padding: 2em;
    background-color: #f5f5f7;
    text-align: center;
}
.affichageInfo h1{
    color: #006eb5;
    padding-bottom: 1em;
}
.affichageInfo h2{
    color: #006eb5;
    padding-bottom: 1em;
    padding-top: 1em;
}

.sectionAffichage{
    height:auto;
    padding: 1em;
    background-color: #f5f5f7;
    top:50%;
    left:50%;
    text-align: left;
    border-radius: 0.5em;
}

.sectionAffichage h3{
    padding-left: 1em;
    padding-bottom: 0.5em;
}
.sectionAffichage h4{
    padding-left: 2em;
}

.sectionAffichage .titreCentral{
    text-align: center;
    font-size: 1.3em;
}

.sectionAffichage.red{
    background-color: rgb(255, 213, 213);
}

.sectionAffichage.colonne{
    height:auto;
    padding: 1em;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    top:50%;
    left:50%;
    text-align: left;
    border-radius: 0.5em;
    display: flex;
    overflow: overlay;
}

.textAffichage{
    text-align: right;
    white-space: nowrap;
}
.textAffichage.center{
    text-align: center;
}
.textAffichage p{
    font-weight: bold;
}
@media (max-width: 	540px) {
    .textAffichage{
        text-align: center;
    }
}


.affichageInformation{
    width: 100%;
    display: flex;
    margin-bottom: 1em;
    background-color: white;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    border-radius: 0.5em;
    padding: 1em;
    overflow: auto;
}
.affichageInformation.retourALaligne{
    flex-wrap: wrap;
}

.affichageInformation.interne{
    background-color: #ffffffc5;
}

.affichageInformation.nonValable{
    background-color: #e8e8e8;
}

.affichageInformation.noflex{
    display: block;
}

.affichageInformation.bleuClaire{
    background-color: #e2f4ffc5;
}

.affichageInformation.rougeClaire{
    background-color: #ffd1d1c5;
}
.affichageInformation.ligne{
    display: block;
}

.affichageInformation.assistance{
    margin-left: 1em;
    background-color: #ffe9ddc5;
}

.affichageInformation.document{
    max-height: 20em;
    overflow-y: auto;
}

.affichageInformation h3{
    color: #FF6B6B;
}

.colloneAffichage{
    padding-left: 2em;
    min-width: fit-content;
    white-space: nowrap;
    
    /* min-width: min-content; Test avec fit-content*/
}

.ligneAffichage{
    display: flex;
    padding-left: 2em;
    min-width: fit-content;
    align-items: baseline;
}

.ligneAffichage.noFlex{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.ligneAffichage.claire{
    background-color: #ffffff;
    border-radius: 0.4em;
}

.ligneAffichage.bleu{
    color: white;
    background-color: #67d4ff;
    border-radius: 0.4em;
}

.ligneAffichage.gris{
    color: white;
    background-color: #707070;
    border-radius: 0.4em;
}

.ligneAffichage.commentaire{
    width: 90%;
    min-height: 2em;
}

.ligneAffichage h5{
    white-space : nowrap;
}

.colloneAffichage p, .colloneAffichageWithRow p{
    font-weight: bold;
}
.colloneAffichage t,.ligneAffichage t, .colloneAffichageWithRow t{
    padding-left: 0.3em;
    padding-right: 0.3em;
}


/* Fleche precedent **********************************/

.flechePrecedent{
    display: flex;
    color:white;
    width: 12em;
    align-items: center;
}
.flechePrecedent:hover .cls-2{
    transform: translate(15em,0);
    transition-duration: 500ms;
}
.flechePrecedent h4{    
    margin-top: 0.3em;
    margin-left: 1em;
}


/* Connexion ********************************* */
#zoneConnexion{
    justify-content: center;
}
#texteConnexion{
    color: #006eb5;
    font-weight: bold;
}

#imgProcedureReMDP{
    border-radius: 1em;
    margin: 2em;
}
#titreProcedureReMDP{
    margin-top: 0.5em;
    color:#12c06a;
}

#titreProcedureReMDPFaux{
    margin-top: 1.2em;
    color:#d32222;
}


/* Cercle de chargement ******************************/
.circleLoader {
    margin: 0.1em auto;
    border: 0.2em solid rgba(0,0,0,.1);
    border-radius: 50%;
    border-top: 0.2em solid #3498db;
    width: 1em;
    height: 1em;
    animation: spin 2s linear infinite, pulse 2s infinite ease-in-out;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes pulse {
    0%, 100% {
      border-top: 0.2em solid#3498db;
      border-right: 0.2em solid#3498db;
      border-radius: 10%;
    }
    50% {
      border-top: 0.2em solid #34db6c;
      border-right: 0.2em solid#3498db00;
      border-radius: 50%;
    }
  }
  .divCircle{
    margin-left: 1em;
  }

  /*Bouton de validation et erreur enregistrement ************ */
  .divEnregistre, .divRefuse{
    margin-left: 1em;
  }
  .divEnregistre img, .divRefuse img{
    width: 1.3em;
  }

/* Effet**************************************************** */

@keyframes play-once {
    to {
        background-image: url('/img/checkGif.jpg');
    }
}


/* Responsive*********************************************** */

@media (max-width: 768px) {

    /* En tete */
    .entete{
        padding-top: 2em;
        padding-left: 2em;
    }
    .sectionEntete{
        height: 20vh;
        width:100%;
        overflow: hidden;
    }
    .sectionEntete.petit{
        height: 12vh;
    }
    .entete.petit h3{
        margin-left: 3em;
        color: #FF6B6B;
    }

    /* Erreur */
    .sectionLoarding, .sectionWarning, .valide{
        font-size: 1em;
    }
    
    .colloneAffichage{
        padding-left: 0.8em;
        min-width: min-content;
    }

}


