@charset "UTF-8";
/* CSS Document */
body{
	font-family: verdana;
}


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

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

#titre{
	width: 50%;
	float: left;
}

#titre h1{
	font-family: Riffic Free;
	font-size: 38px;
	color: #f3ad36;
	text-align: center;
}

#titre p{
	text-align: center;
	margin-top: 6px;
	font-size: 11px;
	line-height: 18px;
}

#tel{
	width: 25%;
	margin-top: 28px;
	float: left;
}

.retour{
	clear: both;
}

#header{
	height: 564px;
	background: url("images/photo header.png") center no-repeat;
	background-size: cover;
}

#header h2{
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	margin-top: 144px;
}

#header h3{
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	width: 314px;
	margin: auto;
	margin-top: 146px;
	font-size: 22px;
	padding: 6px;
}

#contact{
	color: #ffffff;
}

#contact a{
	float: left;
	display: block;
	line-height: 8px;
	color: #000000;
	margin: 16px;
	text-decoration: none;
}

#contact a:hover{
	color: #f3ad36;
}

#contact ul{
	padding-left: 202px;
}



#fondgris{
	background: #e3e3e3;
}

#fondgris h3{
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 16px;
}

.col3{
	width: 30%;
	margin: 1.5%;
	text-align: center;
	float: left;
}

#mur{
	background: url("images/revetement.jpg");
	height: 350px;  
}

#sol{
	background: url("images/revetementssol.jpg");
	height: 350px;
}

#tendus{
	background: url("images/plafonds.jpg");
	height: 350px;
}

#suspendus{
	background: url("images/plafonds.jpg");
	height: 350px;
}

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

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

.text_blanc{
	color: #ffffff;
	text-decoration: none;
}

.text_blanc:hover{
	border: 1px solid #ffffff;
	padding: 12px;
 }

p{
	margin-top: 50%;
}

#fondorange{
	background: #f3ad36;
}

#fondorange h2{
	color: #ffffff;
	margin-top: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 14px;
}

#fondorange h3{
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 18px;
}


.col4{
	width: 22%;
	float: left;
	text-align: center;
	margin: 0 1.5%;
}


#fondlogo h2{
	font-size: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 26px;
}

#fondlogo .col4{
	margin-bottom: 16px;
}

.text_orange{
	color: #f3ad36;
}

#footer{
	background: #303030;
}

#footer h2{
	font-size: 16px;
	color: #f3ad36;
	text-transform: uppercase;
	margin-bottom: 22px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
    font-size: 11px;
}

#footer p{
	line-height: 16px;
	font-size: 11px;
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 16px;
}

#footer .col4{
	text-align: justify;
	margin-bottom: 12px;
}

.copyright{
	text-align: center;
	font-size: 8px!important;
}

#revetement{
	background: #ffffff;
}

#revetement h2{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666666;
}

.col2{
	width: 48%;
	margin: 0 1%;
	float: left;
}

section h2{
	text-align: center;
	margin-bottom: 60px;
	font-size: 20px;
    letter-spacing: 2px;
	text-transform: uppercase;
	color: #666666;
}

#services li{
	line-height: 28px;
	color: #666666;
}

#services img{
	margin-right: 16px;
}


section h3{
	text-align: right;
	color: #666666;
}

section p{
	
	margin-bottom: 28px;
	text-align: center;
}

section li{
	text-align: left;
	font-size: 11px;
    line-height: 14px;
	color: #666666;
}


.contact p{
	margin-top: 28px;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: right;
}

.contact li{
	text-align: right;
}

.contact img{
	margin-right: 4px;
}

#formulaire input{
	width: 100%;
	padding: 4px;
    border: 1px solid #f3ad36;
    margin-top: 12px;
}

#formulaire p{
	text-align: left;
	font-size: 14px;
	margin-top: inherit;
}

textarea{
	width: 100%;
	height: 300px;
	resize: none;
	margin-top: 12px;
	border: 1px solid #f3ad36; 
}


#formulaire input[type="submit"]{
	width: 150px;
	color: #f3ad69;
	font-size: 20px;
	border: 1px solid #f3ad36;
	padding: 12px;
	display: block;
	margin: auto;
	background: #ffffff;
}

#formulaire input[type="submit"]:hover{
	color: #ffffff;
	background: #f3ad36;
	cursor: pointer;
}


	




