@charset "UTF-8";
.welcome-section {
  background-image: url("../../images/banniere_accueil-CBlRoal.png");
  background-size: cover;
  background-position: center;
  height: 1000px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.welcome-section h1 {
  background-color: #e84b21;
  width: fit-content;
  padding: 0 1rem;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .welcome-section h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .welcome-section h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h2 {
    font-size: 1.5rem;
  }
}

.intro-section {
  padding: 2rem 1rem;
  max-width: 1000px;
}
.intro-section h1 {
  margin-bottom: 1rem;
  color: #e84b21;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .intro-section h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro-section h1 {
    font-size: 2.5rem;
  }
}

.contact-section {
  background-image: url("../../images/bannière_footer-SK1b2kp.jpeg");
  background-size: cover;
  background-position: top;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
  justify-content: center;
  gap: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 2rem;
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.contact-section > * {
  position: relative;
  z-index: 2;
}
.contact-section .contact-card h2 {
  color: #e84b21;
}
.contact-section .contact-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section .contact-links button {
  width: 100%;
  font-size: larger;
}

/*# sourceMappingURL=index.output.css.map */
