/* attributs generaux */

body{
	font-family: trebuchet MS, arial, sans serif;
	font-size: 13px;
}

.retour{
	clear: both;
}

.container{
	width: 1140px;
	margin: auto;
}



/*header*/

	/*header : partie haute*/

header .container{
	margin: 30px auto;
}

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

#titre{
	text-align: center;
	width: 50%;
	float: left;
	padding: 20px 0;
}

#titre h1{
	font-size: 62px;
	font-weight: bold;
	color: #f3ad36;
	padding-bottom: 13px;
}

#titre p{
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}

#tel{
	width: 25%;
	float: left;
	padding: 50px 0px;
}

#tel img{
	float: left;
    margin-right: 15px;
    margin-top: -5px;
}
	
#tel .container{
	color: #de833a;
	border: 1px solid #de833a;
	padding: 15px 10px 10px 10px;
	width: 45%;
	margin: auto;	
}

	/*header : image*/

#img_header{
	background-image: url("images/photo-header.jpg");
	width: 100%;
	height: 564px;
	text-align: center;
	margin: auto;
}

#img_header h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	padding: 200px 50px 50px 50px;
}

#img_header a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #ffffff;
	text-decoration: none;
	padding: 10px 12px;
}

	/* header : nav */

nav ul{
	width: 750px;
	margin: auto;
}

nav li{
	float: left;
}

nav a{
	display: block;
	color: #333333;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	margin: 20px 20px;
	text-align: center;
	border-bottom: 1px solid transparent;
}

nav a:hover{
	color: #f3ad36;
	border-bottom-color: #f3ad36;
}



/* prestations */

.bg_gris{
	background: #e3e3e3;
	padding: 50px;
}

#prestations a{
	display: block;
	width: 350px;
	height: 200px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
}

#prestations a:hover h3{
	border: 1px solid #ffffff;
}

#prestations h3{
	border: 1px solid transparent;
	width: 210px;
	margin: auto;
	padding: 20px 0;
}

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

#rev_murs{
	background: url("images/img_revetement.jpg");
	width: 350px;
	height: 349px;
}

#rev_sols{
	background: url("images/img_sol.jpg");
	width: 350px;
	height: 349px;
}

#plafonds_tend{
	background: url("images/img_plafond.jpg");
	width: 350px;
	height: 349px;
}

#plafonds_sus{
	background: url("images/img_plafond-sus.jpg");
	width: 350px;
	height: 349px;
}

#iso{
	background: url("images/img_iso.jpg");
	width: 350px;
	height: 349px;
}

#materiaux{
	background: url("images/img_materiaux.jpg");
	width: 350px;
	height: 349px;
}



/* Garanties */

.bg_orange{
	background: #f3ad36;
}

#garanties p{
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

#garanties .col4 p{
	font-size: 11px;
	line-height: 140%;
}

.col4{
	width: calc((100%/4) - 20px);
	margin: 10px;
	float: left;
	text-align: center;
	
}



/* Partenaires */

#partenaires {
	margin-bottom: 60px;
}

#partenaires p{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#partenaires span{
	color: #f3ad36;
}



/* Page Revêtement de murs */

h2{
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0 50px 0;
}

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

#page_rev_murs .col2 img{
	width: calc(50% - 20px);
	float: left;
	margin: 0 10px 20px 10px;
}

#page_rev_murs{
	margin: auto;
}

#page_rev_murs li{
	background: url("images/caret-right.svg") no-repeat;
	color:#666666;
	font-size: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#page_rev_murs .container{
	margin-bottom: 150px;
}



/* Contact */

strong{
	font-weight: bold;
}

#contact p{
	text-align: right;
	padding-bottom: 20px;
	line-height: 110%;
	color: #666666;
}

#formdsap p{
	text-align: left;
}

#formdsap label{
	color: #363636;
}

#formdsap input{
	border: 1px solid #e28e42;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 290px;
	height: 30px;
	padding-left: 10px;
}

#formdsap textarea{
	border: 1px solid #e28e42;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 280px;
	padding: 10px;
	height: 130px;
	font-family: trebuchet MS, arial, sans serif;
}

#formdsap .btn-contact{
	border: 2px solid #e28e42;
	background: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 35px;
	color: #e28e42;
	font-size: 12px;
	width: 130px;
	margin: auto 90px;
}

#formdsap{
	margin-bottom: 200px;
}

/* Footer */

footer{
	padding-top: 20px;
}

.bg_gris_fonce{
	background: #303030;
}

.titre_footer{
	text-transform: uppercase;
	color: #f3ad36;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 20px;
}

footer .col4{
	text-align: left;
	color: #FFFFFF;
}

footer a{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

footer li{
	line-height: 19px;
	color: #FFFFFF;
}

footer p{
	padding-bottom: 20px;
}

.copyright{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 40px;
}

.footer{
	width: 800px;
	margin: auto;
}
