/* ------------------------------------------------------------------
   RGAA 4.1 — correctifs de contraste (override du thème compilé)
   Servi en complément des bundles Stratis, sans rebuild SCSS.
   ------------------------------------------------------------------ */

/* 3.2 — Bouton newsletter « JE M'INSCRIS » (.is-ternary) :
   texte navy #1d3078 sur fond teal #43af92 = 4.46:1 (< 4.5:1 requis).
   On assombrit légèrement le navy -> #182a6b = 4.92:1 (teinte de marque préservée). */
.is-ternary > .btn__text,
.is-ternary .btn__text,
.newsletter-bar__link.is-ternary .btn__text {
	color: #182a6b !important;
}
