@charset "utf-8";
body { background: #ffffff  url(https://modest2026.sciencesconf.org/data/css/Fond_Flyer_MoDeSt_2026.png) fixed repeat-x  0 0 ; }
body { color: #000000 ; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ; font-size:12px;}
.template_color { color: #ffffff ; }
.template_border_color { border-color: #000000 ; }
.template_backgroundcolor  { color: #000000 ; }
.titre { color: #000000 ; }
.titre { color:#004B7A; font-size: 16px;} 
.menu_niveau_1_on 	{color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size:12px;}
#template_header a	{ color:#000000 }
#template_header	{ color:#000000; }

/* 🧱 Conteneur principal templace */
#template_content {
  padding: 20px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* ✍️ Titres */
#template_content .titre {
  font-size: 18px;
  color: #004B7A;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* 📄 Paragraphes */
#template_content p {
  font-size: 1em;
  margin-bottom: 1em;
}

/* 📊 Tableaux */
#template_content table {
  border-collapse: collapse;
  width: auto;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 20px;
}

#template_content table thead {
  background-color: #ffffffff;
  color: black;
}

#template_content table thead th {
  padding: 6px 14px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

#template_content table tbody td {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

/* 🖼️ Images */
#template_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 16px 0;
  object-fit: contain;
  min-width: 0;
}

/* 📦 Bloc image flottante (optionnel) */
#template_content .image-block {
  width: 100%;
  overflow: hidden;
}

#template_content .image-block img {
  float: left;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 8px;
}

/* 📱 Responsive design */
@media screen and (max-width: 768px) {
  #template_content {
    padding: 16px;
  }

  #template_content table {
    display: block;
    overflow-x: auto;
  }

  #template_content table thead th {
    font-size: 1em;
  }

  #template_content table tbody td {
    font-size: 0.95em;
  }

  #template_content .titre {
    font-size: 1.1em;
  }

  #template_content img,
  #template_content .image-block img {
    float: none;
    display: block;
    margin: 0 auto 16px auto;
  }
}
