section.main-hero,
.main-hero-slide {
    position: relative;
}

.main-hero-slide {
    padding: 12em 0 6em;
}

section.main-hero .backgroundImage {
    height: 100%;
}

section.main-hero .backgroundImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.main-hero .titleContent h1 {
    font-size: 4em;
    margin: 0;
    color: #fff;
    margin-top: 1em;
}

section.main-hero .titleContent a {
    padding-right: 4em;
}

.is-style-btn-arrow > a:before {
    width: 1.066666666666667em;
    height: 1.066666666666667em;
}

.is-style-btn-arrow > a:after {
    width: 1.818181818181818em;
    height: 0.6060606060606061em;
    top: 50%;
    transform: translateY(-50%);
}

section.main-hero .titleContent {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 0em 2em 0 2em;
    /* max-width: 43%; */
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
}

section.main-hero img,
section.main-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.swiper-nav > div {
    color: #fff;
    border: 1px solid;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 3em;
    left: unset;
}

.swiper-nav > div::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 1.2em;
}

.swiper-nav > div.swiper-button-prev {
    right: 6em;
}

.swiper-nav > div.swiper-button-next {
    right: 2em;
}

.swiper-nav > div.swiper-button-prev::after,
.swiper-nav > div.swiper-rtl .swiper-button-next::after {
    content: "\f053";
}

.swiper-nav > div.swiper-button-next::after,
.swiper-nav > div.swiper-rtl .swiper-button-prev::after {
    content: "\f054";
}

@media (max-width: 480px) {
    section.main-hero .titleContent h1 {
        font-size: 2em;
    }

    section.home-equipe .titleContent h2 {
        font-size: 1.8em;
    }

    section.main-hero {
        min-height: 70vh;
    }
}

@media (min-width: 960px) {
    section.main-hero .titleContent p,
    section.main-hero .titleContent a {
        font-size: 1.5em;
    }

    section.main-hero .titleContent {
        padding: 0em 6.7em 0 6.7em;
        max-width: 43%;
    }

    .swiper-nav > div.swiper-button-prev {
        right: 12em;
    }

    .swiper-nav > div.swiper-button-next {
        right: 6.75em;
    }

    .swiper-nav > div {
        width: 3.75em;
        height: 3.75em;
    }
}
