.pix-bandeau-swiper {
    aspect-ratio: 1880 / 770;
    position: relative;
    overflow: hidden;
    user-select: none;
    padding: 18px;
}

.pix-maroquinerie-francaise {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 225px;
    z-index: 100;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.pix-maroquinerie-francaise img {
    width: 100%;
    vertical-align: top;
}

.pix-bandeau-swiper .swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1880 / 770;
    background-position: center center;
    background-size: cover;
}
.pix-bandeau-swiper .swiper-slide img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pix-bandeau-swiper .swiper-slide {
    position: relative;
    opacity: 0;
}
.pix-bandeau-swiper .swiper-slogan {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-weight: 900;
    font-size: clamp(22px, 4vw, 50px);
    text-align: center;
    width: 80%;
}
.pix-bandeau-swiper .swiper-slide-active .swiper-slogan {
}
.pix-bandeau-swiper .swiper-slogan h3 {
    padding: 0;
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.1;
}
.pix-bandeau-swiper .swiper-slogan span.dl {
    display: block;
    font-size: 0.8em;
}


.pix-bandeau-swiper .swiper-button-prev::after,
.pix-bandeau-swiper .swiper-button-next::after {
    content: none;
}
.pix-bandeau-swiper .swiper-button-prev,
.pix-bandeau-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #443B51 url('i/arrow-right.svg') no-repeat left 4px center / 25px 25px;
    border-radius: 99px;
    opacity: 0;
    z-index: 1000;
    transition: opacity 0.2s ease;
}
.pix-bandeau-swiper .swiper-button-prev {
    transform: rotate(180deg);
}
.pix-bandeau-swiper:hover .swiper-button-prev,
.pix-bandeau-swiper:hover .swiper-button-next {
    opacity: 0.7;
}
.pix-bandeau-swiper .swiper-button-prev:hover,
.pix-bandeau-swiper .swiper-button-next:hover {
    opacity: 1;
}

@media (max-width: 1150px) {
    .pix-maroquinerie-francaise {
        width: 40px;
        height: 180px;
    }
}

@media (max-width: 870px) {
    .pix-bandeau-swiper {
        height: 350px;
        aspect-ratio: initial;
    }
}

@media (max-width: 900px) {
    .pix-maroquinerie-francaise {
        width: 30px;
        height: 135px;
    }
}

@media (max-width: 500px) {

    .pix-bandeau-swiper {
        height: 280px;
        padding: 10px;
    }
}