/* main.css – Feuille de style principale */

/* Couleurs et polices globales*/
body {
  font-family: "Bodoni MT", serif;
  background-color: #ffffff;
  color: #000;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  font-family: "Courier New", sans-serif;
  color: #003366;
  font-weight: bold;
}

/* En-tête */
.site-title {
  color: #003366;
  font-weight: bold;
}

.menu-hamburger-box {
  max-width: 300px;
}


/* Navigation */
.nav-principale {
  background-color: #003366;
}

.nav-principale .nav-link {
  font-family: "Courier New", sans-serif;
  font-size: 1rem;
}

.nav-pills .nav-link {
  color: white;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid red;
  color: white;
}

/* Pied de page */
.footer {
  background-color: #003366;
  color: white;
  font-family: "Courier New", monospace;
}

.footer h5,
.footer h6,
.footer-title {
  color: white;
  font-weight: bold;
  font-family: "Courier New", monospace;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-family: "Courier New", monospace;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Images & médias */
img {
  max-width: 100%;
  height: auto;
}

img, input, select, textarea {
  max-width: 100%;
}

/* Articles*/
article h2,
article h3 {
  color: #003366;
  font-weight: bold;
}

.article-max {
  max-width: 800px;
}

/* Topbar */
.topbar-text {
  font-size: 0.85rem;
  color: #555;
}

/* Mise en page générale */
.container {
  max-width: 1140px;
}

.menu-lateral-1 {
  max-width: 300px;
}

body {
  overflow-x: hidden;
}

.site-title {
  color: #003366;
}
