/* CSS Document */

body{
	font-family: "Verdana";
	line-height: 120%;
}

.container{
	width: 1140px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.retour{
	clear: both;
}

#logo{
	width:25%;
	float: left;
}

#titre{
	width: 50%;
	float: left;
	padding-top: 34px;
}

#titre h1{
	font-family: "Riffic Free";
	color: #f3ad36;
	font-weight: bold;
	font-size: 52px;
	text-align: center;
}

#titre p{
	padding-top: 30px;
	text-align: center;
	color: #333333;
	font-size: 15px;
}

#tel{
	float: left;
    width: 187px;
    padding: 55px 30px 30px 30px;
}

#tel img{
	padding: 10px 10px 10px 20px;
	vertical-align: middle;
}

#tel p{
	color: #de833a;
	font-family: "Myriad Pro";
	font-size: 17px;
	font-weight: bold;
	border: #de833a 1px solid;
}

#header{
	background: url("images/imageheader.jpg") center no-repeat;
	height: 564px;
	text-align: center;
	margin-top: 30px;
	color:white;
}

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

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

#header a:hover{
	color: grey;	
}

/*-------------NAV------------- */
nav {
	width: 1140px;
	margin: auto;
	padding: 20px 0 20px 450px;
}

#menu li{
	float: left;
	padding: 0 10px 0 10px; 
}

#menu a{
	text-align: center;
	color: #333333;
	float: left;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
}

#menu a:hover{
	color: #de833a;
	border-bottom: #de833a 1px solid;
	padding-bottom: 10px;
	display: inline;
}

/*-------------PRESTATIONS------------- */

.bg_gris{
	background: #e3e3e3;
	display: block;
}

.col3{
	width:calc((100%/3 - 30px));
	margin: 15px;
	float: left;	
}

#prestation .col3{
	position: relative;
}

#prestation p{
	position: absolute;
	width: 100%;
	left: 10%;
	top: 160px;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	width: 80%;
}

#prestation p:hover{
	border: white 1px solid;
	text-align: center;

}

/*-------------GARANTIES------------- */

.col4{
	width: 22%;
	margin: 1.5%;
	float: left;	
}

.bg_orange{
	background: #f3ad36;
	display: block;
	width: 100;
}

#garanties .col4{
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-size:13px;
}

#garanties p{
	padding-top: 10px;
	
}

.bg_orange h2{
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

/*-------------PARTENAIRES------------ */

.partenaires h2{
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}


.partenaires h2 span{
	text-transform: uppercase;
	color: #f3ad36;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*-------------FOOTER------------- */

footer{
	background: #303030;
}

footer h2{
	color: #f3ad36;
	font-size: 14px;
	text-transform: uppercase;
}

footer p{
	font-size: 12px;
	line-height: 150%;
	padding-top: 15px;	
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
}

footer a:hover{
	color: #f3ad36;
}

footer h3{
	color: white;
	font-size: 10px;
	text-align: center;
}

/* -------------PAGE CONTACT------------- */
.col2{
	width: calc((100%/2) - 20px);
	margin: 10px;
	float: left;
}

strong{
	font-weight: bold;
}

main h2{
	color: grey;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}

main p{
	color: grey;
	font-size: 18px;
	text-align: right;
	padding-bottom: 30px;
	line-height: 150%;
}

#contact_form label {
    font-size: 18px;
    color: grey;
}

#contact_form input[type="text"], #contact_form input[type="email"], #contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #f3ad36;
    font-size: 15px;
    color: #aaa;
    box-sizing: border-box;
	margin: 15px 0 15px 0;
}

#contact_form textarea{
	height: 250px;
	width: 100%;
	border: 1px solid #f3ad36;
	margin: 15px 0 15px 0;
}

#contact_form input[type="submit"] {
	display: block;
	margin: auto;
	text-align: center;
	border: 1px solid #f3ad36;
	font-size: 15px;
	text-transform: uppercase;
	background-color: transparent;
	color: #f3ad36;
	padding: 10px 40px;
}



/*-------------PAGE REVETEMENT MUR------------- */
main .bg_img img{
	max-width: 100%;
	height: auto;
}

.bg_img{
	background: orange;
	float: right;
	margin: 5px;
	width: 150px;
	height: 150px;
}

main .col2_images img:hover{
	opacity: 0;
}

main ul{
	color: grey;
	font-size: 18px;
	line-height: 200%;
}