

#acces_public .lien_vide:hover {
	color: #EEB71F;
}

#acces_reserve .lien_vide:hover {
	color: #014CA0;
}

#acces_prive .lien_vide:hover {
	color: #00AD7F;
}

.section_index {
	margin: 20px 10px 10px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.titre {
	font-size: 2em;
	text-align: center;
	height: 70px;
	width: 300px;
	margin-bottom: 0px;
	border-radius: 15px
}

#acces_public .titre {
	background-color: #014CA0;
	color: white;	
	display: flex;
	justify-content: center;
	align-items: center;
}

#acces_reserve .titre {
	background-color: #00AD7F;	
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;	
}

#acces_prive .titre {
	background-color: #EEB71F;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	min-height: 150px;
	width: 300px;
	margin-top:0px;	
	border-radius: 15px
}

.content ul {
	margin-top: 0;
	/*margin-left: 5px;*/
	padding-top: 10px;
	/*padding-left: 10px;*/
}

.content a {
	color: black;
}


#acces_public .content{
	background-color: #56A6FE;

}

#acces_reserve .content{
	background-color: #55FFD0;

}

#acces_prive .content{
	background-color: #F3CB61;

}


/*========== ECRAN PETITE TAILLE ==========*/
@media screen and (max-width: 640px) {
	.section_index div, .titre {
		width: 100%;
	}

}
