* {
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

.select-areas-background-area {
    /* height: 30px !important; */
    pointer-events: all;
}

.select-areas-outline {
    -webkit-box-shadow: 4px 4px 2px -3px #000000;
    box-shadow: 4px 4px 2px -3px #000000;
}

.select-areas-outline h5 {
    display: none;
}

.select-areas-outline.approved h5 {
    display: block;
}

.select-areas-outline.approved {
    /* height: 30px !important; */
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.select-areas-outline.approved .select-areas-background-area {
    pointer-events: none !important;
}

.select-areas-delete-area {
    height: 37px !important;
    width: 37px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
}

.delete-area {
    display: block !important;
}

.delete-area-approved {
    transform: translate(0, 0) !important;
}

.select-areas-outline {
    pointer-events: none;
}

.approve-area {
    position: absolute;
    cursor: pointer;
    padding: 5px;
}

.select-areas-approve-area {
    height: 37px;
    width: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background: url(../img/bt-approve.png);
}

@font-face {
    font-family: "gothamBook";
    src: url("../fonts/GothamBook.ttf");
}

@font-face {
    font-family: "gothamBold";
    src: url("../fonts/GothamBold.ttf");
}

:root {
    --jaune: #DEC855;
    --bleu-base: #7FAAB9;
    --bleu-text: #77DAFF;
    --vert: #8AE0B8;
    --bleu-2: #7AC9C7;
}

bleu {
    color: var(--bleu-text);
}

italic {
    font-style: italic;
}

html {
    height: 100%;
    width: 100%;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: var(--bleu-base);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: gothamBook;
    touch-action: pan-y;
    transition: all .2s ease-in-out;
    user-select: none;
}

nav {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    height: 76px;
    z-index: 40;
    opacity: 0;
    transition: opacity 1s;
}

.btnHome {
    position: fixed;
    left: 0;
    top: 0;
    padding: 11.5px 20px;
    cursor: pointer;
    z-index: 10;
}

.languesContainer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    padding: 12px 20px;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
}

.languesContainer img {
    width: 50px;
    margin-right: 5px;
}

.languesContainer p {
    color: var(--jaune);
    text-decoration: underline;
    font-size: 20pt;
    margin: 0;
}

button {
    border: none;
}

.btn {
    text-align: center;
    background-color: var(--jaune);
    color: #404040;
    margin: 1em auto;
    padding: 20px;
    border-radius: 50px;
    font-size: 21pt;
    font-weight: bold;
    cursor: pointer;
    width: 250px;
    font-family: gothamBold;
    transform: scale(1);
    transition: all .3s ease;
}

.btn:active {
    transform: scale(0.95);
}

a {
    text-decoration: none;
}

p {
    color: #404040;
    /* text-shadow: black 0 0 1px; */
    font-size: 1.4em;
    /* font-family: gothamBook; */
}

section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accueil {
    /* background-image: url(../video/accueil.mp4); */
    height: 100%;
    flex-direction: column;
    opacity: 0;
    transition: opacity 1s ease;
}

#videoAccueil {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    /* filter: brightness(0.4); */
}

div.backdropNoir {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

.accueil a {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: solid 2px white;
}

.accueil h1 {
    font-size: 25pt;
    font-weight: normal;
    width: 550px;
    padding: 0 37px 0.5em 20px;
    font-family: gothamBook;
}

#titreAccueilEN {
    text-align: center;
}

#titreAccueilFR {
    border-left: solid 2px white;
}

.accueil .btn {
    margin: 20px 145px 0 145px;
}

.btnAccueilENContainer {
    border-left: solid 2px transparent !important;
}

.partenaireContainer img {
    image-rendering: optimizeQuality;
}

.partenaireContainer {
    position: absolute;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.partenaireContainer img {
    max-width: 125px;
    margin: 0 1em;
}

.logoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-bottom: 122px;
}

.logo {
    width: 250px;
    animation: logo 3s ease-in-out infinite;
}

@keyframes logo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/* #accueil_txt1 {
    position: absolute;
    bottom: 0;
} */

h1,
h2,
h3,
h4,
h5 {
    font-family: gothamBold;
}

h1 {
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 2em;
    width: fit-content;
    /* text-shadow: black 1px 1px 1px; */
}

h2 {
    color: white;
    margin: 0;
    font-size: 1.2em;
    padding-bottom: 10px;
    border-bottom: solid 1px white;
    /* text-shadow: black 1px 1px 1px; */
}

h3 {
    font-size: 21pt;
}

h4 {
    font-size: 1.4em;
    margin: 0;
    color: white;
    text-shadow: black 1px 1px 1px;
}

h5 {
    font-size: 1.4em;
    margin: 0;
    color: #404040;
    /* text-shadow: black 0 0 1px; */
}

::-webkit-scrollbar {
    display: none;
}

.informations {
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
    opacity: 0;
    transition: opacity 1s ease;
}

.informations a,
.infos-animaux a {
    text-align: center;
    position: fixed;
    bottom: 1em;
    right: 1em;
    color: white;
    background: var(--jaune);
    border-radius: 50%;
    font-size: 62px;
    margin: 30px;
    width: 90px;
    height: 90px;
}

.informations h1 {
    font-size: 50pt;
    padding: 0;
}

.informations p {
    font-size: 18pt;
    margin: 0;
}

.informations_presentation {
    text-align: left;
    justify-content: space-between;
    padding: 20px 200px;
}

.informations_presentation p {
    margin: 2em 0;
}

.informations_presentation div {
    width: 45%;
}

.informations .logo {
    width: 130px;
    margin: 3em auto;
    animation: none;
}

.infosPartie1 {
    margin: 120px auto 0 auto;
    width: 80%;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.infosPartie2 {
    position: relative;
    background: white;
    width: 100%;
    margin: 0;
    padding: 20px 300px;
}

.flecheBas {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explications {
    width: 100%;
    justify-content: space-around;
    border-top: solid 3px var(--bleu-base);
    margin: 2em 0;
    padding: 60px 0 30px 0;
}

.explications div {
    flex-basis: 25%;
    padding: 1.5em 3em 0 3em;
    min-width: 420px;
    color: #404040;
    text-align: left;
}

.explications h3 {
    font-size: 26pt;
    margin: 0 0 0.5em 0;
}

.explications p {
    color: #404040;
    min-height: 104px;
}

.explications img {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 170px;
    margin-top: 1em;
}

.explication_ensuite {
    background-color: var(--bleu-base);
}

.explication_ensuite p,
.explication_ensuite h3 {
    color: white;
}

.infos-animaux {
    margin-top: 100px;
    opacity: 0;
    transition: opacity 1s ease;
}

.infos-animaux h1 {
    position: relative;
    font-size: 3.5em;
    margin-bottom: 20px;
    width: 100%;
}


/* .infos-animaux .wave {
    bottom: -100px;
} */

.infos-animaux-partie1 {
    padding: 0 300px;
}

.infos-animaux-partie2 {
    position: relative;
}

.infos-animaux-partie2 h1 {
    margin: 50px 0;
    color: #404040;
}

.infosFouContainer {
    width: 270px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 270px;
}

.infosFouContainer h3 {
    margin: 5px 0;
}

.infosFouContainer p {
    color: white;
    margin: 0;
    font-size: 12pt;
}

.infosFouContainer img {
    width: 100%;
    border: white solid 2px;
    border-radius: 20px;
}

.bas {
    margin-left: 270px;
    margin-right: 0;
    justify-content: flex-start;
}

.timeLineContainer {
    display: flex;
}

.timeLine {
    position: relative;
    width: 270px;
    height: 10px;
    background: #fff;
    margin: 40px 0;
}

.point {
    position: absolute;
    top: -15px;
    left: -1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

.timeLineEnd {
    background: none;
}

.jaune {
    background-color: var(--jaune);
}

.infosPredateur {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 400px 25px 400px;
}

.infosPredateur .wave {
    bottom: initial;
    top: -240px;
}

.infosPredateur div {
    max-width: 400px;
    margin: 20px 50px;
}

.infosPredateur h3 {
    margin: 10px 0;
    color: #404040;
}

.infosPredateur p {
    margin: 0;
    font-size: 12pt;
}

.infosPredateur img {
    width: 100%;
}

.utilisateur {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    text-align: center;
    color: white;
    opacity: 0;
    transition: opacity 1s ease;
}

.utilisateur a {
    color: #404040;
    text-align: center;
}

.utilisateur h1 {
    font-size: 40pt;
}

.utilisateur input {
    margin: 1em;
    padding: 10px;
    text-align: center;
    font-size: 3em;
    border: solid 10px var(--jaune);
}

.utilisateur .logo {
    animation: none;
    position: absolute;
    width: 132px;
    left: 61px;
    bottom: 122px;
}

.activiteContainer {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

header {
    margin-top: 67px;
}

header h1 {
    font-size: 3em;
    color: white;
    text-shadow: none;
    padding: 30px 0 0 0;
}

.activite {
    height: 80%;
    align-items: start;
}

.instructions {
    position: absolute;
    top: 76px;
    background: var(--bleu-base);
    height: calc(100% - 76px);
    width: 100%;
    color: white;
    text-align: center;
    z-index: 150;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease;
}

.instructions h1 {
    margin: 1em auto 1em auto;
    font-size: 3.5em;
}

.etapes {
    width: 90%;
    margin: 0 auto;
    border-top: solid 4px white;
    justify-content: space-between;
    padding: 50px 0;
    text-align: left;
}

.etapes div {
    flex-basis: 20%;
    padding: 20px;
}

.etapes h3 {
    font-size: 2.5em;
    color: var(--bleu-text);
    margin: 20px 0;
}

.videoTuto {
    width: 380px;
}

.btnOk {
    margin-top: 50px;
}

#creditImage {
    color: #404040;
    text-align: center;
    font-size: 1em;
}

.colonne {
    position: relative;
    text-align: center;
    max-width: 250px;
    margin: 0 50px;
}


/* .colonneGauche {
    border-right: solid 5px white;
}

.colonneDroite {
    border-left: solid 5px white;
} */

.colonne h2 {
    font-size: 1.6em;
}

.containerOutil {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100px;
    width: 200px;
    margin: 15px auto 0 auto;
    border: solid 3px white;
    cursor: pointer;
    box-shadow: inset black 0 -40px 30px -20px;
    transition: all .3s ease;
}

.containerOutil:active {
    transform: scale(0.95);
}

.nombreSelection {
    position: absolute;
    top: 30px;
    right: -22px;
    background-color: #404040;
    padding: 5px;
    font-size: 20px;
    font-family: gothamBold;
    min-width: 40px;
    border-radius: 50px;
    border: solid white 1px;
    color: var(--jaune);
}

.colonneDroite .nombreSelection {
    right: initial;
    left: -22px;
}

.nombreSelection:empty {
    display: none;
}

.colonne h4 {
    color: white;
    /* text-shadow: black 1px 1px 1px; */
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 5px;
}

#containerOeuf {
    background-image: url("../img/oeuf.png");
}

#containerOeuf:active {
    border-color: rgb(250, 106, 238);
}

#containerOisillon {
    background-image: url("../img/oisillon.png");
}

#containerOisillon:active {
    border-color: rgb(228, 24, 211);
}

#containerPoussin {
    background-image: url("../img/poussin.png");
}

#containerPoussin:active {
    border-color: rgb(179, 22, 211);
}

#containerJuvenile {
    background-image: url("../img/juvenile.png");
}

#containerJuvenile:active {
    border-color: rgb(173, 10, 124);
}

#containerImmature {
    background-image: url("../img/immature.png");
}

#containerImmature:active {
    border-color: rgb(204, 4, 97);
}

#containerAdulte {
    background-image: url("../img/adulte.png");
}

#containerAdulte:active {
    border-color: rgb(0, 238, 206);
}

#containerRenard {
    background-image: url("../img/renard.png");
}

#containerRenard:active {
    border-color: rgb(240, 113, 9);
}

#containerGoeland {
    background-image: url("../img/goeland.png");
}

#containerGoeland:active {
    border-color: rgb(241, 225, 0);
}

#containerCorbeau {
    background-image: url("../img/corbeau.png");
}

#containerCorbeau:active {
    border-color: rgb(0, 142, 207);
}

#containerPygargue {
    background-image: url("../img/pygargue.png");
}

#containerPygargue:active {
    border-color: rgb(3, 201, 85);
}

.actions {
    width: 100%;
    padding: 30px 100px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgWave,
.bgWave2 {
    background: url(../img/wave_anim.svg) repeat-x;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% * 2);
    height: 150px;
    z-index: -1;
    transform: translate3d(0, 0, 0);
}

.bgWave2 {
    opacity: 0.6;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}


/* .actions div {
    width: 25%;
} */

.actions .btn {
    color: #404040;
    margin: 1em;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /* width: 150px; */
    /* background-color: transparent; */
}


/* .actions .btn {

} */

#btnReset {
    padding: 0;
    justify-content: end;
}

.actionOn {
    transition: all .3s ease;
    -webkit-tap-highlight-color: transparent;
}

.actionOn:active {
    transform: scale(0.95);
}


/* #btnReset:active {
    border: 2px solid white;
    box-shadow: white 0 0 8px;
} */

#btnInstructions,
#btnPasser {
    padding: 15px 30px;
    opacity: 0;
    background-color: var(--jaune);
    width: 300px;
    height: fit-content;
}

#btnPasser {
    opacity: 1;
}

.btnEffacer {
    margin: 1em 0 1em auto;
    padding: 15px 30px;
}

.btnValider {
    /* color: white; */
    padding: 15px 30px;
    margin: 1em auto 1em 0;
    transition: all .3s ease;
}

.retroactionContainer,
.passerContainer,
.effacerContainer,
.fondNoirTuto,
.alerteRetourAccueil {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 150;
    opacity: 0;
    transition: opacity 1s ease;
}

.fondNoirTuto {
    backdrop-filter: none;
}

.passerContenu,
.effacerContenu,
.alerteRetourAccueilContenu,
.tuto3Container,
.tuto4Container {
    color: #404040;
    position: relative;
    text-align: center;
    background: white;
    border-radius: 20px;
    padding: 2em 4em;
}

.alerteRetourAccueilContenu h1 {
    color: #404040;
    text-shadow: none;
}

.effacerContenu h1 {
    color: #404040;
    text-shadow: none;
    margin-bottom: 1em;
}

.effacerContenu .btn {
    margin: 1em;
}

.btnNonEffacer,
.btnNon,
.btnParticipation,
.btnQuitter {
    background-color: #404040;
    color: var(--jaune);
}

.passerContenu h1 {
    color: var(--bleu-base);
    text-shadow: none;
    margin-bottom: 1.5em;
    padding: 0;
}

.passerContenu .btn {
    font-size: 1.5em;
    width: 320px;
    margin: .5em auto;
}

.btnAnnulerPasser {
    background-color: #404040;
    width: 200px !important;
    color: var(--jaune);
    margin: 2em auto 0 auto !important;
}

.retroactionContainer h1 {
    color: #404040;
    margin-bottom: 1em;
    text-shadow: none;
    font-size: 30pt;
}

.retroaction {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.retroaction div {
    margin: 1em 2em;
}

.retroaction p {
    color: #404040;
    font-size: 1.5em;
    margin: 0;
}

.retroactionPanel {
    max-width: 1000px;
    padding: 2em 4em;
    background: white;
    text-align: center;
}

.retroactionPanel img {
    width: 200px;
    height: auto;
    margin: 0;
}

.confirmation {
    padding-top: 3em;
    /* width: 500px; */
    /* margin: 0 auto; */
    /* opacity: 0; */
    transition: opacity 1s ease;
}

.confirmation h2 {
    color: var(--bleu-base);
    text-shadow: none;
    text-align: center;
    font-size: 20pt;
}

.confirmation .btn {
    margin: 1em 1em;
    width: 250px;
}

.participationContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
}


/* .participationContainer img {
    margin: 2em auto;
    width: 100%;
    height: 100%;
} */

.participationContainer h1 {
    font-size: 2.5em;
    width: 1000px;
}

.participationContainer p {
    font-family: GothamBold;
    color: #404040;
    margin: .1em 0 0 .5em;
    font-size: 1.5em;
}

.participationContainer .logo {
    animation: none;
    width: 132px;
    position: absolute;
    left: 61px;
    bottom: 122px;
}

.progressionContainer {
    position: relative;
    background-color: white;
    width: 650px;
    height: 70px;
    border: solid 3px white;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto 5em auto;
}

.progressionBar {
    background-color: var(--jaune);
    width: 0%;
    height: 100%;
    transition: width .1s ease;
    /* animation: progression 2s linear 1; */
}

#pourcentageProgression {
    position: absolute;
    top: 20%;
    left: 45%;
    margin: 0;
    font-size: 33px;
}

.progressionContenue {
    width: 1000px;
}

.progressionContenue div {
    margin-bottom: 2em;
}


/* @keyframes progression {
    0% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
} */

.btnContainerParticipation {
    margin-top: 5em;
}

.btnContainerParticipation .btn {
    margin: 1em;
}


/* .btnParticipationContainer {
    width: 50%;
} */

#nomUtilisateur {
    color: var(--bleu-text);
    margin: 0 auto 1.5em auto;
}

.infoslettreContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    opacity: 0;
    transition: opacity 1s ease;
    overflow: initial;
}

.infoslettreContenu {
    width: 800px;
    position: relative;
    color: white;
    text-align: center;
    padding: 4em 4em 0 4em;
    border: solid 2px white;
}

.infoslettreContenu h3 {
    font-size: 2.2em;
}

.infoslettreContenu input {
    font-size: 1.3em;
    padding: 15px;
    margin: 20px;
    border: solid 6px var(--jaune);
}

#userMail {
    width: 600px;
}

.btnInscription {
    font-size: 1.6em !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 20px !important;
    border-radius: 0px;
}

.infoslettreContenu {
    text-align: center;
    width: 60%;
}

.infoslettreContenu form {
    text-align: center;
}

#formulaire {
    margin: 2em;
}

#mailConfirmation {
    color: white;
    /* text-shadow: black 1px 1px 1px; */
    font-weight: bold;
    /* padding-bottom: 1em; */
    margin: 0;
}

.infoslettreContainer .logo {
    animation: none;
    position: absolute;
    width: 132px;
    left: 61px;
    bottom: 122px;
}

.facebookContainer {
    position: absolute;
    bottom: 122px;
    right: 61px;
}

.imgFacebook {
    width: 250px;
    margin: 1em;
}

.qrCode {
    width: 80px;
    height: 80px;
    margin: 1em;
}

.btnQuitterContainer {
    position: absolute;
    bottom: 200px;
    margin: 4em;
}

.remerciementPartenaires {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.remerciementPartenaires h1 {
    font-size: 40pt;
    margin: 0 auto 230px auto;
    max-width: 1400px;
}

.remerciementPartenaires img {
    max-width: 200px;
    margin: 2em;
}

.remerciementPartenaires .partenaireContainer {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 200px;
}

.remerciementPartenaires .partenaireContainer .bgWave,
.remerciementPartenaires .partenaireContainer .bgWave2 {
    bottom: initial;
    top: -150px;
}

.remerciementContainer {
    background-color: #fff;
    margin: 0;
    padding: 20px;
    text-align: justify;
}

#remerciement_tx1 {
    font-size: initial;
    margin: 0;
}

.tempsRetourAccueil {
    color: #404040;
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}


/* ------------------------------------- UTILITAIRE -------------------------------------*/

.open {
    transform: translateY(0%);
    transform: translateX(0%);
}

.visible {
    opacity: 1 !important;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex;
}

.center {
    align-items: center;
}

.justify {
    justify-content: center;
}

.column {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.select {
    transform: scale(1.1);
}

.above {
    z-index: 160;
}

.disable {
    pointer-events: none !important;
    background-color: #707070 !important;
}

.onlight {
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}


/* ----------------------------------------- ZOOM -----------------------------------------*/

.containerZoom {
    height: 700px;
    width: 1195px;
    /* height: 100%;
    width: 100%; */
    margin: 36px auto 0 auto;
    position: relative;
    border: solid 3px white;
}

.containerZoom .zoom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.containerZoom .zoom img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.zoom-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}


/* ----------------------------- ANIMATION CHARGEMENT -------------------------------*/

.loader {
    position: absolute;
    margin: auto;
    border: 20px solid #EAF0F6;
    border-radius: 50%;
    border-top: 20px solid var(--jaune);
    width: 200px;
    height: 200px;
    animation: spinner 4s linear infinite;
    z-index: 1;
}

.loaderPage {
    position: absolute;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
}

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


/* ----------------------------- LOTTIES -------------------------------*/

.lottieMail {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
}

.lottieMailOk,
.lottieProgression,
.lottieValider,
.lottieEffacer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottieValider {
    justify-content: start;
}

.lottieTouch {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.flecheBas_player {
    transform: scaleY(-1);
}

.tuto1 {
    top: 0;
    left: 50%;
    transform: translate(-20%, 360%);
}

.tuto2 {
    top: 28%;
    left: 20%;
    animation-name: selection;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-timing-function: ease-in-out;
}

.tuto3Container,
.tuto4Container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 1s ease;
}

.tuto3Container .videoTuto {
    margin-bottom: 20px;
}

.tuto3Container h1,
.tuto4Container h1 {
    color: #404040;
}

@keyframes selection {
    0% {
        top: -13%;
        left: 0%;
    }
    100% {
        top: 43%;
        left: 35%;
    }
}

.lottieParticipation {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
}