/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/Preloader.gif) center no-repeat #fff;
}



/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited  {
	text-decoration: none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border: none
}
/* de-italicize address */
address {
	font-style: normal
}
/* more varnish stripping as necessary... */

html { font-size: 62.5%; } 

html p, html li {
    font-size: 1.8rem;
    line-height:normal;
    letter-spacing: 0;
    text-transform: none;
}

body {
	margin: 0px;
	color: #1A1A1A;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.8rem;
    line-height:normal;
}



strong{
	font-weight: 700;
}

a {
	color:#114E32;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}

a:hover {
	color: #3AC900;;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	padding-bottom:2%;
	font-weight: 700;
}

h1 {
	display:block;
	font-size:6rem;
}

h2 {
	font-size:4.2rem;
}

h3 {
	font-size:3.6rem;
	padding-top: 2%;
	display: block;
	border-bottom:#E5E5E5 solid 1px;
}

h4{
	display:block;
	font-size: 2.8rem;
	letter-spacing: 1px;
	}

h5{
	display:block;
	font-size:2.0rem;
	}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}
button, hr, input {
    overflow: visible;
}

.imgFull {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.input {
	padding: 8px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
		margin-bottom:5px;
}
.select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc
}

.button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 12px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #0f6a61;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 .souligne {
    display:inline-flex;
    box-shadow: inset 0 -19px #b2f0e1;
}




/*____________________________Colonne Responsive_________________________________*/


.container {
	
}
.bar:after, .bar:before, .cell-row:after, .cell-row:before, .clear:after, .clear:before, .container:after, .container:before, .panel:after, .panel:before, .row-padding:after, .row-padding:before, .row:after, .row:before {
	content: "";
	display: table;
	clear: both
}
.col {
	float: left;
	width: 100%
}
.col.s1 {
	width: 8.33333%
}
.col.s2 {
	width: 16.66666%
}
.col.s3 {
	width: 24.99999%
}
.col.s4 {
	width: 33.33333%
}
.col.s5 {
	width: 41.66666%
}
.col.s6 {
	width: 49.99999%
}
.col.s7 {
	width: 58.33333%
}
.col.s8 {
	width: 66.66666%
}
.col.s9 {
	width: 74.99999%
}
.col.s10 {
	width: 83.33333%
}
.col.s11 {
	width: 91.66666%
}
.col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
.col.m1 {
	width: 8.33333%
}
.col.m2 {
	width: 16.66666%
}
.col.m3, .quarter {
	width: 24.99999%
}
.col.m4, .third {
	width: 33.33333%
}
.col.m5 {
	width: 41.66666%
}
.col.m6, .half {
	width: 49.99999%
}
.col.m7 {
	width: 58.33333%
}
.col.m8, .twothird {
	width: 66.66666%
}
.col.m9, .threequarter {
	width: 74.99999%
}
.col.m10 {
	width: 83.33333%
}
.col.m11 {
	width: 91.66666%
}
.col.m12 {
	width: 99.99999%
}
	
}

@media (min-width:993px) {
.col.l1 {
	width: 8.33333%
}
.col.l2 {
	width: 16.66666%
}
.col.l3 {
	width: 24.99999%
}
.col.l4 {
	width: 33.33333%
}
.col.l5 {
	width: 41.66666%
}
.col.l6 {
	width: 49.99999%
}
.col.l7 {
	width: 58.33333%
}
.col.l8 {
	width: 66.66666%
}
.col.l9 {
	width: 74.99999%
}
.col.l10 {
	width: 83.33333%
}
.col.l11 {
	width: 91.66666%
}
.col.l12 {
	width: 99.99999%
}

}


.margin {
	margin: 16px!important
}
.margin-left {
	margin-left: 16px!important
}
.margin-right {
	margin-right: 16px!important
}

.padding-8 {
	padding: 8px!important
}

.padding-16 {
	padding: 16px!important
}
.padding-24 {
	padding: 24px!important
}
.padding-32 {
	padding: 32px!important
}
.padding-48 {
	padding: 48px!important
}
.padding-64 {
	padding: 64px!important;
}

@media (max-width:992px) {
.padding-32 {
	padding: 16px!important
}
.padding-48, .padding-64 {
	padding: 24px!important
}
}









/*_________________________________sections de couleurs _______________________________*/

.sectionBlanche {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	z-index: 999;
}

.section1 {
	width: 90%;
	padding: 0% 5% 5% 5%;
 	background-color:#FFF;
	color:#018241;
	z-index: 999;
}


.section2 {
	width: 80%;
	padding: 5% 10%;
 	background-color:#FFF;
	text-align: center;
}

.section2 h1 {
	padding: 25px 0px;
	font-size: 4rem;
}

.section2 h2 {
	font-size: 2.8rem;
}

.section3 {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	color:#393939;
	background-image: url(../images/Image_AC.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.section4  {
	width: 80%;
	padding: 10%;
 	background-color:#FFF;
	color:#080b0b;
	z-index: 999;
	background-image: url(../images/PaletteCouleurs_518.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
		background-attachment: fixed;
}

.section5 {
	width: 80%;
	padding: 5% 10%;
 	background-color:#FFF;
	background-image: url(../images/brickwall_2X_909.png);
	background-repeat: repeat;
}

.section6 {
	width: 94%;
	padding: 3%;
 	background-color:#076B3D;
	color:#FFF;
	text-align: center;
	padding-top: 150px;
}

.section6 h3 {
	padding: 25px 0px 0 0;
	font-size: 4rem;
	font-weight: 700;
	border:none;
}

.section7 {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	color:#018241;
	z-index: 999;
	background-image: url(../images/Reno_HeroImage_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.section8 {
	width: 60%;
	padding: 1% 20%;
 	color:#FFF;
	background-color:#018241;
	z-index: 999;
}

.section9 {
	width: 60%;
	padding: 0 20%;
 	background-color:#FFF;
	color:#018241;
	z-index: 999;
	background-image: url(../images/plumbing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

.section10 {
	width: 60%;
	padding: 0 20%;
 	color:#FFF;
	background-color:#018241;
	z-index: 999;
	background-image: url(../images/Header_AC.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}


.section11 {
	width: 60%;
	padding: 0 20%;
 	color:#FFF;
	background-color:#018241;
	z-index: 999;
	background-image: url(../images/Bois.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.section12 {
	width: 60%;
	padding: 5% 20%;
 	color:#FFF;
	background-color:#018241;
	z-index: 999;
	background-image: url(../images/Dco2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*_________________________________page accueil _______________________________*/


.marginNeg {

	margin-top: -70px;
	z-index: 9999;
	position: relative;
}

.boite {
	margin: 0;
	padding: 0;
	width: 30%;
	padding:1%;
	-webkit-filter: brightness(70%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: left;
	z-index: 999;
}

.boite li {
	font-size:1.4rem;
	padding-left: 0;
}

.boite img {
	width: 100%;
	height: auto;
	display: block;
}


.boite:hover {
	-webkit-filter: brightness(120%);
	text-decoration: none;
}


.toppe{
 margin-top: -35%;
	z-index: 999999;
	}

/* Conteneur principal */
.overlay-image {
 position: relative;
 width: 100%;
}
/* Image originale */
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
	max-width: 100%;
}
/* Texte original */
.overlay-image .text {
 color: #FFF;
 background-color: #114E32;
 font-size: 30px;
 line-height: 1.5em;
 text-align: right;
 position: absolute;
 bottom: 0;
 left: 0;
padding: 15px 25px;
}
 .overlay-image .text:hover {
 text-decoration: none;
}   





/* ------------------------- MENU _________________________________________ */


#bande_verte {
    height: 40px;
    background-color: #2F2F2F;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    padding-top: 2px;
    font-weight: 400;
	text-align: right;
}

#bande_verte_text {
	padding-right: 3%;
}

#bande_verte_text a {
	color:#FFF;
	padding-right:5px;
}

#bande_verte_text a:hover {
	color: #3AC900;
	text-decoration: none;
}

#bande_verte_text b {
	font-size:18px;
	line-height:36px;
	font-weight: 700;
}

#bande_verte_text strong {
	padding: 12px;
	position: relative;
	background-color:#018241;
	font-size:18px;
	line-height:36px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#menu {
background-color:#FFF;
	min-height: 130px;
	position: fixed;
	z-index: 99999;
	width: 100%;
	border-bottom: #DFDFDF 1px solid;
}

.menu{
	display:inline-block;
	float: right;
	padding-right: 2%!important;
	}
	
.menu a{
	display:inline-block;
	text-decoration:none;
	}


	
.menu ul {
 	padding:0;
	margin:0;
 }
 
.menu ul li {
	margin-left: 2px;
	float: left; /*pour IE*/
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	position: relative;
	z-index:998;
	padding-top:15px;
 }
.menu ul li a {
	display: block;
	float: left;
	width: auto;
	color:#222;
	text-decoration:none;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-family: 'Roboto Slab', serif;
	border-right: #222 solid 1px;
	text-transform:uppercase;
	font-size: 1.4rem;
 }

.last {
	border-right: none!important;
	
 }

.menu ul li a:hover {
	color:#3AC900;
	transition: background-color 0s ease 0s;
	text-decoration:none;
 } 
 
 .menu ul li ul li{
	padding-top:0px;
 }
 
 
 .menu ul li ul li a {
	display: block;
	float: left;
	width: 250px;
	text-decoration: none;
	text-align: left;
	border-right: none;
	border-top: 1px solid #262626;
	text-transform: normal;
	color:#FFF;
	text-transform:none;
	letter-spacing:0px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:14px;
 }
 
 .menu ul li ul li a:hover {
	color: #FFF;
	background: #076B3D;

 } 
 
 .menu ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #000;
		display: none;
		z-index:9999;
	
	}
	
 .menu ul ul ul {
		top: 5px;
		left:100%;
		background: #999;
		z-index:9999;

	}

	
li:hover > ul {
		display: block;
	}





.logo {
	max-width: 210px;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 3%;
	padding-top: 0px;
}




/*____________________________________Slider accueil*/

.slider img {
	width: 100%;
	height: auto;
}

.slogan_slider {
	position: absolute;
	left: 7%;
	top: 45%;
	text-align: left;
	z-index: 998;
	width:60%;
	max-width: 1000px;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	font-family: 'Open Sans', sans-serif;
}


.slogan_titre {
	font-family: 'Roboto Slab', serif;
	font-size: 48px;
	line-height: 48px;
	display:block;
	padding-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
	}

.slogan_soustitre {
	font-size: 30px;
	line-height: 30px;	
	font-weight: 400;
}

.btn_savoir{
	background-color:#018241;
	color: #FFF;
	margin: 4% 4% 4% 0;
	padding: 10px 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: left!important;
	max-width: 600px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	}

.btn_savoir:hover{
	background-color:#FFF;
	color:#018241;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	}

.btn_savoir_bl{
	color:#018241;
	background-color: #FFF;
	margin: 4% 4% 4% 0;
	padding: 10px 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: left!important;
	max-width: 600px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	}

.btn_savoir_bl:hover{
	color:#FFF;
	background-color:#018241;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	}

.textBlanc{
	color: #FFFFFF;
	}

.textNoir{
	color: #000;
	}

.textBleu{
	color:#018241;
	}

.Bleu{
	background-color:#018241;
	color: #FFFFFF;
	}
.Bleu-pale{
	background-color:#efefef;
	
	}

.Gris{
	background-color:#5F5D5D;
	color: #FFFFFF;
	}

.GrisFonce{
	background-color:#293845;
	color: #FFFFFF;
	}

.Blanc{
	background-color:#FFF;
	color: #000;
	}

/*___________Table responsive__________________*/

.tableauResp{
	overflow-x:auto;
	border: 1px solid #DFDFDF;
	margin-top:20px;
}

table {
    border-collapse: collapse;
    width: 100%;
	font-size: 0.8em;
}

th, td {
    text-align: center;
    padding: 4px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #8f8164;
    color: white;
}

/*___________footer__________________*/

.footer{
	width: 96%;
	padding: 2%;
	padding-bottom: 2%;
	background-color:#242424;
	color:#e3e3e3;
}

.footer a{
	color: #338700;
	}

.footer a:hover{
	color: #FFF;
	}



.bt_social{
	background-color:#4267B2;
	padding:10px;
	display:inline-block;
	float:right;
	border-radius:5px;
	}