/* Start custom CSS for html, class: .elementor-element-c1874b6 *//* Bloc titre H1 (style pages département) */
.bloc-titre { background: #FFFFFF;
  padding: 25px 0px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif; }
.bloc-titre h1 {
 color : #333;
    text-align: center;
    font-size: 2.5rem;
}
.bloc-titre h2 {
    color: #333;
    text-align: center;
    font-size:1.5rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b10f56 *//* SEO intro */
.seo-text {
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  padding: 0px;
  margin: 20px auto;
  max-width: 900px;   /* 👉 Ajuste ici */
}

.seo-text p { line-height:1.7; font-size:1.05rem; text-align:justify; margin:0 0 5px 0; }
.intro-ctas { margin-top:12px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.btn-primary { background:#ff8B00; color:#fff; padding:12px 22px; border-radius:8px; text-decoration:none; font-weight:700; display:inline-block; }
.btn-primary:hover { background:ff8B00; }
.btn-outline { background:transparent; border:2px solid var(--orange); color:var(--orange); padding:10px 18px; border-radius:8px; text-decoration:none; font-weight:700; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a906338 *//* Why choose */
.why-choose {
  margin: 30px auto;   /* auto = centrage */
  max-width: 930px;    /* ou la valeur que tu veux */
}

.why-choose h2 { text-align: center; color: var(--orange); margin-bottom: 18px; font-size: 1.6rem; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.why-card {
  background: var(--card-bg);
  padding: 18px;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  text-align: left;
}
.why-card h3 { margin: 0 0 8px 0; color: var(--text); font-size: 1.05rem; }
.why-card p { margin: 0; color: var(--muted); font-size: 0.98rem; }

/* Responsive tweaks */
@media (max-width: 768px) {
  .bloc-titre h1 { font-size: 1.6rem; }
  .intro-seo p { font-size: 1rem; }
  .why-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d823a84 */.deroule-debarras {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.deroule-debarras h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e67e22;
  text-align: center;
  margin-bottom: 25px;
}

.steps-list {
  list-style: none;
  padding-left: 0;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.step-icon {
  font-size: 1.8rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.step-text {
  flex: 1;
}

.step-text strong {
  color: #e67e22;
}

.btn-container {
  text-align: center;
  margin-top: 25px;
}

.btn-deroule {
  display: inline-block;
  padding: 12px 28px;
  background-color: #e67e22;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-deroule:hover {
  background-color: #b24d00;
}

@media (max-width: 768px) {
  .steps-list {
    flex-direction: column;
  }
  .step-icon {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-254db64 */.pro-engagements-title {
    text-align: center;          /* Centré */
    font-size: 1.8rem;           /* Taille similaire à .devis-title */
    color: #e67e22;              /* Orange Débarras Intégral */
    font-weight: 700;            /* Gras */
    margin-bottom: 25px;         /* Espace en dessous */
    position: relative;
}

/* Barre orange en dessous */
.pro-engagements-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    margin: 8px auto 0;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 600px) {
    .pro-engagements-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .pro-engagements-title::after {
        width: 50px;
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a8b182 *//* SECTION ENSEMBLE */
.pro-engagements {
  max-width: 800px;               /* largeur agréable pour lecture */
  margin: 0px auto;              /* centrée et espacée */
  padding: 0px 25px;
  background-color: #fafafa;      /* fond clair, doux */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

/* TITRE (même style que "Demande de devis gratuit") */
.pro-engagements-title {
  text-align: center;
  font-size: 1.8rem;
  color: #e67e22;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.pro-engagements-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e67e22;
  margin: 8px auto 0;
  border-radius: 2px;
}

/* LISTE */
.pro-engagements ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.pro-engagements li {
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-left: 4px solid #e67e22;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* BOUTON */
.btn-container {
  text-align: center;
  margin-top: 30px;
}
.btn-prestations {
  display: inline-block;
  background-color: #e67e22;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-prestations:hover {
  background-color: #cf6a15;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .pro-engagements {
    padding: 25px 15px;
  }
  .pro-engagements-title {
    font-size: 1.5rem;
  }
  .pro-engagements li {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-098eaf3 *//* Galerie grid */
.galerie-title, .galerie-title { text-align:center; color: #FF8B00; font-size:1.8rem; margin: 30px 0; font-weight:700; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  background:#fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  cursor: zoom-in;
}
.gallery-item img {
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

/* Lightbox (simple) */
.glightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  padding: 20px;
}
.glightbox[aria-hidden="false"] { display:flex; }
.glightbox .gb-img { max-width:90%; max-height:80vh; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,0.6); }
.glightbox .gb-close, .glightbox .gb-prev, .glightbox .gb-next {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 8px 12px;
  opacity: 0.95;
}
.glightbox .gb-close { top: 20px; right: 30px; font-size:40px; }
.glightbox .gb-prev { left: 20px; top:50%; transform: translateY(-50%); }
.glightbox .gb-next { right: 20px; top:50%; transform: translateY(-50%); }

/* Responsive */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item img { height:180px; }
}
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item img { height:160px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item img { height:220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7c45f2 *//* ---- FAQ container ---- */
.faq-section {
  margin: 40px auto;
  max-width: 900px;
  padding: 20px;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #d46a27;
}

/* ---- Question block ---- */
.faq-item {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
}

/* QUESTION */
.faq-question {
  cursor: pointer;
  padding: 18px 20px;
  margin: 0;
  font-size: 1.1rem;
  position: relative;
  font-weight: 600;
  color: #333;
}

/* Icon + */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  transition: transform 0.3s;
  color: #d46a27;
}

/* Icon rotates when open */
.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

/* ANSWER (hidden by default) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* When open */
.faq-item.active .faq-answer {
  padding: 10px 20px 20px;
  max-height: 500px;
}

/* Mobile */
@media (max-width: 768px) {
  .faq-title {
    font-size: 1.7rem;
  }
  .faq-question {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ab19e8 */.zone-carte {
  background: #FFF;
  color: #f8f8f8;
  padding: 60px 20px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.zone-carte h2 {
  font-size: 1rem;
  color: #ff8b00;
  margin-bottom: 5px;
  position: relative;
}

.zone-carte h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #ffb347;
  margin: 10px auto 0;
  border-radius: 2px;
}

.zone-carte p {
  font-size: 1.1rem;
  color: #333;
  max-width: 700px;
  margin: 0 auto 10px;
  line-height: 1.6;
}

.carte-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.3);
  background: #2c2c2c;
  padding: 1px;
}

#map {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .zones-intervention h1 {
    font-size: 1.6rem;
  }
  .zones-intervention p, .zones-list ul li {
    font-size: 1rem;
  }
  .map-container {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff7f77d */.bloc-seo-pros {
  background-color: #f9f9f9;
  padding: 60px 20px;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}

.seo-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.bloc-seo-pros h2 {
  font-size: 1.6em;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.bloc-seo-pros p {
  font-size: 1em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

.bloc-seo-pros a {
  color: #007b8f;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.bloc-seo-pros a:hover {
  color: #004f5a;
  text-decoration: underline;
}/* End custom CSS */