/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

#conteneur{
	margin-left:auto;
	margin-right:auto;
	/*width:600px;*/
	text-align:center;
	margin-top:0px;
}
#b1{
	margin-bottom:40px
	}

#b1 a{
	text-decoration:none;
	color:#999;
	font-family: 'Roboto', sans-serif;
	font-size:3vh;
	font-weight:300;
}

#b1 a:hover{
	color:#F30;
	text-decoration:underline;
}
#logo{
	width:500px;
}

@media screen and (min-width: 320px)  and (max-width:500px) {
	#logo{
	width:300px;
}
}