/* =======================================================
   © 2025 Pascal Evrard — Afondlacom'
   Fichier : /assets/css/layout.css
   ======================================================= */
:root{ --container-w: 1400px; }

.container{ max-width: var(--container-w); margin: 0 auto; padding: 0 16px; }

main{ max-width: var(--container-w); margin:24px auto; padding:0 16px; }

.footer-inner{ max-width: var(--container-w); margin:0 auto; padding:16px; }

/* Verrou clair/sombre sans clignotement */
html, body{ color: #0d1321; background:#ffffff; }
html[data-theme="dark"], body.dark{
  color: #e5e7eb !important;
  background: #0d1321 !important;
}

/* Évite tout “fade” de couleur au toggle */
html, body, main, .container-1400, .prose, .card, a, p, h1, h2, h3, h4, h5, h6 {
  transition: none !important;
}
