/* RESET ET BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Urbanist', sans-serif;
  background-color: #f3f4f6;
  color: #2c3e50;
  line-height: 1.6;
  font-size: 16px;
}



/* HEADER */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

header.hide {
  transform: translateY(-100%);
}

header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-container {
  max-width: 1300px;
  margin: auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.3s;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  height: 60px;
}

.logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
}


/* NAVIGATION */
nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #00587a;
}

/* BURGER MENU */
.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #00587a;
}

/* CTA BUTTON */
.btn-devis {
  background-color: #00587a;
  color: white;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #00587a;
  transition: background-color 0.3s, color 0.3s;
}

.btn-devis:hover {
  background-color: #ffffff;
  color: #00587a;
}

/* HERO */
/* HERO - BANNIÈRE */
.hero-pro {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("image/plombier.png.png") center/cover no-repeat;
  color: #ffffff;
  padding: 12rem 2rem 8rem; /* taille d'origine restaurée ici */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.hero-content {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-content h2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 2rem;
  max-width: 600px;
}

.cta-hero {
  background-color: #c40000;
  color: white;
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.cta-hero:hover {
  background-color: #9e0000;
}

/* RESPONSIVE - HERO */
@media (max-width: 768px) {
  .hero-pro {
    padding: 6rem 1.5rem;
    text-align: center;
    align-items: center;
  }

  .hero-content {
    align-items: center;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content h2 {
    font-size: 1.1rem;
  }

  .cta-hero {
    width: auto;
    padding: 0.8rem 2rem;
  }
}
und-color: #a00000;
}

/* SECTIONS */
section {
  padding: 4rem 2rem;
}

section:nth-of-type(even) {
  background-color: #ffffff;
}

section:nth-of-type(odd) {
  background-color: #f9fbfd;
}

section h2 {
  text-align: center;
  color: #00587a;
  margin-bottom: 2rem;
}

/* GRIDS */
.reasons-grid, .services, .zones, .avis-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  max-width: 1400px;
  margin: auto;
}

.reason-card, .card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
}

/* SERVICES */
.services-ekplomberie {
  background-color: #ffffff;
  padding: 5rem 2rem;
  text-align: center;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2.5rem;
  max-width: 1400px;
  margin: auto;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 3rem 2.5rem;
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-6px);
}

.icon-title {
  position: relative;
  margin-bottom: 2rem;
}

.icon-title img {
  width: 48px;
  height: auto;
  margin-bottom: 0.8rem;
  filter: invert(18%) sepia(97%) saturate(7482%) hue-rotate(348deg) brightness(97%) contrast(111%);
}

.icon-title h3 {
  color: #00587a;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.icon-title .num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #e2e8f0;
}

.service-card ul {
  list-style: none;
  padding-left: 0;
}

.service-card ul li {
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
}

.service-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00587a;
  font-size: 1rem;
}

/* FOOTER */
footer {
  background-color: #00587a;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
  }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }

  nav.active {
    display: flex;
  }

  .logo {
    font-size: 1.6rem;
  }

  .btn-devis {
    margin-top: 1rem;
  }

  .hero-pro {
    padding: 6rem 1.5rem;
    text-align: center;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content h2 {
    font-size: 1rem;
  }

  .cta-hero {
    width: 100%;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 2rem 1.5rem;
    font-size: 1rem;
  }

  .icon-title {
    margin-bottom: 1rem;
  }

  .icon-title img {
    width: 36px;
  }

  .icon-title h3 {
    font-size: 1.2rem;
  }

  .icon-title .num {
    font-size: 2.4rem;
  }

  .service-card ul li {
    font-size: 1rem;
  }

  .reasons-grid, .services, .zones, .avis-list {
    grid-template-columns: 1fr;
  }
}

Avis : 

/* RESET ET BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Urbanist', sans-serif;
  background-color: #f9fbfd;
  color: #2c3e50;
  line-height: 1.6;
  font-size: 16px;
}

/* AVIS SECTION */
.avis-section {
  position: relative;
  padding: 4rem 2rem;
  max-width: 3000px;
  margin: no;
  background: url('image/OUTILS1.png') center/cover no-repeat;
  z-index: 1;
}

.avis-title {
  text-align: center;
  color: #00587a;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.avis-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.avis-list {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.avis-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.avis-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.avis-header img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.avis-header h4 {
  font-weight: 600;
}

.stars {
  color: #facc15;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.note-globale-card {
  flex: 1 1 30%;
  background-color: #004e70;
  color: white;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.note-globale-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.note-globale-card .note-globale {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.note-globale-card .stars {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.note-globale-card .total-avis {
  font-size: 0.9rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .avis-wrapper {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }

  .avis-list {
    flex: 1 0 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .avis-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    min-width: 260px;
  }

  .note-globale-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    min-width: 260px;
    margin-left: 1rem;
  }
}



/* SECTION NOS VALEURS */
.valeurs-section {
  width: 100%;
  background-color: #f9fbfd;
  padding: 0;
  margin: 0;
}

.valeurs-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  max-width: 1400px;
  margin: auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.valeurs-image img {
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.valeurs-contenu h2 {
  font-size: 2rem;
  color: #00587a;
  margin-bottom: 1.5rem;
  text-align: left;
}

.valeurs-contenu ul {
  list-style: none;
  padding: 0;
}

.valeurs-contenu li {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #2c3e50;
  line-height: 1.6;
}

.valeurs-contenu li strong {
  color: #000;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .valeurs-container {
    flex-direction: column;
    text-align: center;
  }

  .valeurs-contenu h2 {
    text-align: center;
  }

  .valeurs-contenu li {
    font-size: 1rem;
  }

  .valeurs-image img {
    max-width: 90%;
  }
}



/* SECTION contact */

.form-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f9fbfd;
  padding: 4rem 1rem;
}

.form-center {
  max-width: 850px; /* Limite propre */
  width: 100%;
}

.contact-container {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-container h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #003e69;
  margin-bottom: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.input-row input {
  flex: 1;
  min-width: 180px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: #f2f5f8;
  border-radius: 12px;
  font-size: 1rem;
}

.contact-form textarea {
  height: 120px;
  resize: vertical;
}

.contact-form button {
  background-color: #b50000;
  color: white;
  border: none;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #940000;
}


/* PRESTATIONS */

.prestations-intro {
  text-align: center;
  padding: 4rem 2rem 2rem;
  background-color: #f8fafd;
}

.prestations-intro h1 {
  font-size: 2.5rem;
  color: #004e70;
}

.prestations-intro p {
  font-size: 1.2rem;
  color: #444;
  max-width: 700px;
  margin: 1rem auto 0;
}

.prestations-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem 2rem;
  background: #f8fafd;
}

.prestations-selector .card {
  background: #ffffff;
  border-radius: 15px;
  padding: 3rem;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.prestations-selector .card:hover {
  transform: translateY(-6px);
  background-color: #f0f8fb;
}

.prestations-selector .card img {
  width: 80px;
  margin-bottom: 1rem;
}

.prestations-selector .card h2 {
  font-size: 1.6rem;
  color: #00587a;
}

@media (min-width: 768px) {
  .prestations-selector {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    padding: 4rem 2rem;
  }

  .prestations-selector .card {
    flex: 1 1 500px;
    max-width: 750px;
    min-height: 520px;
    padding: 4rem 3rem;
    display: flex;                  
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .prestations-selector .card img {
    width: 200px;
  }

  .prestations-selector .card h2 {
    font-size: 2.4rem;
  }
}

/* Services */

.services {
  padding: 3rem 2rem;
  background-color: #f8fafd; /* cohérent avec le reste */
}

.services-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 3rem;
  align-items: flex-start;
}

.services-text h2 {
  font-size: 2rem;
  color: #004e70;
  margin-bottom: 1rem;
  text-align: left;
}

.services-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.services-highlight {
  font-weight: 600;
  color: #007eae; /* petit rappel bleu */
}

/* Grille des 4 services à droite */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

/* Responsive */
@media (max-width: 900px) {
  .services-container {
    grid-template-columns: 1fr;
  }

  .services-text h2 {
    text-align: center;
  }

  .services-text p,
  .services-highlight {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.services-text .accent {
  color: #007eae; /* ton bleu */
}


.service-item {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.service-item h3 {
  color: #007eae;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.service-item p {
  font-size: 1rem;
  color: #444;
}

.hidden {
  display: none;
}

/* ✅ Responsive mobile */
@media (max-width: 768px) {
  .prestations-selector .card {
    padding: 2.5rem;
    max-width: 90%;
  }

  .prestations-intro h1 {
    font-size: 2rem;
  }
}

/* ---------- Section confiance EKPLOMBERIE ---------- */

:root {
  --ek-primary: #0f9cf5;
  --ek-text-dark: #222222;
  --ek-text-muted: #6f6f6f;
}

.ek-section-confiance {
  padding: 5rem 1.5rem;
  background-color: #ffffff;
}

.ek-confiance-container {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  column-gap: 4rem;
  align-items: flex-start;
}

.ek-confiance-left h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  color: var(--ek-text-dark);
}

.ek-accent {
  color: var(--ek-primary);
}

.ek-confiance-left p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
  color: var(--ek-text-muted);
  font-size: 1rem;
}

.ek-confiance-left .ek-intro {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ek-text-dark);
}

/* Colonne droite : labels */

.ek-confiance-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ek-labels-row {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.ek-label-item {
  flex: 1 1 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;     /* retiré le padding */
  background: none;  /* retiré le fond */
  border: none;      /* retiré le cadre */
}


.ek-label-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ek-labels-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ek-text-muted);
  margin-bottom: 0.7rem;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .ek-confiance-container {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .ek-section-confiance {
    padding: 3.5rem 1.2rem;
  }

  .ek-confiance-left h2 {
    font-size: 2rem;
  }

  .ek-labels-row {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .ek-labels-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ek-label-item {
    width: 100%;
  }
}


/* ---------- séparation sections ---------- */
section + section {
  border-top: 1px solid rgba(0,0,0,0.07);
  background: linear-gradient(to bottom, #ffffff, #f8fafd);
}

/* NOS RÉALISATIONS */

.realisations {
  padding: 4rem 2rem 5rem;
  background: #ffffff;
}

.realisations-intro {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
}

.realisations-intro h2 {
  font-size: 2.2rem;
  color: #004e70;
  margin-bottom: 0.8rem;
}

.realisations-intro p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}

/* Liste des réalisations – version améliorée */

.realisations-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.realisation-card {
  background: #f8fafd;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 2rem 2.4rem;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

/* Petit ruban de couleur sur le côté gauche du bloc */
.realisation-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 6px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #004e70, #0f9cf5);
  opacity: 0.45;
}

/* Colonne image */

.realisation-image {
  border-radius: 16px;
  overflow: hidden;
  background: #dde7f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.realisation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Colonne texte */

.realisation-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.realisation-content h3 {
  font-size: 1.5rem;
  color: #004e70;
  margin-bottom: 0.8rem;
}

.realisation-content p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.realisation-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.realisation-content ul li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  color: #333;
}

.realisation-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #007eae;
}

/* 🔁 Alternance : une réalisation image à gauche, la suivante image à droite */

.realisation-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.95fr);
}

.realisation-card:nth-child(even) .realisation-image {
  order: 2;
}

.realisation-card:nth-child(even) .realisation-content {
  order: 1;
}

/* Responsive */

/* ✅ Correction mobile pour les réalisations */
@media (max-width: 768px) {

  .realisations-list {
    gap: 2rem;
  }

  .realisation-card {
    grid-template-columns: 1fr !important;  /* 1 seule colonne */
    padding: 1.5rem 1.2rem;
  }

  /* On annule l'alternance gauche/droite sur mobile */
  .realisation-image,
  .realisation-content {
    order: unset;
  }

  .realisation-image {
    margin-bottom: 1rem;
  }

  .realisation-card::before {
    /* plus de barre/ruban vertical sur mobile */
    display: none;
  }
}



/* Colonne texte */

.realisation-content h3 {
  font-size: 1.5rem;
  color: #004e70;
  margin-bottom: 0.8rem;
}

.realisation-content p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.realisation-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.realisation-content ul li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  color: #333;
}

.realisation-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #007eae;
}

/* Responsive */

@media (max-width: 900px) {
  .realisation-card {
    grid-template-columns: 1fr;
    padding: 1.7rem;
  }

  .realisation-card::before {
    display: none; /* on enlève la barre verticale sur mobile */
  }
}

@media (max-width: 600px) {
  .realisations {
    padding: 3rem 1.5rem 4rem;
  }

  .realisation-content h3 {
    font-size: 1.3rem;
  }
}

/* Numéro dans le header */
.phone-header {
  background: #007eae;              /* Bleu de ton site */
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 1rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.phone-header:hover {
  background: #005f84;
  transform: translateY(-2px);
}

/* SECTION INFORMATIONS SIMPLE */

.infos-simple {
  background: #f8fafd;
  padding: 3rem 2rem;
  text-align: center;
}

.infos-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.infos-simple h2 {
  font-size: 2rem;
  color: #004e70;
  margin-bottom: 1.5rem;
}

.infos-simple p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0.7rem;
}

.infos-simple a {
  color: #007eae;
  text-decoration: none;
  font-weight: 600;
}

.infos-simple a:hover {
  text-decoration: underline;
}


