/**
 * @file
 * El Cottage Du Coin - Palette de Couleurs
 * Importer ce fichier en premier dans votre theme.
 */

:root {
  /* --- Couleurs Principales --- */
  --ap-green: #153C3D;       /* Vert Foncé : Titres, Bordures fortes, Footer Text */
  --ap-light: #2C7A7B;       /* Vert Clair : Accents, Liens, Icônes, Badges */
  --header-bg: #0E3938;      /* Fond Header : Vert très foncé pour le contraste blanc */

  /* --- Couleurs de Fond & Structure --- */
  --bg-page: #f4f6f8;        /* Fond de page global (gris très léger) */
  --bg-white: #ffffff;       /* Fond des conteneurs et cartes */
  --bg-option: #ECEFF9;      /* Fond spécifique aux cartes d'options (Tarifs) */
  --bg-light: #F0F4F4;       /* Fond des listes et boîtes info légères */
  --bg-section: #F7FAFC;     /* Fond des listes juridiques (CGV) */
  --bg-info: #E6FFFA;        /* Fond des boîtes d'information/exemple */
  --bg-warning: #FFF5F5;     /* Fond des alertes rouges */
  --bg-code: #FFFBEB;        /* Fond des sections prix (jaune très pâle) */

  /* --- Couleurs de Texte & Bordures --- */
  --text-dark: #2D3748;      /* Texte principal */
  --text-muted: #718096;     /* Texte secondaire / Footer notes */
  --text-alert: #742A2A;     /* Texte des alertes rouges */
  --border-color: #E2E8F0;   /* Bordures standard */
  
  /* --- Couleurs Spécifiques (Badges/Status) --- */
  --badge-orange: #e67e22;   /* Scénario A / Alertes modérées */
  --badge-green: #27ae60;    /* Scénario B / Succès */
  --badge-blue: #2980b9;     /* Scénario C / Info */
  --badge-red-border: #C53030; /* Bordure alerte rouge */
  --badge-red-link: #C53030;   /* Lien alerte rouge */
  --badge-yellow-border: #F6E05E; /* Bordure section prix */
}
