.section-avis-client .container .row .col-xs-12 {
    padding: 0;
}

.section-avis-client .slider-avis {
    width: 100%;
    height: initial;
    padding: 10px 2px;
    overflow: hidden;
}

.section-avis-client .slider-avis .swiper-wrapper {
    height: initial;
    padding-bottom: 30px;
}

.section-avis-client .slider-avis .swiper-pagination-bullet-active {
    background: #263959;
}

.section-avis-client .swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-avis-client .section-avis-client {
    padding-bottom: 40px
}

.section-avis-client .avis-module {
    font-family: sans-serif;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 27%);
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background: white;
}

.section-avis-client .avis-module .picture-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.section-avis-client .avis-module .picture-name img {
    margin-right: 10px;
    width: var(--size-picture-custom-reviews);
    height: var(--size-picture-custom-reviews);
    object-fit: cover;
    object-position: center;


}

.section-avis-client .avis-module .picture-name img.circle {
    border-radius: 50%;
}

.section-avis-client .avis-module .picture-name img.rounded-10 {
    border-radius: 10px;
}

.section-avis-client .avis-module .picture-name img.rounded-15 {
    border-radius: 15px;
}

.section-avis-client .avis-module .picture-name img.rounded-20 {
    border-radius: 20px;
}

.section-avis-client .avis-module .picture-name img.no-radius {
    border-radius: 0px;
}

.section-avis-client .avis-module .picture-name img.border-shadow {
    box-shadow: 0px 2px 6px #d0d0d0;
}

.section-avis-client .avis-module .picture-name img.border-white {
    border: 3px solid var(--color-border-picture-custom-reviews);
}

.section-avis-client .avis-module .date {
    font-size: 12px;
    color: #a0a6af;
}

.section-avis-client .avis-module .nom {
    flex: 1;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #263959;
}

.section-avis-client .avis-module .nom .poste {
    text-transform: initial;
    font-weight: 400;
    font-size: 14px;
    color: #a0a6af;
    font-style: italic;
}

.section-avis-client .avis-module .entreprise {
    margin: 5px 0px;
    flex: 1;
    font-size: 14px;
    color: #7d889b;
}

.section-avis-client .avis-module .entreprise .color-link-custom-reviews {
    color: var(--color-link-custom-reviews);
    text-decoration: underline;
}

.section-avis-client .avis-module .avis-review {
    flex: 1;
    position: relative;
    padding: 10px 0px;
    color: var(--text-color-custom-reviews);
    font-size: 14px;
}

.section-avis-client .avis-module .avis-review p {
    display: inline;
}

.section-avis-client .avis-module .avis-review:before {
    content: open-quote;
    color: var(--text-color-custom-reviews);;
}

.section-avis-client .avis-module .avis-review:after {
    content: close-quote;
    color: var(--text-color-custom-reviews);;
}

.section-avis-client .avis-module .notation {
    flex: 1;

}

.section-avis-client .avis-module .notation span i {
    color: #ed7503;
    font-size: 16px;
}

.section-avis-client .swiper-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .section-avis-client .swiper-button-prev {
        left: -30px;
    }

    .section-avis-client .swiper-button-next {
        right: -30px;
    }
}

@media screen and (max-width: 768px) {
    .section-avis-client .swiper-button-prev {
        left: -23px;
    }

    .section-avis-client .swiper-button-next {
        right: -23px;
    }
}


.section-avis-client .swiper-button-next, .section-avis-client .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.section-avis-client .swiper-button-next:after, .section-avis-client .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #263959;
}
