.hero .btn--line {
  color: white;
  border: solid white 1px;
}
.hero {
  background-image: url("/images/fond-pompe.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  min-height: 40vh;
  padding: 70px 7%;
  position: relative;
}

.hero .inline {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.fiches-container {
  min-height: 50vh;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 7%;
  flex-direction: column;
  background-color: var(--c-surface-2);
}

.titre-contact {
  letter-spacing: -1px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.sous-titre {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
}

.contact-desc {
  margin-top: 12px;
}

.fiches-container {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-top: 24px;
}

.fiche {
  background-color: aqua;
  width: 50%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.06);
  padding: 24px;
}

.fiche-form {
  background-color: white;
}

.fiche-info {
  background-color: var(--c-brand);
}

.fiche h3 {
  font-size: 1.5rem;
}
.fiche-text {
  font-size: 1rem;
  line-height: 1rem;
}

form {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 8px;
}

input,
textarea {
  padding: 5px 10px;
  border: solid 1px var(--c-border);
  border-radius: 10px;
}

.fiche-info {
  color: white;
}

.info-contact {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.info-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 850;
}

.info-contact a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.info-contact a.tel::before {
  background-image: url("/images/mobile.webp");
}

.info-contact a.mail::before {
  background-image: url("/images/email.webp");
}
.bulles-info {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 8px;
}
.bulle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--c-border);
  color: rgba(255, 255, 255, 0.92);
  transition: 0.3s;
  width: 50%;
}
.certif::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("/images/qualite.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.agre::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("/images/mitsu.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.instal::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("/images/pouvoir.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.maintenance::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("/images/outils.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.titre-bulle {
  font-weight: 400;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.texte-bulle {
  font-size: 1rem;
}
.bulle {
  border-radius: 15px;
  padding: 12px;
}

@media screen and (max-width: 1250px) {
  h1 {
    text-align: center;
  }

  .bulles-info {
    flex-direction: column;
  }
  .bulle {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    margin: 24px 0;
  }
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .sous-titre {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .hero .inline {
    flex-direction: column;
  }

  .fiches-container {
    flex-direction: column-reverse;
  }
  .fiche {
    width: 100%;
  }

  .fiches-container {
    flex-direction: column;
  }
  .hero {
    background-attachment: scroll;
  }
}

.map-zone {
  width: 100%;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.06);
  border: 1px solid rgba(1, 26, 38, 0.08);
  margin-top: 16px;
}
.map-note {
  font-size: 0.8rem;
}
