/* Start custom CSS for html, class: .elementor-element-51cba16 */#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 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; /* 👈 Le bouton passe au-dessus de tout */
  background: #ff8b00;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}


.footer-btn:hover {
  background: #333;
}


/* 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 */