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
{
	background-color: #84aad4;	
	padding-top: 10px;
}
#Prestations, #Tarifs, #Conditions, #Réservation, #Présentation
{
	font-size: 15px;
	width: 60%;
	text-align: justify;
	padding: 3%;
	margin-left: 17%;
	line-height: 130%;	
	background-color: white;
}
	@media screen and (max-width: 640px)
	{
		#Prestations, #Tarifs, #Conditions, #Réservation, #Présentation
		{
			width: 80%;
			margin-left: 7%;
		}
	}
		@media screen and (min-width: 641px) and (max-width: 1007px)
	{
		#Prestations, #Tarifs, #Conditions, #Réservation, #Présentation
		{
			width: 80%;
			margin: 8%;
			text-align: justify;
		}
	}
#Tarifs
{
	margin-top: 0;
}
#Prestations h1, #Tarifs h1, #Conditions h1, #Réservation h1, #Présentation h1
{
	font-family: Freitag-Display;
	text-align: center;
	color: #84aad4;
	line-height: 130%;
}
#Présentation img
{
	width: 250px;
	border: 3px solid #84aad4;
	border-radius: 5px;
}
#Message_erreur
{
	background-color: white;
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	font-size: 15px;
}
#Message_erreur h2
{
	font-family: Freitag-Display;
	color: #84aad4;
	font-size: 34px;
}
#Message_erreur img
{
	width: 150px;
}
			/**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;
		}
	}
