.elementor-3250 .elementor-element.elementor-element-511edbe > .elementor-container{max-width:867px;}/* Start custom CSS for html, class: .elementor-element-1676e3c *//* H2 SEO principal – clair et gras */
.seo-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* lisible et moderne */
  font-size: 2rem; /* assez grand pour être visible */
  font-weight:500; /* bien gras */
  color: #FFF; /* texte sombre pour contraste sur fond clair */
  line-height: 1.3;
  text-align: center; /* centré sur la page */
  margin: 40px 0 30px 0;
  padding: 0 15px; /* espace sur mobile */
  letter-spacing: 0.5px; /* légèrement espacé pour meilleure lisibilité */
}

/* Variante avec accent sur certains mots (optionnel) */
.seo-title span.highlight {
  color: #d46a27; /* orange pour mettre en valeur certains mots-clés */
}

/* Responsive */
@media (max-width: 768px) {
  .seo-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .seo-title {
    font-size: 1.4rem;
  }
}

/* Styles généraux pour la hero */
.hero {
  position: relative;
  background: url('https://debarrasintegralparis.fr/wp-content/uploads/2026/03/debarras_integral_paris.jpg') center center/cover no-repeat;
  height: 125vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}

.hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* assombrir l'image si nécessaire */
  z-index: 1;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

/* CTA bouton */
.hero .cta-btn {
  display: inline-block;
  background-color: #d46a27;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 1.5rem;
  font-weight: 600;
  transition: background 0.3s;
}
.hero .cta-btn:hover {
  background-color: #b4581f;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .hero {
    height: auto; /* la hauteur s’adapte au contenu */
    padding: 3rem 1rem;
  }

  .hero .hero-content h1 {
    font-size: 1.8rem; /* titre plus petit */
    line-height: 1.3;
  }
/* H2 SEO principal pour la page */
h2.seo-title {
  font-family: 'Montserrat', sans-serif; /* moderne et lisible */
  font-size: 2rem; /* assez grand pour attirer l'attention */
  font-weight: 700;
  color: #fff; /* orange principal */
  line-height: 1.3;
  text-align: center; /* centré sur la page */
  margin: 40px 0 30px 0;
  padding: 0 15px; /* pour ne pas coller aux bords sur mobile */
}

/* Variante avec accent bleu foncé pour certains mots */
h2.seo-title span.highlight {
  color: #d46a27; /* bleu foncé complémentaire */
}

/* Responsive */
@media (max-width: 768px) {
  h2.seo-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  h2.seo-title {
    font-size: 1.4rem;
  }
}



  .hero .hero-content p {
    font-size: 1rem; /* texte plus lisible */
    margin-top: 0.5rem;
  }

  .hero .cta-btn {
    width: 100%;       /* bouton pleine largeur sur mobile */
    font-size: 16px;
    padding: 12px 0;
  }
}/* End custom CSS */