/* Formulaire de demande de contact : s'appuie sur .form / .field / .btn du thème. */
.wse-demande .wse-err { margin: 6px 0 0; font-size: 12.5px; color: #b3261e; min-height: 0; }
.wse-demande .wse-err:empty { display: none; }
.wse-demande .field.erreur input, .wse-demande .field.erreur textarea { border-color: #b3261e; }
.wse-demande fieldset.wse-choix { border: 0; padding: 0; margin: 0; min-width: 0; }
.wse-demande fieldset.wse-choix legend { display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted, #8b93a4); margin-bottom: 9px; padding: 0; }
.wse-demande .wse-radio, .wse-demande .wse-check { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink, #0A0E17); text-transform: none; letter-spacing: 0; font-family: 'Inter', sans-serif; font-weight: 400; margin: 0 0 8px; cursor: pointer; }
.wse-demande .wse-radio input, .wse-demande .wse-check input { width: auto; margin: 3px 0 0; padding: 0; accent-color: var(--accent, #3B6CFF); flex: 0 0 auto; }
.wse-demande .wse-consent a { color: var(--accent, #3B6CFF); text-decoration: underline; }
.wse-demande .wse-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.wse-demande .wse-retour { margin: 0; font-size: 14px; }
.wse-demande .wse-retour:empty { display: none; }
.wse-demande .wse-retour.ok { color: var(--body, #565f72); }
.wse-demande .wse-retour.ko { color: #b3261e; }
.wse-demande .wse-attente { opacity: .6; cursor: progress; }
.wse-demande [hidden] { display: none !important; }
.wse-merci { border: 1px solid var(--ink, #0A0E17); padding: 22px 24px; font-size: 16px; line-height: 1.5; color: var(--ink, #0A0E17); background: #fff; }
.wse-merci:focus { outline: 2px solid var(--accent, #3B6CFF); outline-offset: 3px; }
