.ligne_menu 
{
	transition: 0.4s;
}

.ligne_menu::after
{
	content: "";
	clear: both;
	display: table;
}

.ligne_menu .menu_liens
{
	display: inline;
}

.menu_liens a, a.icone
{
	float: left;
	display: block;
	border-radius: 4px;
	color: rgba(60,60,59,0.87);
	text-align: center;
	padding: 2px 9px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	transition: 0.3s;
}

/* Change the color of links on hover */
.menu_liens a:hover 
{
    background-color: rgba(66,171,176,1);
    color: white;
}

/* Hide the link that should open and close the ligne_menu on small screens */
.ligne_menu a.icone 
{
    display: none;
}

#bouton_menu
{
	display: none;
	font-size: 2em;
}

.pasvu
{
	display: inline;
}

.logo, .logo a
{
	text-align: center;
}
