.nav-link {
  color: black !important;
}

.nav-link:hover {
  color: lightblue !important;
}

.nav-title {
  color: black;
  font-size: 3rem;

}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

footer {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
  margin-left: 250px;
}

.text-container h2 {
  flex-grow: 1;
  text-align: center;
}

.telephone {
  margin-left: auto;
}

.image-reduce-size {
  width: 30%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 1340px) {
  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
  
  .text-container h2 {
    flex-grow: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .telephone {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .nav-title {
    color: black;
    font-size: 2rem;
  
  }
}

@media (max-width: 1799px) {
  .btn-disappear {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-text-reduce-size h2,
  .main-text-reduce-size h3 {
    font-size: 6vw;
  }
}

@media (max-width: 600px) {
  .main-text-reduce-size-service {
    font-size: 3vw;
  }
}

@media (max-width: 1025px) {
  .image-reduce-size {
    width: 35vw;
    height: auto;
  }
}

.button-schedule a, 
.button-schedule a:hover, 
.button-schedule a:focus, 
.button-schedule a:active {
    text-decoration: none !important;
    color: inherit;
    border: none;
    box-shadow: none;
}

.divider {
  border: 0;
  height: 2px;
  background-color: #3a3939;
  margin-top: 1px;
  margin-bottom: 20px;
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}

.divider-services {
  border: 0;
  height: 2px;
  background-color: #3a3939;
  margin-top: 1px;
  margin-bottom: 5px;
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}

.galerie {
  width: 100px;
  height: auto;
}

.container {
  position: relative;
  width: 1000px;
  height: 1000px;
  margin: 50px auto;
}

.central {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
  z-index: 2;
  border-radius: 35%;
}

.surrounding-images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.surrounding-images img {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 30%;
}

.surrounding-images img:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.surrounding-images img:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.surrounding-images img:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.surrounding-images img:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media (max-width: 1350px) {
  .review-section {
    width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .review-section {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .review-section {
    width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .review-section {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  .container {
    position: relative;
    width: 550px !important;
    height: 550px;
    margin: 50px auto;
  }

  .central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
    z-index: 2;
    border-radius: 35%;
  }

  .surrounding-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
  }

  .surrounding-images img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 30%;
  }
}

@media (max-width: 600px) {
  .container {
    position: relative;
    width: 350px !important;
    height: 350px;
    margin: 50px auto;
  }

  .central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
    z-index: 2;
    border-radius: 35%;
  }

  .surrounding-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
  }

  .surrounding-images img {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 30%;
  }
}

@media (max-width: 400px) {
  .container {
    position: relative;
    width: 200px !important;
    height: 200px;
    margin: 50px auto;
  }

  .central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: auto;
    z-index: 2;
    border-radius: 35%;
  }

  .surrounding-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
  }

  .surrounding-images img {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 30%;
  }
}

.Horaires {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 200px;
  margin-top: 80px;
}