/* Accès direct au formulaire sur petit écran, puis informations de contexte. */
@media (max-width: 900px) {
  .contact-grid { display: flex; flex-direction: column; }
  .contact-grid > .contact-form-modern { order: -1; width: 100%; min-width: 0; }
  .contact-grid > .contact-sidebar { width: 100%; min-width: 0; }
}
.rdv-cal-day:focus-visible, .rdv-slot-btn:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
#rdvCalGrid[role="alert"], #bookCalGrid[role="alert"] { display: block; padding: 1rem; }
[data-theme="dark"] .page-hero-contact .gradient-text { background: none; color: #fff; -webkit-text-fill-color: #fff; }
