body
{
	box-sizing: border-box;
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 0;
	font-family: BricolageGrotesque-Regular;
}
body a
{
	color: #84aad4;
	text-decoration: none;
}
body a:hover
{
	text-decoration: underline;
}
@font-face 
{
	font-family: Figtree-Regular;
	src: url(https://lacorrespondance-communication.fr/References_web/Dog_promenade/fonts/Figtree/static/Figtree-Regular.ttf);
}
@font-face 
{
	font-family: Raleway-Black;
	src: url(https://lacorrespondance-communication.fr/References_web/Dog_promenade/fonts/static/Raleway-Medium.ttf);
}
@font-face 
{
	font-family: Freitag-Display;
	src: url(https://lacorrespondance-communication.fr/References_web/Dog_promenade/fonts/Freitag-Display.ttf);
}
@font-face 
{
	font-family: BricolageGrotesque-Regular;
	src: url(https://lacorrespondance-communication.fr/References_web/Dog_promenade/fonts/Bricolage_Grotesque/static/BricolageGrotesque-Regular.ttf);
}
#Logo img
{
	width: 100%;
}
#Visuel_header img
{
	max-height: 250px;
	padding-left: 20px;
}
#Accroche
{
	font-family: Freitag-Display;
	color: #dee8f3;
	font-size: 34px;
	padding-left: 20px;
	vertical-align: 110%;
	text-align: center;
	width: 40%;
	background: no-repeat url("Images/Background.png");
	background-size: 100%;
	background-position: 50%;
}
#Logo
{
	width: 35%;
}
#Visuel_header
{
	width: 15%;
}
#Logo, #Accroche, #Visuel_header
{
	display: inline-block;
}
@media screen and (max-width: 640px)
{
	#Logo
	{
		display: block;
		width: 80%;
		margin-left: 10%;
	}
	#Accroche
	{
		display: block;
		width: 80%;
		font-size: 22px;
		margin: auto;
	}
	#Visuel_header
	{
		display: none;
	}
}
@media screen and (min-width: 641px) and (max-width: 1200px)
{
	#Accroche
	{
		width: 40%;
		font-size: 22px;
	}
	#Visuel_header img
	{
		height: 15%;
		max-height: 120px;
	}
}
nav
{
	margin-top: 20px;
}
nav ul
{
	list-style-type: none;
	width: 80%;
	margin: auto;
}
nav li
{
	width: 250px;
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	background: no-repeat url("Images/Background.png");
	background-size: 100%;
	background-position: 50%;
}
nav a
{
	color: white;
}



					/**Centre de la page**/
#Centre
{
	width: 100%;
	text-align: center;
	padding: 1%;
	line-height: 200%;	
	background-color: #84aad4;
}
#Centre img
{
	width: 20%;
	max-width: 400px;
	margin: auto;
	padding: 10px;
}
#Accueil
{
	width: 65%;
	margin: auto;
	padding: 5%;
	border-radius: 5px;
	text-align: justify;
	background-color: white;
}
#Accueil h1
{
	font-family: Freitag-Display;
	color: #759fd1;
	text-align: center;
	padding: 20px;
	margin: auto;
}
#Accueil img
{
	width: 200px;
	background-color: none;
	display: right;	
}
#mentions_légales
{
	font-size: 13px;
}
							/**BAS DE PAGE **/
footer
{
	background-color: #dee8f3;
	text-align: center;
	font-size: 13px;
}
footer img
{
	width: 100px;
	display: inline-block;
	padding: 5px;
}
footer ul
{
	display: inline-block;
}
footer li
{
	display: inline-block;
	padding: 30px;
	vertical-align: 200%;
}
#FB img
{
	width: 20px;
	padding: 0;
}
	@media screen and (max-width: 640px)
	{
		footer li
		{
			display: block;
			padding: 10px;
		}
	}

