/* ============================================================
   Easy Services - Variables couleurs et thème
   css/couleurs.css
   ============================================================ */

:root {
    --es-blue:        #097fc5;
    --es-blue-dark:   #0669a3;
    --es-blue-light:  #e6f3fb;
    --es-blue-shadow: rgba(9,127,197,.20);
    --es-white:       #ffffff;
    --es-grey-bg:     #f5f7fa;
    --es-grey-border: #dde1e7;
    --es-grey-dark:   #6c757d;
    --es-text:        #1a1a2e;
    --es-text-muted:  #6c757d;
    --es-text-light:  #ffffff;
    --es-success:     #198754;
    --es-danger:      #dc3545;
    --es-warning:     #e67e22;
    --es-info:        #0093C7;
    --es-radius-sm:   8px;
    --es-radius:      12px;
    --es-radius-lg:   20px;
    --admin-tile-radius: 14px;
    --es-transition:  0.18s ease;
    --es-shadow-sm:   0 2px 8px rgba(0,0,0,.06);
    --es-shadow:      0 4px 16px rgba(0,0,0,.10);
    --es-shadow-lg:   0 8px 32px rgba(0,0,0,.14);

    /* Hero defaults */
    --hero-grad-start: #0a0a0a;
    --hero-grad-end:   #0d1b2a;
    --topbar-bg:       #0a0a0a;
    --topbar-accent:   rgba(255,255,255,.85);

    /* Bootstrap override */
    --bs-primary:        #097fc5;
    --bs-primary-rgb:    9,127,197;
    --bs-link-color:     #097fc5;
    --bs-link-hover-color:#0669a3;
    --bs-body-font-family:'Outfit',system-ui,sans-serif;
}

/* Bootstrap force */
.text-primary { color: #097fc5 !important; }
.bg-primary   { background-color: #097fc5 !important; }
.btn-primary  { background-color: #097fc5 !important; border-color: #097fc5 !important; }
.btn-primary:hover { background-color: #0669a3 !important; border-color: #0669a3 !important; }
a { color: #097fc5; }
a:hover { color: #0669a3; }

/* ============================================================
   THÈME PRINTEMPS
   ============================================================ */
.theme-printemps {
    --es-blue:        #0891b2;
    --es-blue-dark:   #0e7490;
    --es-blue-light:  #e0f2fe;
    --hero-grad-start:#064e3b;
    --hero-grad-end:  #0891b2;
    --topbar-bg:      #065f46;
    --topbar-accent:  #6ee7b7;
    --bs-primary:     #0891b2;
}

/* ============================================================
   THÈME ÉTÉ
   ============================================================ */
.theme-ete {
    --es-blue:        #0284c7;
    --es-blue-dark:   #0369a1;
    --es-blue-light:  #e0f2fe;
    --hero-grad-start:#1e3a5f;
    --hero-grad-end:  #0ea5e9;
    --topbar-bg:      #1e40af;
    --topbar-accent:  #93c5fd;
    --bs-primary:     #0284c7;
}

/* ============================================================
   THÈME AUTOMNE
   ============================================================ */
.theme-automne {
    --es-blue:        #1d4ed8;
    --es-blue-dark:   #1e40af;
    --es-blue-light:  #eff6ff;
    --hero-grad-start:#431407;
    --hero-grad-end:  #1d4ed8;
    --topbar-bg:      #7c2d12;
    --topbar-accent:  #fed7aa;
    --bs-primary:     #1d4ed8;
}

/* ============================================================
   THÈME NOËL
   ============================================================ */
.theme-noel {
    --es-blue:        #c0392b;
    --es-blue-dark:   #a93226;
    --es-blue-light:  #fdedec;
    --hero-grad-start:#1a0a0a;
    --hero-grad-end:  #7f1d1d;
    --topbar-bg:      #991b1b;
    --topbar-accent:  #fca5a5;
    --bs-primary:     #c0392b;
}

/* ============================================================
   THÈME HIVER
   ============================================================ */
.theme-hiver {
    --es-blue:        #1e40af;
    --es-blue-dark:   #1e3a8a;
    --es-blue-light:  #dbeafe;
    --hero-grad-start:#0c1445;
    --hero-grad-end:  #1e40af;
    --topbar-bg:      #1e3a8a;
    --topbar-accent:  #bfdbfe;
    --bs-primary:     #1e40af;
}

/* ============================================================
   THÈME ANNIVERSAIRE ES
   ============================================================ */
.theme-anniversaire {
    --es-blue:        #7c3aed;
    --es-blue-dark:   #6d28d9;
    --es-blue-light:  #ede9fe;
    --hero-grad-start:#1e1b4b;
    --hero-grad-end:  #7c3aed;
    --topbar-bg:      #4c1d95;
    --topbar-accent:  #ddd6fe;
    --bs-primary:     #7c3aed;
}
