/* STOMIE Version 2.0 theme CSS placeholder; you can paste your custom.css here */
/* Texte du header (blanc) */
#header,
#header .header-top,
#header .header-nav {
  color: var(--st-header-text-desired, #fff) !important;
  -webkit-text-fill-color: var(--st-header-text-desired, #fff) !important;
}

/* Liens & boutons du header (noir) */
#header a,
#header a *,
#header button,
#header button *,
#header .language-selector .expand-more,
#header .currency-selector .expand-more,
#header .user-info a,
#header .account a,
#header .material-icons,
#header .material-icons-outlined {
  color: var(--st-header-link-desired, #000) !important;
  -webkit-text-fill-color: var(--st-header-link-desired, #000) !important;
  fill: currentColor !important;
}

/* Survol : rester noir */
#header a:hover,
#header a:focus,
#header button:hover,
#header button:focus,
#header .language-selector .expand-more:hover,
#header .currency-selector .expand-more:hover {
  color: var(--st-header-link-desired, #000) !important;
  -webkit-text-fill-color: var(--st-header-link-desired, #000) !important;
}
#header{
  --st-header-text-desired: var(--t-header-text, #fff);
  --st-header-link-desired: var(--t-header-link, #000);
}
/* et réutilise le bloc variable-based que je t'avais donné si tu veux rester avec des vars */
