/* LOGO GLISSEVOLUTION - TAILLE FORCEE */
#top .navbar-brand.logo img,
header .navbar-brand.logo img,
.navbar-brand.logo img,
header a.navbar-brand img,
nav .navbar-brand img {
    max-height: 80px !important;
    height: 80px !important;
    width: auto !important;
    min-width: 200px !important;
}

/* Supprimer les attributs HTML width/height */
header .navbar-brand img[width],
header .navbar-brand img[height] {
    width: auto !important;
    height: 80px !important;
}
