/* Start custom CSS for html, class: .elementor-element-88a43df */.prestations-bureaux-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  
}

.prest-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.prest-card h3 {
  color: #e67e22;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.prest-card p {
  color: #444;
  margin-bottom: 16px;
  line-height: 1.6;
  flex-grow: 1;
}

.btn-prest {
  display: inline-block;
  background: #e67e22;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: inter-word;
  transition: background 0.3s ease;
}

.btn-prest:hover {
  background: #b24d00;
}

@media (max-width: 768px) {
  .prest-card h3 {
    font-size: 1.1rem;
  }
  .prest-card p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8febf3 */.prestation-details {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
}

.prestation-details h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e67e22;
  margin-bottom: 20px;
  position: relative;
}

.prestation-details h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e67e22;
  margin: 10px auto 0;
  border-radius: 2px;
}

.prestation-details p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

.prestation-list {
  list-style: none;
  padding-left: 0;
  max-width: 700px;
  margin: 0 auto 30px;
}

.prestation-list li {
  background: #f9f9f9;
  border-left: 4px solid #e67e22;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.prestation-list li:hover {
  background: #fff4e6;
  transform: translateX(4px);
}

.prestation-note {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6420267 */.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;
  color:#fff;
}

@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-342b80a */.engagements-avantages {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

.engagements-avantages .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.engagements-avantages .col {
  flex: 1 1 300px;
  min-width: 280px;
}

.engagements-avantages h3 {
  color: #e67e22;
  font-size: 1.4rem;
  margin-bottom: 15px;
  margin-left: 30px;
}

.engagements-avantages ul {
  list-style: none;
  padding-left: 0;
}

.engagements-avantages ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.engagements-avantages ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e67e22;
  font-weight: bold;
}

.btn-container {
  text-align: center;
}

.btn-engagements {
  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-engagements:hover {
  background-color: #e67e22;
}

@media (max-width: 768px) {
  .engagements-avantages .container {
    flex-direction: column;
    gap: 25px;
  }
}

.seo-footer {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

.seo-footer h2 {
  font-size: 1.6rem;
  color: #e67e22;
  text-align: inter-word;
  margin-bottom: 20px;
}

.seo-footer p {
  margin-bottom: 15px;
  font-size: 1.05rem;
   text-align: justify;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4293d6 */.zone-carte {
  background: #1f1f1f;
  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: #ffb347;
  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: #ddd;
  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 */