/* **************************Section Banner and headline******************************** */

.banner-container {
    width: 100%;
    max-height: 600px;
    position: relative;
    overflow: visible;
    padding-top: 110px;
    background: #041d26;
}

.banner-container > img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}

.banner-container .back-button {
    position: absolute;
    display: flex;
    gap: 8px;
    border-radius: 1000px;
    background-color: #f2f2f2;
    padding: 5px 18px;
    top: 25% !important;
    left: 6% !important;
}
.banner-container .back-button:hover {
    background-color: #501f60;
    gap: 15px;
}
/* .back_btn {
    top: 20%;
} */
.banner-container .back-button svg {
    width: 20px;
    height: 20px;
    fill: #501f60;
    margin-top: 3px;
}
.banner-container .back-button:hover svg {
    fill: #f2f2f2;
}
.banner-container .back-button span {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #501f60;
}
.banner-container .back-button:hover span {
    color: #f2f2f2;
}
.texte-container {
    padding-right: 115px;
    margin-left: -10px;
}
.headline-container {
    border-radius: 8px;
    padding: 56px 64px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-inline: 7%;
    position: relative;
    top: -150px;
    margin-bottom: -100px;
}

/* Styles pour les écrans larges */
/* @media (min-width: 1530px) {
    .headline-container {
        top: 100px !important;
        margin-bottom: 150px !important;
    }
} */

.headline-head {
    display: grid;
    grid-template-columns: 112px 1fr 1fr;
    align-items: center;
}
.headline-head img#logo {
    display: inline-block;
    object-fit: contain;
    width: 80px;
    height: 80px;
    margin-right: 32px;
    border-radius: 8px;
}

.headline-head img#headline-logo-entreprise {
    object-fit: contain;
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.headline-name {
    margin-right: 48px;
    padding: 5px;
    position: relative;
}

.headline-name-wrapper {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}
@media (max-width: 425px) {
    .headline-name-wrapper {
        gap: 16px;
    }
}
.headline-name-wrapper .partenaire-domaine {
    margin-top: 0;
    margin-left: 0;
}
.partenaire-domaine:empty {
    display: none;
}

.partenaire-domaine {
    margin-top: 32px;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 8px 8px 8px;
    border-radius: 8px;
    border: 1px solid #094d66;
    width: -moz-fit-content;
    width: fit-content;
    color: #85b8cc;
    display: inline-flex;
    align-items: center;
    margin-left: 32px;
}

.sloganDiv {
    max-width: 500px;
    text-wrap: wrap;
    word-wrap: break-word;
}

.headline-description {
    position: relative;
}

.headline-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.headline-item:hover {
    background-color: #f2f2f2;
    color: #073a4d;
}
@media (max-width: 768px) {
    .headline-head {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .headline-name {
        margin-right: 0;
    }
    .texte-container {
        padding-right: unset;
        padding-inline: 10px;
    }
}
@media (max-width: 529px) {
    .headline-container {
        padding: 24px;
    }
}
@media (max-width: 425px) {
    .headline-item {
        padding: 10px 16px;
        font-size: 12px;
        min-width: 250px;
    }
}

/* ************************************Section Profil*************************************** */
.swiper {
    width: 100%;
    height: auto;
}
.swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
}
.swiper-button-disabled {
    background: none !important;
    opacity: 0.6 !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #073a4d;
    transform: translateY(50%);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 32px;
    color: #f2f2f2;
    font-family: "Outfit", sans-serif;
    /* font-weight: 700; */
}
.swiper-button-prev::after {
    content: "‹";
    transform: translate(0px, -3px);
}
.swiper-button-next::after {
    content: "›";
    transform: translate(2px, -3px);
}

.profiles-container {
    background-color: #041d26;
    padding-left: 12.5%;
    padding-top: 24px;
    padding-bottom: 60px;
}

.profiles-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 44px;
    margin-right: 15%;
}

.profiles-header .left {
    max-width: 60%;
}

.profiles-header h2 {
    margin-top: 16px;
}

.profiles-carousel {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 150px;
}

.navigation-container-desktop {
    display: flex;
    gap: 8px;
}

.navigation-container-mobile {
    display: none;
    grid-template-columns: 44px 1fr 44px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.swiper-pagination-bullet {
    background-color: #073a4d;
}
.swiper-pagination-bullet-active {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .profiles-header {
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 24px;
        margin-bottom: 44px;
        margin-right: 10%;
    }

    .profiles-header .left {
        max-width: 90%;
    }
    .navigation-container-desktop {
        display: none;
    }
    .navigation-container-mobile {
        display: grid;
    }
    .profiles-carousel {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .profiles-button {
        padding: 12px 24px;
        gap: 8px;
    }
}

.offre-card {
    display: block;
    width: 306px;
    height: 184.23px;
    position: relative;
    overflow: hidden;
}

.offre-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.offre-card .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 0%,
        #501f60 92%
    );
}

.offre-card .text {
    position: absolute;
    max-width: 90%;
    width: 100%;
    bottom: 24px;
    left: 16px;
    z-index: 3;
    color: #f2f2f2;
}

/* *****************************************Agenda style******************************************* */

.agenda-container {
    width: 100%;
    /* background: url("../images/evenement-background.png");*/
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}
.agenda-container .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-inline: 10%;
}
.agenda-container .head .text {
    max-width: 60%;
}

@media (max-width: 425px) {
    .agenda-container .head .text {
        max-width: 90%;
    }
}

.agenda-container .head .text .heading {
    color: #f2f2f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 80px;
}
.agenda-container .head .text .title {
    color: #f2f2f2;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
}
.agenda-container .head .btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    outline: none;
    border-radius: 200px;
    background: #0e7499;
    color: #f2f2f2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.agenda-container .head .btn:hover {
    background: #1087b2;
}
.agenda-container .carousel-container {
    position: relative;
}
.agenda-container .owl-carousel {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-block: 80px;
    width: 100%;
    padding-right: 10%;
}
.agenda-container .owl-carousel .owl-stage-outer {
    max-width: 700px;
    position: relative;
    right: 0;
}
.agenda-container .owl-carousel img {
    width: 746px;
    /* max-height: 500px; */
    object-fit: cover;
    height: 502.859px;
}
.agenda-container .owl-carousel .owl-dots,
.agenda-container .owl-carousel .owl-nav {
    position: absolute;
    z-index: 10;
}
.agenda-container .owl-carousel .owl-dots {
    display: none;
}
.agenda-container .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 10%;
    font-size: 24px;
    color: #061e27 !important;
    display: flex;
    gap: 10px;
}
.agenda-container .owl-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #d7d1de !important;
    margin: 0 !important;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: 600;
}
.agenda-container .owl-carousel .owl-nav button span {
    transform: translate(1px, -6px);
}
.agenda-container .owl-carousel .owl-nav button.owl-prev span {
    transform: translate(-1px, -6px);
}
.agenda-container .owl-carousel .owl-nav button.disabled {
    background-color: transparent !important;
}
.agenda-container .carousel-container .info {
    width: 416px;
    max-height: 330px;
    padding: 40px;
    border-radius: 8px;
    background: #073a4d;
    position: absolute;
    bottom: 0;
    right: 520px;
    z-index: 10;
    display: grid;
    grid-template-rows: 36px auto 50px;
}

.agenda-container .carousel-container .info .head {
    margin: 0;
    /* margin-bottom: 16px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.agenda-container .carousel-container .info .head img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.agenda-container .carousel-container .info .head .rencontre {
    color: #f2f2f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-right: 24px;
}
.agenda-container .carousel-container .info .head .date {
    color: #9e6dc4;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.agenda-container .carousel-container .info .text {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #f2f2f2;
    font-style: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agenda-container .carousel-container .info .btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: #052733;
    color: #9e6dc4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 1024px) {
    .agenda-container {
        background-size: 40%;
    }
    .agenda-container .carousel-container {
        width: 100%;
    }
    .agenda-container .carousel-container .owl-carousel {
        justify-content: flex-end;
        padding: 0;
    }
    .agenda-container .owl-carousel .owl-dots,
    .agenda-container .owl-carousel .owl-nav {
        top: 520px;
        left: 0;
        height: 60px;
        margin: 0;
    }
    .agenda-container .owl-carousel .owl-dots {
        display: block;
        top: 533px;
        right: 50%;
        transform: translateX(50%);
    }
    .agenda-container .owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 60%;
        margin-inline: 20%;
    }
    .agenda-container .carousel-container .info {
        bottom: 12px;
        left: 10%;
    }
}

@media (max-width: 768px) {
    .headline-menu {
        justify-content: center;
    }
    .banner-container .back-button {
        top: 10% !important;
    }
    .banner-container {
        padding-top: unset;
    }
    .agenda-container .head {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .agenda-container .carousel-container {
        padding-bottom: 114px;
    }

    .agenda-container .carousel-container .owl-carousel {
        justify-content: flex-start;
    }
    .agenda-container .carousel-container .info {
        width: auto;
        /* margin-inline: 10%; */
        margin-right: 10%;
        position: absolute;
        top: 330px;
        height: max-content;
        height: 290px;
        right: 0;
        z-index: 10;
    }
    .agenda-container .carousel-container .info .head {
        gap: 16px;
    }
    .agenda-container .carousel-container .info .text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .agenda-container .owl-carousel .owl-dots {
        top: 645px;
    }
    .agenda-container .owl-carousel .owl-nav {
        top: 640px;
    }

    .agenda-container .carousel-container .info .head {
        margin-bottom: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
    }
}

@media (max-width: 425px) {
    .agenda-container .owl-carousel img {
        width: 100%;
        height: 226.26px;
    }
    .agenda-container .head {
        gap: 24px;
    }
    .agenda-container .head .text .heading {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: 1.2px;
        margin-bottom: 8px;
    }

    .agenda-container .head .text .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 36px;
    }

    .agenda-container .carousel-container {
        padding-bottom: 110px;
    }
    .agenda-container .carousel-container .info {
        padding: 24px;
        position: absolute;
        top: 125px;
        z-index: 10;
        width: 80%;
        margin: 0;
        height: 236px;
    }

    .agenda-container .carousel-container .info .head {
        margin: 0;
        margin-bottom: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .agenda-container .carousel-container .info .head .rencontre {
        color: #f2f2f2;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: 1.2px;
    }
    .agenda-container .carousel-container .info .head .date {
        color: #85b8cc;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .agenda-container .carousel-container .info .text {
        color: #f2f2f2;
        margin-bottom: 30px;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }
    .agenda-container .carousel-container .info .btn {
        left: 24px;
        bottom: 24px;
    }
    .agenda-container .owl-carousel .owl-dots {
        top: 380px;
    }
    .agenda-container .owl-carousel .owl-nav {
        top: 378px;
    }
}

@media (max-width: 375px) {
    .agenda-container .carousel-container {
        padding-bottom: 133px;
    }
    .agenda-container .owl-carousel .owl-dots {
        top: 416px;
    }
    .agenda-container .owl-carousel .owl-nav {
        top: 402px;
    }
    .agenda-container .carousel-container .info {
        top: 150px;
    }
}
@media (max-width: 320px) {
    .agenda-container .carousel-container .info {
        top: 113px;
        min-height: 266px;
    }
    .agenda-container .owl-carousel .owl-dots {
        top: 442px;
    }
    .agenda-container .owl-carousel .owl-nav {
        top: 430px;
    }
    .agenda-container .carousel-container {
        padding-bottom: 194px !important;
    }
    .agenda-container .carousel-container .info {
        top: 150px;
    }
}

/* *******************************COLLABORATEUR************************************** */
.swiper-collaborateur {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
}

.collaborateur-content {
    position: relative;
    width: 416px;
    aspect-ratio: 9/16;
    cursor: pointer;
    max-height: 600px;
    height: 100%;
}
@media (max-width: 425px) {
    .collaborateur-content {
        width: 300px;
        max-height: 434px;
    }
}
.collaborateur-content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.collaborateur-content > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        360deg,
        rgba(4, 29, 38, 0.8) 0%,
        rgba(4, 29, 38, 0.397262) 29.25%,
        rgba(4, 29, 38, 0) 40.31%
    );
    z-index: 2;
}

.collaborateur-content > .text {
    position: absolute;
    bottom: 36px;
    left: 32px;
    width: 100%;
    z-index: 3;
}

.collaborateur-post {
    font-size: 14px;
}

@media (max-width: 425px) {
    .collaborateur-content > .text {
        bottom: 16px;
        left: 12px;
    }
}
.collaborateur-content > .text > img {
    display: block;
    margin-bottom: 16px;
}
.swiper-button-disabled {
    background: none !important;
    opacity: 0.6 !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #073a4d;
    transform: translateY(50%);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 32px;
    color: #f2f2f2;
    font-family: "Outfit", sans-serif;
    /* font-weight: 700; */
}
.swiper-button-prev::after {
    content: "‹";
    transform: translate(0px, -3px);
}
.swiper-button-next::after {
    content: "›";
    transform: translate(2px, -3px);
}

.collaborateur-container {
    background-color: #f2f2f2 !important;
    padding-left: 12.5%;
    padding-top: 80px;
    padding-bottom: 60px;
    /* background: url("../images//Clipping2.png"); */
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: bottom 0 left 0;
}

.collaborateur-header {
    /* display: flex;
    justify-content: space-between;
    align-items: end; */
    margin-bottom: 44px;
    margin-right: 10%;
    max-width: 50%;
}

.collaborateur-header .left {
    max-width: 50%;
}

.collaborateur-carousel {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 150px;
}

.navigation-container-desktop {
    display: flex;
    gap: 8px;
}

.navigation-container-mobile {
    display: none;
    grid-template-columns: 44px 1fr 44px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.swiper-collaborateur-pagination-bullet {
    background-color: #073a4d;
}
.swiper-pagination-bullet-active {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .collaborateur-header {
        max-width: 90%;
    }

    .collaborateur-header .left {
        max-width: 50%;
    }
    .navigation-container-desktop {
        display: none;
    }
    .navigation-container-mobile {
        display: grid;
    }
    .collaborateur-carousel {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ************************Video Modal*************************** */

.collaborateur-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    /* display: grid; */
    place-content: center;
    display: none;
}
.collaborateur-modal span.close {
    color: #b6bfc2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 32px;
    display: block;
    padding: 8px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 9999;
}
.collaborateur-modal > .modal-content {
    aspect-ratio: 16/9;
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.collaborateur-modal > .modal-content > iframe {
    max-width: 90%;
    width: 600px;
    aspect-ratio: 16/9;
}

/* *****************************Collaborateur************************************ */

.swiper-collaborateur {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
}

/* .collaborateur-content {
    position: relative;
    width: 450px;
    aspect-ratio: 16/9;
    cursor: pointer;
} */
@media (max-width: 425px) {
    .collaborateur-content {
        width: 300px;
        /* height: 434px; */
    }
}
.collaborateur-content > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}
.collaborateur-content > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        360deg,
        rgba(4, 29, 38, 0.9) 0%,
        rgba(4, 29, 38, 0.397262) 29.25%,
        rgba(4, 29, 38, 0) 40.31%
    );
    z-index: 2;
}

.collaborateur-content > .text {
    position: absolute;
    bottom: 36px;
    left: 32px;
    width: 100%;
    z-index: 3;
}

@media (max-width: 425px) {
    .collaborateur-content > .text {
        bottom: 16px;
        left: 12px;
    }
}
.collaborateur-content > .text > img {
    display: block;
    margin-bottom: 16px;
}
.swiper-button-disabled {
    background: none !important;
    opacity: 5 !important;
    display: inline-block;
    /* align-content: center; */
    text-align: center;
    padding-top: 3px;
}
.swiper-button-prev.swiper-button-disabled::after {
    content: "‹";
    color: gray !important;
    transform: translate(0px, -3px);
}
.swiper-button-next.swiper-button-disabled::after {
    content: "›";
    color: gray !important;
    transform: translate(2px, -3px);
}

.swiper-button-prev.swiper-button-disabled::after {
    content: "‹";
    color: gray !important;
    transform: translate(0px, -3px);
}
.swiper-button-next.swiper-button-disabled::after {
    content: "›";
    color: gray !important;
    transform: translate(2px, -3px);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d7d1de;
    transform: translateY(50%);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 32px;
    color: #061e27;
    font-family: "Outfit", sans-serif;
    /* font-weight: 700; */
}
.swiper-button-prev::after {
    content: "‹";
    transform: translate(0px, -3px);
}
.swiper-button-next::after {
    content: "›";
    transform: translate(2px, -3px);
}

/* .collaborateur-container {
    background-color: #052733;
    padding-left: 10%;
    padding-top: 24px;
    padding-bottom: 60px;
} */

.collaborateur-header {
    /* display: flex;
    justify-content: space-between;
    align-items: end; */
    margin-bottom: 44px;
    margin-right: 10%;
    max-width: 50%;
}

.collaborateur-header .left {
    max-width: 50%;
}

.collaborateur-carousel {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 150px;
}

.navigation-container-desktop {
    display: flex;
    gap: 8px;
}

.navigation-container-mobile {
    display: none;
    grid-template-columns: 44px 1fr 44px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.swiper-collaborateur-pagination-bullet {
    background-color: #073a4d;
}
.swiper-pagination-bullet-active {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .collaborateur-header {
        max-width: 90%;
    }

    .collaborateur-header .left {
        max-width: 50%;
    }
    .navigation-container-desktop {
        display: none;
    }
    .navigation-container-mobile {
        display: grid;
    }
    .collaborateur-carousel {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ************************Video Modal*************************** */

.collaborateur-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    /* display: grid; */
    place-content: center;
    display: none;
}
.collaborateur-modal span.close {
    color: #b6bfc2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 32px;
    display: block;
    padding: 8px;
    position: absolute;
}
.collaborateur-modal > .modal-content {
    aspect-ratio: 16/9;
    margin: auto;
    display: flex;
    justify-content: center;
}

.collaborateur-modal > .modal-content > video {
    max-width: 90%;
    width: 600px;
    aspect-ratio: 16/9;
}

/* **********************Video Player************************** */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-video {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.modal-content.video-player {
    /* width: 100vw; */
    width: 85%;
}

.custom-video__container {
    position: relative;
    top: 0;
    margin: 1em;
    font-family: "Oswald", sans-serif;
    overflow: hidden;
    padding: 0 32px;
}

.custom-video__video {
    border-radius: 0.2em;
    cursor: pointer;
    object-fit: cover;
}

.custom-video__control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #501f60;
    border-radius: 50%;
    padding: 2em 2em 2.1em 2.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
    font-size: 1em;
    font-weight: 400;
    width: 3em;
    height: 3em;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}

video::-webkit-media-controls {
    position: relative;
    z-index: 1;
}

.text-info-plus {
    opacity: 0.6;
    font-size: 14px;
    display: inline;
    color: #041d26;
}
