.elementor-90 .elementor-element.elementor-element-aeb3cd6:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-aeb3cd6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2A2A;}.elementor-90 .elementor-element.elementor-element-aeb3cd6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-90 .elementor-element.elementor-element-aeb3cd6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d2dce9a */#footer-debarras {
  background: #FFFFFF;
  color: #333;
  padding: 60px 20px 30px;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #eee;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

#footer-debarras h3,
#footer-debarras h4 {
  color: #FF8B00;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

#footer-debarras p,
#footer-debarras a {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

#footer-debarras a:hover {
  color: #FF8B00;
}

/* Bouton */
.footer-btn {
  display: inline-block;
  margin-top: 10px;
  background: #FF8B00;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
}

.footer-btn:hover {
  background: #e57c00;
}

/* Bas de page */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.footer-bottom a {
  display: block;
  margin-top: 5px;
  color: #FF8B00;
}/* End custom CSS */