/* titre sous le logo */
.container-header .site-description {
/*  color: rgb(235, 23, 101); */
  font-size: 1rem;
  white-space: normal;
  font-size: 35px;
  text-shadow: 0.1em 0.1em #000;
}

/* police pour le menu haut */
.container-header .mod-menu > li {
  font-weight: bold;
  text-shadow: 0.1em 0.1em #000;
  background: rgba(30, 30, 30, 0.4);
}