/* Forcer la hauteur maximale du logo dans le header */
.navbar-brand img {
    height: 120px !important;
    width: auto !important;
}