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: 80px; /* 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 */
    }
    .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;
      font-size: 0,5em;
      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%;
}
  
  @media (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p.lead {
    font-size: 1rem;
  }
  .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;
  }
}
.navbar-nav{
display: flex;
text-align: center;
justify-content:space-between;
align-items: center;
width: 60%;
}
.nav-item:hover{
  display: inline-block;
  background-color: #e6f7f9;
  padding: 3px;
  color:#008b8b;
  font-weight: bold;
  border-radius: 10px;
  transform: rotate(5de);
}
.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;
}

.nav-item:hover{
  background-color: #e6f7f9;
  padding: 3px;
  color:#008b8b;
  font-weight: bold;
  border-radius: 10px;
  transform: rotate(5de);
}
.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: 20px;
    right: 20px;
    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;
   }