/* AFROTUNE HOME PREMIUM V4.4.1
   Compactage du pied de page uniquement */

.site-footer {
  min-height: 0 !important;
  height: auto !important;
  margin-top: 14px !important;
  padding-top: 18px !important;
  padding-bottom: calc(
    18px + env(safe-area-inset-bottom)
  ) !important;
  gap: 8px !important;
}

.site-footer > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-footer > img {
  height: 38px !important;
  width: auto !important;
  object-fit: contain !important;
}

.site-footer .footer-legal-afrotune {
  line-height: 1.45 !important;
}

.site-footer .footer-reseaux {
  margin-top: 2px !important;
}

@media (max-width: 640px) {
  .site-footer {
    margin-top: 10px !important;
    padding: 14px 14px
      calc(14px + env(safe-area-inset-bottom))
      !important;
    gap: 7px !important;
  }

  .site-footer > img {
    height: 34px !important;
  }

  .site-footer p {
    text-align: center !important;
  }
}
