/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.retour{
	clear: both;
}

a{
	text-decoration: none;
}

body{
	font-family: Verdana;
}
/*----------- HEADER -----------*/

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

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

#titre{
	font-family: arial;
	font-size: 17px;
	width: 50%;
	margin: 20px auto;
	float: left;
	text-align: center;
}

#tel{
	border: 1px solid darkorange;
	font-family: Myriad Pro;
	color: darkorange;
	font-size: 17px;
	margin: 40px 0px 40px 0px;
	padding: 16px 15px 15px 15px;
	display: flex; 
	float: right;
	transition: all ease 500ms;
}

#tel p{
	margin: 5px 0px 0px 10px;
}

#tel:hover{
	background-color: darkorange;
	color: white;
	cursor: pointer;
	transition: all ease 500ms;
}

#bordure{
	border: 1px solid darkorange;
}

#image{
	text-align: center;
	font-size: 26px;
	color: white;
	width: 100%;
	height: 550px;
	background: url("images/photo header.jpg") no-repeat center;
}

#image p{
	font-weight: bold;
	padding-top: 150px;
	line-height: 45px;
}

#image a{
	transition: all ease 250ms;
 	text-align: center;
	display: block;
	width: 400px;
	padding: 14px 14px 14px 14px;
	font-size: 25px;
	margin: 80px auto;
	color:white;
	border: 1px solid white;
}

#image a:hover{
	background-color: white;
	color:darkorange;
	transition: all ease 500ms;
}

/*----------- _nav -----------*/

#menu{
	margin: 20px 0px 18px 532px;
	float: left;
}

#menu li{
	margin-right: 50px;
	float: left;
}

#menu a{
	float: left;
	display: block;
	line-height: 45px;
	color: black;
}

#menu a:hover{
	color: darkorange;
	border-bottom: 2px solid darkorange;
	margin-bottom: -2px;
}

/*----------- INDEX -----------*/

.bg_gris{
	background-color: #e3e3e3;
}

.bg_orange{
	background-color: #f3ad36;
}

#prestations .col3{
	padding: 0px 20px;
	width: calc((100%/3) - 65px);
	height: 348px;
	margin: 25px 25px 25px 0px;
	float:left;
}

#prestations .col3 a{
	transition: all ease 500ms;
	border: 2px solid transparent;
	display: block;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	margin-top: 160px;
	text-align: center;
	color: white;
}

#prestations .col3 a:hover{
	border: 2px solid white;
	transition: all ease 500ms;
}

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

#revetements_sols{
	background: url("images/revetements sol.jpg") center no-repeat;
}

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

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

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

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

#garanties{
	text-align: center;
}

#garanties .container{
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding-top : 35px;
}



.col4{
	padding: 30px;
	margin: 20px 45px;
	float: left;
	line-height: 22px;
}

.col4 p{
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.orange{
	color: darkorange;
}

#centrer{
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

.col5{
	margin: 40px 50px;
	float: left;
}

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

#footer{
	color: white;
	background-color: #303031;
}

#footer a{
	transition: all ease 500ms;
	font-size: 12px;
	color: white;
}

#footer a:hover{
	color: darkorange;
	cursor: pointer;
	transition: all ease 500ms;
}

#footer .col4{
	margin: 40px 123px 40px 20px;
	padding: 0px;
}

#footer .col4 p{
	font-size: 12px;
	font-weight: normal;
}

.col4 h2{
	font-size: 14px;
	color: darkorange;
}

h3{
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
}

/*----------- CONTACT -----------*/

#infos{
	text-align: right;
	float: left;
	width: 47%;
	margin-right: 10px;
}

#infos h2{
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
	color: #666666;
	
}

#infos p{
	font-size: 15px;
	line-height: 25px;
	font-family: Verdana;
	color: #666666;
}

#messages{
	float: left;
	width: 50%;
	margin-left: 23px;
}

#messages p{
	margin: none;
	padding-bottom: 5px;
	font-size: 15px;
	font-family: Verdana;
	color: #666666;
}

#messages input[type="text"], #messages input[type="email"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid darkorange;
}

#messages textarea {
	width: 100%;
	height: 152px;
	padding: 10px;
	border: 1px solid darkorange; 
	resize: horizontal none;
}

#messages input[type="submit"] {
	display: block;
    width: 200px;
    padding: 18px;
	margin: 30px auto;
    border: 2px solid darkorange;
	color: darkorange;
    font-size: 15px;
	font-weight: bold;
}

#messages input[type="submit"]:hover {
	background-color: darkorange;
	color:white;
	cursor: pointer;
}

.centre{
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 50px 0px 80px 0px;
}

/*----------- REVETEMENT MURS -----------*/

.col2{
	width: 49%;
	margin: 0px 1px 50px 0px;
	text-align: left;
	float: left;
}

.col2 ul{
	padding-left: 30px;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	list-style-image: url("images/>.png");
}

.images{
	margin: 0px 5px 10px 5px;
	float: left;
}






























