/* Espace garanti entre la section Contact et le pied de page. */
body .site-footer.mz-footer-minimal {
  position: relative !important;
  clear: both !important;
  margin-top: 220px !important;
  transform: none !important;
}

@media (max-width: 900px) {
  body .site-footer.mz-footer-minimal {
    margin-top: 150px !important;
  }
}

@media (max-width: 600px) {
  body .site-footer.mz-footer-minimal {
    margin-top: 110px !important;
  }
}
