/* Nettoyage des ombres du thème sombre original */
body {
  text-shadow: none !important;
  box-shadow: none !important;
}

.cover-container {
  max-width: 60em; /* On élargit un peu pour l'histoire */
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .active {
  color: #FF69B4 !important; /* Rose pour le lien actif */
  border-bottom-color: #FF69B4 !important;
}