@import '../composants/section-pourquoi-choisir.css';

.hero__logo-icone {
  height: 250px;
  width: 200px;
  margin-bottom: 16px;
  margin-left: 120px;
}

.hero__titre {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  margin-bottom: 20px;
}

.hero__titre em {
  font-style: normal;
  color: var(--vert-sniperair);
}

.hero__sous-titre {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 32px;
  max-width: 46ch;
}

.section-titre {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  margin-bottom: 12px;
}

.section-soustitre {
  font-size: 16px;
  color: #5A5A5A;
  margin-bottom: 36px;
  max-width: 60ch;
}

.section-titre--centre {
  text-align: center;
}

.section-soustitre--centre {
  text-align: center;
  margin-inline: auto;
}

.bandeau-adn {
  background: #111827;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 64px);
  padding: 28px var(--espace-section);
}

.bandeau-adn__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bandeau-adn__icone {
  width: 26px;
  height: 26px;
  color: var(--vert-sniperair);
  flex-shrink: 0;
}

.bandeau-adn__mot {
  display: block;
  font-family: var(--police-titres);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--blanc);
  text-transform: uppercase;
}

.bandeau-adn__legende {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 600px) {
  .bandeau-adn {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 28px;
  }

  .bandeau-adn__item {
    flex-shrink: 0;
  }
}

@media (max-width: 900px) {
  .hero__logo-icone {
    height: 160px;
    width: 128px;
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .hero__logo-icone {
    height: 120px;
    width: 96px;
  }

  .hero__sous-titre {
    max-width: none;
  }
}
