@charset "utf-8";

/* === Fond global === */
html, body {
  height: 100%;
  margin: 0;
  background-image: url('https://espci-michelin.sciencesconf.org/data/css/Fond_Site_Scienceconf.png');
  background-size: cover;              /* L’image couvre tout l’écran */
  background-repeat: no-repeat;        /* Pas de répétition */
  background-attachment: fixed;        /* Fixe pendant le scroll */
  background-position: center center;  /* Centrée */
  background-color: #ffffff;           /* Couleur de secours */
  color: #000000;                      /* Texte noir global */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* === Couleurs du thème === */
.template_color { color: #000000; }             /* Noir */
.template_border_color { border-color: #000000; }  
.template_backgroundcolor { color: #000000; }

/* === Titres === */
.titre {
  text-transform: uppercase;
  color: #000000;                     /* Titres noirs */
  font-size: 14px;
}

/* === Menu actif === */
.menu_niveau_1_on {
  background-color: #ffffff;
  color: #000000;                     /* Texte du menu noir */
}

/* === Titres des formulaires === */
.formcontent .titre {
  text-transform: none;
  color: #000000;                     /* Titres internes noirs */
  font-size: 14px;
}

/* === En-tête === */
#template_header a {
  color: #000000;                     /* Liens de l’en-tête noirs */
}

#template_header {
  color: #000000;                     /* Texte de l’en-tête noir */
}

/* === Contenu principal === */
#main, .content, .container {
  background-color: rgba(255, 255, 255, 0.85);  /* Fond clair semi-transparent */
  border-radius: 12px;
  padding: 20px;
  color: #000000;                               /* Texte noir dans les blocs */
}

/* === Correction : couleur du texte du menu actif === */
.menu_niveau_1_on,
.menu_niveau_1_on a,
.menu_niveau_1:hover,
.menu_niveau_1:hover a {
  background-color: #ffffff !important;  /* Fond blanc */
  color: #000000 !important;             /* Texte noir */
}

/* === Liens du menu (état normal et visité) === */
.menu_niveau_1 a,
.menu_niveau_1 a:visited {
  color: #000000 !important;
  text-decoration: none;
}

/* === Sous-menus (si présents) === */
.menu_niveau_2_on,
.menu_niveau_2_on a {
  background-color: #ffffff !important;
  color: #000000 !important;
}
