/* Agrandir le bandeau beige (header) */
header {
  padding-bottom: 8rem !important;
}

/* Ligne fine dorée sous les liens de navigation */
header nav {
  border-bottom: 1px solid #b48b3d !important;
  padding-bottom: 12px !important;
}

/* Déplacer le logo dans la partie beige sous le bandeau noir */
#nav-logo {
  display: flex !important;
  flex-direction: column !important;
  transform: translateY(6.8rem) !important;
}

#nav-logo img {
  order: 2 !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

#nav-logo span:first-of-type {
  order: 1 !important;
}

#nav-logo span:last-of-type {
  order: 3 !important;
}
