/* =============================================
   Module FooterBlack pour PrestaShop
   - Force tout le texte du footer en noir
   ============================================= */

/* 1. Met tout le texte du footer en noir et écrase les styles existants */
#footer,
#footer *,
.footer-container,
.footer-container * {
  color: #000000 !important;
}

/* Liens du footer */
#footer a,
.footer-container a {
  color: #000000 !important;
}

#footer a:hover,
.footer-container a:hover {
  color: #000000 !important;
}

/* Si vous utilisez le bloc social natif, on s'assure que ses icônes restent visibles */
#footer .block-social li a {
  color: #000000 !important;
}

#footer .block-social li a i,
#footer .block-social li a span {
  color: #000000 !important;
}
