.footer, h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #black;
  text-decoration: underline black; 
  }

/*Modification des liens des articles*/
.mod-article__content a {
  color: #ffffff !important; /*couleur du texte*/
  text-decoration: underline !important;/*décoration sous ligne*/
  text-decoration-color: #ffffff !important; /*couleur du de la sous ligne*/
}

.footer {  
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #black; 
  }

.footer, a:focus, a:hover {
  color: #black;
}

.footer-classic h3, .footer-condensed h3 {
  margin-top: 40px;
    color: #black;
}



.footer-email h3, .footer-email a {
    color:black; /
}


.menu-type-page a {
    color: black !important; /* Texte en noir */
}

.menu-type-page a:hover {
    color: black !important; /* Reste en noir au survol */
}


