@charset "UTF-8";
:root[data-glpi-theme=af] {
  /* ===============================
     Couleurs principales – Charte
     =============================== */
  --tblr-primary-rgb: 233, 160, 1; /* Jaune */
  --tblr-primary-fg: #ffffff;
  --tblr-secondary: #084035; /* Vert foncé */
  --tblr-secondary-fg: #ffffff;
  --tblr-link-color-rgb: 186, 148, 121; /* Brun */
  /* ===============================
     Menu principal GLPI
     =============================== */
  --glpi-mainmenu-bg: #084035;
  --glpi-mainmenu-fg: #ffffff;
  /* ===============================
     Helpdesk
     =============================== */
  --glpi-helpdesk-header: #ba9479; /* Beige rosé (fond doux) */
  --tblr-body-color: #084035;
  /* ===============================
     Palette GLPI (ordre logique)
     =============================== */
  --glpi-palette-color-1: #084035; /* Vert foncé */
  --glpi-palette-color-2: #e9a001; /* Jaune */
  --glpi-palette-color-3: #ba9479;
  --glpi-palette-color-4: #e6c3b7; /* Beige rosé */
  /* ===============================
     Illustrations / Header Helpdesk
     =============================== */
  --glpi-illustrations-gradient-1: hsl(17deg, 60%, 95%);
  --glpi-illustrations-gradient-2: hsl(17deg, 60%, 80%);
  --glpi-illustrations-gradient-3: hsl(17deg, 60%, 45%);
}

/* Obligatoire pour compilation SCSS GLPI */