/* Fonds de bandeaux LUXKABEL — ajouter la classe correspondante au hero. */
.page-hero {
  position: relative;
  min-height: clamp(360px, 48vw, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 27, 67, .92), rgba(3, 41, 91, .62) 48%, rgba(3, 41, 91, .08));
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero--cybersecurite { background-image: url('../images/fond-cybersecurite.png'); }
.page-hero--reemploi { background-image: url('../images/fond-reemploi.png'); }
.page-hero--formation { background-image: url('../images/fond-formation.png'); }
.page-hero--programme-237 { background-image: url('../images/fond-programme-237.png'); }
.page-hero--a-propos { background-image: url('../images/fond-a-propos.png'); }
.page-hero--contact { background-image: url('../images/fond-contact.png'); }
.page-hero--don-materiel { background-image: url('../images/fond-don-materiel.png'); }

@media (max-width: 700px) {
  .page-hero {
    min-height: 430px;
    text-align: center;
    background-position: 62% center;
  }

  .page-hero::before {
    background: rgba(3, 27, 67, .82);
  }
}
