/* * Masquer les éléments non nécessaires */ */
  .articles-prev-next,
  .theme,
  .scroll-progress,
  .scroll-indicator,
  .scroll-percent,
  .readmore,
  .biography,
  .footnotes,
  .keywords {
    display: none !important;
  }

  /* Garder header principal (Plurivers) et texte */
  header {
    display: block;
    text-align: center;
    padding: 1em 0; 
  }

  .text {
    max-width: 100% !important;
    margin: 0 !important;
    line-height: 1.5;
  }

  /* Supprimer les effets visuels inutiles */
  *, *::before, *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  /* Galerie : optionnel, laisse si tu veux les images imprimées */
  #gallery {
    display: none !important; /* mettre block si tu veux les images imprimées */
  }