html {
	    scroll-behavior: auto !important;
}
header,footer {
    background: rgb(255, 255, 255);
    min-height: 10vh;
}

.container-fluid {
    padding-left: 0%;
    padding-right: 0%;
}


body {
    font-family: 'Roboto Condensed', sans-serif;
}

.text-small {
    font-size: 0.85em !important;
}

.logo-equipe {
    width: 10px; /* Ajuste la taille selon tes besoins */
    height: auto; /* Garde le rapport hauteur/largeur d'origine */
}

.highlight {
    background-color: #aaf5aa; /* Couleur verte */
}

/* Cacher la scrollbar du bandeau de scores NHL */
#nhl-score-banner::-webkit-scrollbar {
    display: none;
}

/* Pour Firefox aussi (optionnel) */
#nhl-score-banner {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge Legacy */
}
