/* Footer toujours visible (fix après retrait section parallax) */
.footer-wrap__dark {
  display: none !important;
}

[data-footer-parallax-inner],
footer.footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.footer-wrap {
  overflow: visible;
  position: relative;
  z-index: 2;
}

/* Section « Some homeowners accept clogged gutters… » */
.about .full-screen_bg .image-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
