:root {
    /* ---------------------------------------------
       PALETTE ALPINE — couleurs principales
    --------------------------------------------- */
    --color-accent: #0A6CFF;          /* Bleu accent (boutons, liens) */
    --color-accent-dark: #083C7A;     /* Bleu profond (titres, hover) */

    --color-bg-alt: #DCEBFA;          /* Bleu glacier (sections alternées) */
    --color-dark: #0A1A2F;            /* Bleu nuit (footer) */

    --color-text: #1F2937;            /* Gris anthracite (texte principal) */
    --color-text-light: #FFFFFF;      /* Blanc (texte sur fond sombre) */
    --color-grey: #9CA3AF;            /* Gris froid (texte secondaire) */
    --color-border: #E5E7EB;          /* Gris roche (bordures, séparateurs) */

    /* ---------------------------------------------
       TYPOGRAPHIE
    --------------------------------------------- */
    --font-main: "Inter", "Roboto", sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;

    /* ---------------------------------------------
       LAYOUT GLOBAL
    --------------------------------------------- */
    --annonce-height: 35px;
    --header-height: 50px;
    --max-width: 1200px;

    /* ---------------------------------------------
       OMBRES & EFFETS
    --------------------------------------------- */
    --shadow-soft: 0 4px 12px rgba(0,0,0,0.06);
    --shadow-medium: 0 6px 18px rgba(0,0,0,0.12);
    --blur: 12px;
}