/* --- MENU NAVBAR --- */
.navbar {
  background: #222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar .logo {
  font-size: 1.2rem;
  font-weight: bold;
}

.navbar .nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.navbar .nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.burger {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .profile {
    flex-direction: column;
    text-align: center;
  }

  .navbar .nav-links {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }

  .navbar .nav-links.active {
    display: flex;
  }

  .burger {
    display: block;
  }

  .card {
    font-size: 0.95rem;
  }

  .banner h1 {
    font-size: 1.4rem;
  }

  .banner p.main-title {
	font-size: 1.1rem;
  }

  .banner p {
    font-size: 1rem;
  }
  
  .section-titre {
  font-size: 1.8rem;
  font-weight: bold;
  color: #8080FF;
  margin-bottom: 15px;
  }

  .video-container {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  }

  .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .cards {
    grid-template-columns: 1fr; /* 1 colonne en version mobile */
    gap: 16px; /* un peu moins d'espace si nécessaire */
  }

  .cards li {
    padding: 16px;
    font-size: 1rem; /* Ajuste si le texte est trop gros/petit */
    text-align: center;
  }

  .cards li a {
    font-size: 1rem;
  }

  .tarif-titre {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }

}


body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fff;
  color: #222;
  line-height: 1.6;
}

.banner {
  background: linear-gradient(135deg, #D7263D, #8080FF);
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.banner h1 {
	font-size: 1.6rem;
	font-weight: bold;
	  color: #BBBDFF;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.banner p.main-title {
  font-size: 2.5rem; 
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.banner p {
  font-size: 1.2rem;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
}

.section {
  margin-bottom: 40px;
}

.section-titre {
  font-size: 1.9rem;
  font-weight: bold;
  color: #8080FF;
  margin-bottom: 15px;
}

.contact a {
  color: #FE6686;
  font-weight: bold;
  text-decoration: none;
}

.contact .small {
  font-size: 0.9rem;
  color: #555;
  margin-top: 10px;
}

.profile {
  display: flex;
  gap: 20px;
  align-items: center;
}

.profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.services .card {
  background: #f9f9f9;
  border-left: 6px solid #FE6686;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-radius: 6px;
}

.card p.main-titre {
  font-size: 1.2rem; 
  font-weight: bold;
  color: #d7263d;
  margin-bottom: 10px;
}

.card ul {
  padding-left: 20px;
}

.card li {
  list-style: disc;
  margin-bottom: 5px;
}

.card-rouge {
  font-size: 1rem;
  color: #d7263d;
  margin-top: 10px;
  padding-left: 30px;
}

.testimonials blockquote {
  background: #F1F2FF;
  border-left: 5px solid #2b00d4;
  padding: 15px;
  margin: 15px 0;
  font-style: italic;
}

.footer {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 20px 10px;
  font-size: 0.9rem;
}


.small-text {
	font-size: 1rem; /* Ajustez la taille selon vos besoins */
	font-style: italic;
    color: #FFFFFF;
}

.video-wrapper {
  max-width: 50%; /* Réduit la taille à moitié de la largeur */
  margin: 0 auto;  /* Centre horizontalement */
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                             balises H pour sous programme                */

h2 {
font-family:arial, sans serif, century;
font-size:6pt;
font-style: normal;
font-weight: normal;
color:#fff;
text-transform:none;
text-align:center;
margin:0;
padding:0;
}

h3 {
font-family:arial, sans serif, century;
font-size:6pt;
font-style: normal;
font-weight: normal;
color:#fff;
text-transform:none;
text-align:center;
margin:0;
padding:0;
}

h4 {
font-family:arial, sans serif, century;
font-size:6pt;
font-style: normal;
font-weight: normal;
color:#fff;
text-transform:none;
text-align:center;
margin:0;
padding:0;
}

h5 {
font-family:arial, sans serif, century;
font-size:6pt;
font-style: normal;
font-weight: normal;
color:#fff;
text-transform:none;
text-align:center;
margin:0;
padding:0;
}

h6 {
font-family:arial, sans serif, century;
font-size:6pt;
font-style: normal;
font-weight: normal;
color:#fff;
text-transform:none;
text-align:center;
margin:0;
padding:0;
}

.mention {
	font-family:arial, sans serif, century;
	color: #8080FF;
	font-size:0.8rem;
	font-style: normal;
	font-weight: normal ;
	text-align:center;
	background-color:transparent;
	margin: 0 auto;
}

.corps-ville {
font-family:arial, sans serif, century;
font-size:0.4rem;
text-align:left;
color : #FFFFFF;
padding: 0 ;
background-color:transparent;
margin: 0;
    text-decoration: none !important; /* Force le soulignement du lien */
}

.ville {
  text-align: center;
  background: #FFFFFF;
  color: #fff;
  padding: 0;
  font-size: 0.4rem;
  text-decoration: none !important; /* Force le soulignement du lien */
}


/*                             Pour les pages tarifs                */

.container2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 10px;
}


/* Spécialités */
.specialites {
  text-align: center;
}

.specialites p.tarif-titre {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #8080FF;
}

.cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
}

.cards li {
  background-color: #8080FF;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.cards li a {
  color: #FFFFFF;            /* Texte blanc */
  text-decoration: none;     /* Supprime le soulignement */
  display: block;            /* Rend le lien cliquable sur toute la carte */
  height: 100%;              /* Remplit le conteneur */
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
}

/* À propos */
.apropos {
  text-align: center;
  max-width: 750px;
  margin: 30px auto;
}

.apropos p.contenu {
  color: #1e3a8a;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* contact */

.contact2 {
  text-align: center;
  font-size: 1.1rem;
}

.contact2 a {
  color: #ff6f00;
  text-decoration: none;
}
