/* Séparation physique entre Contact et le pied de page : aucune fusion de marges possible. */
.mz-contact-footer-gap{
  display:block!important;
  position:relative!important;
  clear:both!important;
  width:100%!important;
  height:clamp(190px,12vw,250px)!important;
  min-height:190px!important;
  pointer-events:none!important;
}
body .site-footer.mz-footer-minimal{
  margin-top:0!important;
}
@media(max-width:900px){
  .mz-contact-footer-gap{height:150px!important;min-height:150px!important}
}
@media(max-width:600px){
  .mz-contact-footer-gap{height:115px!important;min-height:115px!important}
}
