/* ===== Texte — 1 ou 2 colonnes (migration fidèle) ===== */
.texte { background-color: var(--blanc-ivoire); padding: 5rem 6rem; }
.texte__inner { max-width: var(--max-width); margin: 0 auto; }
.texte__header { margin-bottom: 3rem; }
.texte__title { font-family: var(--font-titre); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05; font-weight: 400; color: var(--noir-onyx); margin: 0; }
.texte__title-mark { color: var(--bleu-cobalt); }

.texte__body { color: var(--noir-onyx); }
.texte__body p { color: var(--noir-onyx); text-align: justify; margin: 0 0 1.25rem; }
.texte__body--two { column-count: 2; column-gap: 4rem; }
.texte__body--two > *:first-child { margin-top: 0; }

.texte__cta { margin-top: 3rem; }

@media (max-width: 768px) {
    .texte { padding: 3rem 1.5rem; }
    .texte__body--two { column-count: 1; }
    .texte__cta { margin-top: 2rem; }
}
