#loadHistorique{
	overflow-x: scroll;
}

#loadHistorique::-webkit-scrollbar{
	height: 15px;
}
  
#loadHistorique::-webkit-scrollbar-track{
	background: linear-gradient(0deg, rgba(255,255,255,1) 47%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 53%);
}

#loadHistorique::-webkit-scrollbar-thumb{
	background: var(--noir, black);
}

#loadHistorique .headerHistorique{
	border-bottom: 1px solid black;
	display: flex;
	width: max-content;
}

#loadHistorique .headerHistorique div{
	padding: 10px;
	font-weight: bold;
	min-width: 250px;
	max-width: 250px;
}

#loadHistorique .headerHistorique div.firstCol{
	background-color: var(--gris, lightgray);
}

#loadHistorique .headerHistorique div.firstCol.stickyFirstCol{
	position: sticky;
	left: 0px;
}

#loadHistorique .headerHistorique div .nbCirc{
	display: block;
	font-weight: normal;
}


#loadHistorique .bodyHistorique .ligneCirc{
	display: flex;
	border-bottom: 1px solid var(--gris, lightgray);
	width: max-content;
}

#loadHistorique .bodyHistorique .ligneCirc:hover{
	background-color: var(--vert, aquamarine);
}

#loadHistorique .bodyHistorique .ligneCirc .stickyFirstCol{
	position: sticky;
	left: 0px;
}

#loadHistorique .bodyHistorique .ligneCirc a,
#loadHistorique .bodyHistorique .ligneCirc div{
	padding: 10px;
	font-weight: bold;
	min-width: 250px;
	max-width: 250px;
	font-weight: normal;
	display: flex;
	align-items: center;
}

#loadHistorique .bodyHistorique .ligneCirc div span{
	display: inline-block;
}

#loadHistorique .bodyHistorique .ligneCirc div img,
#loadHistorique .bodyHistorique .ligneCirc a img{
	display: inline-block;
    margin-left: 5px;
	max-width: 25px;
}

#loadHistorique .bodyHistorique .ligneCirc a.circInfoCurrentCarte{
	background-color: var(--gris, lightgray);
	font-weight: bold;
}

#loadHistorique .bodyHistorique .ligneCirc div.circInfoCurrentCarte{
	background-color: #FBFBFB;
}

.historiqueContainer{
	position: relative;
}

.historiqueContainer .btnHistorique{
	position: absolute;
	top: 150px;
	max-width: 60px;
}

.historiqueContainer .btnHistorique.btnMoveHistoriqueLeft{
	left: -60px;
}

.historiqueContainer .btnHistorique.btnMoveHistoriqueRight{
	right: -60px;
}

#loadHistorique .bodyHistorique .ligneCirc a.hideText{
	background-color: #FBFBFB;
	color: transparent;
	text-decoration: none;
}

.imgIcone{
	max-width: 25px;
}

#legende-historiqueModal p{
	display: flex;
	align-items: flex-start;
}

#legende-historiqueModal p img{
	margin-right: 5px;
}

@media(max-width: 768px){


	#loadHistorique .headerHistorique div{
		min-width: 175px;
		max-width: 175px;
	}

	#loadHistorique .bodyHistorique .ligneCirc a,
	#loadHistorique .bodyHistorique .ligneCirc div{
		min-width: 175px;
		max-width: 175px;
	}

	.historiqueContainer .btnHistorique{
		max-width: 40px;
	}

	.historiqueContainer .btnHistorique.btnMoveHistoriqueLeft{
		left: 0px;
	}
	
	.historiqueContainer .btnHistorique.btnMoveHistoriqueRight{
		right: 0px;
	}

}
