.welcome-section {
  background-image: url("../../images/banniere_a-propos-z_HI7vE.jpeg");
  background-size: cover;
  background-position: top;
  height: 400px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.welcome-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.welcome-section > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .welcome-section {
    justify-content: end;
  }
}
.welcome-section h1 {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 0 1rem;
  font-size: 4.5rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .welcome-section h1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h1 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .welcome-section h2 {
    font-size: 0.8rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h2 {
    font-size: 1.2rem;
  }
}

.site-main {
  background-image: url("../../images/banniere_footer-SK1b2kp.jpeg");
  background-size: cover;
  background-position: top;
  position: relative;
}
.site-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.site-main > * {
  position: relative;
  z-index: 2;
}

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

/*# sourceMappingURL=a-propos.output.css.map */
