.accueil-horaires-container {
  width: 100%;
  height: fit-content;
  background-color: #76c1b5;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  box-sizing: border-box;
}

.accueil-horaires {
  height: fit-content;
  width: 100%;
  max-width: 1450px;
  box-sizing: border-box;
  display: flex;
  padding: 2rem 1rem 1rem 1rem;
  gap: 1rem;

}

.accueil-horaires-right,
.accueil-horaires-left {
    box-sizing: border-box;

  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* border: 3px solid #4CA074; */
  border-radius: 5px;
  /* background: #4ca0752d; */

}


.accueil-horaires-icone {
    height: 50px;
    margin-bottom: 1rem;
}

.accueil-icone-tel {
  margin-top: 2rem;

}

.accueil-horaires h2 {
    font-size: 20px;
    text-align: center;
    margin: 1rem 0;
}

.accueil-horaires p {
    text-align: center;
    margin-bottom: 1rem;
 
}

.accueil-horaires a {
  color: black;
  text-decoration: none;
}

.accueil-horaires a:hover {
 color: #f7f7f7 ;
}

.accueil-horaires-right {
    height: 400px;
}

.accueil-map {
    height: fit-content;
    width: 100%;
    margin-top: 1rem;

}

/** For mobile devices **/
@media (max-width: 800px) {

    .accueil-horaires {
        flex-direction: column;
      }

}

/*vague */

.custom-shape-divider-top-1712667946 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1712667946 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

.custom-shape-divider-top-1712667946 .shape-fill {
  fill: #f7f7f7;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-top-1712667946 svg {
    width: calc(100% + 1.3px);
    height: 90px;
  }
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-top-1712667946 svg {
    width: calc(100% + 1.3px);
    height: 40px;
  }
}
