.pix-bandeau-swiper {
    aspect-ratio: 1920/850;
    position: relative;
    overflow: hidden;
    user-select: none;
}


.pix-bandeau-swiper .swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 850;
    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-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: #6f0220 url('i/arrow-right.svg') no-repeat center center / 25px 25px;
    border-radius: 3px;
    opacity: 0;
    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;
}

.pix-bandeau-swiper::before {
    content: '';
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d7aa59;
    z-index: 1000;
}


@media (max-width: 700px) {
    .pix-bandeau-swiper {
        height: 300px;
        aspect-ratio: initial;
    }
}

@media (max-width: 395px) {
    .pix-bandeau-swiper {
        height: 220px;
        aspect-ratio: initial;
    }
}