/* Module FooterBlackText
   Force tout le texte du footer en noir
*/

#footer,
#footer *,
.footer-container,
.footer-container * {
  color: #000 !important;
}

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

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

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