/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.white_bg {
    background-color: white;
}

.bleu_clair {
    background-color: #F6F7FF;
}
.customer-testimonials-section {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.customer-testimonials-section.white_bg .customer-testimonials__card {
    background-color: #F6F7FF;
}

.customer-testimonials-section.bleu_clair .customer-testimonials__card {
    background-color: white;
}
.customer-testimonials-section .dark-blue-circles {
    position: absolute;
    bottom: -500px;
    right: -600px;
    height: auto;
    width: 1000px;
}

.customer-testimonials__title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Moderat-Bold";
    color: #2A2243;
    text-align: center;
}

.customer-testimonials__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 48px 0;
}
.customer-testimonials__slider {
    width: 100%;
    overflow: hidden;
}

.customer-testimonials__slider .splide__track {
    overflow: visible;
}

.customer-testimonials__slider .splide__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customer-testimonials__slider .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 380px;
}

.customer-testimonials__card {
    width: 100%;
        padding: 16px;
        border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background: white;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.customer-testimonials__card:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.customer-testimonials__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
        gap: 12px;
}

.customer-testimonials__avatar {
    width: 48px;
        height: 48px;
        min-width: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f0f0f0;
}

.customer-testimonials__avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.customer-testimonials__avatar-initials {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Moderat-Bold", sans-serif;
        font-size: 16px;
    font-weight: 600;
    color: white;
    background: #EA4336;
}

.customer-testimonials__user-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}

.customer-testimonials__name {
    font-family: "Moderat-Bold", sans-serif;
    text-align: left;
    font-size: 16px;
        line-height: 1.3;
        margin: 0 0 2px 0;
        color: #1a1a1a;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    
    .customer-testimonials__date {
        font-family: "Moderat-Regular", sans-serif;
        font-size: 13px;
        color: #666;
        text-align: left;
    }
    
    .customer-testimonials__google-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    
    .customer-testimonials__google-icon svg {
        width: 24px;
        height: 24px;
}

.customer-testimonials__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    gap: 2px;
    margin-bottom: 12px;
}

.customer-testimonials__star {
    font-size: 16px;
    color: #ddd;
    line-height: 1;
}

.customer-testimonials__star--filled {
    color: #FBBC05;
    }
    
    .customer-testimonials__verified {
        margin-left: 6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
}

.customer-testimonials__text {
    font-family: "Moderat-Regular", sans-serif;
        font-size: 14px;
    line-height: 1.6;
    text-align: left;
    color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
}

.customer-testimonials__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 48px;
}

.customer-testimonials__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin: 40px 0;
    list-style: none;
    padding: 0;
}

.customer-testimonials__pagination-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(42, 34, 67, 0.3);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}

.customer-testimonials__pagination-dot.is-active {
    background: #2a2243;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.customer-testimonials__pagination-dot:hover {
    background: #2a2243;
    opacity: 0.8;
}
.texte_sous_le_carousel {
    max-width: 900px;
    margin: auto;
}

.texte_sous_le_carousel * {
    font-family: Moderat-Light;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1200px) {
    .customer-testimonials__slider .splide__slide {
        width: 340px;
    }
}
@media (max-width: 768px) {
    .customer-testimonials-section {
        padding: 48px 0;
    }
.customer-testimonials__rows {
    gap: 16px;
    padding: 48px 0;
}

.customer-testimonials__slider .splide__slide {
    width: 300px;
}

.customer-testimonials__card {
    padding: 20px;
}

.customer-testimonials__text {
    font-size: 13px;
    -webkit-line-clamp: 3;
}
}

@media (max-width: 480px) {
    .customer-testimonials__slider .splide__slide {
        width: 280px;
    }

    .customer-testimonials__avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .customer-testimonials__avatar-initials {
        font-size: 14px;
    }

    .customer-testimonials__name {
        font-size: 14px;
    }

    .customer-testimonials__date {
        font-size: 12px;
    }
}
