<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles pour la section tÃ©moignages */
.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 auto;
    max-width: 900px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 123, 255, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    background-color: #6c757d;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #0d6efd;
}

.testimonial-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    text-align: center;
}

.logo-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.logo-container img {
    max-height: 60px;
    width: auto;
}

.testimonial-author {
    margin-bottom: 10px;
}

/* Ajustement pour le carrousel */
.testimonial-section {
    padding-bottom: 70px; /* Espace pour les indicateurs de pagination */
}

/* Style pour le texte des tÃ©moignages */
.testimonial-text p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
}</pre></body></html>