/*---------------------Aide--------------------*/
.aideContainer{
	justify-content: center;
	color: white;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(0, 0, 0, 0.6);
}
.aideButton{
	position: absolute;
	right: 10%;
	bottom: 10%;
	
}
.aidePageNumbersCont{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
}
.aidePageNumbersCont label{
	margin-right: 10px;
	font-size: larger;
}
.aidePageNumbersCont .current{
	color:red;
}
.aidePageNumbersCont label:hover{
	color:	cyan;
	cursor: pointer;
}
.aideSommaireCont>h3:hover{
	color:	cyan;
	cursor: pointer;
}
.aideParagraph{
	width: 80%;
	margin-left: 10%;
}
.btnCloseAide{
	width: 100%;
	height: 35px;
	
	background-color: var(--orange);
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	border-radius: 10px;
	cursor: pointer;
}
.aideSecondCont{
	display: flex;
	flex-direction: row;
	background-color: #455f78;
	width: 80%;
	height: 80%;
	border-radius: 10px;
	font-size: larger;
}

.aideSecondCont p{
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
.aideAcceuil,.aideStatistiques,.aideTransport{
	width: 100%;
	text-align: center;
	overflow-y: scroll;
}