body{
	background-color: #e9e2d5;
}

*{
	outline: none;
}

.rubik-dirt-regular {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-style: normal;
}

#logo{
	max-width: 90%;
	width: 600px;
	height: auto;
	display: block;
	margin: 200px auto 50px auto;
}

.infos{
	color: #333333;
	text-align: center;
	font-size: 22px;
	font-family: "Lato", sans-serif;
  	font-style: normal;
}
.gras{
	font-weight: 600;
	font-size: 28px;
}

.coordonées{
	color: #333333;
	text-align: center;
	font-size: 18px;
	font-family: "Lato", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	line-height: 1.5;
  }
.italique{
  	font-style: italic;
  }

#lien_fb{
	padding-top: 25px; 
	display: block;
	max-width: 180px;
	margin: 0 auto;
}

a{
	color: #333333;
	text-decoration: none;
}

#lien_fb img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width : 520px) {

p{
	max-width: 280px;
	margin-left:auto ;
	margin-right: auto;
}
}