
.wrapper-bande-temoignages {
    margin:0;
    padding:80px 40px;
    color: #fff; 
    text-align: center; 
    background: 
      url('i/bg-temoignages.svg') no-repeat -160px -30px, linear-gradient(to bottom, #343434 0px, #1f1f1f 100%);
    background-size: clamp(550px, 50vw, 775px) auto;
    position: relative;
    z-index: 1;

}

.boxed-bande-temoignages {
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 40px;

}

.boxed-bande-temoignages h2 {
    text-align: center;color:#fff;margin-bottom: 50px;
}

.boxed-bande-temoignages h2::after {
    content: " ";
    background: #fff no-repeat center center;
    left: 50%;
    transform: translateX(-50%);}





.temoignages-slide a {color:#343434;text-decoration: none;outline: none;}

.temoignages-slide {padding:20px;position: relative;}

.temoignages-slide .quote {color:#343434;text-align: center;}
.temoignages-slide .quote em strong {display: block;color:#000;font-style: italic;}

.temoignage-auteur {text-align: center;display: block;}

.slick-dots {bottom: -30px !important;}


.slick-list {padding-top: 0px !important;}

.slick-dots li button {
    font-size: 0 !important;
    width: 10px !important;
    height: 10px !important;
    background: #d8d8d8 !important;
    border-radius: 50% !important;
}

.slick-dots li.slick-active button {
    background: #1473e6 !important;
}


.pix-temoignages-slick button:hover {
    color: #fff;
    background-color: #474747 !important;
    text-decoration: none;
}

.pix-auteur {color: #fff;font-weight: bold; padding-top: 25px;}

.pix-quote {max-width: 900px;
    margin: auto;position:relative;}

.pix-quote::before {
    content: url('i/quote-bleue.svg');
    position: absolute;
    top: -20px;
    left: -120px;
    width: clamp(26px, 4.3vw, 60px);
}
.pix-quote::after {
    content: url('i/quote-rouge.svg');
    position: absolute;
    bottom: -20px;
    right: -120px;
    width: clamp(26px, 4.3vw, 60px);
    transform:rotate(180deg);
}

@media (max-width:1300px) {
    .pix-quote {max-width: 700px;}
}
@media (max-width:1150px) {
    .pix-quote {max-width: 600px;}
}
@media (max-width:1000px) {
    .pix-quote {max-width: 550px;}
    .pix-quote::before {
        content: url('i/quote-bleue.svg');
        position: absolute;
        top: -20px;
        left: -90px;
    }
    .pix-quote::after {
        content: url('i/quote-rouge.svg');
        position: absolute;
        bottom: -20px;
        right: -90px;
        transform:rotate(180deg);
    }
}
@media (max-width:900px) {
    .wrapper-bande-temoignages {padding: 60px 30px;}
    .pix-quote::before {
        content: url('i/quote-bleue.svg');
        position: absolute;
        top: -15px;
        left: -60px;
    }
    .pix-quote::after {
        content: url('i/quote-rouge.svg');
        position: absolute;
        bottom: -15px;
        right: -60px;
        transform:rotate(180deg);
    }
}


@media (max-width:800px) {
    .wrapper-bande-temoignages {padding: 50px 20px;}
    .boxed-bande-temoignages {padding: 20px;}
    .temoignages-slide {padding: 15px 46px 10px 46px;}
    .pix-quote::before {
        top: -15px;
        left: -45px;
    }
    .pix-quote::after {
        bottom: -15px;
        right: -45px;
    }
}

@media (max-width:800px) {
    .wrapper-bande-temoignages {padding: 40px 10px;}
    .boxed-bande-temoignages {padding: 15px;}
    .temoignages-slide {padding: 15px 46px 10px 46px;}
}
