/* Rendre l'auteur/date discrets, uniquement dans le footer de l'article */
article.actualite footer {
  color: #999999 !important;
  font-size: 0.85em !important;
  font-style: italic;
}

article.actualite footer .author,
article.actualite footer span {
  color: #999999 !important;
}

/* Faire ressortir le titre de l'article */
.page-node-type-actualite h1,
article.actualite .field--name-title,
article.actualite .node__title {
  color: #1a1a1a !important;
  font-size: 2em !important;
  font-weight: 700 !important;
  margin-bottom: 0.5em;
}