/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

/* Réseaux sociaux : dans le menu mobile (burger), pas dans le menu desktop */
@media screen and (min-width: 769px) {
  .menu-item--social {
    display: none;
  }
}

/* Réseaux sociaux : retirés du pied de page sur mobile (déjà dans le menu) */
@media screen and (max-width: 768px) {
  .site-footer .social-networks {
    display: none;
  }
}

/* Menu : élément actif surligné en gris discret au lieu du jaune Fluxus */
.site-navigation .active > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation .active .current-fluxus-project-type-ancestor > a,
.site-navigation .current-menu-parent > a {
  background: #ececec;
}
