﻿html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;background-color: #FFFFFF;}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
@media screen and (min-width:468px) and (orientation: landscape)  { 
header {
	top: 0px;
	position: fixed;
	}
}
@media screen and (min-width: 28px) and (max-width: 467px){
header {
	top: 0px;
	position: fixed;
	}
	
}

header {
	width: 100%;
	z-index: 99999;
	}

section{
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: auto;
	z-index: 99997;
	background-color: #FFFFFF;
	top:50px;
	}
.titre {
	width: 100%;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #820000;
	font-size: 30px;
	font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.parag {
	width: 96%;
	color: #820000;
	font-size: 18px;
	margin: 0px 1%;
	padding: 10px 1%;
	text-align: left;
}
.garantie img, .installation img, .maintenance img, .livraison img {
	width : 100%;
	height : 300px; 
	margin: auto;
	text-align: center;
}

footer {
	display: block;
	position: relative;
	width: 100%;
	top: 52px;
	z-index: 99996;
	vertical-align: bottom;
	}