/* =========================
   PAGE DÉBOUCHAGE - SAHP
========================= */

.debouchage-page {
  padding: 80px 20px;
  background: linear-gradient(90deg, #4080b7 0%, #5ed0c2 100%);
}

.debouchage-container {
  max-width: 1270px;
  margin: auto;
  background: #ffffff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  color: #1f1f1f;
  margin-top: -40px;
}

/* TITRES */

.debouchage-container h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  color: #0f4c81;
}

.debouchage-container h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin: 45px 0 18px;
  color: #0f4c81;
}

.debouchage-container h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  margin: 30px 0 12px;
  color: #2f6fa3;
}

/* TEXTE */

.debouchage-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #333333;
}

.debouchage-container p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

/* IMAGE */

.debouchage-intervention {
  margin: 40px 0 60px;
  text-align: center;
}

.debouchage-intervention img {
  width: 75%;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.debouchage-caption {
  margin-top: 14px;
  font-size: 0.95rem;
  color: #555555;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* LISTES */

.debouchage-list {
  margin-left: 20px;
}

.debouchage-list li {
  margin-bottom: 8px;
  color: #333333;
}

/* NOTE */

.debouchage-note {
  font-style: italic;
  background: #eef3f7;
  padding: 15px 20px;
  border-left: 4px solid #0f4c81;
  margin-top: 25px;
  color: #333333;
}

/* CTA */

.debouchage-cta {
  margin-top: 60px;
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #0f4c81, #2f6fa3);
  border-radius: 14px;
}

.debouchage-cta p {
  font-size: 1.15rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.btn-primary {
  background: #ffffff;
  color: #0f4c81;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .debouchage-container {
    padding: 40px 25px;
  }

  .debouchage-container h1 {
    font-size: 2rem;
  }

}
