﻿/* ============================================
   THÃˆME Les Etards
   Couleurs: Orange var(--brand-orange) + Jaune var(--brand-yellow)
   ============================================ */

:root {
    /* Couleurs principales du thÃ¨me Les Etards */
    --theme-primary: var(--brand-orange);
    --theme-secondary: var(--brand-yellow);
    
    /* DÃ©gradÃ© pour les vignettes */
    --theme-gradient: linear-gradient(135deg, #e6d900 0%, var(--brand-yellow) 25%, #ffed4e 50%, var(--brand-yellow) 75%, #e6d900 100%);
    
    /* DÃ©gradÃ© alternatif pour les boutons/bandeaux */
    --theme-gradient-end: #ff8533;
}

