/* Le SEUL CSS partagé par toutes les landings (#97) : l'état des formulaires.
   Chaque landing a sa propre feuille (static/landing/<slug>/styles.css), reprise
   de son dépôt d'origine ; rien d'autre ne se partage, pour qu'une retouche sur
   une page ne puisse pas en déplacer une autre. */
.form-sent { padding: 1rem 1.25rem; border: 1px solid currentColor; border-radius: 12px; }
.form-sent__title { margin: 0 0 .35rem; font-weight: 700; }
.form-sent__text { margin: 0; opacity: .85; }
.form-error, .is-error { color: #b42318; }
.form-privacy { margin: .75rem 0 0; font-size: .8rem; line-height: 1.45; opacity: .8; }
.form-privacy a { color: inherit; }
