html {
    scroll-behavior: smooth;
    }
    :root {
      --main-turquoise: #20b2aa;
      --light-turquoise: #d9f3f6;
      --bg-turquoise: #e6f7f9;
    }

  body {
      background-color: var(--bg-turquoise);
      font-family: 'Segoe UI', sans-serif;
      color: #2c3e50;
      padding-top: 100px; /* pour éviter que le menu masque le contenu */
    }
    .hero {
      background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url('/Library/Arbre.webp') center no-repeat ;
      padding: 70px 0;
      text-align: center;
      background-color: white;
      background-repeat: no-repeat;
      background-position: center bottom; /* tu peux jouer entre top, center, bottom */
      background-size: contain; /* très important ici */
    }
    html, body{
      overflow-x: hidden;
    }
    
        .hero-title {
      display: inline-block;
      margin-right: 30px;
      text-align: right;
      line-height: 1.4;
      margin-bottom: 15px;
    }
    
    .hero-title span {
      display: block;
      text-align: center;
      font-weight: normal;
      opacity: 0.85;
    }
    .hero-marquee {
      text-align: center;
    }
    .hero-subtitle {
      max-width: 1000px;
      margin: auto 0 auto;
      text-align: center;
      font-size: 1.1rem;
    }
    .hero-subtitle .line{
      display: block;
    }
    .section-divider {
      width: 60%;
      height: 1px;
      background: linear-gradient(to right, transparent, #20b2aa, transparent);
      margin: 40px auto;
    }
    .hero-title-wrapper {
      text-align: right;
    }
    h1 {
      font-size: 1.2rem !important;
      font-weight: bold;
    }
    h1bis {
      font-size: 1.2rem !important;
      font-weight: bold;
    }
    h2 {
      font-size: 1.5rem !important;
      color: #607244;
    }
    h3 {
      font-size: 1.5rem !important;
    }
    .hero h1 {
      font-size: 2rem;
      font-weight: bold;
      color: #008b8b;
    }
    .hero h1bis {
      font-size: 1.2rem;
      font-weight: bold;
      color: #607244;
    }
    .section-accueil {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .hero p.lead {
      font-size: 1rem;
      color: #1b4b4b;
    }
    .selector-for-some-widget {
      box-sizing: content-box;
    }
    .section-title {
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      color: #008b8b;
    }
    .bio-image {
      border-radius: 50%;
      width: 180px;
      height: 180px;
      object-fit: cover;
      margin-bottom: 20px;
    }
    .card-mental {
      width: 95%;
      max-height: 430px;
      object-fit: cover;
      border-radius: 15px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    .ortho {
      background-color: #e6f7f9;
      color: #2c3e50;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0,75em;
      padding-right: 0,75em;
    }
    .section-ortho {
      background-color: var(--bg-turquoise);
      border: none;
      box-shadow: none;
    }
    .card-group.bg-clean,
    .card-group.bg-clean .card {
      background-color: var(--bg-turquoise) !important;
      margin: auto;
      width: 100%;
      border: none !important;
      box-shadow: none !important;
    }
    .card-group.bg-clean .card.center-bubble {
      flex: 0 0 60%;
      max-width: 60%;
    }
    .card-group.bg-clean .card.center-bubble .speech.bubble {
  transform: scale(0.85);
  margin: 0 auto;
}

    .container-fluid {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px;
    }
    footer {
      background-color: #d9f3f6;
      padding: 30px 0;
      text-align: left;
    }
    .btn-primary {
      background-color: #20b2aa;
      border-color: #20b2aa;
    }
    .btn-primary2 {
      font-weight: bold;
      color: #008b8b;
      text-decoration: blink;
    }

    .btn-primary:hover {
      background-color: #1a9c94;
      border-color: #1a9c94;
    }

 .arrow-img {
    width: 30%;
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto; /* Centre l'image horizontalement */
  }
  .arrow-right {
  margin-left: 20%;
}
.arrow-left {
  margin-right: 20%;
}
.fab-stack{
  position: fixed;
  right: 10px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.fab{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  border: 1px solid rgba(0,0,0,.06);
  -webkit-tap-highlight-color: transparent;
}

/* Couleurs */
.fab-call{
  background: #1a9c94;
  color: white;
}

.fab-contact{
  background: #1a9c94;
  color: white;
}

.rating-stars {
    display: inline-flex;
    flex-direction: row-reverse; /* permet le fill à gauche en CSS simple */
    gap: .25rem;
    user-select: none;
  }
  .rating-stars input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .rating-stars label {
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #cbd5e1; /* gris clair */
    transition: transform .08s ease, color .15s ease;
  }
  .rating-stars label:hover { transform: scale(1.08); }

  /* hover = remplit jusqu'à l'étoile survolée */
  .rating-stars label:hover,
  .rating-stars label:hover ~ label {
    color: #f6c343;
  }

  /* checked = remplit jusqu'à l'étoile cochée */
  .rating-stars input:checked ~ label {
    color: #f6c343;
  }

  /* focus clavier */
  .rating-stars input:focus-visible + label {
    outline: 3px solid rgba(96,114,68,.35);
    outline-offset: 4px;
    border-radius: .25rem;
  }
 .google-hint{
    border: 1px dashed rgba(0,0,0,.18);
    border-radius: 14px;
    padding: .75rem .9rem;
    background: rgba(217,243,246,.45);
  }
@media (min-width: 992px){
  .fab-stack{ display:none; }
}  
@media (max-width: 576px) {
  .hero {
  padding: 30px 0;
}
  .hero h1 {
    font-size: 1.2rem !important ;
  }
  .hero p.lead {
    font-size: 1rem;
  }
    .hero-title {
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .hero-title span {
    text-align: center;
  }

  .hero-marquee {
    text-align: center;
  }
  .card-group.bg-clean .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .footer .col-12.col-sm-6 {
    flex: 1;
    min-width: 50%;
  }
  .footer .col-12.col-sm-6:last-child {
    flex-direction: column;
  }

  
  .footer-col-cabinet,
  .footer-col-nav-hor {
    flex: 1;
    min-width: 50%;
    box-sizing: border-box;
  }

  .footer-col-cabinet,
  .footer .col-12.col-sm-6:last-child .row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.75rem;
  }

  .footer-col-nav-hor,
  .footer .col-12.col-sm-6:last-child .row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.75rem;
  }

  .footer .col-12.col-sm-6:last-child .row > div {
    width: 100%;
  }
  .logo-img {
    width: 70% !important;
  }
  .lumiere-img {
    width: 80% !important;
  }
/* Logo et nom plus visibles */
.logo-img{
  width: 65% !important;
}

.lumiere-img{
  width: 80% !important;
}

/* H1 mobile : lisible et centré */
.hero-title{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 6px;
}

/* Sous-titre compact */
.hero-subtitle{
  font-size: 0.95rem;
  margin-top: 4px;
  line-height: 1.4;
}

/* Marquee plus discret */
.hero-marquee{
  font-size: 0.9rem;
  margin-top: 6px;
}

}
.navbar-nav{
  display: flex;
  text-align: center;  
}

.nav-item:hover{
  display: inline-block;
  background-color: #e6f7f9;
  padding: 3px;
  color:#008b8b;
  font-weight: bold;
  border-radius: 10px;
  transform: rotate(5deg);
}
.nav-link:hover {
  display: inline-block;
  background-color: #e6f7f9;
  color: #008b8b;
  font-weight: bold;
  border-radius: 10px;
}
.card-group.bg-clean {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.img-fluid {
  width: 600px;
  max-width: 100%;
}
* { 
  box-sizing: border-box;
}

blockquote.speech {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/speech-bubble.svg); 
  width: 100%;
  max-width: 300px;
  padding-top: 6%;
  padding-bottom: 20%;
  margin: auto auto;
}

ul.navbar-nav{
display: flex;
justify-content:space-between;
align-items: center;
width: 60%;
}
.nav-item:hover{
  background-color: #e6f7f9;
  padding: 3px;
  color:#008b8b;
  font-weight: bold;
  border-radius: 10px;
  transform: rotate(5deg);
}
.align-items-stretch {
  align-items: stretch !important;
}

.card.align-middle-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.has-text-align-justify {
	text-align:justify;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #1a9c94;
    color: white;
    border: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px; /* Centre le texte verticalement */
    text-decoration: none; /* Supprime le soulignement du lien */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Assurez-vous que le bouton est au-dessus des autres éléments */
}

#scrollToTopBtn:hover {
    background-color: #008b8b;
}
.footer-col-cabinet {
  flex: 1;
}

.footer .row {
  display: flex;
  flex-wrap: nowrap;
}

.footer .col-12.col-sm-6:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-col-cabinet,
  .footer-col-nav-hor {
    flex: 1;
   }
