/* Alignement et respiration identiques du pied de page sur tout le site. */
html body > footer.site-footer,
html body > footer.site-footer.mz-shared-footer,
html body > footer.site-footer.mz-footer-premium,
html body > footer.site-footer.mz-footer-minimal,
html body > .site-footer {
  position: relative !important;
  clear: both !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: min(94%, 1500px) !important;
  max-width: 1500px !important;
  margin-top: clamp(100px, 10vw, 165px) !important;
  margin-right: auto !important;
  margin-bottom: clamp(22px, 3vw, 42px) !important;
  margin-left: auto !important;
}

@media (max-width: 700px) {
  html body > footer.site-footer,
  html body > footer.site-footer.mz-shared-footer,
  html body > footer.site-footer.mz-footer-premium,
  html body > footer.site-footer.mz-footer-minimal,
  html body > .site-footer {
    width: calc(100% - 24px) !important;
    margin-top: 82px !important;
    margin-bottom: 18px !important;
  }
}
