@media screen and (max-width: 1400px){
    header nav {
        justify-content: space-between;
    }
    .menu_desktop{
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        gap: 2rem;
        top: 0;
        right: -1200px;
        height: 100vh;
        background-color: #ffffff;
        padding: 1rem;
        width: 80%;
        position: fixed;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
        transition: 0.3s ease;
        overflow: auto;
        z-index: 2001;
    }
    header nav ul a{
        font-size: 2rem;
    }
    .menu_desktop li{
        text-align: left;
        border-bottom: 1px solid #3D3D3D;
        padding-bottom: 1rem;
        width: 100%;
    }
    #menu__toggle:checked ~ .menu_desktop{
        display: flex;
        right: 0;
    }
    #menu__toggle {
        opacity: 0;
    }
    #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked + .menu__btn > span::before {
        top: 0;
        transform: rotate(0deg);
    }
    #menu__toggle:checked + .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
        left: 0 !important;
    }
    .menu__btn {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #3D3D3D;
        transition-duration: .25s;
    }
    
    .menu__btn{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        padding: 1rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #000000;
    }
    .menu__btn > span::before {
        content: '';
        top: -8px;
    }
    .menu__btn > span::after {
        content: '';
        top: 8px;
    }
}
@media screen and (max-width: 1200px){
    .fastNav, .home > div, .home .bgLightBlue, .esop .esopHeader, .esop .bgDarkGrey, .esop .bgDarkGrey > div, .esop .bgPeacook, .esop .howPaid, .esop .overSubscription, .esop .bgGradientLightBlue, .esop .startOperation, .esop .lockup, .esop .unblocking, .esop .unblockingCase,.esop .bgGradientLightBlue .calculateGainVideo, .simulator, .actionnariat_capgemini, .documentation, .faq, .contact, .siteMap, .mentions_legales,.index main{
        padding-inline: 10px;
    }
    .home .bgLightBlue .toNote, .bgGradient, .esop .bgGradientLightBlue .calculateGainVideo, .simulator .ctStepSim, .actionnariat_capgemini > div:not(.blkTitle), .documentation ul, .faq .ctFaq > ul, .contact ul, .mentions_legales .ctMentionsLegales{
        margin-inline: 0px;
    }
    .esop h2{
        margin-inline: 10px;
    }
    .titleNavBanner{
        margin-top: -2px;
        margin-left: 0;
        width: 100%;
    }
    .faq .ctFaq > ul li > div{
        width: calc(100% - 500px);
        right: 0;
    }
}
@media screen and (max-width: 1000px){
    .fastNav ul, .home .bgLightBlue .advantages > ul, .home .keyDate ul{
        flex-direction: column!important;
        gap: 10px;
    }
    .fastNav ul li, .home .bgLightBlue .advantages > ul > li, .home .keyDate ul li{
        width: 100%;
    }
}
@media screen and (max-width: 900px){
    .actionnariat_capgemini > div:not(.blkTitle):nth-child(3) > div:last-child{
        display: none;
    }

}
@media screen and (max-width: 800px){
    .actionnariat_capgemini .figureMain ul{
        flex-direction: column;
    }
    .faq .ctFaq > ul li > div{
        position: initial;
        width: 100%;
    }
}
@media screen and (max-width: 700px){
    .contact ul{
        flex-direction: column;
    }
}
@media screen and (max-width: 650px){
    .esop .howMunchInvest{
        flex-direction: column;
    }
}
@media screen and (max-width: 600px){
    .index main .ctListCountry{
        margin-inline: 0;
        width: 100%;
    }
    .simulator .ctStepSim ul{
        flex-direction: column;
    }
    .simulator .ctStepSim ul li{
        width: 100%!important;
    }
    .simulator .ctStepSim ul li input{
        text-align: center;
    }
    .actionnariat_capgemini > div:not(.blkTitle):nth-child(2){
        flex-direction: column;
    }
    .home .bgLightBlue .toNote > ul{
        flex-direction: column;
    }
}
@media screen and (max-width: 500px){
    .headerTop{
        gap: 10px;
    }
    
}
@media screen and (max-width: 450px){
    .documentation ul li{
        flex-direction: column;
        gap: 10px;
    }
}