@charset "utf-8";
html{
	font-size: 16px;
}


a, a:visited{
	color: black;
	text-decoration: none;
}

a:hover, a.nav-link:hover{
	color: #00A5C8;
}

.current-menu-item a{
	color: #00A5C8;
}

body{
	padding: 1rem;
	font-family: 'Roboto';
	background-color: #E6E6E6;
	color: #000000;
}

.espaceV{
	margin-top: 3rem;
}

/*menu*/
ul.menu{
	list-style-type: none;
	text-align: center;
	font-size: 1.5rem;
	padding: 0;
}
ul.menu li{
	padding-left: 1rem;
	padding-right: 1rem;
}