.section__contact {
  display: flex;
  padding: 100px 45px 60px;
  min-height: calc(100dvh - 77px);
  position: relative;
}
.section__contact .imgcropCtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section__contact .imgcropCtn:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.section__contact .contact__content {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 805px;
}
.section__contact .contact__content h1 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.5rem;
  margin-bottom: 6px;
}
.section__contact .contact__content p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.section__contact .contact__content p a {
  display: flex;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.section__contact .contact__content p a:hover {
  text-decoration: underline;
}
.section__contact .contact__carte {
  height: 346px;
  width: 100%;
}
.section__contact .contact__carte a {
  text-decoration: none;
}
.section__contact .contact__restaurants {
  margin: 35px 0 80px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.section__contact .contact__restaurants-bloc {
  padding: 0 20px;
}
.section__contact .contact__restaurants h2 {
  max-width: 250px;
  font-size: 2.9rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .section__contact {
    min-height: calc(100dvh - 59px);
    padding: 80px 20px 40px;
  }
  .section__contact .contact__content h1 {
    font-size: 2rem;
  }
  .section__contact .contact__restaurants {
    margin: 35px 0 40px;
  }
  .section__contact .contact__restaurants-bloc {
    padding: 0;
  }
  .section__contact .contact__restaurants h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section__contact {
    padding: 40px 20px 20px;
  }
  .section__contact .contact__restaurants {
    flex-direction: column;
    align-items: center;
  }
  .section__contact .contact__restaurants-bloc {
    padding: 0;
    margin-bottom: 20px;
  }
  .section__contact .contact__restaurants-bloc:last-child {
    margin-bottom: 0;
  }
  .section__contact .contact__carte {
    height: 250px;
  }
}
