.pix-wrapper-bande-temoignages {
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    background: radial-gradient(circle at 70% 20%, #015c7f 0%, #004058 60%);
    padding: clamp(30px, 5vw, 60px) 0px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    overflow: hidden;
}

.pix-wrapper-bande-temoignages::before {
    content: '';
    position: absolute;
    top: -1vw;
    left: 50%;
    width: clamp(100px, 15vw, 350px);
    aspect-ratio: 3 / 2;

    background: url('i/quote.svg') center center no-repeat;
    background-size: contain;
    transform: translateX(50%);
    
    z-index: -1;
}


.pix-wrapper-bande-temoignages::after {
    content: "";
    width: clamp(40px, 7vw, 85px);
    aspect-ratio: 1 / 1;
    background-color: #e2051b;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}


.pix-wrapper-bande-temoignages .swiper-horizontal>.swiper-pagination-bullets,
.pix-wrapper-bande-temoignages .swiper-pagination-bullets.swiper-pagination-horizontal,
.pix-wrapper-bande-temoignages .swiper-pagination-custom,
.pix-wrapper-bande-temoignages .swiper-pagination-fraction {
    bottom: auto !important;
}

.pix-wrapper-bande-temoignages .swiper-pagination {
    margin-top: 20px;
}

.pix-boxed-bande-temoignages {
    overflow: hidden;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    max-width: 1180px;
    margin: auto;
    border-radius: 20px;
    padding: 40px 50px 40px 50px;
    width: 90%;
}

.pix-wrapper-bande-temoignages h3 {
    font-family: "Oswald", serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: clamp(26px, 4vw, 44px);
}

.temoignages-slide a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.temoignages-slide {
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.temoignages-slide .quote {
    color: #fff;
    text-align: center;
}

.temoignages-slide .quote em strong {
    display: block;
    color: #fff;
    font-style: italic;
}

.pix-quote q {
    color: #fff !important;
    text-align: center;
    display: block;
    font-weight: 900;
    margin-top: 10px;
    font-style: normal;
}

.pix-quote q::before {
    margin-right: 10px;
}
.pix-quote q::after {
    margin-left: 10px;
}


.pix-temoignage-auteur {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}


.pix-wrapper-bande-temoignages .swiper-pagination {
    position: static;
}


@media (max-width:900px) {
    .pix-wrapper-bande-temoignages {
        width: 100%;
    }
}



@media (max-width:800px) {
    .temoignages-slide {
        padding: 15px 20px 10px 20px;
    }

    .pix-wrapper-bande-temoignages {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (max-width:600px) {
    .pix-wrapper-bande-temoignages {
        padding-left: 10px;
        padding-right: 10px;
    }

    .temoignages-slide {
        padding: 15px 0px 10px 0px;
    }

    .pix-boxed-bande-temoignages {
        padding: 0 5px 30px 5px;
    }

}


.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}


.swiper-pagination-bullet-active {
    background: #e2051b;
}