/*----------------- Général -----------------*/

body {
	font-family: Verdana, sans-serif;
}

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

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

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

.col4 {
	width: calc((100%/4) - 30px);
	margin: 0px 15px;
	float: left;
}

.txt_orange {
	color: #f3ad36;
}

.retour {
	clear: both;
}

/*----------------- Header -----------------*/

#logo {
	width: 20%;
	margin: 35px 15px;
	float: left;
}

#titre {
	width: 50%;
	text-align: center;
	margin: 35px 30px;
	float: left;
}

#titre p{
	font-size: 15px;
	color: #333333;
	line-height: 23px;
}

#tel {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	margin : 65px 15px;
	padding: 10px 15px;
	border: 2px solid #de833a;
	display: flex;
	float: right;
}

#tel p{
	font-family: Myriad Pro, sans-serif;
	font-size: 17px;
	color: #de833a;
	margin: auto 0px;
	margin-left: 25px;
}

#imgheader {
	background: url("images/imageheader.jpg") center no-repeat;
	background-size: cover;
	height: 564px;
}

#imgheader h2{
	font-size: 26px;
	font-weight: bold;
	color: white;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 200px;
}

#imgheader a{
	display: block;
	width: 300px;
	font-size: 17.25px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	margin: 70px auto;
	padding: 15px;
}

/*----------------- Navigation -----------------*/

#navheader {
	width: 950px;
	text-align: center;
	margin: auto;
	padding: 20px;
}

#navheader a {
	font-size: 17px;
	display: block;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 32px 10px 32px;
	float: left;
}

#navheader a:hover {
	color: #f3ad36;
	border-bottom: 2px solid #f3ad36;
	padding-bottom: 5px;
	margin-bottom: -2px;
}

/*----------------- Accueil -----------------*/

.bg_gris {
	background-color: #e3e3e3;
}

#prestations a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	color: white;
}


#prestations a:hover{
	border: 2px solid #FFFFFF;
}

#photos_accueil .col3{
	height: 200px;
	margin: 15px;
	padding-top: 150px;
}

#revetementmurs {
	background: url("images/img_revetementmurs.jpg") center no-repeat;
}

#revetementsol {
	background: url("images/img_revetementsol.jpg") center no-repeat;
}

#plafonds {
	background: url("images/img_plafonds.jpg") center no-repeat;
}

#plafondssusp {
	background: url("images/img_plafondssusp.jpg") center no-repeat;
}

#iso {
	background: url("images/img_iso.jpg") center no-repeat;
}

#materiaux {
	background: url("images/img_materiaux.jpg") center no-repeat;
}

/*----------------- Accueil-Garanties -----------------*/

.bg_orange {
	background-color: #f3ad36;
}

#garanties .col4{
	text-align: center;
	padding-bottom: 25px;
}

#garanties h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 35px;
	color: #FFFFFF;
}

#garanties h2{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding: 15px;
	color: #FFFFFF;
}

/*----------------- Accueil-Partenaires -----------------*/

#forbo{
	margin-top: -15px;
}

#partenaires .col4{
	text-align: center;
	padding-bottom: 65px;
}

#partenaires h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 35px;
}

/*----------------- Revetementmur -----------------*/

#rev h1{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 30px 0px 60px 0px;
}

#rev .col2 img{
	width: 264px;
	height: 264px;
	margin: 3px;
	float: left;
}

#rev ul {
	list-style-image: url("images/puce.png");
	font-size: 18px;
	line-height: 34px;
	color: #666666;
	margin: 0px 30px;
	
}

/*----------------- Contact -----------------*/

#contact h1{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 30px 0px 60px 0px;
}

#contact h2{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

#pres p{
	text-align: right;
	line-height: 21px;
	color: #666666;
}

#questionnaire {
	margin-left: 30px;
}

label {
	display: block;
	margin-bottom: 10px;
}

#questionnaire input {
	width: 510px;
	height: 30px;
	border: 1px solid #e28e42;
	margin-bottom: 30px;
}

#questionnaire textarea {
	width: 510px;
	height: 300px;
	border: 1px solid #e28e42;
}

#questionnaire input[type="submit"]{
	display: block;
	text-transform: uppercase;
	height: auto;
	width: 195px;
	font-size: 16px;
	color: #e28e42;
	border: 1px solid #e28e42;
	padding: 17px;
	margin: 50px auto;
	background-color: #FFFFFF;
}

/*----------------- Footer -----------------*/

.bg_gris2 {
	background-color: #303030;
}

#footer {
	padding: 15px;
}
#footer h3{
	text-transform: uppercase;
	font-size: 14px;
	color: #f3ad36;
	padding: 20px 0px;
}

#footer a{
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: white;
}

#footer p{
	font-size: 12px;
	line-height: 20px;
	color: white;
}

#footer h4{
	font-size: 10px;
	text-align: center;
	margin: 55px 0px 10px 0px;
	color: white;
}