.main-content .page {
    margin: 0 auto;
    max-width: 1920px;
}

#page_dossier {
    margin: 0 auto;
    max-width: 1920px;
}

.okaidi_com br.no-mob {
    display: none;
}

.okaidi_com {
    max-width: 1920px;
}

.okaidi_com .banner {
    margin-bottom: 50px;
}

.okaidi_com .banner .texte {
    text-align: center;
    padding: 20px 10px 10px 10px;
    margin: auto;
    background-color: #F9FAFC;
}

.okaidi_com .banner .texte h3 {
    font-weight: 500;
    font-size: 25px;
    color: #0D3880;
    line-height: 33px;
    padding: 0 0 20px 0;
}

.okaidi_com .banner .texte p {
    font-weight: 500;
    font-size: 12px;
    color: #0D3880;
    max-width: 500px;
    margin: auto;
}

.okaidi_com .banner .texte p strong {
    font-weight: 600;
}

.okaidi_com .monde {
    max-width: 1750px;
    margin: 0px auto 50px auto;
}

.okaidi_com .monde h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0D3880;
    position: relative;
    padding: 0 25px 15px 25px;
}

.okaidi_com .monde h4::after {
    content: "";
    height: 3px;
    width: 50px;
    background-color: #0D3880;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.okaidi_com .monde .liste {
    margin: 20px 0 0 0;
    padding: 0 25px;
}

.okaidi_com .monde .liste .toggle {
    width: 100%;
    background: #0D3880;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    height: 50px;
    border: none;
    margin: 0 0 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.okaidi_com .monde .liste .toggle img {
    position: absolute;
    right: 60px;
    width: 15px;
    transition: all .3s;
}

.okaidi_com .monde .liste ul {
    display: none;
    margin: 0 0 20px 0;
    text-align: center;
    overflow-y: scroll;
    max-height: 185px;
}

.liste .continent ul::-webkit-scrollbar {
    width: 3px;
}

.liste .continent ul::-webkit-scrollbar-thumb {
    background-color: #0D3880;
}


.liste .continent ul::-webkit-scrollbar-track {
    background-color: lightgray;
}

.okaidi_com .monde .liste ul li a:hover {
    text-decoration: underline;
}

.okaidi_com .monde .liste ul div {
    font-size: 14px;
    font-weight: 300;
    color: #0D3880;
    padding: 10px 0;
}

.rotate180 {
    transform: rotate(180deg);
}

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

.okaidi_com .map .texte {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.okaidi_com .map .texte img {
    width: 44px;
}

.okaidi_com .map .texte p {
    font-weight: 600;
    font-size: 24px;
    color: #0D3880;
    text-align: center;
    line-height: 29px;
}

.okaidi_com .story {
    background-color: #0D3880;
    color: #FFFFFF;
    text-align: center;
    padding: 50px 20px 60px 20px;
}

.okaidi_com .story h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.okaidi_com .story p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 20px auto 30px auto;
    max-width: 490px;
}

.okaidi_com .story a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
    background-color: #FFFFFF;
    color: #0D3880;
    border: 1px solid #FFFFFF;
    transition: all .3s;
}

.okaidi_com .story a:hover {
    background-color: #0D3880;
    color: #FFFFFF;
}

.okaidi_com .engagements {
    padding: 45px 15px;
}

.okaidi_com .engagements h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
}

.okaidi_com .engagements .eko {
    padding: 30px 0 0 0;
}

.okaidi_com .engagements .good-id h5 {
    color: #EB0000;
}

.okaidi_com .engagements .eko h5 {
    color: #299261;
}

.okaidi_com .engagements .good-id .picto {
    width: 35px;
}

.okaidi_com .engagements .eko .picto {
    width: 90px;
}

.okaidi_com .engagements p {
    font-weight: 300;
    font-size: 13px;
    color: #383838;
    line-height: 24px;
}

.okaidi_com .engagements a {
    padding: 8px 20px;
    margin: 15px 0 25px 0;
    display: inline-block;
    transition: all .3s;
}

.okaidi_com .engagements .good-id a {
    border: 1px solid #EB0000;
    color: #EB0000;
}

.okaidi_com .engagements .good-id a:hover {
    background-color: #EB0000;
    color: #FFFFFF;
}

.okaidi_com .engagements .eko a {
    border: 1px solid #299261;
    color: #299261;
}

.okaidi_com .engagements .eko a:hover {
    background-color: #299261;
    color: #FFFFFF;
}


@media (min-width: 720px) {

    .okaidi_com br.no-desk {
        display: none;
    }

    .okaidi_com .map .texte {
        gap: 20px;
    }

    .okaidi_com .map .texte img {
        width: 82px;
    }

    .okaidi_com .engagements {
        display: flex;
        justify-content: space-around;
    }

    .okaidi_com .engagements .good-id {
        width: 50%;
    }

    .okaidi_com .engagements .eko {
        padding: 0;
        width: 50%;
    }

    .okaidi_com .engagements .img-engagements {
        height: 250px;
    }

}

@media (min-width: 1000px) {

    .okaidi_com .banner {
        position: relative;
        display: flex;
        align-items: center;
    }

    .okaidi_com .banner .texte {
        position: absolute;
        left: 20px;
        text-align: left;
        padding: 0;
        background-color: transparent;
    }

    .okaidi_com .banner .texte p {
        max-width: 260px;
        margin: 0;
    }

    .okaidi_com .monde h4 {
        font-size: 34px;
        line-height: 43px;
    }

    .okaidi_com .monde .liste {
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 780px;
    }

    .okaidi_com .monde .liste .continent {
        z-index: 2;
    }

    .okaidi_com .monde .liste .toggle {
        justify-content: flex-start;
        padding: 0 0 0 10px;
        cursor: default;
    }

    .okaidi_com .monde .liste .toggle img {
        display: none;
    }

    .okaidi_com .monde .liste ul {
        display: flex;
        flex-wrap: wrap;
        max-height: 656px;
        justify-content: space-between;
        overflow-y: visible;
        text-align: start;
        gap: 50px;
        min-width: 120px;
        padding-left: 10px;
    }

    .liste .continent ul::-webkit-scrollbar-track {
        display: none;
    }

    .okaidi_com .map {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
    }

    .okaidi_com .map .content .map-monde {
        width: 878px;
        height: 510px;
    }

    .okaidi_com .map .texte img {
        width: 70px;
    }

    .okaidi_com .map .texte {
        margin: 0 0 25px 10px;
    }

    .okaidi_com .map .texte p {
        font-size: 32px;
        line-height: 44px;
    }

    .okaidi_com .story h4 {
        font-size: 30px;
        line-height: 48px;
    }


    .okaidi_com .story a {
        font-size: 18px;
    }

    .okaidi_com .engagements {
        padding: 45px 0 45px 60px;
    }
    .okaidi_com .engagements.en {
        padding: 45px 0 45px 0px;
        max-width: 1750px;
        margin: 0 auto;
        width: calc(100% - 60px);
    }

    .okaidi_com .engagements .img-engagements {
        height: 380px;
    }

}

@media (min-width: 1200px) {
    .okaidi_com .monde .liste ul {
        min-width: 160px;
    }

    .okaidi_com .engagements .good-id,
    .okaidi_com .engagements .eko {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
    }

    .okaidi_com .engagements .img-engagements {
        height: 320px;
    }

    .okaidi_com br.no-mob {
        display: block;
    }

    .okaidi_com .banner .texte p {
        max-width: 360px;
        margin: 0;
    }

}

@media (min-width: 1550px) {

    .okaidi_com .banner .texte h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .okaidi_com .banner .texte p {
        font-size: 14px;
        line-height: 20px;
    }

    .okaidi_com .monde .liste ul {
        min-width: 200px;
    }

    .okaidi_com .engagements h5 {
        font-size: 30px;
        line-height: 42px;
    }


    .okaidi_com .engagements .good-id .picto {
        width: 40px;
    }

    .okaidi_com .engagements .eko .picto {
        width: 105px;
    }


    .okaidi_com .engagements a {
        font-size: 16px;
    }

}

@media (min-width: 1920px) {

    .okaidi_com .banner .texte {
        left: 70px;
    }

    .okaidi_com .monde .liste ul {
        min-width: 230px;
    }

    .okaidi_com .engagements .img-engagements {
        height: 480px;
    }

    .okaidi_com .banner .texte p {
        max-width: 500px;
    }
}