.header-top {
  max-width: min(100%, 80rem);
  margin-inline: auto;
}



.hero-pays {
  width: 100%;
  height: clamp(15rem, 6.1972rem + 37.5587vw, 40rem);

  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.drapeau {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 0;
}

.conteneur-hero-pays {
  width: 100%;
  height: calc(100% - 0.75rem);

  position: relative;

  z-index: 1;
}

.video {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.hero-texte {
  position: absolute;
  inset: 0;

  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: clamp(0.5rem, 1vw, 1rem);

  padding: 1rem;

  text-align: center;
}

.hero-texte h2 {
  margin: 0;

  line-height: clamp(1.15, 1.6vw, 1.4);

  font-size: clamp(0.9rem, 2vw, 2.5rem);

  color: white;
}

.hero-bouton {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: clamp(1.2rem, 2vw, 3rem);

  padding-inline: clamp(0.4rem, 1vw, 1.5rem);

  font-size: clamp(0.55rem, 0.8vw, 1rem);

  border: 1px solid white;

  color: white;
  text-decoration: none;
}


.hero-bouton {
  display: none;
}


.video {
  display: block;
}



.hero-credit {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;

  z-index: 3;

  display: flex;
  align-items: center;
  gap: 0.25rem;

  margin: 0;

  font-size: clamp(0.55rem, 0.7vw, 0.75rem);

  line-height: 1;

  color: rgba(255, 255, 255, 0.75);
}

.hero-credit a {
  color: inherit;
  text-decoration: none;
}

.hero-credit a:hover,
.hero-credit a:focus-visible {
  text-decoration: underline;
}