/* --- HEADER BON PLAN TOKYO --- */

/* Fond du header blanc */
.header {
  background-color: #FFFFFF !important;
  border-bottom: 2px solid #E60023; /* rappel rouge Tokyo */
  padding: 10px 0;
  text-align: center; /* tout centrer */
}

/* Logo centré */
.header .site-logo {
  display: block;
  margin: 0 auto;
  max-height: 150px; /* ajuste si besoin */
  width: auto;
}

/* Titre du site */
.header .site-title {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

/* Sous-titre (slogan) */
.header .site-description {
  color: #1C1C1C;
  font-size: 1rem;
  font-style: italic;
}

/* Menu */
.header .navbar-nav {
  justify-content: center; /* menu centré */
}
.header .navbar-nav .nav-link {
  color: #1C1C1C !important;
  font-weight: 500;
  margin: 0 10px;
}
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
  color: #E60023 !important; /* rouge Tokyo */
}
