/* #PRODUIRE{fond=css/travel-template.css}
   md5:f4dbf3156ec31be4992cc0c61f214b7d */
/* *** L'ACCUEIL *** */
/* On verra par la suite notamment le HEADER */

/* GESTION DES COULEURS (?exec=configurer_template_travel) */

:root{
  --brique:#c1666b;
  --brique_hover:#a4575b;
  --bleu:#1e75a0;
  --bleu_hover:#196388;
  --violet:#75417f;
  --violet_hover:#63376c;
  --vert:#4a7c59;
  --vert_hover:#3f694c;
  --jaune:#d99f3e;
  --jaune_hover:#b88735;
  --orange:#e96a25;
  --orange_hover:#c65a1f;
  --gris:#535359;
  --gris_hover:#47474c;

   --titre:#33404a;
   --ink:#535359;
   --ink-light:;

  --c-circuit:#1e739b;
  --c-info:#c86464;
  --c-mice:#4a9659;
  --c-generale:#a8611a;

  --fond-circuits:;
  --fond-informations:;
  --fond-mice:;
  --fond-autre:;
  --fond-page:var(--fond-autre);
}

/* Classes generiques de fond par section : meme mecanisme que --c-page
   (cf. html.composition_xxx dans travel-laos.css), applique ici a --fond-page. */
html.composition_circuits { --fond-page:var(--fond-circuits); }
html.composition_informations { --fond-page:var(--fond-informations); }
html.composition_mice { --fond-page:var(--fond-mice); }