body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.custom-navbar {
  background-color: #f0eee9 !important;
  border-bottom: 2px solid #44646b;
}
.custom-navbar .nav-link,
.custom-navbar .navbar-brand span {
  color: #9ca8ab !important;
}
.custom-navbar .nav-link:hover {
  color: #d8b6a4 !important;
}
/* NEW – garde le menu calé à droite */
 .banner nav.menu {              /* même sélecteur que <nav class="menu"> */
      margin-left: auto;          /* occupe tout l’espace restant */
  }
.logo img {
    height: 4rem;
    margin-left: 1rem;
}
.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 1.2rem;
    color: #44646b;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    letter-spacing: 3px;
}
/* SECTION PRINCIPALE */
.main-section {
    padding: 40px 5%;
    background-color: #f0eee9;
}
/* COLONNE GAUCHE */
.text-section {
    flex: 2;
    min-width: 300px;
}
.text-section h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #44646b;
    margin: 0;
}
.text-section p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #9ca8ab;
    margin-top: 10px;
}

/* COLONNE DROITE */

.info-section h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    color: #44646b;
    margin-bottom: 1rem;
}
.horaires{
  margin-bottom: 1rem;
}
.contact{
  margin-top: 0;
}
.info-section p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #9ca8ab;
    margin: 1rem 0;
}
.info-section .btn-rdv {
    display: inline-block;
    background-color: #d8b6a4;
    color: #f0eee9;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}
.info-section .btn-rdv:hover {
    background-color: #9ca8ab;
}
.contact, .horaires {
    border-top: 0.2rem solid #44646b;
     width: 100%;             /* prend toute la largeur dispo */
}
.horaires, .contact {
  width: 100%; /* assure qu'ils prennent toute la largeur disponible */
}
.info-header {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #44646b;
    letter-spacing: 0.15rem;
}
.specialization {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #44646b;
    margin-top: 5px;
}

.btn-rdv {
  background-color: #d8b6a4;
  color: #f0eee9;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.btn-rdv:hover {
  background-color: #9ca8ab;
}

.card-rdv .btn-rdv:hover {
  background-color: #9ca8ab;
}
/* SECTION À PROPOS */
.about {
    padding: 2rem 5%;
    background-color: #f0eee9;
}
.about h3 {
  font-weight: bolder;
  color: #44646b;
  font-size: 2rem;
}
.about-header {
    text-align: left;
    margin-bottom: 10px;
}
.about-text {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.6;
    color: #9ca8ab;
}
.about-text2{
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: #9ca8ab;
}

/* SECTION CONSULTATION */
.consultation-motifs {
    text-align: left;
    padding: 50px 5%;
    background-color: #f0eee9;
}

.motif {
    max-width: 400px;
    text-align: left;
}
.motif h3 {
    font-size: 2.5rem;
    color: #44646b;
    margin-bottom: 1rem;
}
.motif ul, .motif p {
    list-style: circle;
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
    color: #9ca8ab;
}
.consultation-info {
    margin-top: 4rem;
    text-align: center;
}
.consultation-info h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #44646b;
}
.consultation-info p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #9ca8ab;
}
.consultation-info a.btn {
  display: inline-block;
  background-color: #d8b6a4;
  color: #f0eee9;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.5rem 3rem;
  border-radius: 5px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
.consultation-info a.btn:hover {
    background-color: #9ca8ab;
}
.illustration, .motifs-container img {
  max-width: 25%;
  height: auto;
}
.illustration, .consultation-info img {
  max-width: 4.5%;
  height: auto;
}


/* PARTIE BILAN */
.bilans {
    text-align: left;
    padding: 50px 5%;
    background-color: #f0eee9;
  }

  .bilan {
    text-align: left;
  }

  .listbilan li {
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    border-top: #44646b solid 2px;
    color: #9ca8ab;
  }
  .listbilan ul li {
    list-style: none;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
  }
  .numberbilan {
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #44646b;
  }
  .details {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    gap: 0.2rem;
    margin-top: 0.5rem;
    text-align: center;
  }
  .duration, .price {
    font-style: italic;
  }

  .contenubilan {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
  }
  .contenubilanintro {
    padding-top: 5rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    color: #f0eee9;
    text-align: center;
  }

  .listcontenubilan li {
    gap: 1rem;
    text-align: left;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    color: #f0eee9;
    text-align: center;
  }
  .contenubilanoutro {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    color: #f0eee9;
    text-align: center;
  }

  #tarif {
    margin: auto;
    padding: 40px 5%;
    background-color: #f0eee9;
  }

  .prix {
    background: #44646b;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: lighter;
    font-family: 'Lato', sans-serif;
    color: #f0eee9;
    min-width: 450px;
    max-width: 600px;
    display: flex;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .cout {
    display: block;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: bold;
    margin-top: 10px;
  }
  @media (max-width: 768px) {
    .tarifcontainer {
      flex-direction: column;
      align-items: center;
    }
    .listtarif {
      flex-direction: column;
      align-items: center;
    }
  }
  /* Partie Modalités */

  .modalités {
    text-align: left;
    color: #44646b;
    background-color: #f0eee9;
    padding: 50px 5%;
  }
  .modalitiescontainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Quatre colonnes égales */
    gap: 2rem; /* Espacement entre les modalités */
    margin-top: 5rem;
    max-width: 90rem;
    padding: 0 9%;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
    text-align: center;
  }
  .illustration, .modalitiescontainer img{
    max-width: 15%;
    height: auto;
  }
  @media (max-width: 768px) {
    .modalitiescontainer {
      grid-template-columns: 1fr 1fr; /* Deux colonnes sur mobile */
      gap: 1rem;
      text-align: center;
    }
    .modalités h2 {
      text-align: center;
      margin-left: 0;
    }
  }
  /* Partie Contact */
  .contact {
    text-align: left;
    margin: 50px 5%;
  }
  .fond2{
    background-color: #44646b;
    margin-top: -2.5rem !important; /* pour écraser tout margin supérieur */
  }
.contacts h2 {
  padding-top: 2rem;
  width: 107rem; /* ou la taille fixe que tu veux */
  margin: 0 auto 3rem auto; /* centre le titre horizontalement */
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0eee9;
  text-align: left;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: bold;
  color: #f0eee9;
  }

  .contacts .btn-rdv {
    display: inline-block;
    background-color: #d8b6a4;
    color: #f0eee9;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
    border-radius: 5px;
    margin: 4rem;
    transition: background-color 0.3s ease;
}


section h2 {
width: 100%; /* ou la taille fixe que tu veux */
margin: 0 auto 3rem auto; /* centre le titre horizontalement */
padding-bottom: 0.5rem;
border-bottom: 2px solid #44646b;
text-align: left;
font-size: clamp(2rem, 5vw, 3rem);
font-weight: bold;
color: #44646b;
}

/* Partie Mentions légales */

.mentions .btn{
  display: inline-block;
  margin-top: -5rem;
  color: #9ca8ab;
  padding: 1.5rem 3rem;
  border-radius: 5px;
  font-size: 0.7rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin-left: 96rem;
  margin-bottom: 1rem;
}

.backgroundlegal{
  background-color: #44646b;
  border: none;
  margin-top: -8.5rem;
  padding-bottom: 3.5rem;
}
.contenulegal {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: 'Lato', sans-serif;
  }
.contenublegalcontainer {
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    max-width: 90rem;
    flex-wrap: wrap;
  }
  .legaltext {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.6;
    color: #f0eee9;
    margin: 10rem;
    padding: 2rem;
}
.menu-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 2rem;
  color: #44646b;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
    background-color: transparent;
  }
  .menu {
    display: none;
    width: 100%;
  }
  .menu.active {
    display: block;
  }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-item {
    margin: 0 1rem;
}
.nav-link {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #9ca8ab;
    text-decoration: none;
    padding: 0.5rem;
}
.nav-link:hover,
.nav-link:focus {
    color: #44646b;
}
.btn-rdv {
    background-color: #d8b6a4;
    color: #f0eee9;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    border: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.btn-rdv:hover {
    background-color: #9ca8ab;
}
.seo-keywords {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* Uniformisation de la police des textes (hors fond vert) */
/* Texte standard clair (hors fond vert et nav) */
body:not(.fond2):not(nav) p,
body:not(.fond2):not(nav) li,
section:not(.fond2):not(nav) p,
section:not(.fond2):not(nav) li,
section:not(#contact):not(#tarif):not(nav) p,
section:not(#contact):not(#tarif):not(nav) li {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #9ca8ab;
}

/* Texte sur fond vert */
section#contact p,
section#tarif .bg-dark,
section#tarif .bg-dark div,
section#tarif .bg-dark .fw-bold,
.fond2 p,
.fond2 li,
.fond2 h2,
.fond2 h3,
.fond2 h4,
#bilan .mt-5 p,
#bilan .mt-5 li,
#bilan .mt-5 {
  color: #f0f0f0 !important;
}
.custom-navbar {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  background-color: #f0eee9 !important;
  border-bottom: 2px solid #44646b;
}

.custom-navbar .navbar-brand {
  flex-grow: 1;
}

.custom-navbar .navbar-collapse {
  justify-content: flex-end !important;
}
.sticky-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s ease;
}
