/* Start custom CSS for html, class: .elementor-element-eee16aa *//* 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-4bdedb5 *//* 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-8d5019a *//* Why choose */
.why-choose {
  margin: 30px auto;   /* auto = centrage */
  max-width: 930px;    /* ou la valeur que tu veux */
  text-align:;
}

.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; text-align: center; }
.why-card p { margin: 0; color: var(--muted); font-size: 0.98rem; text-align:justify; }

/* 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-93b6df7 */.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-696fa90 */.service-cle-en-main {
  max-width: 950px;
  margin: 0px auto;
  padding: 35px 25px;
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  text-align: center;
}

.service-cle-en-main .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #e67e22;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.service-cle-en-main .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e67e22;
  border-radius: 3px;
}

.service-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #444;
  text-align: justify;
}

.service-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
}

.service-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e67e22;
  font-weight: bold;
}

.btn-container {
  margin-top: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #e67e22;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background-color: #e67e22;
}

@media (max-width: 768px) {
  .service-cle-en-main {
    padding: 25px 15px;
  }
  .service-cle-en-main .section-title {
    font-size: 1.6rem;
  }
  .service-features li {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a052aea *//* ---- 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-119b47a */.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: 1.3rem;
  color: #ff8b00;
  margin-bottom: àpx;
  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-4f9c48c */.bloc-seo {
  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 h2 {
  font-size: 1.6em;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.bloc-seo p {
  font-size: 1em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
  text-align: justify;
}

.bloc-seo a {
  color: #007b8f;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.bloc-seo a:hover {
  color: #004f5a;
  text-decoration: underline;
}/* End custom CSS */