.section-banniere1_slide {
    padding: 0;
    height: fit-content;
    position: relative;
    max-width: 2000px;
    margin: auto auto;
}

.section-banniere1_slide .maxWidth {
    overflow: hidden;
}

.section-banniere1_slide .banniere {
    display: flex;
    position: relative;
}

.section-banniere1_slide a.banniere .bgImg {
    position: relative;
    width: 100vw;
}

.section-banniere1_slide .banniere .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-banniere1_slide .banniere .texts {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5vw 10%;
    background: transparent linear-gradient(270deg, #150B0700 0%, #1108055D 92%, #0E0604A2 117%) 0% 0% no-repeat padding-box;
    height: 29vw;
    min-height: 209px;
    max-height: 583px;
}

.section-banniere1_slide .banniere .texts h1 {
    color: var(--couleur-10);
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: normal;
    text-transform: unset;
    max-width: 30rem;
}

.section-banniere1_slide .banniere .texts .description {
    margin-bottom: 1rem;
    color: var(--couleur-10);
    font-weight: normal;
    font-size: 1.1rem;
}

.section-banniere1_slide .banniere .texts a {
    color: #D39C59;
    padding: 1rem 2.5rem;
}

.section-banniere1_slide .next_banniere_1 {
    right: 2rem;

    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #D39C59;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background-color .2s;
}

.section-banniere1_slide .next_banniere_1:hover {
    background-color: #cb9046;
}

.section-banniere1_slide .next_banniere_1::after {
    content: '';
    background-image: url(../../../../uploads/2023/11/flecheb-d.svg);
    height: 1rem;
    width: 11px;
    background-repeat: no-repeat;
    margin-top: 0.15rem;
}

.section-banniere1_slide .prev_banniere_1 {
    left: 2rem;

    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #D39C59;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: rotate(180deg);
    transition: background-color .2s;
}

.section-banniere1_slide .prev_banniere_1:hover {
    background-color: #cb9046;
}

.section-banniere1_slide .prev_banniere_1::after {
    content: '';
    background-image: url(../../../../uploads/2023/11/flecheb-d.svg);
    height: 1rem;
    width: 11px;
    background-repeat: no-repeat;
    margin-top: 0.15rem;
}


.section-banniere1_slide .swiper-pagination {
    display: none;
    gap: 0.5rem;
    margin-top: 1.5rem;
    left: 10% !important;
    bottom: 2rem !important;
}

.section-banniere1_slide .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffffa0;
}

.section-banniere1_slide .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--couleur-10) !important;
}

@media screen and (max-width: 1500px) {
    .section-banniere1_slide .banniere .texts h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .section-banniere1_slide .banniere .texts h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 900px) {

    .section-banniere1_slide .next_banniere_1,
    .section-banniere1_slide .prev_banniere_1 {
        display: none;
    }

    .section-banniere1_slide .swiper-pagination {
        display: flex;
    }
}

@media screen and (max-width: 800px) {
    .section-banniere1_slide .banniere .texts a {
        padding: unset;
    }
}

@media screen and (max-width: 720px) {
    .section-banniere1_slide .banniere .texts {
        height: 82vw;
        min-height: 209px;
        justify-content: center;
    }
}




@media screen and (max-width: 650px) {
    .section-banniere1_slide .banniere .texts h1 {
        font-size: 2rem;
    }

    .section-banniere1_slide .banniere .texts .description {
        font-size: .9rem;
    }
}