/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
 */
/* ======================================================
   Apereo CAS – Override charte ENSP
   Sans police externe (Arial / Ubuntu / Open Sans)
   ====================================================== */

/* =====================
   Variables globales
   ===================== */

:root {
    /* Couleurs principales ENSP */
    --cas-theme-primary: #0064b4;              /* Bleu ENSP */
    --cas-theme-primary-light: #0096a0;        /* Bleu canard */
    --cas-theme-secondary: #0fa087;            /* Vert émeraude */

    /* Boutons */
    --cas-theme-button-bg: #0064b4;
    --cas-theme-button-bg-hover: #004f91;
    --cas-theme-button-bg-lite: #0fa087;

    /* États */
    --cas-theme-success: #0fa087;
    --cas-theme-warning: #dc9b19;
    --cas-theme-danger: #8c1814;
    --cas-theme-danger-bg: #f8d7da;

    /* Fonds */
    --cas-theme-primary-bg: rgba(0, 100, 180, 0.12);

    /* Texte */
    --mdc-text-button-label-text-color: #ffffff;
    --mdc-theme-body: #1b2733;

    /* Bordures */
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, 0.15);

    /* Typographie */
    --mdc-typography-font-family: "Arial", "Helvetica", "Ubuntu", "Open Sans", sans-serif;
}

.bgimage {
    background-position: center;
}
