*{
    padding: 0;
    margin: 0;
}

body{
    font-family: "Ubuntu";
    color: #002371;
    overflow-x: hidden;
}

body .container{
    background-color: #88F0EB;
    min-height: 100svh;
    padding-bottom: 92px;
    box-sizing: border-box;
    position: relative;
}


body .container .logo_intro{
    padding-top: 30px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 57px;
}

body .container .logo_intro .logo{
    margin-right: 60px;
}

body .container .logo_intro .logo img{
    width: 230px;
}

body .container .logo_intro .intro{
    padding-left: 24px;
    border-left: 1px solid #FF3F66;
    max-width: 791px;
}

body .container .logo_intro .intro p{
    font-size: 28px;
}

body .container .logo_intro .intro p strong{
    font-weight: 500;
}

body .container .choix_wrapper{
    max-width: 1512px;
    margin: 0 auto;
    min-height: calc(100vh - 320px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


body .container .choix_wrapper .titre{
    margin-left: 80px;
    width: 293px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 56px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

body .container .choix_wrapper .les_choix{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 50px;
}


body .container .choix_wrapper .les_choix .choix{
    padding-top: 160px;
    position: relative;
    width: 144px;
    margin: 0 10px 60px 10px;
}

body .container .choix_wrapper .les_choix .choix .image{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 165px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .container .choix_wrapper .les_choix .choix .a_choix:hover .image{
    bottom: 160px;
}

body .container .choix_wrapper .les_choix .choix .image:before{
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: -100px;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88f0eb+0,88f0eb+80&0+0,1+80 */
background: linear-gradient(to bottom,  rgba(136,240,235,0) 0%,rgba(136,240,235,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

body .container .choix_wrapper .les_choix .choix .image img{
    /* width: 100px; */
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -moz-transform: scale(0.34);
    -webkit-transform: scale(0.34);
    -o-transform: scale(0.34);
    -ms-transform: scale(0.34);
    transform: scale(0.34);

    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

body .container .choix_wrapper .les_choix .choix .a_choix{
    text-decoration: none;
    color: #002371;
}
body .container .choix_wrapper .les_choix .choix .button{
    position: relative;
    z-index: 4;
}

body .container .choix_wrapper .les_choix .choix .a_choix .voir{
    width: 20px;
    height: 20px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002371;
    position: absolute;
    top: 6px;
    margin-left: -10px;
    left: 50%;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .container .choix_wrapper .les_choix .choix .a_choix .voir:before{
    content: "";
    background-image: url(../images/chevron.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 80%;
    height: 80%;
}

body .container .choix_wrapper .les_choix .choix .a_choix .voir span{
    position: absolute;
    text-indent: -999999px;
}


body .container .choix_wrapper .les_choix .choix .a_choix:hover .image img{
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

body .container .choix_wrapper .les_choix .choix .a_choix:hover .voir{
    width: 24px;
    height: 24px;
    background-color: #FF3F66;
    margin-left: -12px;
}

body .container .choix_wrapper .les_choix .choix .button h2{
    width: 144px;
    height: 178px;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    letter-spacing: -3%;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    font-weight: 500;
    padding-top: 10px;
}

body .container .choix_wrapper .les_choix .choix .sous_page{
    display: none;
}


body .container .footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0 43px 29px 43px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

body .container .footer p{
    font-weight: 500;
    letter-spacing: -3%;
}

body .container .footer .menu{
    width: 243px;
    display: flex;
    justify-content: flex-end;
}

body .container .footer .menu a{
    color: #002371;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background-color: #88F0EB;
}

body .container .footer .menu a:hover{
    text-decoration: none;
}



/*PROFIL*/

body .container.profil .logo_intro .intro{
    display: none;
}


body .container.profil .choix_wrapper{
    max-width: 100%;
}
body .container.profil .choix_wrapper .titre{
    width: max-content;
    padding: 0 40px;
    text-transform: none;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

body .container.profil .logo_intro{
    margin-bottom: 33px;
}


body .container.profil .choix_wrapper .choix{
    padding-bottom: 24px;
    border-bottom: 1px solid #002371;
    margin-bottom: 24px;
}

body .container.profil .choix_wrapper .choix .titre-accordeon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    font-size: 24px;
    line-height: 27px;
    cursor: pointer;
}

body .container.profil .choix_wrapper .choix .titre-accordeon .more_titre{
    display: flex;
    align-items: center;
}

body .container.profil .choix_wrapper .choix .titre-accordeon span{
    background-image: url(../images/more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
    display: block;
    margin-right: 16px;
}

body .container.profil .choix_wrapper .choix .titre-accordeon:after{
    content: "";
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 22px;
    min-height: 12px;
    display: block;
    margin-left: 16px;
}

body .container.profil .choix_wrapper .choix.active .sous-choix-legende{
    display: block;
}

body .container.profil .choix_wrapper .choix.active .titre-accordeon:after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .container.profil .choix_wrapper .sous_choix_image{
    display: flex;
}

body .container.profil .choix_wrapper .sous_choix_image .image{
    width: 500px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: calc(722px + 80px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

body .container.profil .choix_wrapper .sous_choix_image .image img{
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);

    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}


body .container.profil .choix_wrapper .les_sous_choix{
    max-width: 746px;
    margin-left: 80px;
    height: 400px;
    overflow: auto;
    padding-right: 24px;
    box-sizing: border-box;
    scrollbar-gutter: stable;  /* Réserve l'espace pour la scrollbar */
}


/* width */
body .container.profil .choix_wrapper .les_sous_choix::-webkit-scrollbar {
  width: 7px;
}

/* Track */
body .container.profil .choix_wrapper .les_sous_choix::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
body .container.profil .choix_wrapper .les_sous_choix::-webkit-scrollbar-thumb {
  background: #002371;
}


body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende{
    display: none;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix{
    display: flex;
    margin-top: 32px;
    margin-bottom: 16px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix{
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
    margin-right: 8px;
    width: 100%;
    max-width: 639px;
    border:1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix:hover{
    border:1px solid #002371;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix h3{
    font-size: 20px;
    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: 8px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix p.texte2,
body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix p.texte3{
    margin-top: 32px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a{
    padding: 0 24px;
    background-color: #002371;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3%;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;

    width: max-content;
    margin: 0 auto;

    position: relative;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a.lien_2,
body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a.lien_3,
body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a.lien_blanc{
    margin-top: 16px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a.lien_blanc{
    background-color: #fff;
    color: #002371;
    border: 1px solid #002371;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a:hover:before{
    left: calc(100% - 40px);
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a:before{
    content:"";
    background-image: url(../images/fleche.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 15px;
    margin-right: 8px;
    position: absolute;
    left: 24px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a span{
    padding-left: 32px;
    padding-right: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende p.legende{
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -3%;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image{
    width: 300px;
    height: 300px;
    /* background-color: red; */
    position: absolute;
    opacity: 0;
    display:none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    align-items: center;
    justify-content: center;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix:hover .image{
    opacity: 1;
    display: flex;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.gauche{
    left: 826px;
    top: 20px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix div.image.haute{
    top: -20px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image img{
    -webkit-transform-origin: inherit;
    -moz-transform-origin: inherit;
    -o-transform-origin: inherit;
    -ms-transform-origin: inherit;
    transform-origin: inherit;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite{
    left: 1160px;
    top: 20px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite2{
    left: 1270px;
    top: -50px;
}

body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a:hover span{
    padding-left: 0;
    padding-right: 32px;
}

/*mentions legales*/
body .container .mentions-legales h1{
    height: 66px;
    padding: 0 40px;
    margin: 0 auto 16px auto;
    background-color: #002371;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #fff;
    border-radius: 56px;
}

body .container .mentions-legales .encadre{
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    max-width: 1095px;
    margin: 0 auto 46px auto;
}

body .container .mentions-legales .encadre p{
    margin-bottom: 16px;
}

body .container .mentions-legales .encadre p:last-child{
    margin-bottom: 0;
}

body .container .footer .retour{
    width: 120px;
}

body .container .footer .retour_p{
    display: flex;
    align-items: flex-end;
}

body .container .footer .retour .container_a{
    width: 100px;
    overflow:hidden;
}

body .container .footer .retour a span{
    position: absolute;
    text-indent: -9999px;
}

body .container .footer .retour.active  a:before{
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body .container .footer .retour a:before{
    content: "";
    width: 77px;
    height: 54px;
    background-image: url(../images/retour.svg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -110px;
    position: relative;
}


@media only screen and (max-width:1500px){

    body .container .choix_wrapper .les_choix .choix{
        width: 120px;
    }

    body .container .choix_wrapper .les_choix .choix .button h2{
        width: 120px;
        height: 170px;
        font-size: 16px;
    }

    body .container.profil .choix_wrapper .les_sous_choix{
        max-width: 650px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a{
        font-size: 14px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix p{
        font-size: 16px;
    }

    body .container.profil .choix_wrapper .choix .titre-accordeon{
        font-size: 20px;
        line-height: 24px;
    }

    body .container.profil .choix_wrapper .sous_choix_image .image{
        width: 400px;
        height: 600px;
    }

    body .container.profil .choix_wrapper .sous_choix_image .image{
        left: calc(650px + 80px)
    }

    body .container.profil .choix_wrapper .sous_choix_image .image img{
        -moz-transform: scale(0.45);
        -webkit-transform: scale(0.45);
        -o-transform: scale(0.45);
        -ms-transform: scale(0.45);
        transform: scale(0.45);
    }

    body .container .choix_wrapper .les_choix .choix .image{
        bottom: 155px;
    }

    body .container .choix_wrapper .les_choix .choix .a_choix:hover .image{
        bottom: 150px;
    }

    body .container .choix_wrapper .titre{
        font-size: 25px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite{
        left: 1030px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.gauche{
        left: 730px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite2 {
        left: 1170px;
    }
}


@media only screen and (max-width:1400px){
    body .container .logo_intro .logo img{
        width: 200px;
    }

    body .container .logo_intro{
        padding-top: 20px;
    }

    body .container .logo_intro{
        margin-bottom: 37px;
    }

    body .container .choix_wrapper .titre{
        max-width:256px;
        height: 46px;

    }

    body .container.profil .choix_wrapper .titre{
        font-size: 20px;
        width: auto;
        max-width: 330px;
        padding: 5px 30px;
    }

    body .container .logo_intro .intro p{
        font-size: 24px;
    }

    body .container .choix_wrapper .les_choix{
        margin-top: 30px;
        margin-bottom: 10px;
    }

    body .container .choix_wrapper .les_choix .choix .image{
        height: 220px;
        bottom: 100px;
    }

    body .container .choix_wrapper .les_choix .choix .a_choix:hover .image{
        bottom: 95px;
    }

    body .container .choix_wrapper .les_choix .choix .image img{
        -moz-transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -o-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    body .container .choix_wrapper .les_choix .choix .a_choix:hover .image img{
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    body .container .choix_wrapper .les_choix .choix{
        width: 115px;
        margin-bottom: 40px;
    }

    body .container .choix_wrapper .les_choix .choix .button h2{
        font-size: 13px;
        width: 115px;
        height: 110px;
        padding-left: 8px;
        padding-right: 8px;
    }

    body .container .choix_wrapper{
        min-height: calc(100vh - 220px);
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite2 {
        left: 900px;
        top: 0;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite{
        left: 870px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.gauche{
        left: 650px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix div.image.haute{
        top: 0;
    }

    body .container.profil .choix_wrapper .sous_choix_image .image img {
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
}

@media only screen and (max-width:1300px){
    body .container .choix_wrapper .les_choix .choix .button h2{
        width: 110px;
    }

    body .container .choix_wrapper .les_choix .choix{
        width: 110px;
        margin: 0 7px 60px 7px;
    }

    body .container.profil .choix_wrapper .les_sous_choix {
        max-width: 480px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix{
        max-width: 369px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix a{
        font-size: 12px;
    }

    body .container.profil .choix_wrapper .sous_choix_image .image {
        left: calc(480px + 80px);
    }

    body .container.profil .choix_wrapper .sous_choix_image .image {
        width: 300px;
        height: 500px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite2 {
        left: 800px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.droite{
        left: 840px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix .image.gauche{
        left: 500px;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix{
        flex-direction: column;
    }

    body .container.profil .choix_wrapper .les_sous_choix .sous-choix-legende .sous-choix .sous-sous-choix:nth-child(2){
        margin-top: 16px;
    }

    body .container.profil .choix_wrapper .sous_choix_image .image img {
        -moz-transform: scale(0.35);
        -webkit-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
    }

    body .container .mentions-legales{

        padding: 0 30px;
    }
}
