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

/* BASE */
body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #222;
}

/* HEADER */
.site-header {
  background: #0f2a44;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

/* LOGO */
.logo img {
  height: 100px;
  display: block;
}

/* TEXTE CENTRAL */
.header-center {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

/* NAV */
.main-nav {
  display: flex;
  gap: 25px;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.main-nav a:hover {
  text-decoration: underline;
}
 .section-grey {
    background: #dfe3e8; /* gris VISIBLE */
    padding: 25px 20px;
}
/* ===== AJUSTEMENT PREMIUM CONTENU ===== */

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.section-white {
  background: #ffffff;
  padding: 60px 20px;
}

.section-white h2 {
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
.section-white h2 {
  position: relative;
  padding-bottom: 10px;
}

.section-white h2 {
  background: #eef2f6;
  padding: 15px 20px;
  border-left: 6px solid #f2a44a;
}
.section-white h2 {
  margin-bottom: 20px;
}
/* AVANTAGES */
.avantages {
  max-width: 1200px;
  margin: 25px auto 0 auto;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px 30px;
}

.avantages li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.avantages li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2a44a; /* orange du logo */
  font-weight: bold;
}
/* BLOC SERVICE DEMOUSSAGE */
.bloc-service {
  background: #f2f2f2;
  padding: 25px 35px;     /* un peu moins haut */
  margin: 15px 0;        /* ↓ AVANT : 30px */
  border-radius: 6px;
}

.service-title {
  border-left: 6px solid #f2a44a; /* orange logo */
  padding-left: 18px;            /* espace bordure → texte */
  margin-bottom: 15px;
}
.service-block,
.advantages-block {
    background: #eef1f4; /* gris commun */
    padding: 35px 40px;
}
.service-block {
  margin: 0;
  padding: 20px 30px;   /* AVANT : 30–40px */
  border-radius: 6px;
}

.advantages-block {
  margin: 0;
  padding: 20px 30px;
}
.service-block {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.advantages-block {
    margin-top: 0;
    border-radius: 0 0 6px 6px;
}

.presentation-block,
.service-block,
.advantages-block {
  margin: 0;
  padding: 30px 40px;
}

.service-title {
  border-left: 6px solid #f2a44a;
  padding-left: 18px;
  margin-bottom: 15px;
}
/* Bloc présentation – gris plus foncé */
.presentation-block {
  background: #dcdfe3;   /* gris plus foncé */
  padding: 40px;
  margin-bottom: 15px;   /* petit espace seulement */
  border-radius: 6px 6px 0 0;
}

/* Bloc démoussage + avantages – gris clair */
.service-block,
.advantages-block {
  background: #eef1f4;   /* gris clair commun */
  padding: 35px 40px;
}

/* Rattachement visuel */
.service-block {
  margin-top: 0;
  border-radius: 0;
}

.advantages-block {
  margin-top: 0;
  border-radius: 0 0 6px 6px;
}
.advantages li {
  margin-bottom: 6px;
}
.demoussage-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.demoussage-photos img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.cta-devis {
  margin: 10px 0;   /* encore plus serré */
  text-align: center;
}


.cta-devis a {
  display: inline-block;
  background: #f2a444; /* orange logo */
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
}

.cta-devis a:hover {
  background: #d98f33;
}
.service-subtitle {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.usage-list {
  margin: 10px 0 20px 0;
  padding-left: 20px;
}

.usage-list li {
  margin-bottom: 8px;
  line-height: 1.5;
}
/* Supprime le gros espace entre les sections */
#prestations {
  margin-top: 0;
  padding-top: 20px;
}
.service-block {
  margin-top: 0;
}
section {
  margin: 0;
}
.pdf-list {
  margin-top: 20px;
  padding-left: 20px;
}

.pdf-list li {
  margin-bottom: 10px;
}

.pdf-list a {
  color: #2a2a2a;
  text-decoration: underline;
  font-weight: 500;
}

.pdf-list a:hover {
  color: #f2a444; /* orange du site */
}
.section-grey {
  background: #d3d8de;
  padding: 30px 0;
}

.service-block,
.presentation-block,
.advantages-block {
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 35px;
  border-radius: 6px;

  /* ⬇️ C’EST ÇA QUI CRÉE LE GRIS À GAUCHE & DROITE */
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .service-block,
  .presentation-block,
  .advantages-block {
    margin-left: 20px;
    margin-right: 20px;
  }
/* Titres du bloc Photos & Vidéo */
.service-block h3 {
  margin-bottom: 20px;
}

.service-block h4 {
  margin-top: 25px;
  margin-bottom: 12px;
}

/* Paragraphes */
.service-block p {
  line-height: 1.6;
  margin-bottom: 15px;
}
/* ================================
   LISTES AVEC COCHES ORANGE
   ================================ */

.advantages,
.section-grey ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.advantages li,
.section-grey ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.advantages li::before,
.section-grey ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e6a24a; /* orange */
  font-weight: bold;
}

/* ================================
   AERATION DES TITRES
   ================================ */

.section-grey h3 {
  margin-bottom: 20px;
}

.section-grey h4 {
  margin-top: 25px;
  margin-bottom: 12px;
}

/* ================================
   ESPACE AVANT LES PHOTOS
   ================================ */

.demoussage-photos {
  margin-top: 25px;
}

.zone-couverture {
  text-align: center;
}
.carte-zone {
  max-width: 650px;
  max-height: 260px;   /* ← réduit la hauteur */
  width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: contain; /* empêche toute déformation */
}
.zone-numeros {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
.profil-block {
  background: #ffffff;
}

.profil-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
.profil-photo img {
  width: 180px;        /* taille contrôlée */
  height: auto;
  max-height: 220px;   /* empêche le zoom */
  border-radius: 8px;
}

.profil-texte h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.profil-texte p {
  margin-bottom: 12px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .profil-content {
    flex-direction: column;
    text-align: center;
  }
}
/* Sécurité affichage images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.demoussage-photos img,
.photos-video img {
  max-width: 320px;
  border-radius: 12px;
}
.contact-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}

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

.contact-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: #f7941d; /* orange */
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #e68310;
}
.main-activity-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
h2 {
  font-size: 36px !important;
  font-weight: 700;
}
/* Agrandir uniquement les titres des sections 2 et 3 */
section:nth-of-type(2) h2,
section:nth-of-type(3) h2 {
    font-size: 34px;   /* ajuste si besoin */
    font-weight: 700;
}
h2:has(span),
h2:has(img),
h2:has(emoji),
h2:has(:contains("Démoussage")),
h2:has(:contains("Photos")) {
    font-size: 36px !important;
    font-weight: 700;
}
.titre-activite {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}
/* ===== TITRES SERVICES ===== */
h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

h3 + p {
  font-size: 16px;
}
.contact-final h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-infos p {
  margin: 6px 0;
  font-size: 16px;
}

.contact-form {
  margin-top: 25px;
  max-width: 500px;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

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

.contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #e59a42;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
}

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

.contact-trust {
  margin-top: 25px;
  font-size: 14px;
  color: #444;
}
/* ===== CONTACT FINAL ===== */

.contact-final {
  max-width: 900px;
  margin: auto;
}

.contact-final h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.contact-infos p {
  font-size: 16px;
  margin-bottom: 6px;
}

.contact-final form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.contact-final input,
.contact-final textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

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

.contact-final button {
  margin-top: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  background: #e09c4c;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-final button:hover {
  background: #c88438;
}

.contact-trust {
  margin-top: 20px;
  font-size: 14px;
}
.section-grey h3 {
  margin-top: 30px;
}
.service-block h1 {
  margin-bottom: 20px;
}
.service-block p {
  margin-top: 10px;
  line-height: 1.6;
}
.service-block h2 {
  margin-bottom: 20px;
}