body{
    margin: 0;
    padding: 0;
    background: #ede7d8;
}

html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

.page-wrapper {
   position: relative;
}

.carousel{
    margin-top: 5%;
    margin-bottom: 5%;
    height: 270px;
    width: 100%;
    margin-left: calc(50% - 50vw);
}

.carousel-item{
    width: clamp(280px, 85vw, 500px) !important;
    height: 250px !important;
    background-color: azure;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    animation: animate 2s infinite alternate;
    border-radius: 15px;
}

.no-padding {
  padding: 0 !important;
}

.btn-large {
    background-color: #4a9456;
    border-radius: 50px;
}

@media (max-width: 992px) {
  .presentation {
    flex-direction: column; 
    margin-bottom: 20px;
    /* ou column selon l'ordre que tu veux */
  }

  .presentation-image {
    margin-top: 20px;
    height: 300px;
  }
  .google-rating {
    margin-bottom: 20px;
  }
  .section-seance .col {
    margin-bottom: 20px;
  }
  .scrolled {
    background: transparent;
  }
}

.image-rond {
  width: 250px;
  aspect-ratio: 1 / 1; /* garantit un carré */
  border-radius: 50%;
  overflow: hidden;
}

.image-rond img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* empêche l'écrasement */
}

.presentation {
  display: flex;
  align-items: stretch;
  min-height: 500px;
  padding: 20px;
  margin: 20px;
}

.presentation-text {
  flex: 1;
  background-color: #ede7d8;
  border-radius: 5%;
}

.presentation-image {
  flex: 1;
}

.presentation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctolib-mobile {
   position: fixed;
   bottom: 15px;
   left: 50%;
   transform: translateX(-50%);
   width: 90%;
   border-radius: 30px;
   z-index: 1000;
}

.doctolib-mobile-button {
   position: fixed;
   bottom: 15px;
   left: 50%;
   transform: translateX(-50%);
   width: 90%;
   border-radius: 30px;
   z-index: 1000;
    transition: none !important;

}

/* NAVBAR DE BASE */
#navbar {
   position: fixed;
   top:0;
   left:0;
   width:100%;
   background: transparent;
   box-shadow:none;
   transition: all 0.3s ease;
   z-index:1000;
}

/* NAVBAR AU SCROLL */
#navbar.scrolled {
   background:#f5f1e8;
   box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

/* couleur texte */
#navbar.scrolled a {
   color:#4a4a4a;
}

.review-card {
  background: #f8f5f0;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.review-user {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-weight: 600;
}

.google-logo {
  width: 18px;
}

.review-text {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  line-height: 1.5;
  color: #555;
}

.review-date {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}

.review-stars {
  color: #f4b400;
  font-size: 14px;
  letter-spacing: 2px;
}

.presentation-card {
  background: #ede7d8;
  border: 3px solid #bab3a0;
  border-radius: 30px;
  padding: 40px;
  line-height: 1.6;
}

.cabinet-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.cabinet-location {
  color: #666;
  margin-bottom: 25px;
}

.presentation-section h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.section-question {
  font-weight: 600;
  margin-top: 15px;
}

.presentation-highlight {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  margin: 25px 0;
}

.cta-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 0px;
}

.google-icon {
  height: 22px;
}

.rating-stars {
  color: #f4b400;
  letter-spacing: 2px;
}

.section-entreprise {
  background: #ede7d8;
  padding: 25px;
  text-align: center;
  height: 100%;
  position: relative; 
  z-index: 2;
  box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.10);
}

.section-map {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.section-seance .seance-step {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.section-seance {
  background: #ffffff;
  padding: 60px 0;
}

.section-seance .row {
  display: flex;
  flex-wrap: wrap;
}

.section-seance .col {
  display: flex;
}

.seance-step {
  background: #f5f1e8;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.step-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.seance-step h6 {
  margin-top: 10px;
  font-weight: 500;
}

.seance-step p {
  flex-grow: 1;
}

.section-video {
  padding: 60px 0;
  text-align: center;
}

.section-video video {
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.lien-visible {
  text-decoration: underline;
  font-weight: 500;
  color: #4a8f5c; /* adapte à ta couleur principale */
}

.lien-visible:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.acces-container{
  background: #ede7d8;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
}

.container-entreprise {
  max-width: 900px;
  margin: auto;
  padding: 80px 20px;
  background: #f8fafc;
  border-radius: 20px;
  border: 3px solid #dddddd;
  text-align: center;
}

.intro {
  margin: 20px 0 40px;
  font-size: 18px;
}

.benefices {
  display: grid;
  grid-template-columns: 2fr;
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  background: white;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.footer-osteo {
  background: #f5f1e8;
  color: #333;
}

.footer-osteo h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-osteo a {
  color: #333;
  text-decoration: underline;
}

.footer-osteo a:hover {
  opacity: 0.7;
}

.stop-before-footer {
  position: absolute;
   bottom: 200px; /* ajuste selon la hauteur de ton footer */
}