body {
	font-family: "verdana";
}

.container {
	width: 1140px;
	margin: auto;
	padding: 10px 0;
}

#logo {
	width: 25%;
	float: left;
	margin: 40px 0;
}

#titre {
	width: 50%;
	float: left;
	text-align: center;
}

#titre h1 {
	font-family: "Riffic Free";
	font-size: 52px;
	color: 	#f3ad36;
	padding: 45px 0 15px 0;
}

#titre h3 {
	font-size: 15px;
	line-height: 22px;
}

#tel {
	width: 25%;
	float: left;
	font-family: "Myriad Pro";
	font-size: 17px;
	color: #de833a;
	text-align: right;
	margin: 75px 0; 
}

#tel span {
	
	border: solid 2px #de833a;
	padding: 10px;
}

#tel img {
	vertical-align: middle;
}
	
.retour {
	clear: both;
}

#header {
	background: url(img/photoheader.jpg) center no-repeat;
	background-size: cover;
	height: 564px;
	text-align: center;
}

#header h2 {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 26px;
	margin: auto;
	color: white;
	text-transform: uppercase;
	padding: 200px 0 45px 0;
	line-height: 50px;
}

#header span {
	border: 1px solid white;
	padding: 10px;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
}

#header a {
	text-decoration: none;
	color: white;
}

.bg_gris {
	background-color: #e3e3de;
	height: 793px;
}

.col3 {
	width: 30%;
	margin: 1.5%;
	float: left;
}

#prestations span {
	display: block;
	position: absolute;
	width: calc(70% - 14px);
	left: 50%;
	top: 160px;
	padding: 7px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border:1px solid white;
	transition: all 0.8s;
}

#prestations img{
	width: 100%;
	height: auto;
	transition: all 0.8s;
}

#prestations .col3 {
	position: relative;
	overflow: hidden;
}

#menu {
	padding: 20px 37px;
	text-transform: uppercase;
	font-size: 17px;
}

#menu a {
	float: left;
	padding-left: 70px;
	text-decoration: none;
	color: #333333;
}

#menu a:hover {
	color: #f3ad36;
	text-decoration: underline;
}

#prestations {
	text-align: center;
}


#prestations a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#prestations a:hover p{
	padding: 10px;
	border: 1px solid white;
}


#prestations a:hover img{
	-moz-transform: scale(1.08) rotate(5deg);
	-webkit-transform: scale(1.08) rotate(5deg);
	-o-transform: scale(1.08) rotate(5deg);
	-ms-transform: scale(1.08) rotate(5deg);
	transform: scale(1.08) rotate(5deg);
}

.col4 {
	float: left;
	width: 25%;
	
}

.bg_orange {
	background-color: #f3ad36;
	height: 252px;
}

#garanties {
	text-align: center;
}

#garanties h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 17px;
	padding: 25px 0;
}

#garanties p {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	padding-top: 20px;
	line-height: 25px;
}

#garanties img {
	min-height: 62px;
}

#partenaires h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 17px;
	padding: 25px 0;
	text-align: center;
}

h2 span {
	color: #f3ad36;
}

#partenaires .col4 {
	padding: 30px 0;
	text-align: center;
}

.bg_noir {
	height: 267px;
	background-color: #303030;
}

.bg_noir h3 {
	font-size: 14px;
	color: #f3ad36;
	text-transform: uppercase;
	padding-top: 30px;
}

.bg_noir p {
	color: white;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
}

.col2 {
	float: left;
	width: 50%;
}

#revetement {
	padding-bottom: 300px;
}

#revetement h2 , #contact h2 {
	color: #666666;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 25px 0 50px;
}

#revetement li {
	color: #666666;
	font-size: 18px;
	line-height: 25px;
	margin-left: 40px;
	background: url(img/puce.png) no-repeat left;
	padding-left: 20px;
}

#revetement img {
	padding-bottom: 5px;
}

#contact p {
	font-size: 15px;
	text-align: right;
	color: #666666;
	line-height: 20px;
	margin-right: 20px;
}

#contact span {
	font-weight: bold;
}

#contact img {
	padding-right: 5px;
}

#formulaire p {
	text-align: left;
	margin: 0 0 20px 20px;
}

#contact input[type="text"] {
	width: calc(100% - 14px);
	border: solid 1px #D9A378;
	padding: 7px;
	line-height: 20px;
}

#contact textarea {
	height: 250px;
	width: calc(100% - 20px);
	border: solid 1px #D9A378;
	padding: 10px;
	margin-bottom: 25px;
}

#contact label {
	color: black;
}

#contact {
	padding-bottom: 300px;
}

#contact input[type="submit"] {
	border: 2px solid #D9A378;
	padding: 20px;
	font-size: 18px;
	width: 200px;
	text-transform: uppercase;
	background-color: white;
	color: #D9A378;
	margin: auto;
	cursor: pointer;
	display: block;
	
}