body
{ 	font-family: Arial, Helvetica, sans-serif;
	color:#888;
}

*
{	box-sizing:border-box;
	margin-block-start:0px;
	margin-block-end:0px;
	margin:0px;
}
/*Mise en page du header*/
header a
{	display:inline-block;
	vertical-align:middle;
	color:black;
	font-size:25px;
	text-decoration:none;
	margin-left:6px;
	margin-right:6px;
	
}
header > div:first-child
{	display:inline-block;
	width:49%;
	
}
header > div:last-child
{	display:inline-block;
	width:49%;
	margin-left:calc(2% - 5px);
}
header img
{	width:30px;
	height:auto;
}
#logo
{	height:110px;
	width:auto;
	margin: -20px 0 -20px 10px;
}
header > div:last-child
{	text-align:right;
	
}
/*Mise en page de la section*/
section > div
{	display: inline-block;
	height: 408px;
	width: 50%;
	vertical-align: top;
}
section > div:first-child > h1
{
	margin-top: 50px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 35px;
}
section > div:first-child > h2
{
	margin-top: 50px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 25px;
}
section > div:first-child
{
	text-align: center;
	background-color: darkslategray;
	color: white;
}
.bouton
{
	padding: 15px 45px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
}
.btn_gauche
{
	margin-top: 20px;
	color: gray;
	background-color: white;
}
.btn_droite
{
	margin-top: 40px;
	color: white;
	background-color: darkslategray;
}
/*section > div:last-child > */
section > div > div
{
	height: 50%;
	text-align: center;
	color: darkslategray;
}
section > div > div:first-child
{	background-image:url(./img/fonds/imgJardin.jpg);
	
}
section > div > div:last-child
{	background-image:url(./img/fonds/imgProd.jpg);
	
	
}
section > div:last-child h2
{
	padding-top: 25px;
}
/*Mise en page de main*/
main
{	height:150px;
}
/*Mise en page de footer*/
footer
{	height:70px;
	text-align:center;
	background-color:#f0f0f0;
	position:absolute;
	bottom: 0;
	width:100%;
}
footer > p
{
	display: inline-block;
	margin-right: 20px;
}
footer > :last-child
{
	margin-left: 20px;
}
.fantom
{
	height:100%;
	vertical-align: middle;
	display: inline-block;
}