/* Augmenter la hauteur du header */
#header {
  min-height: 6rem;        /* ajuste si besoin */
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

/* Autoriser un logo plus grand */
#header .logo img {
  height: 80px;
  max-height: 90px;         /* ajuste selon ton logo */
  width: auto;
}
