@charset "utf-8";


#template_external {
margin: 0;
}

#mainmenu .menu_h {
text-transform: uppercase;
font-weight: bold;
color:  #142d4c;
}

#template_wrapper {
  border: none;
}


div#mainmenu ul li {
text-transform: uppercase;
font-weight: bold;
color: #142d4c;
}

div#mainmenu ul li:hover > a {
color:  #142d4c;
}

div#mainmenu ul li {
  position: relative;
  display: inline-block; /* Nécessaire pour que le pseudo-élément suive la taille du texte */
  text-decoration: none; /* Retire le soulignement natif */
  color: inherit; /* Garde la couleur du texte normale */
}

div#mainmenu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0; /* Aligne le trait en bas du texte */
  width: 0; /* On commence avec une largeur 0 */
  height: 2px; /* Épaisseur du soulignement */
  background-color: currentColor; /* Utilise la couleur du texte */
  transition: width 0.3s ease-out; /* Animation de la largeur */
}

div#mainmenu ul li:hover::after {
  width: 100%; /* À l'hover, le soulignement prend toute la largeur */
}

div#mainmenu ul li:hover { background-color: transparent; }



#template_wrapper {
display: flex;
flex-direction: column;
width: 100%;
}

#template_link {
order: -1;
margin-top: 0px;
padding: 0.5rem;
color: white;
}

#template_link {
background-color: #142d4c;
color: white;
}

#template_foot {
background-color: #ececec;
padding: 1rem;
color: black;
}

#template_foot button,
#template_foot a {
  color: black;
}

#template_link button {
color: white;
}
 
.formcontent .titre { text-transform: none; color:inherit; }
#template_header a	{ color:#0a1a34; }

#template_header, #template_content, #mainmenu { color:#0a1a34; 
max-width: 1140px; 
margin: auto; 
width: 100%;

}

.tpl_nav_h {
box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3); 
margin-bottom: 0;
}

div#mainmenu {
background-color: transparent;
}

div#mainmenu ul li {
border: none;
}

#template_content {
padding-left: 0;
}

#template_content > .titre,
#template_content > .widget:first-child > .titre {
box-sizing: border-box;
padding: 2rem;
text-align: center;
width: 100vw;
position: relative;
left: calc((100vw - 1140px)/2*(-1));
font-size: 2.5rem;
color: white;
background: 
    linear-gradient(rgba(0, 30, 100, 0.8), rgba(0, 30, 100, 0.8)), /* filtre sombre par-dessus */
    url(https://cdn.pixabay.com/photo/2016/09/26/09/10/binary-1695478_960_720.jpg) no-repeat center/cover;

margin-bottom: 50px;
}

@media (max-width: 1140px) {

#template_content > .titre,
#template_content > .widget:first-child > .titre {
  left: 0px;
}
}

#template_foot {
  position: relative;
  padding-top: 200px;
}

#template_foot::before {
  content: "";
background: url(https://ecole25slicesfr.sciencesconf.org/data/all_logo.png) no-repeat center / contain;
  display: block;
  position: absolute;
  color: white;
  width: 800px;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

#detailled_description h1 {
      text-align: center;
      margin-bottom: 2rem;
    }

    #detailled_description .tabs {
      max-width: 1240px;
      margin: auto;
    }

    /* Masquer les inputs */
    #detailled_description input[type="radio"] {
      display: none;
    }

    /* Styles des onglets */
    #detailled_description .tab-labels {
      display: flex;
      justify-content: center;
    }

    #detailled_description .tab-labels label {
      padding: 0.75rem 1.5rem;
      background: #e0e0e0;
      cursor: pointer;
      margin-right: 4px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      font-weight: bold;
      transition: background 0.3s;
    }

    /* Onglet actif */
    #detailled_description #tab1:checked ~ .tab-labels label[for="tab1"],
    #detailled_description #tab2:checked ~ .tab-labels label[for="tab2"],
    #detailled_description #tab3:checked ~ .tab-labels label[for="tab3"],
    #detailled_description #tab4:checked ~ .tab-labels label[for="tab4"],
    #detailled_description #tab5:checked ~ .tab-labels label[for="tab5"],
    #detailled_description #tab6:checked ~ .tab-labels label[for="tab6"] {
      background: #ffffff;
      border-bottom: 2px solid white;
    }

    #detailled_description .tab-content {
      display: none;
      background: #ffffff;
      padding: 2rem;
      border-radius: 0 0 12px 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

    #detailled_description #tab1:checked ~ .content #content1,
    #detailled_description #tab2:checked ~ .content #content2,
    #detailled_description #tab3:checked ~ .content #content3,
    #detailled_description #tab4:checked ~ .content #content4,
    #detailled_description #tab5:checked ~ .content #content5,
    #detailled_description #tab6:checked ~ .content #content6 {
      display: block;
    }


    #detailled_description .presentation-card {
      background: #ffffff;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    #detailled_description .title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #2c3e50;
    }

    #detailled_description .datetime {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 0.5rem;
    }

    #detailled_description .authors {
      font-size: 0.95rem;
      margin-bottom: 0.75rem;
    }

    #detailled_description .authors span {
      display: block;
    }

    #detailled_description .abstract {
      background: #f8f8f8;
      padding: 0.75rem;
      border-left: 4px solid #142d4c;
      border-radius: 6px;
      font-size: 0.95rem;
    }


#article {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.docid.cartouche {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 15px;
}

.header {
    margin-bottom: 25px;
}

#title.title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 10px;
}

.authors {
    font-size: 1rem;
    color: #374151;
}

.authors .indice a {
    color: #2563eb;
    text-decoration: none;
}

.laboratories {
    margin-top: 10px;
}

.laboratory {
    font-size: 0.95rem;
    color: #4b5563;
}

.affiliations {
    font-style: italic;
    margin-top: 4px;
    color: #6b7280;
}

hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 30px 0;
}

.abstract.cartouche_in {
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
}

.abstract p {
    margin: 0;
    font-size: 1rem;
}

.metadata_detail {
    font-size: 0.95rem;
    background-color: #f9fafb;
    padding: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.metadata_detail table {
    width: 100%;
    border-collapse: collapse;
}

.metadata_detail td.metaName {
    font-weight: bold;
    padding: 8px 10px;
    color: #374151;
    width: 30%;
}

.metadata_detail td.metaValue {
    padding: 8px 10px;
    color: #1f2937;
}

.metadata_detail a {
    text-decoration: none;
    color: #2563eb;
    font-weight: 500;
}

img {
    vertical-align: middle;
}

.padding_20 {
    padding: 20px;
}

.espacement {
    margin-top: 15px;
}

#article .files {
    display: none;
}

#article #contentposter .content {
  display: none;
}

#article .filesDetail {
  border: none;
}

#article #contentposter {
  text-align: center;
}

#article .filesDetail {
height: 4em;
  overflow: hidden;
}

#article #contentposter .list div {
  margin: auto;
}

#article .filesDetail .tableau .linkfile {
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #142d4c;
  color: white;  
  overflow: hidden;
  font-size: 2em;
}

#article .filesDetail .tableau td {
border: none;
}

