/* 0.2. Variables de thèmes (ex: html.dark-mode - juste les variables) */
html.dark-mode {
    /* VARIABLES POUR L'ANIMATION DES BOUTONS DE NAVIGATION EN MODE SOMBRE */
    /* Elles peuvent hériter de :root ou être redéfinies explicitement ici si :root changeait */
    --nav-button-smoke-blur-color: #003366;  /* Bleu */
    --nav-button-smoke-line-color: #0055AA;  /* Bleu */
    --nav-button-smoke-blur-alpha: 0.5;
    --nav-button-smoke-line-alpha: 1;
}

/* ==========================================================================
   1. GÉNÉRIQUE (GENERIC)
   ========================================================================== */