/* APEX-LAYER (JF · 2026) — Variables CSS neutralisées.
 * `--sf-bg-url: none` pour éviter que toute règle CSS legacy peigne un
 * fond /assets/backgrounds/background.jpeg par-dessus le calque souverain
 * SfSovereignLayer (z-index: -10). Couleurs primaires conservées. */
:root{
  --sf-bg-url: none;
  --sf-primary: #ffb300;
  --sf-accent:  #1e88e5;
  --sf-surface: #ffffff;
  --sf-text:    #111111;
}

/* Fallback direct DÉSACTIVÉ — le calque souverain peint le fond.
   #sf-bg-image n'est plus utilisé. */
#sf-bg-image {
  background-image: none !important;
}

/* DÉSACTIVÉ - Le fond est maintenant géré par superadmin-background-priority.css */
/* Background image directly on body - MORE RELIABLE */
/* body {
  background-color: #ffffff !important;
  background-image: url('/assets/backgrounds/background.jpeg') !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 1280px auto !important;
  background-attachment: fixed !important;
} */
