:root{
    --text-blue-color: #1167FF;
}

.banner.nos-engagements-banner {
    background: #202838;
}

.nos-engagements-banner .banner__background {
    background: url('/assets/img/nos-engagements/header.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
}

.nos-engagements-banner .banner__content {
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nos-engagements-banner .banner__title {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 44px;
}

.nos-engagements-banner .banner__subtitle {
    font-size: 20px;
}

.nos-engagements__wrapper {
    padding: 42px 0 175px;
    position: relative;
}

.nos-engagements__wrapper * {
    box-sizing: border-box;
}

.nos-engagements__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.nos-engagements__menu--title {
    text-align: center;
    margin-bottom: 1rem;
}

.nos-engagements__menu-item {
    width: 23%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #E3EBFD;
    box-shadow: 0 3px 20px #00000029;
    align-items: center;
    padding: 25px;
    cursor: pointer;
}

.nos-engagements__menu-item:hover {
    box-shadow: 0 5px 20px #0067FF50;
}

.nos-engagements__menu-item--text {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.engagement__menu-item--img {
    height: 50px;
    width: fit-content;
}

.engagement {
    position: relative;
    margin-top: 130px;
}

.engagement__description {
    background-color: #EDEFF2;
    border-radius: 20px;
    padding: 46px;
    max-width: 830px;
    font-size: 16px;
    line-height: 22px;
}

.engagement__description--title {
    display: flex;
    font-size: 32px;
    line-height: 35px;
    align-items: baseline;
    color: #1167FF;
}

.engagement__description--title-img {
    height: 30px;
    margin-right: 15px;
}

.engagement__description--subtitle {
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 24px 0 0;
}

.engagement__description--content {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 24px 0 0;
}

.engagement__description--link {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}
.engagement__description--link:hover {
    color: black;
}
.engagement__description--link:focus {
    color: black;
}

.engagement__description--divider {
    border-color: #D4D4D4;
    border-bottom: none;
    margin: 24px 0;
}

.engagement__description--button {
    border: 1px solid #1C6CFB;
    background-color: #fff;
    color: var(--text-blue-color);
    font-size: 16px;
    line-height: 22px;
    padding: 14px 20px 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
    font-weight: bold;
}

.engagement__description--button:hover, .engagement__description--button:focus {
    text-decoration: none;
    background-color: #eee;
}

.engagement__img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 3px 20px #00000029;
}

.engagement-popin__container {
    display: flex;
}

.engagement-popin__container-btn {
    display: flex;
    justify-content: space-evenly;
}

.engagement-popin__title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 1rem 0 0 1rem;
}

.engagement-popin__divider {
    margin: 0.5rem 1rem;
    border: 1px dashed #D4D4D4;
}

.engagement-popin__content {
    margin: 1rem;
}

.tiny-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration-line: underline;
}

.modal--course{
    border-radius: 17px;
    box-shadow: 0px 10px 23px #00000029;
    padding: 30px 35px;
}
.modal--course #cross{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
    cursor: pointer;
}
.modal--course .modal-subtitle{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
.modal--course .modal-header{
    margin-bottom: 35px;
    padding-right: 40px;
}
.modal--course .modal-body{
    max-height: 100%;
    overflow-y: visible;
}
.modal--course .modal-header span::after {
    content: none;
}


@media screen and (min-width: 1003px) and (max-width: 1199px) {
    .engagement__description {
        max-width: 730px;
    }

    .engagement__img {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width: 1003px) {
    .engagement:nth-child(even) .engagement__description {
        padding-right: 275px;
    }

    .engagement:nth-child(odd) .engagement__description {
        padding-left: 215px;
        padding-right: 115px;
        margin-left: auto;
    }

    .engagement__img {
        position: absolute;
        top: 80px;
    }

    .engagement:nth-child(even) .engagement__img {
        right: 0;
    }

    .engagement:nth-child(odd) .engagement__img {
        left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1002px) {
    .engagement__img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .engagement#qualite {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .nos-engagements-banner .banner__content {
        padding: 10px 15px 20px;
        height: 231px;
    }

    .nos-engagements-banner .banner__content .banner__title {
        font-size: 20px;
        line-height: 24px;
    }

    .nos-engagements-banner .banner__subtitle {
        font-size: 14px;
        line-height: 16px;
    }

    .nos-engagements__wrapper {
        padding: 0 20px;
    }

    .engagement {
        margin-top: 20px;
    }

    .engagement__description {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .engagement__img {
        width: 100%;
        height: auto;
    }

    .engagement__description--title {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        align-items: flex-end;
    }

    .engagement__description--title-img {
        height: 25px;
    }

    .engagement__description--subtitle {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
    }

    /* accordion */
    .engagement__accordion-toggle {
        cursor: pointer;
        position: relative;
    }

    .engagement__accordion-toggle .engagement__description--title {
        color: black;
    }

    .engagement__accordion-toggle:has(.engagement__description--title + .opened) .engagement__description--title {
        color: #1167FF;
    }

    .engagement .icone-plus {
        top: 49%;
    }

    .engagement .icone-plus :is(.position-horizontal, .position-vertical) {
        background-color: #000;
    }

    .engagement .icone-plus .position-vertical {
        width: 2px;
        height: 16px;
        margin-top: -7px;
        right: 8px;
    }

    .engagement .icone-plus .position-horizontal {
        width: 16px;
        height: 2px;
    }

    .engagement__accordion-body {
        display: none;
        padding-bottom: 15px;
        margin-top: 20px;
    }

    .engagement__accordion--active .engagement__accordion-body {
        display: block;
    }
}