@font-face {
    font-family: Lato;
    src: url('./lato/Lato-Regular.ttf');
	}
@font-face {
    font-family: Lato;
    src: url('./lato/Lato-Italic.ttf');
    font-style:italic;
	}
@font-face { font-family: Lato; src: url('./lato/Lato-Bold.ttf'); font-weight: 700; } @font-face { font-family: Lato; src: url('./lato/Lato-BoldItalic.ttf'); font-weight: 700; font-style: italic; }
body { background-color:white;margin: 0;padding: 0;font-family:Lato, sans-serif}
h1 {text-align : left ; font-family: "pouet"; font-size: 500%; background-position:top center; margin: 3% 2% 5% 2%;}
/*text-shadow:0 0 3px black*/

h1 a:link,a:hover,a:visited {text-decoration:none;color:black;}

.bloc {font-family: Lato, sans-serif;  /*rgba(187,99,29 ,1)*/;text-align:justify;padding: 3% 5% 2% 5%; margin: 0% 12.5% 0% 13%;border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;color:black;line-height:160%;}
.titres {font-family: Lato, sans-serif;font-style:italic; text-align:left;padding: 3% 0% 0% 5%;
margin: 2% 0% 0% 0%; color:black;}
/* Bloc Programme compact et centré */ .programme-box { border: 4px solid #e15b37; /* contour orange */ background: #c5b7d6; /* fond violet pastel */ padding: 25px 35px; border-radius: 12px; display: inline-block; /* <-- s’adapte au contenu */ margin: 40px auto; text-align: center; } /* Petites capitales */ .programme-box p { font-variant: small-caps; font-size: 1.2em; margin: 12px 0; } /* Centrer le bloc dans la page */ 
#accueil { margin-bottom: 2%; height: auto; }
#accueil div {
  display: inline;
  width: 100%;
  float: left;
  text-align:left;
  margin-top: 4%;
  
}
#accueil .logo {
  width: 50%;
  background-image: url('01_N.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  background-origin:10%;
  height: 92%;}
#accueil .textlogo {
  padding-top: 0%;
  font-family: Lato, sans-serif;
  font-style:italic;}
#accueil p {
  text-align: left;
}


#navigation {
  margin: 0% 0% 0% 0%  ;

  list-style-type: none ;
  text-align: center ;
  border-bottom:solid 1px black;
 background-color:white;
   padding: 0;
   position: fixed;
top: 0;
width: 100%;
}
#navigation li {
  display: inline ;

}
#navigation li a {
 padding: 1% 0% ;
 float:left; 
  
  width: 25%;	
  outline:none;
  color: black ;
  font: 1em ,Arial,sans-serif ;
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background:  #c5b7d6 ;
  font-style: italic ;
  outline:none;
}

#navigation {
  border-bottom: 2px solid #e15b37;
  background-color: white;
}

#navigation li a {
  color: #e15b37;
  font-weight: 600;
}

#navigation li a:hover {
  background: #c5b7d6;
  color: black;
}
details summary {
text-align: left;
  cursor: pointer;

}

details .content {
  border: 2px solid #e15b37;
  border-radius : 5px;
  margin-top: 5px;

}



@keyframes chargement{
	from {background-color: rgba(248,248,255,0);border-color:transparent;}
	to   { background-color: rgba(248,248,255,1);border-color:goldenrod;}}


.active a{color: yellow;} a{color:blue;padding:5px;display:block;text-decoration: none; list-style: none;}
 
 
.liste-container { width: 90%; margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }

.fiche { display: flex; align-items: center; background: #fff; border-radius: 8px; padding: 15px; border: 1px solid #ccc; }

.fiche img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}
.fiche-texte h3 { margin: 0 0 8px 0; }

@media (max-width: 500px) { .fiche { flex-direction: column; text-align: center; } .fiche img { margin-right: 0; margin-bottom: 10px; } }

.logo-img { display: block; margin: 0 auto; height: 20vh; max-height: 200px;  width: auto; }

 .site-header { margin-top: 70px;  text-align: center; padding: 20px 0; }  .logo-img { display: block; margin: 0 auto; width: 30vw;  max-width: 400px;  height: auto; } 

.bloc p { text-align: justify; }

.texte-image { display: flex; font-size: 1.15em;
  line-height: 1.6em; align-items: center;justify-content: space-between; gap: 40px; } .texte-image .texte { flex: 1; text-align: justify; } .image-accueil { width: 35%; max-width: 350px; height: auto; border-radius: 8px; } 
@media (max-width: 800px) { .texte-image { flex-direction: column; text-align: center; } .image-accueil { width: 80%; max-width: 300px; margin: 20px auto 0; } }

.rencontre-card { background: #c5b7d6;  color: #333; padding: 35px; width: 70%; margin: 40px auto; border: 4px solid #e15b37;  box-shadow: 0 4px 12px rgba(0,0,0,0.08); } .rencontre-card h3 { margin-top: 10px; font-size: 2em; color: #e15b37; /* titre orange */ margin-bottom: 20px; } .rencontre-card p { font-size: 1.15em; line-height: 1.6em; margin-bottom: 20px; }
.rencontre-card i {font-size: 1.15em;  line-height: 1.6em;text-align: justify; } .rencontre-card ul {font-size: 1.15em;  line-height: 1.6em; text-align:left; border-left: 5px solid #e15b37; padding-left: 10px;}


.titres h2 {
  font-weight: 700;
  font-style: italic;
  color: #e15b7d6;
  margin-bottom: 10px;
  position: relative;
  display: inline-block; 
  padding-bottom: 8px; 
  text-align: left;
}

.titres h2::after {
  content: "";
  position: absolute;
  left: 0;              
  bottom: 0;
  width: 350px;         
  height: 3px;
  background: #c5b7d6;
  border-radius: 2px;
}


@media (max-width: 800px) { .programme-box { width: 90%; padding: 25px; } .programme-box p { font-size: 1.1em; } }


h2, h3 { font-family: Lato, sans-serif; }

h2, h3 { font-family: Lato, sans-serif; font-style: italic; font-weight: normal; color: #e15b37; }

.presentation-complete { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1000px; margin: 40px auto; padding: 20px; } .presentation-complete .texte { width: 60%; } .presentation-complete .photo img { width: 300px; border-radius: 8px; }

.nom-candidat { font-family: 'Lato', sans-serif; font-size: 2.8em; font-weight: 900; 
margin-bottom: 15px; letter-spacing: 1px; }

.photo-sticky { position: sticky; top: 130px; align-self: flex-start; max-width: 350px; }

.lien-presentation { display: inline-block; margin-top: 8px; padding: 6px 12px; font-family: Lato, sans-serif; font-weight: 700; font-size: 0.95em; color: #e15b37; /* orange vif */ border: 2px solid #e15b37; border-radius: 6px; text-decoration: none; transition: 0.2s ease-in-out; } .lien-presentation:hover { background-color: #e15b37; color: white; }



#programme + .programme-box-wrapper {
  background-color: #c5b7d6;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  border: none;
}
#vision + .programme-box-wrapper {
  background-color: #c5b7d6;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  border: none;
}
#rencontre + .rencontre-card {
  background-color: #c5b7d6;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  border: none;
  text-align: center;
}




.programme-box,
.rencontre-card {
  
  border: none !important;
  box-shadow: none !important;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 600px) {

  body {
    font-size: 18px;
    line-height: 1.6;
  }

  p {
    font-size: 1.05em;
    line-height: 1.7em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.4em;
  }
}

  /* Navigation : liens plus grands et plus faciles à toucher */
  #navigation li a {
    font-size: 1.1em;
    padding: 12px 0;
  }


