/* Typographie unifiée - Tout en Arial, taille homogène */

/* Forcer l'affichage permanent de la scrollbar */
html {
  overflow-y: scroll;
}

/* Taille de base pour tout le site */
html {
  font-size: 14px;
}

body {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

/* Supprimer tous les gras */
strong, b, .logo {
  font-weight: normal;
}

/* Titres sans mise en forme particulière */
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}

/* Texte courant */
p, li, td, th, span, div {
  font-size: 14px;
  font-weight: normal;
}

/* Navigation : même taille, souligné seulement pour la page active */
.menu a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.menu a[aria-current] {
  text-decoration: underline;
}

/* Supprimer le gras des figcaptions */
figcaption, figcaption strong {
  font-weight: normal;
}

/* Classes de titres existantes */
.h1, .h2, .h3 {
  font-size: 14px;
  font-weight: normal;
}

/* Boutons et formulaires */
button, input, textarea, select {
  font-size: 14px;
  font-weight: normal;
}

/* Notes et articles */
.note-excerpt-title {
  font-weight: normal;
}

/* Liens */
a {
  font-weight: normal;
  text-decoration: none;
}

/* Mobile : même taille */
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

/* Supprimer le trait du footer */
.footer {
  border: none !important;
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.main {
  border-bottom: none !important;
}

.footer::before,
.main::after {
  display: none !important;
}

hr {
  display: none !important;
}
