/* ==========================================================================
   France Numérisation — Styles personnalisés
   custom.css chargé automatiquement par YOOtheme
   ========================================================================== */

/* --- Témoignages clients ------------------------------------------------- */

.temoignage {
    position: relative;
    background: #f7f7f7;
    border-left: 4px solid #a03271;
    border-radius: 0 8px 8px 0;
    padding: 24px 28px 24px 48px;
    margin: 24px 0;
    font-family: Poppins, sans-serif;
    font-size: 1.05em;
    font-style: italic;
    color: #26244c;
    line-height: 1.7;
}

.temoignage::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 3em;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    color: #a03271;
    line-height: 1;
    opacity: 0.6;
}

.temoignage cite {
    display: block;
    margin-top: 12px;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 600;
    color: #a8a7b7;
    letter-spacing: 0.3px;
}

.temoignage cite::before {
    content: '— ';
}

/* Variante sans bordure, fond bleu doux (pour mise en avant forte) */
.temoignage--accent {
    background: #dbeafe;
    border-left-color: #0c2671;
}

.temoignage--accent::before {
    color: #0c2671;
}

/* Responsive : réduire le padding sur mobile */
@media (max-width: 640px) {
    .temoignage {
        padding: 18px 18px 18px 40px;
        font-size: 0.95em;
    }
    .temoignage::before {
        font-size: 2.4em;
        left: 8px;
    }
}
