body{
  color: #353535;
  font-family: Segoe, "Trebuchet MS","Segoe UI", "DejaVu Sans", Verdana, "sans-serif";
  line-height: 140%;
  font-size: 13px;
  margin: 0;
}

.retour{
  clear: both;
}

/*................page HEADER...................*/


.container {
	width: 1140px;
	margin: auto;
	padding-top: 2%;
}

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

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

#tel{
	width: 24%;
	text-align: center;
	color: #f3ad36;
	float: left;
	margin-top: 40px;
} 

.num{
	padding: 7px;
	border: solid #D36211 1px;
}

#titre h1 {
	font-family: 'montserratthin';
	font-size: 50px;
	font-weight: bold;
	color: #f3ad36;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 30px;
}

#titre h2 {
	font-size: 12px;
	font-weight:normal;
	color: gray;
	text-align: center;
}

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

h2.image{
	text-align: center;
	margin: 10px 0 0 20px;
	padding-top: 120px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}

h3 {
	width: 200px;
	color: #fff;
	border: solid #fff 1px;
	text-align: center;
	margin: 100px 0 0 860px;
	padding: 2px;
}

h3 a{
	color: #fff;
	text-decoration: none;
}

	
/*................page MENU (nav)...................*/

#nav {
	list-style: none;
	text-align: center;
}

#menu{
	width: auto;
	float: left;
	font-size: 18px;
	margin-left: 550px;
}

#menu li{
	float: left;
	margin: 5px 60px 10px 0;
	list-style: none;
}

#menu a{
	color: #000;
	float: left;
	display: block;
	line-height: 35px;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover{
	float: left;
	display: block;
	color: #ffa11b;
	text-decoration-line: underline;
}

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

/*................page central INDEX...................*/


section.bg_gris {
	background:url("images/Rectangle 4.jpg")no-repeat;
	height: 793px;
} 

#prestations a{
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

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


#revetementmur {
	background: url("images/img_revetement.jpg") no-repeat;
	width: 350px;
	height: 349px;
	margin-bottom: 5px;
	float: left;
}

#revetementmur h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}

#revetementsol {
	background: url("images/revsol.jpg")no-repeat;
	width: 350px;
	height: 349px;
	margin-bottom: 5px;
	float: left;
}

#revetementsol h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}

#plafondtendu {
	background: url("images/plafondtendu.jpg")no-repeat;
	width: 350px;
	height: 349px;
	margin-bottom: 5px;
	float: left;
}

#plafondtendu h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}

#plafondsuspendu{
	background: url("images/plafondsusp.jpg")no-repeat;
	width: 350px;
	height: 349px;
	float: left;
}

#plafondsuspendu h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}

#revetementgris{
	background: url("images/iso.jpg")no-repeat;
	width: 350px;
	height: 349px;
	float: left;
}

#revetementgris h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}

#charpente{
	background: url("images/matériaux.jpg")no-repeat;
	width: 350px;
	height: 349px;
	float: left;
}

#charpente h2 {
	padding-top: 150px;
	text-align: center;
	color: white;
}


/*................page revetement mur...................*/



section.bg_galerie{
	width: 50%;
	float: left;
	margin-right: 40px;
}

section.bg_partenaire{
	width: 30%;
	float: left;
}

li {
	text-align: left;
	color: #666666;
}

li a{
	text-align: left;
	text-decoration: none;
	color: #666666;
}
.col2{
	width: calc(100%/2)-10px;
	margin: 0 0px 0 10px;
	padding-bottom: 15px;
	float: left;
}
.center {
	text-align: center;
	font-size: 14px;
	margin: 10px 0 40px 0;
	color: #666666;
}


/*................page CONTACT...................*/

section.bg_contact{
	width: 30%;
	text-align: right;
	padding: 0px 0 200px 250px;
	display: block;
	float: left;
}

#contact{
	text-align: right;
	width: 400px;
	height: 400px;
	font-size: 14px;
	color: #666666;
	float: left;
}

.right {
	text-align: right;
	margin-right: 200px;
}


/*................PAGE contact.formulaire..................*/


#contactform{
	width: 400px;
	font-size: 14px;
	color: #666666;
	display: block;
	float: left;
}

#contact label{
	font-size: 12px;
	margin: 20px 0 5px 0;
	color: #666666;
	float: left;
}

#contact input[type="text"]{
	width: 100%;
	height: 35px;
	border: 1px solid #e28e42;
}

#contact textarea {
	width: 100%;
	border: #e28e42 1px solid;
	resize: none;
}

#contact input[type="submit"]{
	width: 200px;
	padding: 10px;
	border: 1px solid #e28e42;
	font-size: 15px;
	
	color: #e28e42;
	text-transform: uppercase;
	margin: auto;/*centrer le block envoyer*/
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

#contact input[type="submit"]:hover{
	
	color: #666;
	cursor: pointer;
}

/*................page FOOTER...................*/

section.bg_orange {
	background-color: #f3ad36;
	height: 150px;
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
} 

.col4{
	width: calc(100%/3)-20px;
	margin: 0 50px 0 110px;
	padding-bottom: 15px;
	float: left;
}

.col4 li a:hover{
	color: #fff;
}


#garanties.bloc4{
	text-align: center;
	float: left;
}

section.bg_partenaires {
	background-color: #fff;
	height: 200px;
	text-align: center;
	margin-bottom: 50px;
} 

.col5{
	width: calc(100%/4)-10px;
	margin: 0 50px 0 63px;
	padding-top: 10px;
	float: left;
}

.stgobain {
	margin-top: 50px;
}

.couleur{
	color: #f3ad36;
}

section.bg_footer {
	background-color: #303030;
	text-align: left;
	color: #fff;
	font-size: 10px;
} 

.copyright {
	color: #666666;
	text-align: center;
	padding-bottom: 15px;
}


