@charset "utf-8";
/* ©2012 Didier Berck */

/* common --> */
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "TitilliumText22L", Arial, Helvetica, sans-serif;
	font-size: 0.8125em; /* 13px / 16px */
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegibility;
	   -moz-text-rendering: optimizeLegibility;
	        text-rendering: optimizeLegibility;
}
a img {
	border: none;
}
a, button, p.more {
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out; 
}
b {
	color: #bece00;
	font-weight: 700;
	text-transform: uppercase;
}
.clear {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
::-moz-selection {
	background: #bece00;
	color: #fff;
}
::selection {
	background: #bece00;
	color: #fff;
}
#container {
	/*width: 960px;*/
	width: 93%;
	margin: auto;
}
.no-mediaqueries #container {
	width: 960px;
}
@media screen and (min-width:1380px) {
	#container {
		width: 1278px;
	}
}
@media screen and (max-width:956px) {
	#container {
		width: 100%;
	}
}
/* <-- common */


/* header --> */
header {
	display: block;
	position: relative;
	z-index: 20;
	height: 9.846153846153846em; /* 128px / 13px */
	overflow: visible;
	border-bottom: 5px solid #000;
}
header h1 {
	float: left;
	margin: 0.5em 0 0 0.25em; /* 18px / 36px, 9px / 36px */
	color: #000;
	font-size: 2.769230769230769em; /* 36px / 13px */
}
header h1 a {
	color: #000;
	text-decoration: none;
}
header h1 img {
	max-width: 100%;
}
@media screen and (max-width:956px) {
	header h1 {
		position: relative;
		z-index: 500;
		float: none;
		padding-top: 0.5em; /* 18px / 36px */
		margin: 0;
		background-color: #fff;
		text-align: center;
	}
	header {
		height: auto;
	}
}
/* <-- header */

/* nav --> */
#nav {
	display: block;
	float: right;
	width: 66.875%; /* 642px / 960px */
	font-weight: 300;
	text-transform: uppercase;
}
#nav h2 {
	display: none;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav > ul > li {
	display: inline;
	display: inline-block;
	position: relative;
	float: left;
	width: 16.66666666666667%; /* 107px / 642px */
	height: 2.538461538461538em; /* 33px / 13px */
	padding-top: 5.538461538461538em; /* 72px / 13px */
	background: url(../images/bg-nav-li.png) 0 -120px repeat-x;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out; 
}
* + html #nav > ul > li {
	position: static;
} /* IE7 */
#nav > ul > li:hover,
#nav > ul > li.active {
	background-position: 0 0;
}
#nav > ul > li > a {
	display: block;
	padding: 0.7692307692307692em; /* 10px / 13px */
	color: #000;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
#nav > ul ul {
	width: 149.5327102803738%; /* 160px / 107px */
	position: absolute;
	z-index: 200;
	top: -20em;
	left: 100%;
	padding-top: 76px;
	margin-left: -10px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out; 
}
* + html #nav > ul ul {
	width: 160px;
	left: auto;
	margin-left: 95px;
} /* IE7 */
#nav > ul > li:hover > ul {
	top: 0;
}
#nav ul ul li {
	background-color: #000;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
	border-top: 1px solid #9b9b9c;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	    -ms-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out; 
}
#nav ul ul li:first-child, 
#nav ul ul li:first-child a {
	border-top: none;
	-webkit-border-radius: 0px 8px 0px 0px;
	        border-radius: 0px 8px 0px 0px; 
}
#nav ul ul li:last-child,
#nav ul ul li:last-child a {
	-webkit-border-radius: 0px 0px 8px 8px;
	        border-radius: 0px 0px 8px 8px;
}
#nav ul ul li:hover {
	opacity: 1;
}
#nav ul ul a {
	display: block;
	padding: 4px 12px;
	color: #fff;
	text-decoration: none;
}
#nav ul ul a:hover,
#nav ul ul a:focus,
#nav ul ul a:active {
	color: #bece00;
	background-color: #666;
}
@media screen and (max-width:956px) {
	#nav {
		float: none;
		width: 100%;
	}
	#nav:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	#nav > ul > li {
		padding-top: 2.769230769230769em; /* 36px / 13px */
	}
	#nav > ul > li:hover > ul {
		top: -2.769230769230769em; /* 36px / 13px */
	}
	#nav > ul > li > a {
		padding: 0.7692307692307692em 0; /* 10px / 13px */
	}
}
@media screen and (max-width:580px) {
	#nav > ul > li {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		padding-top: 0;
		background: #2c2c2c;
		border-top: 1px solid #666;
	}
	#nav > ul > li:hover,
	#nav > ul > li.active {
		background-color: #5d5d5d;
	}
	#nav > ul > li.sub {
		background: #2c2c2c url(../images/bg-dropdown.png) 95% 14px no-repeat;
	}
	#nav > ul > li > a {
		color: #fff;
	}
	#nav > ul ul {
		width: 100%;
		position: relative;
		z-index: 200;
		top: 0;
		left: auto;
		padding-top: 0;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	#nav > ul > li:hover > ul {
		top: 0;
	}
	#nav ul ul li {
		background-color: #fff;
		opacity: 1;
	}
	#nav ul ul li:first-child, 
	#nav ul ul li:first-child a {
		-webkit-border-radius: 0px 0px 0px 0px;
				border-radius: 0px 0px 0px 0px; 
	}
	#nav ul ul li:last-child,
	#nav ul ul li:last-child a {
		-webkit-border-radius: 0px 0px 0px 0px;
				border-radius: 0px 0px 0px 0px;
	}
	#nav ul ul a {
		color: #000;
	}
}
/* <-- nav */

/* featured --> */
#featured {
	display: block;
	position: relative;
	z-index: 10;
	height: 408px;
	overflow: hidden;
	background-size: cover;
}
.visu1 {
	background-image: url(../images/featured1.jpg);
}
.visu2 {
	background-image: url(../images/featured2.jpg);
}
.visu3 {
	background-image: url(../images/featured3.jpg);
}
.visu4 {
	background-image: url(../images/featured4.jpg);
}
.softline {
	background-image: url(../images/headline-softline.jpg);
}
.squareline {
	background-image: url(../images/headline-squareline.jpg);
}
.massifs {
	background-image: url(../images/headline-massifs.jpg);
}
.prefabriques {
	background-image: url(../images/headline-prefabriques.jpg);
}
.stratifies {
	background-image: url(../images/headline-stratifies.jpg);
}
.entretien {
	background-image: url(../images/headline-entretien.jpg);
}
.facades {
	background-image: url(../images/headline-facades.jpg);
}
#featured h2 {
	width: 240px;
	height: 185px;
	padding-top: 55px;
	margin: 105px 0 0 45px;
	-webkit-border-radius: 120px;
	        border-radius: 120px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
	        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 2em; /* 26px / 13px */
	font-weight: 200; /* Set to 300 for Google Chrome via JS */
	line-height: 1.076923076923077em; /* 28px / 26px */
	text-align: center;
	text-transform: uppercase;
}
.no-borderradius #featured h2 {
	background: url(../images/rond.png) center center no-repeat;
}
.massifs h2, 
.prefabriques h2 {
	padding-top: 60px !important;
	height: 180px !important;
}
.entretien h2,
.facades h2 {
	padding-top: 45px !important;
	height: 195px !important;
}
.squareline h2 {
	padding-top: 65px !important;
	height: 175px !important;
}
#featured strong {
	color: #bece00;
	font-size: 1.5em; /* 39px / 26px */
	font-weight: 200; /* Set to 300 for Google Chrome via JS */
	line-height: 1em;
}
#featured h3 {
	display: none;
}
#featured nav,
#featured .nav {
	display: block;
	position: absolute;
	right: 1.25%; /* 12px / 960px */
	bottom: 60px;
}
#featured nav ul,
#featured .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#featured nav li,
#featured .nav li {
	display: inline;
	display: inline-block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 4px solid #fff;
	border: 4px solid rgba(255, 255, 255, 0);
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
	font-size: 0.7692307692307692em; /* 10px / 13px */
	-webkit-transition: border 0.4s ease-out;
	   -moz-transition: border 0.4s ease-out;
	    -ms-transition: border 0.4s ease-out;
	     -o-transition: border 0.4s ease-out;
	        transition: border 0.4s ease-out; 
}
#featured nav li:hover,
#featured nav li.active,
#featured .nav li:hover,
#featured .nav li.active {
	border: 4px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#featured nav span,
#featured .nav span {
	display: none;
}
#featured nav a,
#featured .nav a {
	display: inline;
	display: inline-block;
	padding: 8px;
	color: #e31818;
	text-decoration: none;
}
@media screen and (max-width:580px) {
	#featured nav,
	#featured .nav {
		bottom: 20px;
	}
}
/* <-- featured */

/* content --> */
#content article {
	padding: 0.9230769230769231em 2.5% 0  2.5%; /* 12px / 13px, 24px / 960px */
	margin-top: 3.461538461538462em; /* 45px / 13px */
	background-image: url(../images/dots.png);
	background-image: url(../images/dots.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0EFF0), color-stop(1, #FFFFFF));
	background-image: url(../images/dots.png), -webkit-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),    -moz-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),     -ms-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),      -o-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),         linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-position: 0 -50px;
	background-repeat: repeat-x;
}
.no-cssgradients #content article {
	background-image: url(../images/dots.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff0', endColorstr='#ffffff',GradientType=0 );
}
* + html #content article {
	min-height: 120px;
} /* IE7 */
#content article:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#content h2 {
	margin: 0.3125em 0; /* 10px / 32px */
	font-size: 2.461538461538462em; /* 32px / 13px */
	font-weight: 200;
	line-height: 1em;
	text-transform: uppercase;
}
#content h3 {
	margin: 0.5555555555555556em 0; /* 10px / 18px */
	font-size: 1.384615384615385em; /* 18px / 13px */
	font-weight: 200;
	line-height: 1em;
	text-transform: uppercase;
}
#content p {
	margin: 0.7692307692307692em 0; /* 10px / 13px */
	text-align: justify;
}
#content a {
	color: #bece00;
	text-decoration: none;
}
#content a:hover,
#content a:active,
#content a:focus {
	color: #000;
}
#content img.right {
	margin-left: 20px;
	float: right;
}
#content img.top {
	margin-top: -90px;
	margin-right: 20px;
}
* + html #content img.top {
	margin-top: -120px;
} /* IE7 */
#content p.more {
	clear: right;
	float: right;
	padding: 0.3846153846153846em 0 0.3846153846153846em 1.846153846153846em; /* 5px / 13px, 24px / 13px */
	overflow: hidden;
	margin: 0;
	background-color: #bece00;
	text-transform: uppercase;
}
#content p.more + p.more {
	margin-top: 0.7692307692307692em; /* 10px / 13px */
}
#content p.more:hover {
	padding-left: 0;
	padding-right: 1.846153846153846em; /* 24px / 13px */
}
#content p.more span {
	color: #bece00;
}
#content p.more a {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	line-height: 1.153846153846154em; /* 15px / 13px */
	text-decoration: none;
}
#content p.pics {
	clear: both;
	padding: 1.384615384615385em 0; /* 18px / 13px */
	margin: 0 -2.631578947368421%; /* 24px / 912px */
	text-align: center;
}
#content p.pics img {
	max-width: 100%;
	margin: 6px 0;
}
@media screen and (max-width:580px) {
	#content img.top {
		display: none;
	}
	#content img.right {
		width: 150px;
		margin-left: 10px;
	}
}
/* <-- content */

/* gallery --> */
/*#gallery h2 {
	float: left;
}
#gallery nav {
	float: right;
}*/
#gallery nav ul {
	padding: 0;
	margin: 1.375em 0 0 0; /* 22px / 16px */
	font-size: 1.230769230769231em; /* 16px / 13px */
	list-style: none;
	text-transform: uppercase;
}
#gallery nav li {
	display: inline;
}
#gallery nav li:before {
	content: " // ";
}
#gallery nav li:first-child:before {
	content: "";
}
#gallery nav a {
	color: #000;
	text-decoration: none;
}
#gallery nav a:hover,
#gallery nav a:focus,
#gallery nav a:active,
#gallery nav a.active {
	font-weight: bold;
}
#gallery:after,
#gallery nav:after,
#gallery div ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#gallery div {
	clear: both;
	width: 102.6315789473684%; /* 936px / 912px */
	margin: -1.282051282051282%; /* 12px / 936px */
}
#gallery div ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9230769230769231em; /* 12px / 13px */
	line-height: 1em; /* 12px / 12px */
}
#gallery div li {
	display: inline;
	position: relative;
	float: left;
	width: 22.43589743589744%; /* 210px / 936px */
	margin: 1.282051282051282%; /* 12px / 936px */
}
#gallery div img {
	/*float: left;*/
	max-width: 100%;
}
#gallery div span {
	display: block;
	height: 2.166666666666667em; /* 26px / 12px */
	padding: 2px 0 0 12px;
	background: #f0f0f0 url(../images/bullet-gal.png) 0 4px no-repeat;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out; 
}
#gallery div li:hover span {
	padding-left: 22px;
	background-position: 10px 4px;
}
#gallery div strong {
	padding: 0.0625em 0.25em; /* 1px / 16px, 4px / 16px */
	position: absolute;
	top: 0.5em; /* 8px / 16px */
	left: 0.5em; /* 8px / 16px */
	background-color: #bece00;
	color: #fff;
	font-size: 1.333333333333333em; /* 16px / 12px */
	font-weight: 800;
	text-transform: uppercase;
}
#gallery div a {
	display: block;
	color: #000;
	text-decoration: none;
}
#gallery div a:hover,
#gallery div a:focus,
#gallery div a:active {
	color: #bece00;
}
@media screen and (max-width:580px) {
	#gallery div li {
		width: 47.43589743589744%; /* 444px / 936px */
	}
}
@media screen and (max-width:320px) {
	#gallery div li {
		width: 97.43589743589744%; /* 912px / 936px */
	}
}
/* <-- gallery */

/* products --> */
#products {
	display: block;
	position: relative;
	z-index: 20;
	min-height: 50px;
	margin-top: -3.846153846153846em; /* 50px / 13px */
	background-color: rgba(255, 255, 255, 0.3);
}
#products h2 {
	display: none;
}
#products article {
	display: inline;
	display: inline-block;
	float: left;
	width: 33.33333333333333%;
	width: -webkit-calc(100% / 3);
	width:    -moz-calc(100% / 3);
	width:     -ms-calc(99.99999999999999% / 3);
	width:      -o-calc(100% / 3);
	width:         calc(99.99999999999999% / 3);
	margin-top: 3.846153846153846em; /* 50px / 13px */
	background-image: url(../images/dots.png);
	background-image: url(../images/dots.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.7)), color-stop(0.5, #F0EFF0));
	background-image: url(../images/dots.png), -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, #F0EFF0 50%);
	background-image: url(../images/dots.png),    -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, #F0EFF0 50%);
	background-image: url(../images/dots.png),     -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, #F0EFF0 50%);
	background-image: url(../images/dots.png),      -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, #F0EFF0 50%);
	background-image: url(../images/dots.png),         linear-gradient(top, rgba(255,255,255,0.7) 0%, #F0EFF0 50%);
	background-position: top;
	background-repeat: repeat-x;
	/*-webkit-transition: all 0.2s ease-out;*/
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out; 

}
.no-cssgradients #products article {
	background-image: url(../images/dots.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGVmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff0',GradientType=0 );
}
#products article:hover {
	padding-top: 3.846153846153846em; /* 50px / 13px */
	margin-top: 0;
}
#products div {
	color: #000;
}
#products div:first-child {
	min-height: 11.15384615384615em; /* 145px / 13px */
	padding: 0 1.846153846153846em; /* 24px / 13px */
	padding-top: 2.153846153846154em; /* 28px / 13px */
	border-left: 1px solid #fff;
	border-right: 1px solid #7f7f7f;
	/*-webkit-transition: all 0.2s ease-out;*/
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out; 
}
#products article:hover div:first-child {
	padding-top: 0;
	padding-bottom: 2.153846153846154em; /* 28px / 13px */
	opacity: 0.6;
}
#products div + div {
	position: relative;
	height: 216px; /* convert */
	background-size: cover;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#products article:first-child div {
	border-left: none !important;
}
#products article + article + article div {
	border-right: none !important;
}
#products .parquets div + div {
	background-image: url(../images/block-parquets.jpg);
}
#products .terrasses div + div {
	background-image: url(../images/block-terrasses.jpg);
}
#products .facades div + div {
	background-image: url(../images/block-facades.jpg);
}
#products h3 {
	margin: 0;
	font-size: 2.461538461538462em; /* 32px / 13px */
	font-weight: 700;
	text-transform: uppercase;
}
#products h3 + p {
	margin: 0.4615384615384615em 0 0 0; /* 6px / 13px */
}
#products a {
	text-decoration: none;
	cursor: pointer;
}
#products p.more {
	position: absolute;
	bottom: 0;
	padding: 0.3846153846153846em 0 0.3846153846153846em 1.846153846153846em; /* 5px / 13px, 24px / 13px */
	margin: 0;
	overflow: hidden;
	background-color: #bece00;
}
#products p.more:hover,
#products article:hover p.more {
	padding-left: 0;
	padding-right: 1.846153846153846em; /* 24px / 13px */
}
#products p.more a,
#products p.more span {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	line-height: 1.153846153846154em; /* 15px / 13px */
	text-decoration: none;
}
#products:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media screen and (max-width:956px) {
	#products div:first-child {
		min-height: 12.30769230769231em; /* 160px / 13px */
	}
	#products h3 {
		font-size: 2.153846153846154em; /* 28px / 13px */
	}
}
@media screen and (max-width:700px) {
	#products div:first-child {
		min-height: 15em; /* 195px / 13px */
	}
}
@media screen and (max-width:580px) {
	#products {
		padding-top: 3.846153846153846em; /* 50px / 13px */
		margin-top: 0;
	}
	#products article {
		display: block;
		float: none;
		width: 100%;
		margin-top: 0;
	}
	#products article:hover {
		padding-top: 0;
		margin-top: 0;
	}
	#products div:first-child {
		min-height: 1px;
		padding-bottom: 2.153846153846154em; /* 28px / 13px */
		border: none;
	}
	#products div + div {
		height: 176px;
		background-position: 0 -80px;
		border: none;
	}
	#products article:hover div:first-child {
		padding: 2.153846153846154em 1.846153846153846em; /* 28px / 13px, 24px / 13px */
	}
	#products h3 {
		font-size: 2.461538461538462em; /* 32px / 13px */
	}
}
@media screen and (max-width:400px) {
	#products div + div {
		background-position: 0 -20px;
	}
}
/* <-- products */

/* about --> */
#about {
	display: block;
	clear: both;
	margin-top: 3.461538461538462em; /* 45px / 13px */
	background-image: url(../images/dots.png);
	background-image: url(../images/dots.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0EFF0), color-stop(1, #FFFFFF));
	background-image: url(../images/dots.png), -webkit-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),    -moz-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),     -ms-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),      -o-linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-image: url(../images/dots.png),         linear-gradient(top, #F0EFF0 0%, #FFFFFF 100%);
	background-position: 0 -50px;
	background-repeat: repeat-x;
}
.no-cssgradients #about {
	background-image: url(../images/dots.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff0', endColorstr='#ffffff',GradientType=0 );
}
* + html #about {
	min-height: 200px;
}
#about h2 {
	display: none;
}
#about article {
	display: inline;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0.9230769230769231em 1.846153846153846em 0  1.846153846153846em; /* 12px / 13px, 24px / 13px */
}
.no-flexbox #about article {
	*behavior: url(ext/boxsizing.htc);
}
#about .presentation {
	width: 66.66666666666667%;
	width: -webkit-calc(100% / 3 * 2);
	width:    -moz-calc(100% / 3 * 2);
	width:     -ms-calc(100% / 3 * 2);
	width:      -o-calc(100% / 3 * 2);
	width:         calc(100% / 3 * 2);
	padding-bottom: 0;
	border-right: 1px solid #7f7f7f;
}
#about .services {
	width: 33.33333333333333%;
	width: -webkit-calc(100% / 3);
	width:    -moz-calc(100% / 3);
	width:     -ms-calc(100% / 3);
	width:      -o-calc(100% / 3);
	width:         calc(100% / 3);
	border-left: 1px solid #fff;
}
#about:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#about h3 {
	margin: 0.3125em 0; /* 10px / 32px */
	font-size: 2.461538461538462em; /* 32px / 13px */
	font-weight: 200;
	line-height: 1em;
	text-transform: uppercase;
}
#about p {
	margin: 0.7692307692307692em 0; /* 10px / 13px */
	text-align: justify;
}
#about p a {
	color: #bece00;
}
#about p a:hover, 
#about p a:focus, 
#about p a:active {
	color: #000;
}
#about ul {
	padding: 0 0 0 1.846153846153846em; /* 24px / 13px */
	margin: 0 auto;
	font-weight: 300;
	line-height: 2em; /* 26px / 13px */
	text-transform: uppercase;
	list-style: none;
}
* + html #about ul {
	line-height: 1.8em;
} /* IE7 */
#about ul a {
	display: block;
	color: #000;
	text-decoration: none;
}
#about ul a:hover,
#about ul a:focus,
#about ul a:active {
	color: #bece00;
}
#about li {
	/*width: 40.32258064516129%;*/ /* 100px / 248px */
	width: 100px; /* 100px / 248px */
	padding-left: 20px;
	background: url(../images/bullet.png) 0 7px no-repeat;
	-webkit-transition: background 0.2s ease-out;
	   -moz-transition: background 0.2s ease-out;
	    -ms-transition: background 0.2s ease-out;
	     -o-transition: background 0.2s ease-out;
	        transition: background 0.2s ease-out; 
}
.csstransitions #about li:hover {
	background-position: 100px 7px;
}
#about img {
	max-width: 100%;
	max-width: -webkit-calc(100% + 48px);
	max-width:    -moz-calc(100% + 48px);
	max-width:     -ms-calc(100% + 48px);
	max-width:      -o-calc(100% + 48px);
	max-width:         calc(100% + 48px);
}
* + html #about img {
	/*width: 100%;*/
} /* IE7 */
#about .presentation img {
	float: left;
	margin: 0 -webkit-calc(-24px);
	margin: 0    -moz-calc(-24px);
	margin: 0     -ms-calc(-24px);
	margin: 0      -o-calc(-24px);
	margin: 0         calc(-24px);
}
@media screen and (max-width:580px) {
	#about article {
		display: block;
		float: none;
		padding: 0.9230769230769231em 1.846153846153846em 0  1.846153846153846em; /* 12px / 13px, 24px / 13px */
	}
	#about .presentation,
	#about .services {
		width: 100%;
		border: none;
	}
	#about .presentation img {
		float: none;
	}
}
/* <-- about */

/* footer --> */
footer {
	display: block;
	clear: both;
	margin-top: 3.461538461538462em; /* 45px / 13px */
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3E3F40), color-stop(0.8, #000000));
	background-image: -webkit-linear-gradient(top, #3E3F40 0%, #000000 80%);
	background-image:    -moz-linear-gradient(top, #3E3F40 0%, #000000 80%);
	background-image:     -ms-linear-gradient(top, #3E3F40 0%, #000000 80%);
	background-image:      -o-linear-gradient(top, #3E3F40 0%, #000000 80%);
	background-image:         linear-gradient(top, #3E3F40 0%, #000000 80%);
}
.no-cssgradients footer {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2Y0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
footer article {
	display: inline;
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 33.33333333333333%;
	width: -webkit-calc(100% / 3);
	width:    -moz-calc(100% / 3);
	width:     -ms-calc(99.99999999999999% / 3);
	width:      -o-calc(100% / 3);
	width:         calc(99.99999999999999% / 3);
	height: 13.46153846153846em; /* 175px / 13px */
	padding: 0.9230769230769231em 1.846153846153846em; /* 12px / 13px, 24px / 13px */
	border-right: 1px solid #000;
	border-left: 1px solid #9a9a9b;
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat;
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, #000000));
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat, -webkit-linear-gradient(left top, #3E3F40 0%, rgba(0, 0, 0, 0) 100%);
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat,    -moz-linear-gradient(left top, #3E3F40 0%, rgba(0, 0, 0, 0) 100%);
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat,     -ms-linear-gradient(left top, #3E3F40 0%, rgba(0, 0, 0, 0) 100%);
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat,      -o-linear-gradient(left top, #3E3F40 0%, rgba(0, 0, 0, 0) 100%);
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat,         linear-gradient(left top, #3E3F40 0%, rgba(0, 0, 0, 0) 100%);
}
.no-cssgradients footer article {
	background: url(../images/bg-footer-article.png) 20px 0 no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2UzZjQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3f40', endColorstr='#000000',GradientType=0 );
}
.no-flexbox footer article {
	*behavior: url(ext/boxsizing.htc);
}
footer article:first-child {
	border-left: 0 !important;
}
footer article + article + article {
	border-right: 0 !important;
}
footer h2 {
	margin: 0.75em 0 0.5em 0; /* 15px / 20px, 10px / 20px */
	color: #bece00;
	font-size: 1.538461538461538em; /* 20px / 13px */
	font-weight: 300;
	text-transform: uppercase;
}
footer h2 span {
	display: inline;
	display: inline-block;
	font-size: 0.8em; /* 16px / 20px */
	text-transform: none;
}
footer p {
	margin: 0.7692307692307692em 0; /* 10px / 13px */
	color: #fff;
	line-height: 1.153846153846154em; /* 15px / 13px */
}
footer article p:last-child {
	margin-bottom: 0;
}
footer article a {
	color: #bece00;
	text-decoration: none;
}
footer article a:hover,
footer article a:focus,
footer article a:active {
	color: #fff;
}
footer div {
	min-height: 30px;
	clear: both;
	padding: 0 1.846153846153846em; /* 24px / 13px */
	background-color: #000;
	border-top: 1px solid #9a9a9b;
}
footer div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
footer div p {
	float: left;
}
footer div p:first-child {
	font-weight: 700;
	text-transform: uppercase;
}
footer div p + p {
	float: right;
}
footer div a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:956px) {
	footer article {
		height: 15.38461538461538em; /* 200px / 13px */
	}
}
@media screen and (max-width:660px) {
	footer article {
		height: 240px; /* 240px / 13px */
	}
}
@media screen and (max-width:580px) {
	footer article {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		border: none;
		border-bottom: 1px solid #9a9a9b;
	}
}
/* <-- footer */

.plan_statique img {
	max-width: 100%;
}

