.bandeau {
  position: relative;
  width: 100vw;
  min-height: 400px;
  overflow: hidden;
}

.bandeau__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bandeau__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bandeau__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxwidth);
  padding: 70px 0;
}

.bandeau__title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 0 3px 6px #000;
}

.bandeau__underline {
  padding-bottom: 10px;
  border-bottom: 6px solid #fff;
}

p.bandeau__text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.bandeau .button {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .bandeau__title {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .bandeau__text {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 400px) {
  .bandeau__title {
    font-size: 26px;
    letter-spacing: 3px;
  }
}

.acf-block-preview {
}
