/* Scoped native form additions; the rest of the site is unchanged. */
.demande { scroll-margin-top: 95px; min-width: 0; }
.demande > p { margin-bottom: 20px; }
.demande fieldset { border: 0; min-width: 0; margin: 22px 0; }
.demande legend { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 14px; color: #1b3a2a; }
.demande-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.demande-field { min-width: 0; margin-bottom: 16px; }
.demande label { display: block; font-weight: 600; margin-bottom: 6px; }
.demande input:not([type=checkbox]), .demande select, .demande textarea { width: 100%; min-width: 0; min-height: 46px; padding: 11px 12px; border: 1px solid #899b87; border-radius: 8px; background: #fffdf9; color: #243c2b; font: inherit; line-height: 1.4; }
.demande textarea { resize: vertical; }
.demande :focus-visible { outline: 3px solid #1c7047; outline-offset: 3px; }
.demande [aria-invalid=true] { border-color: #a3291e; }
.demande-error { display: block; color: #9c261c; font-size: .92rem; margin-top: 5px; }
.demande-error:empty { display: none; }
.demande details { padding: 16px; margin: 8px 0 22px; border: 1px solid #d2dbc9; border-radius: 10px; background: #f8f7ee; }
.demande summary { cursor: pointer; font-weight: 600; color: #214c32; }
.demande details[open] summary { margin-bottom: 18px; }
.demande-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.demande-consent input { margin-top: 6px; width: 20px; height: 20px; accent-color: #246b43; }
.demande-consent label { font-size: .94rem; font-weight: 400; }
.demande-consent .demande-error { grid-column: 2; }
.demande a { text-decoration: underline; }
.demande-status:not(:empty) { padding: 14px; border-left: 4px solid #2a7d4f; background: #eef4e8; border-radius: 4px; overflow-wrap: anywhere; }
.demande button { width: 100%; font: inherit; font-weight: 600; min-height: 48px; cursor: pointer; white-space: normal; background: #2a7d4f; color: #fff; border: 2px solid #2a7d4f; border-radius: 25px; padding: 12px 20px; box-shadow: 0 4px 12px rgba(42, 125, 79, .15); }
.demande button[data-retry=true] { background: #f4f6ef; color: #214c32; box-shadow: none; }
.demande button:not(:disabled):hover { filter: brightness(.94); }
.demande button:disabled { opacity: .65; cursor: not-allowed; }
.demande fieldset:disabled { opacity: .8; }
.demande .demande-note { font-size: .84rem; color: #53614e; margin-top: 14px; }
.legal-content { max-width: 850px; padding-top: 100px; padding-bottom: 60px; }
.legal-content h1 { margin: 22px 0; }
.legal-content h2 { margin: 28px 0 12px; }
.legal-content p { margin-bottom: 12px; }
.legal-content a { text-decoration: underline; overflow-wrap: anywhere; }
@media (max-width: 600px) { .demande-grid { grid-template-columns: minmax(0, 1fr); } .demande details { padding: 12px; } }
