/* Start custom CSS for html, class: .elementor-element-5e2eaf3 *//* ---- SECTION SEO 75 ---- */
#seo-paris {
  background: #FFFFFF;
  padding: 25px 20px;
  color: #1C1C1C;
  font-family: "Inter", sans-serif;
}

.seo75-container {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeSlideUp 0.9s ease forwards;
  opacity: 0;
}

/* TITRES */
#seo-paris h1
{
    color : #333;
    text-align: center;
    margin-bottom: 0px;
    font-size: 2.5rem;
}
#seo-paris h3 {
  color: #FF8B00;  /* ORANGE FONCÉ */
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* PARAGRAPHES */
#seo-paris p {
  line-height: 1.7;
  margin-bottom: 10px;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease forwards;
  text-align:justify;
}

/* LIGNES DE SÉPARATION */
#seo-paris hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}

/* LISTES */
.seo75-list {
  padding-left: 0;
  margin: 25px 0;
}

.seo75-list li {
  list-style: none;
  background: #F8F8F8;
  padding: 12px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #FF8B00;  /* ORANGE FONCÉ */
  border-radius: 4px;
  transition: transform 0.25s ease, background 0.25s ease;
  animation: fadeSlideUp 0.7s ease forwards;
  opacity: 0;
}

/* HOVER LISTES */
.seo75-list li:hover {
  background: #F2F2F2;
  transform: translateX(6px);
}

/* ---- ANIMATIONS ---- */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4244666 *//* Bloc titre */
.bloc-titre {
  text-align: center;
  padding: 25px 20px 20px;
}

.bloc-titre h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a1a1a;
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.bloc-titre h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #FF8B00;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Intro */
.intro-professionnels {
  max-width: 900px;
  margin: 0 auto 0px;
  padding: 0px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  color: #333;
  line-height: 1.7;
  font-size: 1.05rem;
}

.intro-professionnels p {
  margin-bottom: 16px;
  text-align: justify;
}

/* Zones container */
.zones-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  max-width: 900px; /* largeur totale du bloc */
  margin: 0 auto 40px; /* centrer le bloc */
  padding: 0 10px;     /* marges latérales */
  box-sizing: border-box;
}

/* Tablette */
@media (max-width: 768px) {
  .zones-container {
    grid-template-columns: 1fr; /* 1 colonne */
    gap: 20px;
  }

  .zone-image {
    max-width: 200px;
  }
}

/* Très petits écrans */
@media (max-width: 480px) {
  .zone-image {
    max-width: 100px;
  }
}


.zone-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
 
  text-align: center;
  max-width: 300px;  /* limite la largeur de chaque carte */
  margin: 0 0;    /* centre la carte dans la grille */
  box-sizing: border-box;
  overflow: hidden;
}


.zone-item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF8B00;
  margin-bottom: 15px;
}

.zone-item p {
  line-height: 1.6;
}

/* CTA boutons */
.btn-zone {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #FF8B00;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-zone:hover {
  background: #e67e22;
}

/* CTA final */
.cta-final {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .zones-container {
    grid-template-columns: 1fr;
  }
  .bloc-titre h1 {
    font-size: 1.6rem;
  }
  .intro-professionnels {
    padding: 15px;
  }
}
/* Images département */
.zone-image {
  max-width: 250px; /* taille max réduite */
  width: 100%;       /* s’adapte aux petits écrans */
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  display: block;
  margin-left: auto;
  margin-right: auto; /* centrer l'image */
}


/* Zones container déjà existant : grid responsive */
.zones-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Boutons et CTA final inchangés *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49bb8e6 *//* Base Prestations */
.prestations {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.prestations-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  padding: 30px 25px;
  margin-bottom: 40px;
  text-align: center;
}

.prestations-block h3 {
  font-size: 1.8rem;
  color: #f38b00;
  margin-bottom: 20px;
}

.prestations-block p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Paragraphes SEO */
.seo-text {
  font-size: 1rem;
  color: #444;
  background: #fff7ec;
  border-left: 4px solid #e67e22;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  line-height: 1.55;
}

.prestation-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: left;
}

.prestation-list li {
  background: #f9f9f9;
  border-left: 4px solid #e67e22;
  border-radius: 6px;
  padding: 12px 18px;
  transition: all 0.3s ease;
  width: 100%;
}

.prestation-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.prestation-list li:hover {
  background: #fff4e6;
  transform: translateX(4px);
}

.prestation-note {
  font-style: italic;
  color: #555;
  text-align: center;
}

/* Déroulé du débarras */
.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);
  text-align: center;
}

.deroule-debarras h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e67e22;
  margin-bottom: 25px;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.step-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.step-text {
  flex: 1;
  text-align: left;
}

.step-text strong {
  color: #e67e22;
}

.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;
  margin-top: 20px;
}

.btn-deroule:hover {
  background-color: #b24d00;
}

/* Avant / Après */
.before-after {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
}

.before-after h2 {
  color: #e67e22;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.ba-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ba-item {
  width: 45%;
  min-width: 260px;
}

.ba-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.ba-item p {
  font-weight: 600;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .prestations-block {
    padding: 20px 15px;
  }
  .prestations-block h3 {
    font-size: 1.6rem;
  }
  .prestations-block p,
  .prestation-list li,
  .step-text {
    font-size: 1rem;
  }
  .prestation-list {
    gap: 8px;
    padding: 0 5px;
  }
  .steps-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step-icon {
    margin-bottom: 8px;
  }
  .btn-deroule {
    width: 100%;
    max-width: 300px;
  }

  /* Avant / Après responsive */
  .ba-container {
    flex-direction: column;
    gap: 25px;
  }
  .ba-item {
    width: 100%;
  }
}
/* Galerie Avant / Après */
.gallery-before-after {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
}

.gallery-before-after h2 {
  text-align: center;
  font-size: 1.9rem;
  color: #e67e22;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

.gallery-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 15px;
  text-align: center;
}

.gallery-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.gallery-card p {
  font-weight: 600;
  color: #444;
  margin: 0;
}

.gallery-card small {
  color: #888;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-before-after h2 {
    font-size: 1.6rem;
  }
  .gallery-card {
    padding: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0565675 *//* FAQ Section */
.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  color: #e67e22;
  margin-bottom: 25px;
  font-weight: 700;
}

/* Container */
.faq-container {
  width: 100%;
}

/* Items */
.faq-item {
  margin-bottom: 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
  overflow: hidden;
}

/* Question button */
.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 22px;
  background: #f9f9f9;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  position: relative;
  transition: background 0.3s ease;
}

/* Hover effect */
.faq-question:hover {
  background: #fff3e4;
}

/* Answer text */
.faq-answer {
  display: none;
  padding: 16px 22px;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 1.6rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 14px 18px;
  }
  .faq-answer {
    font-size: 0.95rem;
    padding: 14px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e33531b */.zone-carte {
  background: #ffffff;
  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: à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-bab2f9a *//* ---- SECTION CTA CONTACT ---- */
#cta-contact {
  background: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

#cta-contact h2 {
  color: #FF8B00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

#cta-contact p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Boutons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-cta {
  text-decoration: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.25s, box-shadow 0.25s;
}

/* Bouton d'appel */
.call-btn {
  background-color: #FF8B00;
  color: #FFFFFF;
}

.call-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(255,139,0,0.35);
}

/* Bouton retour */
.return-btn {
  background-color: #F2F2F2;
  color: #1C1C1C;
  border: 1px solid #DDDDDD;
}

.return-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 600px) {
  .cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d43301e */.seo-block {
  max-width: 900px;
  margin: 60px auto;
  padding: 25px 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: justify;
}

.seo-block h2 {
  text-align: center;
  font-size: 1.9rem;
  color: #e67e22;
  margin-bottom: 20px;
}

.seo-block p {
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #333;
}

.seo-links {
  padding-left: 15px;
  margin: 20px 0;
}

.seo-links li {
  margin-bottom: 10px;
}

.seo-links a {
  color: #e67e22;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.seo-links a:hover {
  color: #b24d00;
}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Débarras Intégral Paris",
  "image": "https://xn--dbarrasintgralparis-bzbj.fr/wp-content/uploads/2024/11/logo-debarras-integral-paris.png",
  "url": "https://xn--dbarrasintgralparis-bzbj.fr/",
  "telephone": "+33 7 49 98 09 21",
  "email": "contact@debarrasintegralparis.fr",
  "description": "Entreprise de débarras professionnelle à Paris et en Île-de-France : appartements, maisons, caves, garages, locaux professionnels, Diogène, succession, sinistres, nettoyage et valorisation. Devis gratuit en 24h.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "26 T Rue Nicolai",
    "addressLocality": "Paris",
    "postalCode": "75012",
    "addressCountry": "FR"
  },
  "identifier": {
    "@type": "PropertyValue",
    "propertyID": "SIRET",
    "value": "927 752 865 00018"
  },
  "priceRange": "€€",
  "areaServed": [
    "Paris 75",
    "Hauts-de-Seine 92",
    "Seine-Saint-Denis 93",
    "Val-de-Marne 94",
    "Yvelines 78",
    "Val-d'Oise 95",
    "Essonne 91",
    "Seine-et-Marne 77"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.8404,
    "longitude": 2.4023
  },
  "openingHours": "Mo-Su 08:00-21:00",
  "sameAs": [
    "https://www.facebook.com/",
    "https://www.instagram.com/",
    "https://www.google.com/maps"
  ],
  "makesOffer": [
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras appartement / maison",
        "description": "Débarras complet d'appartements et maisons : tri, enlèvement, valorisation, recyclage, nettoyage final."
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras caves & garages",
        "description": "Débarras de caves, garages, greniers, espaces encombrés ou insalubres."
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras bureaux et locaux professionnels",
        "description": "Débarras de bureaux, open spaces, locaux commerciaux, entrepôts, archives."
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras syndrome de Diogène",
        "description": "Intervention spécialisée pour logements insalubres, accumulation extrême et nettoyage approfondi."
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras après décès",
        "description": "Débarras respectueux et complet dans le cadre d'une succession."
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Débarras après sinistre",
        "description": "Débarras après incendie, dégât des eaux, effondrement ou événement exceptionnel."
      }
    }
  ]
}
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beea2ed *//* ---- FIN DE PAGE CTA ---- */
#end-page-cta {
  background: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  border-top: 1px solid #EEEEEE;
}

.end-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

#end-page-cta h2 {
  color: #FF8B00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

#end-page-cta p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Boutons */
.end-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-end-page {
  text-decoration: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.25s, box-shadow 0.25s;
}

/* Bouton Accueil */
.home-btn {
  background-color: #FF8B00;
  color: #FFFFFF;
}

.home-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(255,139,0,0.35);
}

/* Bouton Prestations */
.services-btn {
  background-color: #F2F2F2;
  color: #1C1C1C;
  border: 1px solid #DDDDDD;
}

.services-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 600px) {
  .end-cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */