#graphAlt, #graphConv, #perso{
	display: none;
}

.highcharts-windbarb-series.highcharts-data-labels{
	display: none;
}

.carteTempsReel .nav-item{
	margin-bottom: -3px;
}

.carteTempsReel .nav-link{
	text-transform: uppercase;
	background-color: var(--color-gray-light)!important;
	border-top: 1px solid #EEE!important;
	border-left: 1px solid #EEE!important;
	border-right: 1px solid #EEE!important;
}

.carteTempsReel .nav-link.active{
	background-color: #e00513!important;
	color: white;
	border: 1px solid #e00513!important;
}


.dtfh-floatingparent table.fixedHeader-floating{
	top: 63px!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
}

#tabGraphiques .ssTitre{
	font-size: 0.7rem;
	font-weight: normal;
}

#selectStation {
	text-transform: uppercase!important;
}

.flecheVent{
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
}

/* Rendre la première colonne sticky */
#tabSynopsStation {
    position: relative; /* Nécessaire pour utiliser "sticky" */
    border-collapse: collapse;
}

#tabSynopsStation th.sticky-column, #tabSynopsStation td.sticky-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 2;
}

#tabSynopsStation th.sticky-column,
#tabSynopsStation tr:hover th.sticky-column, 
#tabSynopsStation tr:hover td.sticky-column{
	background-color: #333;
}

#tabSynopsStation th.sticky-column {
    z-index: 3;
}
