@charset "utf-8";

@font-face {
    font-family: 'geometriamedium';
    src: url('../fonts/Geometria-Medium.woff2') format('woff2'),
        url('../fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'geometrialight';
    src: url('../fonts/Geometria-Light.woff2') format('woff2'),
        url('../fonts/Geometria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geometriaregular';
    src: url('../fonts/Geometria.woff2') format('woff2'),
        url('../fonts/Geometria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



*{
	margin: 0;
	padding: 0;
	outline:none;
}

html, body{
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 26px;
	color:#000000;
	background: #ffffff;
	text-align: left;
}
@media screen and (max-width: 700px) {	
	.js html, .js body{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {	
	.js html, .js body{
		font-size: 14px;
		line-height: 22px;
	}
}

a{
	color: #009ac8;
	text-decoration: none;
	-webkit-transition:color 0.5s ease-in-out, background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -moz-transition:color 0.5s ease-in-out, background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -o-transition:color 0.5s ease-in-out, background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    transition:color 0.5s ease-in-out, background-color 0.5s ease-in-out, border 0.5s ease-in-out;
}
a:hover, a:focus{
	color: #003459;
}


h1, h2, h3{
	font-weight:normal;
	text-align:center;
}
h4{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:bold;
	text-align:left;
}
section.principal h1, section.secondaire h2, section.recompenses h2{
	font-size:40px;
	line-height: 48px;
	text-transform:uppercase;
	margin: 0 0 20px 0;
}

section.principal h2, section.secondaire h3, section.recompenses h3{
	font-size:24px;
	line-height: 32px;
	color:#58595b;
	text-transform:uppercase;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
	background:url(../images/ligne-titre.jpg) no-repeat bottom center;
}
/*Titre avant CTA*/
section.principal h3{
	font-size:24px;
	line-height: 32px;
	padding: 100px 0 25px 0;
}

h4{
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
	background:url(../images/ligne-h4.jpg) no-repeat bottom left;
}
h4 img{
	position: absolute;
	left: -40px;
}
@media screen and (max-width: 1000px) {	
	.js h4{
		text-align:center;
		background-position:bottom center;
	}
	
	.js h4 img{
		position: inherit;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 700px) {	
	.js section.principal h1, .js section.secondaire h2, .js section.recompenses h2{
		font-size:32px;
		line-height: 40px;
	}
	
	.js section.principal h2, .js section.secondaire h3, .js section.recompenses h3{
		font-size:18px;
		line-height: 26px;
		padding: 0 0 25px 0;
		margin: 0 0 50px 0;
	}
	.js section.principal h3{
		font-size:18px;
		line-height: 26px;
		padding: 75px 0 25px 0;
	}
	.js h4{
		font-size:16px;
		line-height:24px;
	}
}
@media screen and (max-width: 500px) {	
	.js section.principal h1, .js section.secondaire h2, .js section.recompenses h2{
		font-size:24px;
		line-height: 32px;
	}
}

b, strong, .bold{
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:bold;
}
strong.double{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.font10{
	font-size:10px;
	line-height: 18px;
}
.font12{
	font-size:12px;
	line-height: 20px;
}
.font14{
	font-size:14px;
	line-height: 00px;
}
.font18{
	font-size:18px;
	line-height: 26px;
}
.rouge{
	color:#e43117;
}

.bleu{
	color: #009ac8;
}

.bleu-degrade{
	background: -webkit-linear-gradient(90deg, #00b6be, #00669b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.vert-degrade{
	background: -webkit-linear-gradient(90deg, #8dc63f, #00a79d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.orange-degrade{
	background: -webkit-linear-gradient(90deg, #f4793b, #ef4060);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.violet-degrade{
	background: -webkit-linear-gradient(90deg, #a9679d, #4b4475);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg-bleu-degrade{
	background: linear-gradient(90deg, #00b6be, #00669b);
}
.bg-vert-degrade{
	background: linear-gradient(90deg, #8dc63f, #00a79d);
}
.bg-orange-degrade{
	background: linear-gradient(90deg, #f4793b, #ef4060);
}
.bg-violet-degrade{
	background: linear-gradient(90deg, #a9679d, #4b4475);
}
.ligne-3px{
	width:100%;
	height:3px;
}
.ligne-5px{
	width:100%;
	height:5px;
}
.ligne-10px{
	width:100%;
	height:10px;
}
.img-15pc{
	width: 15%;
	height: auto;
	float: right; 
	margin: 0 0 25px 50px;
}
.img-25pc{
	width: 25%;
	height: auto;
	float: right; 
	margin: 0 0 25px 50px;
}
.img-33pc{
	width: 33%;
	height: auto;
	float: right; 
	margin: 0 0 25px 50px;
}
.img-50pc{
	width: 50%;
	height: auto;
	float: right; 
	margin: 0 0 25px 50px;
}
.img-50pc img, .img-33pc img, .img-25pc img{
	width: 100%;
	height: auto;
}
.img-100pc{
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.img-auto{
	width: auto;
	height: auto;
}

.img-left{
	float: left; 
	margin: 0 25px 50px 0;
}
.img-right{
	float: right; 
	margin: 0 0 50px 25px;
}
@media screen and (max-width: 1400px) {	
	.js .img-15pc{
		width: 25%;
	}
}
@media screen and (max-width: 1000px) {	
	.js .img-15pc{
		width: 50%;
	}
}
@media screen and (max-width: 700px) {	
	.js .img-auto{
		width: 100%;
	}
	.js .img-15pc{
		width: 100%;
		margin: 0 0 25px 0;
	}
	.js .img-50pc{
		width: 100%;
		float: none; 
		margin: 0 0 25px 0;
	}
}

p.CallToAction{
	margin:25px 0 10px 0;
}
p.CallToAction a, td.list-title a{
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:24px;
	line-height:32px;
	padding:5px 15px;
	text-transform: uppercase;
	display:inline-block;
	border-radius:2px;
	color: #fff;
	background: linear-gradient(90deg, rgba(0,182,190,1), rgba(0,102,155,1));
	position: relative;
	z-index: 1; /* matters! */
	overflow: hidden;
	cursor:pointer;
}
p.lc a{
	text-transform:lowercase;
}
@media screen and (max-width: 700px) {	
	.js p.CallToAction a{
		font-size:18px;
		line-height:26px;
	}
}
@media screen and (max-width: 500px) {	
	.js p.CallToAction a{
		font-size:16px;
		line-height:24px;
	}
}
p.CallToAction a:hover, p.CallToAction a:focus, td.list-title a:hover, td.list-title a:focus{
	color: #009ac8;
	/*background: linear-gradient(90deg, #ffffff, #ffffff);*/
}

p.CallToAction a::before, td.list-title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1));
	opacity: 0;
	transition: opacity 0.4s, transform 0.8s;
	z-index: -1;
}
p.CallToAction a:hover::before, td.list-title a:hover::before {
	opacity: 1;
	transform: translateX(-50%);
}

/*Lors de la selection du texte*/
::-moz-selection {
    color: #ffffff;
    background: #009ac8;
}

::selection {
    color: #ffffff;
    background: #009ac8;
}
/**/
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
	background:#efefef;
	border:1px solid #ccc;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
hr{
	height:1px; color:#009ac8; border:0; background-color:#009ac8; margin:25px 0 35px 0; width: 100%;
}
.clear{clear: both;line-height: 0; font-size: 0;}
.clear2{clear: both;line-height: 0; font-size: 0; margin:0 0 75px 0;}
.clear3{clear: both;line-height: 0; font-size: 0; margin:0 0 25px 0;}


#page{
	width:100%;
	height:auto;
}

header, section, article, footer{
	width:100%;
	height:auto;
}

.top{
	width:100%;
	padding:50px 0;
	height:auto;
	position:fixed;
	z-index:300;
	background:rgba(0,0,0,0);
}
.top-content{
	width:1400px;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 1450px) {	
	.js .top-content{
		width:90%;
		padding:0 5%;
	}
}

.top .custom-logo{
	width: 175px;
	height: auto;
	float:left;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {	
	.js .top .deux-lignes{
		width: 125px;
	}
}

.top .custom-logo img{
	width:100%;
	height: auto;
}

.top .une-ligne{
	display:none;
	margin:10px 0 0 0;
}

nav{
	float:right;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	height:auto;
	text-align:right;
	margin-top:67px;
}

nav ul{
	width:100%;
	text-align:right;
	list-style-type:none;
}

nav ul li{
	display:inline-block;
}

nav ul li a{	
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display:block;
	color:#fff;
	/*font-size:18px;
	padding:6px 10px;*/
	font-size:14px;
	padding:4px 8px 5px 8px;	
	border-bottom:none;
	margin:0 10px;
	text-transform:uppercase;
	border-radius:2px;
	background: linear-gradient(90deg, rgba(0,102,155,0), rgba(0,182,190,0), rgba(0,182,190,0), rgba(0,102,155,0));
	position: relative;
	z-index: 1; /* matters! */
	overflow: hidden;
}

nav ul li.item-128 a{
	background: linear-gradient(90deg, rgba(244,121,59,0), rgba(239,64,96,0), rgba(239,64,96,0), rgba(244,121,59,0));
}
nav ul li:first-child a{
	margin:0 10px 0 0;
}
nav ul li:last-child a{
	margin:0 0 0 10px;
}
/*Lien accueil*/
@media screen and (max-width: 1150px) {	
	.js nav ul li.item-101{
		display:none;
	}
}

nav ul li.active a{
	border-bottom:1px solid rgba(0,154,200,1);
	padding:4px 8px;
}
nav ul li a:hover, nav ul li a:focus, nav ul li.active a:hover, nav ul li.active a:focus{
	color:#fff;
	border-bottom:none;
	padding:4px 8px 5px 8px;
	/*background: linear-gradient(90deg, rgba(0,182,190,1), rgba(0,102,155,1));*/
}

nav ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,102,155,1), rgba(0,182,190,1), rgba(0,182,190,1), rgba(0,102,155,1));
	opacity: 0;
	transition: opacity 0.4s, transform 0.8s;
	z-index: -1;
}

/*Couleur commande en ligne*/
/* OLD GREEN
nav ul li.item-128 a::before{
	background: linear-gradient(90deg, rgba(141,198,63,1), rgba(0,167,157,1), rgba(0,167,157,1), rgba(141,198,63,1));
	opacity: 1;	
}
nav ul li.item-128 a::before{
	background: linear-gradient(90deg, rgba(141,198,63,1), rgba(0,167,157,1), rgba(0,167,157,1), rgba(141,198,63,1));
	opacity: 1;	
}
*/
nav ul li.item-128 a::before{
	background: linear-gradient(90deg, rgba(0,102,155,1), rgba(0,182,190,1), rgba(0,182,190,1), rgba(0,102,155,1));
	opacity: 1;	
}
nav ul li a:hover::before {
	opacity: 1;
	transform: translateX(-50%);
}


/*Icon menu mobile*/
a.openbtn{
	display: none;
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:16px;
	position: relative;
	z-index: 15;
	color:#fff;
	padding:10px 50px 10px 10px;
	text-align:right;
	text-transform:uppercase;
	margin-bottom:-20px;
	width:80px;
	float:right;
	cursor:pointer;
}
a.openbtn span{
	position:absolute;
	right:50px;
	top:10px;
}
a.on span{
	display:none;
}
a.openbtn::after {
	content: "";
	background-image:url(../images/icon_menu_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#fff;
	transition: opacity 0.5s;
	position: absolute;
	border-radius:50%;
	width:40px;
	height:40px;
	top: 0;
	right: 0;
	bottom: 0;
	/*left: 0;*/
	margin-bottom:-20px;
}
a.on::after{
	background-image:url(../images/icon_menu_on.png);
}
@media screen and (max-width: 1400px) {	
	.js nav{
		margin-top:45px;
	}
	.js nav ul li a{
		margin:0 2px;
		padding:3px 6px 4px 6px;
		border-bottom:none;
		font-size:13px;
	}
	.js nav ul li.active a{
		border-bottom:1px solid rgba(0,154,200,1);
		padding:3px 6px;
	}
	.js nav ul li a:hover, .js nav ul li a:focus, .js nav ul li.active a:hover, .js nav ul li.active a:focus{
		border-bottom:none;
		padding:3px 6px 4px 6px;
	}
	.js nav ul li:first-child a{
		margin:0 2px 0 0;
	}
	.js nav ul li:last-child a{
		margin:0 0 0 2px;
	}
}
@media screen and (max-width: 1000px) {	
	.js nav{
		text-align:right;
		margin:0;
	}
	
	.js nav ul{
		width:auto;
		text-align:left;
		background-color:#fff;
		padding:40px;
		position:absolute;
		right:5%;
		
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	}
	
	.js nav ul li{
		display:inherit;
	}
	.js nav ul li a, .js nav ul li.active a{
		
		font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		color:#212121;
		border-bottom:1px solid #dddddd;
		font-size:24px;
		margin:0;
		padding:10px 20px;
		border-radius:inherit;
	}
	
	.js nav ul li.item-101{
		display:inherit;
	}
	/* OLD GREEN
	.js nav ul li.item-128 a{
		color:rgba(141,198,63,1);
	}
	*/
	.js nav ul li.item-128 a{
		color:rgba(0,154,200,1);
	}
	.js nav ul li:first-child a{
		margin:0;
	}
	.js nav ul li:last-child a{
		margin:0;
		border-bottom:none;
	}
	.js nav ul li a:hover, .js nav ul li a:focus, .js nav ul li.active a, .js nav ul li.active a:hover, .js nav ul li.active a:focus {
		color:#fff;
		border-bottom:1px solid #dddddd;
		padding:10px 20px;
	}
	.js nav ul li.active a::before {
		opacity: 1;
		transform: translateX(-50%);
	}
	/* OLD GREEN
	.js nav ul li.item-128 a::before{
		background: linear-gradient(90deg, rgba(141,198,63,1), rgba(0,167,157,1), rgba(0,167,157,1), rgba(141,198,63,1));
		opacity: 0;
	}
	*/
	.js nav ul li.item-128 a::before{
	background: linear-gradient(90deg, rgba(0,102,155,1), rgba(0,182,190,1), rgba(0,182,190,1), rgba(0,102,155,1));
		opacity: 0;
	}
	.js nav ul li a:hover::before, .js nav ul li.active.item-128 a::before {
		opacity: 1;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 700px) {
	.js nav ul{
		width:90%;
		text-align:center;
		padding:40px 5%;
		position:absolute;
		top:200px;
		left:0;
		right:inherit;
		
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		box-shadow: inherit;
	}
	.js nav ul li a{
		padding:10px 0px;
	}
	.js nav ul li a:hover, .js nav ul li a:focus, .js nav ul li.active a{
		padding:10px 0;
	}
	.js a.on span{
		display:inherit;
	}
}

/****ANCIENNE AVEC BACKGROUND
.banniere{
	width: 100%;
	height: 750px;
	position:relative;
	z-index:1;
	
	background-image: url(../../../images/bannieres/print.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 1650px) {	
	.js .banniere{
		background-size: auto 100%;
	}
}
.banniere-overlay{
	width: 100%;
	height: 750px;
	position:relative;
	z-index:20;
	background:rgba(0,0,0,0.8);
	margin-top:-750px;
	color:#fff;
	text-align:center;
	font-size:32px;
	line-height:40px;
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform:uppercase;
}
.banniere-content {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	width:100%;
}

****/

.banniere{
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}

.banniere-img{
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.banniere-img img, .banniere-img video{
	width:100%;
	height:auto;
}
/*pour safari*/

.banniere-img video{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.banniere-img p{
	margin:0;
	padding:0;
	line-height:0;
}

@media screen and (max-width: 1400px) {	
	.js .banniere-img img{
		width:125%;
	}
	.js .banniere-img video{
		width:150%;
	}
}
@media screen and (max-width: 1000px) {	
	.js .banniere-img img{
		width:150%;
		transform: translateX(-10%);
	}
	.js .banniere-img video{
		width:200%;
	}
}
@media screen and (max-width: 700px) {	
	.js .banniere-img img{
		width:200%;
		transform: translateX(-20%);
	}
	.js .banniere-img video{
		width:250%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 600px) {	
	.js .banniere-img img{
		width:300%;
	}
}


.banniere-overlay{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	z-index:20;
	background:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
	font-size:32px;
	line-height:40px;
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform:uppercase;
}
.banniere-content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	width:90%;
	padding:0 5%;
}
@media screen and (max-width: 700px) {	
	.js .banniere-overlay{
		font-size:24px;
		line-height:32px;
		width: 90%;
		padding:0 5%;
	}
	.js .banniere-content {
		top: 65%;
		transform: translate(-50%, -65%);
	}
}
@media screen and (max-width: 500px) {	
	.js .banniere-overlay{
		font-size:18px;
		line-height:26px;
	}
	.js .banniere-content {
		top: 75%;
		transform: translate(-50%, -75%);
	}
}
/*retour à la ligne du style de texte bleu*/
.banniere-content .bleu-degrade, .banniere-content .bleu{
	display:block;
}

/*SECTION*/

section.principal, section.secondaire{
	width:1400px;
	height:auto;
	padding:150px 0;
	margin:0 auto;
}
section.principal p, section.secondaire p{
	margin:10px 0 25px 0;
}
@media screen and (max-width: 1450px) {	
	.js section.principal, .js section.secondaire{
		width:90%;
		padding:150px 5%;
		height:auto;
	}
}
@media screen and (max-width: 1000px) {	
	.js section.principal, .js section.secondaire{
		padding:100px 5%;
	}
}
ul.simple, ol.simple{
	margin: 10px 0 25px 50px;
}

ol.simple li.col-2, ol.simple li.col-2{
	margin: 0 50px 25px 0;
	float:left;
	width: -moz-calc(50% - 25px);
	width: -webkit-calc(50% - 25px);
	width: -o-calc(50% - 25px);
	width: calc(50% - 25px);
}
ol.simple li.col-2:nth-child(2n), ol.simple li.col-2:nth-child(2n){
	margin: 0;
}

@media screen and (max-width: 1000px) {	
	.js ol.simple li.col-2, .js ol.simple li.col-2, .js ol.simple li.col-2:nth-child(2n), .js ol.simple li.col-2:nth-child(2n){
		width:100%;
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width: 700px) {	
	.js ul.simple, .js ol.simple{
		text-align: left;
		margin: 10px 0 25px 25px;
	}
}


/*FIL D'ARIANE*/
section.principal ul.fil-navigation{
	list-style-type:none;
	margin:0 auto;
	font-size: 14px;
	line-height: 22px;
	margin:0 0 25px 0;
	text-align:center;
	width:100%;
}
section.principal ul.fil-navigation li{
	display:inline-block;
}

/***DEBUT SECTION FOCUS***/
section.focus{
	width: 100%;
	height: 500px;
	position:relative;
	z-index:1;
	
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-attachment:fixed;
}
section.estore{
	background-image: url(../../../images/bannieres/estore.jpg);
}
section.environnement{
	background-image: url(../../../images/bannieres/environnement.jpg);
}

@media screen and (max-width: 1650px) {	
	.js section.focus{
		background-size: auto 100%;
	}
}

section.focus article{
	width: 90%;
	height: 500px;
	padding:0 5%;
	position:relative;
	z-index:20;
	color:#fff;
	text-align:center;
	font-size:32px;
	line-height:40px;
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform:uppercase;
}

@media screen and (max-width: 700px) {	
	.js section.focus article{
		font-size:24px;
		line-height:32px;
	}
}
@media screen and (max-width: 500px) {	
	.js section.focus article{
		font-size:18px;
		line-height:26px;
	}
}
section.focus article .custom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:90%;
	padding:0 5%;
}

/*********TEST SECTION ENVIRONNEMENT AVEC CHIFFRES*********/
section.focus article .chiffres{
	font-size:24px;
	line-height:32px;
	text-align:left;
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform:none;
	margin: 50px 0 0 0;
}
section.focus article .chiffres p{
	padding: 15px 0 0 0;
}
section.focus article .chiffres p a{
	color: #fff;
}
section.focus article .chiffres p a:hover{
	color: #fff;
	text-decoration: underline;
}
section.focus article .chiffre{
	font-size:40px;
	line-height:40px;
	border-radius:50%;
	background: #fff;
	color: #8dc63f;
	width: 80px;
	height: 40px;
	padding: 30px 10px;
	margin: 0 25px 25px 0;
	text-align: center;
	float: left;
}
section.focus article .chiffre sup{
	font-size:24px;
	line-height:24px;
}
/*********TEST SECTION ENVIRONNEMENT AVEC CHIFFRES*********/

section.estore article{
	background: linear-gradient(90deg, rgba(0,182,190,0.8), rgba(0,152,195,0.8));
}
section.estore a.readmore{
	color: #fff;
	background: none;
	text-transform:none;
	font-size: 18px;
	line-height: 26px;
}
section.estore a.readmore:hover, section.estore a.readmore:focus{
	color: #000;
}
section.estore p.simple{
	margin:0;
}
section.estore p.CallToAction a{
	color: #009ac8;
	background: #fff;
	text-transform:none;
	/*font-size:32px;
	line-height:40px;*/
}
/*
@media screen and (max-width: 700px) {	
	.js section.estore p.CallToAction a{
		font-size:18px;
		line-height:26px;
	}
}
*/
section.estore p.CallToAction a:hover, section.estore p.CallToAction a:focus{
	color: #fff;
	background: #000;
}

section.environnement article{
	background: linear-gradient(90deg, rgba(141,198,63,0.8), rgba(0,167,157,0.8));
}
section.environnement p.CallToAction a{
	color: #00a79d;
	background: #fff;
	/*text-transform:none;*/
}
section.environnement p.CallToAction a:hover, section.environnement p.CallToAction a:focus{
	color: #fff;
	background: #000;
}

section.estore p.CallToAction a::before, section.environnement p.CallToAction a::before{
	content: "";
	position:inherit;
	top:inherit;
	left:inherit;
	width:inherit;
	height:inherit;
	background:inherit;
	opacity:inherit;
	transition:inherit;
	z-index:inherit;
}

section.estore p.CallToAction a:hover::before, section.environnement p.CallToAction a:hover::before {
	opacity:inherit;
	transform:inherit;
}
/***FIN SECTION FOCUS***/

/***DEBUT SOCIETE***/
.societe-item{
	float: left;
	width: -moz-calc(30% - 2px);
	width: -webkit-calc(30% - 2px);
	width: -o-calc(30% - 2px);
	width: calc(30% - 2px);
	margin: 0 5% 100px 0;
	border:1px solid #dddddd;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height:0;
}
.societe-item:nth-child(3n){
	margin: 0 0 100px 0;
}

.societe-item .data, #events .item .eg-content .data {
    background-color: rgba(0, 0, 0, 1);
	bottom: 0;
	color:#fff;
    opacity: 0.8;
	width: 100%;
	height: 100%;
	position:absolute;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 222;
	
}
.societe-item .title, #events .item .title {
	text-align: center;
	
	font-size:24px;
	line-height: 32px;
	text-transform:uppercase;
	font-weight: normal;
	
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	
    overflow: auto;
    margin: 0;
    word-break: inherit;
    word-wrap: inherit;
    -epub-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.societe-item .data:hover, #events .item .eg-content .data:hover {
    opacity: 0;
}
.societe-item .data:hover .title, #events .item .eg-content .data:hover .title {
	top: 40%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
}

.societe-item img {
	width:100%;
	height:auto;
}
@media screen and (max-width: 800px) {	
	.js .societe-item, .js #events .item-container{
		width: -moz-calc(32% - 2px);
		width: -webkit-calc(32% - 2px);
		width: -o-calc(32% - 2px);
		width: calc(32% - 2px);
		margin: 0 2% 50px 0;
	}
	.js .societe-item:nth-child(3n), .js #events .item-container:nth-child(3n){
		margin: 0 0 50px 0;
	}
	.js .societe-item .title, .js #events .item .title {
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width: 600px) {	
	.js .societe-item, .js #events .item-container{
		width: -moz-calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -o-calc(100% - 2px);
		width: calc(100% - 2px);
		margin: 0 0 50px 0;
	}
	.js .societe-item:nth-child(3n), .js #events .item-container:nth-child(3n){
		margin: 0 0 5
		0px 0;
	}
	.js .societe-item .title, .js #events .item .title {
		font-size: 24px;
		line-height: 32px;
	}
}
@media screen and (max-width: 500px) {
	js .societe-item .title, .js #events .item .title {
		font-size: 18px;
		line-height: 26px;
	}
}
/***FIN SOCIETE***/

/***DEBUT ACTUS***/
.newsflash-item, .cols-3 .span4{
	float: left;
	width: -moz-calc(30% - 2px);
	width: -webkit-calc(30% - 2px);
	width: -o-calc(30% - 2px);
	width: calc(30% - 2px);
	margin: 0 5% 100px 0;
	border:1px solid #dddddd;
	background:#fff;
}
.newsflash-item:last-child, .cols-3 .span4:nth-child(3n){
	margin: 0 0 100px 0;
}
.newsflash-image, .item-image{
	position: relative;
	overflow: hidden;
	height: 418px;
}
@media screen and (max-width: 1450px) {	
	.js .newsflash-image, .js .item-image{height: 350px;}
}
@media screen and (max-width: 1350px) {	
	.js .newsflash-image, .js .item-image{height: 300px;}
}
@media screen and (max-width: 1150px) {	
	.js .newsflash-image, .js .item-image{height: 250px;}
}
@media screen and (max-width: 1050px) {	
	.js .newsflash-image, .js .item-image{height: 200px;}
}
@media screen and (max-width: 800px) {	
	.js .newsflash-image, .js .item-image{height: 380px;}
	.js .newsflash-item, .js .cols-3 .span4{
		float: none;
		width: -moz-calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -o-calc(100% - 2px);
		width: calc(100% - 2px);
		margin: 0 0 50px 0;
	}
	.js .newsflash-item:last-child, .js .cols-3 .span4:nth-child(3n){
		margin: 0 0 100px 0;
	}
}
@media screen and (max-width: 600px) {	
	.js .newsflash-image, .js .item-image{height: 300px;}
}
.newsflash-image img, .item-image img{
    width: 100%;
	height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left:0;
}
.newsflash-image a img, .item-image a img{
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.newsflash-image a:hover img, .item-image a:hover img{
	-webkit-transform: translateY(-50%) scale(1.1, 1.1);
	-moz-transform: translateY(-50%) scale(1.1, 1.1);
	-o-transform: translateY(-50%) scale(1.1, 1.1);
	-ms-transform: translateY(-50%) scale(1.1, 1.1);
	transform: translateY(-50%) scale(1.1, 1.1);
}

section.secondaire .newsflash-item h3, section.principal .cols-3 .span4 h3{
	color:#212121;
	font-size:18px;
	line-height: 26px;
	padding: 25px 0;
	margin:0;
	text-transform:none;
	background:none;
}

.newsflash-item .introtext, .cols-3 .span4 .introtext{
	padding:25px;
	text-align:center;
}

.blog .clearfix{
	clear:both;
}

.date-actu{
	color:#58595b;
	font-size:16px;
	line-height:24px;
}
.newsflash-item  a.readmore, .cols-3 .span4 .newsflash-item  a.readmore{
	padding: 25px 0;
}

section.principal .custom-cta, section.secondaire .custom-cta{
	margin:0 auto;
	text-align:center;
	clear:both;
}
/***FIN ACTUS***/

/***DEBUT RECOMPENSES***/
section.recompenses{
	background:#eee;
	padding:150px 0;
}
section.recompenses .custom{
	width:1400px;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 1450px) {	
	.js section.recompenses .custom{
		width:90%;
		padding:0 5%;
	}
}
/***FIN RECOMPENSES***/

/***FAQ***/
table.category, table.category tr, table.category tr td{
	text-align:center;
	width:100%;
}
td.list-title{
	padding:10px 0 5px 0;
}


/***FLOAT***/
.float-3{
	float: left;
	width: 30%;
	margin: 0 5% 50px 0;
}
.float-4{
	float: left;
	width: 20%;
	margin: 0 5% 50px 0;
}
.float-6{
	float: left;
	width: 15%;
	margin: 0 2% 50px 0;
	text-align:center;
}

.float-3:nth-child(3n), .float-4:nth-child(4n), .float-6:nth-child(6n){
	margin: 0 0 50px 0;
}
.float-3 img, .float-4 img, .float-6 img{
	width: 100%;
	height: auto;
	
}
@media screen and (max-width: 1450px) {
	.js .float-6, .js .float-6:nth-child(6n){
		width: 30%;
		margin: 0 5% 50px 0;
	}
	.js .float-6:nth-child(3n){
		margin: 0 0 50px 0;
	}
	
}
@media screen and (max-width: 1000px) {
	.js .float-3, .js .float-3:nth-child(3n){
		width: 100%;
		margin: 0 0 50px 0;
		text-align:center;
	}
	.js .float-4, .js .float-4:nth-child(4n){
		width: 45%;
		margin: 0 10% 50px 0;
		text-align:center;
	}
	.js .float-4:nth-child(2n){
		margin: 0 0 50px 0;
	}
	.js .float-6, .js .float-6:nth-child(3n){
		width: 45%;
		margin: 0 10% 50px 0;
	}
	.js .float-6:nth-child(2n){
		margin: 0 0 50px 0;
	}
	
}
@media screen and (max-width: 550px) {
	.js .float-4, .js .float-4:nth-child(1n){
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	.js .float-6, .js .float-6:nth-child(2n), .js .float-6:nth-child(3n){
		width: 100%;
		margin: 0 0 50px 0;
	}
}

/***DEBUT FORMULAIRE***/
.fox-form .controls, div#fox-container-m114 input[type="text"], div#fox-container-m114 input[type="email"], div#fox-container-m114 textarea, div#fox-container-m114 .fox-form-stacked .fox-item-radio .controls, .submit-button, .fox-form .controls, div#fox-container-m195 input[type="text"], div#fox-container-m195 input[type="email"], div#fox-container-m195 textarea, div#fox-container-m195 .fox-form-stacked .fox-item-radio .controls, .submit-button{
	width: 100%;
}

div#fox-container-m114 .fox-form input[type="text"], div#fox-container-m114 .fox-form input[type="email"], div#fox-container-m114 textarea, div#fox-container-m147 .fox-form input[type="text"], div#fox-container-m147 .fox-form input[type="email"], div#fox-container-m147 textarea, div#fox-container-m195 .fox-form input[type="text"], div#fox-container-m195 .fox-form input[type="email"], div#fox-container-m195 textarea{
	padding: 20px 15px;
	border-radius:2px;
}
div#fox-container-m114 .fox-form-stacked .fox-item-submit .controls{
	width:100%;
}
div#fox-container-m114 .btn, div#fox-container-m147 .btn, div#fox-container-m114 .btn, div#fox-container-m195 .btn {
	border-radius:2px;
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	width: -o-calc(100% - 22px);
	width: calc(100% - 22px);
	padding: 15px 10px;
}


div#fox-container-m114 .control-group .checkbox {
    margin-left:15px;
}
div#fox-container-m114 .fox-form input[type="text"]:hover, div#fox-container-m114 .fox-form input[type="email"]:hover, div#fox-container-m114 .fox-form textarea:hover, div#fox-container-m114 .fox-form input[type="text"]:focus, div#fox-container-m114 .fox-form input[type="email"]:focus, div#fox-container-m114 .fox-form textarea:focus, div#fox-container-m139 .fox-form input[type="text"]:hover, div#fox-container-m139 .fox-form input[type="email"]:hover, div#fox-container-m139 .fox-form textarea:hover, div#fox-container-m139 .fox-form input[type="text"]:focus, div#fox-container-m139 .fox-form input[type="email"]:focus, div#fox-container-m139 .fox-form textarea:focus {
    background-color: rgba(0,154,180,0.2);
}

/*cache label sélection privé et professionnel*/
div#fox-container-m114 #fox-m114-radio1 .fox-label-inside-no-placeholder{
	display:none;
}
.chzn-container {
    font-size: 18px;
}
div#fox-container-m114 .chzn-container-single .chzn-single {
    height: 40px;
    line-height: 40px;

}
div#fox-container-m114 .chzn-container .chzn-results li {
	line-height: 26px;
    padding: 5px 10px;
}

.chzn-container-single .chzn-single div {
    height: 95%;
	margin: 2.5% 0;
}
div#fox-container-m114 .chzn-container-single .chzn-single abbr {
	top:13px;
}

/***FIN FORMULAIRE***/

/***DEBUT GMAP***/
.gmap{
	margin-bottom:-6px;
}
/***FIN GMAP***/


/***DEBUT FOOTER***/
footer{
	background:#212121;
	font-size:16px;
	line-height:24px;
	color:#fff;
}
footer h4{
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover, footer a:focus{
	color: #009ac8;
}
footer a.tel, footer a.email{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.content-footer{
	width:1400px;
	height:auto;
	margin:0 auto;
	padding:75px 0;
}
@media screen and (max-width: 1450px) {	
	.js .content-footer{
		width:90%;
		padding:75px 5%;
		height:auto;
	}
}

footer .custom-logo, footer .custom-coordonnees, footer .custom-newsletter{
	float:left;
	margin:0 100px 0 0;
}
footer .custom-social{
	float:right;
}
footer .custom-newsletter{
	width:350px;
}

footer .custom-logo{
	width: 150px;
	height: auto;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

footer .custom-logo img{
	width:100%;
	height: auto;
}

/***DEBUT MAILCHIMP***/
#mc_embed_signup form {text-align:left; padding:25px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-size: 12px; border:none; border-radius:2px; color: #009ac8; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.8em; display: inline-block; margin: 0; width:235px; vertical-align:top;font-weight: bold;;}
#mc_embed_signup label {display:block; font-size:12px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 12px; border:none; border-radius:2px; letter-spacing: .03em; color: #fff; background-color: #009ac8; box-sizing:border-box; height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;font-weight: bold;}
#mc_embed_signup .button:hover {background-color:#fff; color: #009ac8; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

@media (max-width: 1000px) {
	#mc_embed_signup form {text-align:center;}
}
@media (max-width: 550px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px; text-align: center;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}
/***FIN MAILCHIMP***/
/***DEBUT EMAS - ISO***/
.custom-social{
	text-align:right;
}
.custom-social ul.logo-eco{
	list-style-type:none;
	text-align:right;
}
.custom-social ul.logo-eco li{
	display:inline-block;
}
.custom-social ul.logo-eco li a.logo-emas {
	display:block;
	background: url(../images/logo-emas.svg) 0px 0px no-repeat;
	position: relative;
	/*width: 134.59px;
	height: 40px;*/
	width: 151.44px;
	height: 45px;
}
.custom-social ul.logo-eco li a.logo-emas::after {
	content: "";
	background: url(../images/logo-emas.svg) -151.44px 0px no-repeat;
	opacity: 0;
	transition: opacity 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.custom-social ul.logo-eco li a.logo-emas:hover::after {
	opacity: 1;
	transition: opacity 0.5s;
}
.custom-social ul.logo-eco li a.logo-iso {
	display:block;
	background: url(../images/logo-iso14001.svg) 0px 0px no-repeat;
	background-size:200% auto;
	position: relative;
	width: 115.61px;
	height: 35px;
	margin:5px 0 0 28px;
}
.custom-social ul.logo-eco li a.logo-iso::after {
	content: "";
	background: url(../images/logo-iso14001.svg) -115.61px 0px no-repeat;
	background-size:200% auto;
	opacity: 0;
	transition: opacity 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.custom-social ul.logo-eco li a.logo-iso:hover::after {
	opacity: 1;
	transition: opacity 0.5s;
}
/***FIN EMAS - ISO***/

/***DEBUT ICON SOCIAL***/
.custom-social ul.social{
	list-style-type:none;
	text-align:right;
	padding:35px 0 0 0;
}
.custom-social ul.social li{
	display:inline-block;
}
.custom-social ul.social li a {
	border-radius: 50%;
	border:1px solid #fff;
	display:block;
	width: 34px;
	height: 32px;
	text-align: center;
	line-height: 34px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	margin:0 12px 0 0;
}
.custom-social ul.social li:last-child a {
	margin:0;
}
.custom-social ul.social li a::before {
    font-family: "fontello";
	font-weight: 100;
	vertical-align: initial;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
footer a.icon-pinterest { } 
footer a.icon-youtube-play { font-size: 18px; } 
footer a.icon-instagram { font-size: 19px; } 
footer a.icon-facebook {}
footer a.icon-twitter-bird { font-size: 15px; }
footer a.icon-linkedin { font-size: 15px; }

.custom-social ul.social li a:hover {
	border:1px solid #009ac8;
	background:#009ac8;
	color:#fff;
}
/*
.custom-social ul li a:hover::before {
	font-size: 20px;
}
*/
/***FIN ICON SOCIAL***/
/***DEBUT MENTIONS***/
.custom-mentions, ul.menu-faq{
	border-top:1px solid #474747;
	padding:40px 5%;
	text-align:center;
	width:90%;
}
ul.menu-faq{
	list-style-type:none;
}
ul.menu-faq li ul li{
	display:inline-block;
}
ul.menu-faq li ul li:nth-child(n+2){
	margin:0 0 0 20px;
}
/***FIN MENTIONS***/
@media screen and (max-width: 1400px) {	
	.js footer .custom-logo{
		margin:0 15% 0 0;
	}
	.js footer .custom-coordonnees{
		width: -moz-calc(30% - 75px);
		width: -webkit-calc(30% - 75px);
		width: -o-calc(30% - 750px);
		width: calc(30% - 75px);
		margin:0 5% 0 0;
	}
	.js footer .custom-newsletter{
		width: -moz-calc(50% - 75px);
		width: -webkit-calc(50% - 75px);
		width: -o-calc(50% - 750px);
		width: calc(50% - 75px);
		margin:0;
	}
	.js footer .custom-social{
		float:none;
		clear:both;
		margin:0 auto;
		padding-top:75px;
		text-align: center;
	}
	.js .custom-social ul.logo-eco{
		width:100%;
		text-align:center;
	}

	.js .custom-social ul.social{
		margin:0 auto;
		text-align:center;
	}
}
@media screen and (max-width: 1000px) {	
	.js footer .custom-coordonnees, .js footer .custom-newsletter{
		float:none;
		width:100%;
		text-align:center;
		margin:0 0 75px 0;
	}
	.js footer .custom-logo{
		float:none;
		margin:0 auto;
		margin-bottom:75px;
	}
	
	.js footer .custom-social{
		padding-top:0;
	}
}
@media screen and (max-width: 700px) {	
	.js ul.menu-faq li ul li{
		display:inherit;
	}
	.js ul.menu-faq li ul li:nth-child(n+2){
		margin:0;
	}
}
/***FIN FOOTER***/

/***DEBUT PRODUITS - SOCIETE***/
a .title-prod {
	display: none;
}
a:hover .title-prod {
	font-size: 10px;
	display: block;
	padding: 4px 8px;
	position: absolute;
	margin: 24px 0 0 30px;
	z-index: 100;
	background: #212121;
	color: #ffffff;
}
.whatwedo{
	float: left;
	width: -moz-calc(25% - 101px);
	width: -webkit-calc(25% - 101px);
	width: -o-calc(25% - 101px);
	width: calc(25% - 101px);
	margin: 0 75px 50px 0;
	padding: 0 25px 25px 0;
	border-right:1px dotted #dddddd;
	border-bottom:1px dotted #dddddd;
	min-height: 450px;
}
/*
.whatwedo:nth-child(4n){
	border-right:none;
}
*/
.whatwedo a{
	color:#000000;
	text-decoration-line: underline;
	text-decoration-color: #ddd;
}

@media screen and (max-width: 1250px) {
	.js .whatwedo{
		min-height: 500px;
	}
}
@media screen and (max-width: 1000px) {
	.js .whatwedo{
		width: -moz-calc(33% - 76px);
		width: -webkit-calc(33% - 76px);
		width: -o-calc(33% - 76px);
		width: calc(33% - 76px);
		margin: 0 50px 50px 0;
		padding: 0 25px 25px 0;
		min-height: 550px;
		text-align:center;
	}
}
@media screen and (max-width: 700px) {
	.js .whatwedo{
		width: -moz-calc(50% - 76px);
		width: -webkit-calc(50% - 76px);
		width: -o-calc(05% - 76px);
		width: calc(50% - 76px);
		min-height: 450px;
	}
}
@media screen and (max-width: 550px) {
	.js .whatwedo{
		width: 100%;
		margin: 0 0 50px 0;	
		padding: 0 0 25px 0;	
		border-right: none;
		min-height: inherit;
	}
}

/***FIN PRODUITS - SOCIETE***/

/***ANCIEN CTA
.cta-page{
	font-size: 22px;
	line-height: 32px;
	margin: 25px 0 0 0;
}
.cta-page a{
	background: #fff;	
	background-image: linear-gradient(to left,
    transparent,
    transparent 100%,
    #009ac8 100%,
    #009ac8);
  	background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.cta-page a:hover, .cta-page a:focus{	
	background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #009ac8 50%,
    #009ac8);
	background-position: 0 0;
	color:#fff;
	padding: 0 5px;
}

@media screen and (max-width: 550px) {
	.js .cta-page{
		font-size: 18px;
		line-height: 28px;
	}
}
****/


/***DEBUT EQUIPE***/
.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;
}
.da-thumbs li {
	float: left;
	list-style-type: none;
    width: -moz-calc(12.5% - 6px);
	width: -webkit-calc(12.5% - 6px);
	width: -o-calc(12.5% - 6px);
	width: calc(12.5% - 6px);
	height: auto;
	margin: 0 6px 6px 0;
	position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: #d3d3d3;
	width: 100%;
	height: 100%;
	text-align: center;
}


.da-thumbs li.last a div {
	background: #009ac8;
	top: 0px;
	left: 0px;
}
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: 0px;
}
.da-slideFromBottom {
	left: 0px;
	top: 0px;
}
.da-slideFromLeft {
	top: 0px; 
	left: 0px;
}
.da-slideFromRight {
	top: 0px;
	left: 0px;
}
/* Final state classes: */
.da-slideTop {
	left: 0px;
	top: 100%;
}
.da-slideLeft {
	top: 0px; 
	left: -100%;
}
.da-slideBottom {
	left: 0px;
	top: -100%;
}
.da-slideRight {
	top: 0px; 
	left: 100%;
}
/*Centre le texte dans le carre*/
.da-thumbs li a div span{
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	width: 100%;
	/*NEW*/
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
}
.da-thumbs li a div span strong{
	display: block;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	color: #009ac8;
	font-size: 50px;
}
.da-thumbs li.last a div span strong {
	color: #ffffff;
}

@media screen and (max-width: 1920px) {
	.js .da-thumbs li {
		width: -moz-calc(20% - 6px);
		width: -webkit-calc(20% - 6px);
		width: -o-calc(20% - 6px);
		width: calc(20% - 6px);
		margin: 0 6px 6px 0;
	}
}
@media screen and (max-width: 1200px) {
	.js .da-thumbs li {
		width: -moz-calc(25% - 6px);
		width: -webkit-calc(25% - 6px);
		width: -o-calc(25% - 6px);
		width: calc(25% - 6px);
	}
	/*
	.js .da-thumbs li a div span {
		margin: 50px 20px 20px 20px;
	}
	*/
	.js .da-thumbs li a div span strong{
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 850px) {
	.js .da-thumbs li {
		width: -moz-calc(33.33% - 9px);
		width: -webkit-calc(33.33% - 9px);
		width: -o-calc(33.33% - 9px);
		width: calc(33.33% - 9px);
	}
	.js .da-thumbs li a div span {
		/*margin: 40px 10px 10px 10px;*/
		font-size: 14px;
	}
	.js .da-thumbs li a div span strong{
		margin: 0 0 20px 0;
		font-size: 40px;
	}
}
@media screen and (max-width: 550px) {
	.js .da-thumbs li {
		width: -moz-calc(50% - 3px);
		width: -webkit-calc(50% - 3px);
		width: -o-calc(50% - 3px);
		width: calc(50% - 3px);
		margin: 0 6px 6px 0;
	}
	.js .da-thumbs li:nth-child(2n) {
		margin: 0 0 6px 0;
	}
}

/***FIN EQUIPE***/

/***DEBUT ENVIRO.***/
/*Recompenses*/
/*.recompenses div{
	float: left;
	width: -moz-calc(22% - 2px);
	width: -webkit-calc(22% - 2px);
	width: -o-calc(22% - 2px);
	width: calc(22% - 2px);
	margin: 0 4% 50px 0;
	border:1px solid #dddddd;
	background:#fff;
	min-height:505px;
}

.recompenses div:nth-child(4n){
	margin: 0 0 50px 0;
}
@media screen and (max-width: 1300px) {
	.js .recompenses div{
		min-height: inherit;
	}
}
@media screen and (max-width: 1000px) {
	.js .recompenses div, .js .recompenses div:nth-child(4n){
		width: -moz-calc(32% - 2px);
		width: -webkit-calc(32% - 2px);
		width: -o-calc(32% - 2px);
		width: calc(32% - 2px);
		margin: 0 2% 50px 0;
		min-height:475px;
	}
	.js .recompenses div:nth-child(3n){
		margin: 0 0 50px 0;
	}
	
}
@media screen and (max-width: 850px) {
	.js .recompenses div, .js .recompenses div:nth-child(4n){
		min-height:400px;
	}
	
}
@media screen and (max-width: 700px) {
	.js .recompenses div, .js .recompenses div:nth-child(4n), .js .recompenses div:nth-child(3n){
		width: -moz-calc(48% - 2px);
		width: -webkit-calc(48% - 2px);
		width: -o-calc(48% - 2px);
		width: calc(48% - 2px);
		margin: 0 4% 50px 0;
	}
	
	.js .recompenses div:nth-child(2n){
		margin: 0 0 50px 0;
	}
}
*/
/*
@media screen and (max-width: 550px) {
	.js .recompenses div, .js .recompenses div:nth-child(4n), .js .recompenses div:nth-child(3n), .js .recompenses div:nth-child(2n){
		float: none;
		width: -moz-calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -o-calc(100% - 2px);
		width: calc(100% - 2px);
		margin: 0 0 50px 0;
	}
}

.recompenses div img{
    width: 100%;
	height: auto;
}
.recompenses p{
	display:block;
	padding:25px;
	text-align:center;
}
*/
/*PORTFOLIO*/
#events .item {
    -webkit-box-shadow:inherit;
    -moz-box-shadow:inherit;
    box-shadow:inherit;
}
#events .item .title {
    min-height: inherit;
	text-align: center;
}
.custom_toutvoir{
	width:100%;
	text-align:right;
}
/*Icons PORTFOLIO*/
#events .item-container .item .title {
	top: 40%;
	padding:50px 0 0 0;
	background-position:50% 0%;
	background-repeat:no-repeat
}
#events .item .eg-content .data:hover .title {
	top: 35%;
}
@media screen and (max-width: 800px) {	
	.js #events .item-container .item .title {
		top: 35%;
	}
	.js #events .item .eg-content .data:hover .title {
		top: 30%;
	}
}
@media screen and (max-width: 600px) {	
	.js #events .item-container .item .title {
		top: 40%;
	}
	.js #events .item .eg-content .data:hover .title {
		top: 35%;
	}
}
#events .item-container:nth-child(1) .item .title {
	background-image:url(../images/icon-portfolio/impression.png);
}
#events .item-container:nth-child(2) .item .title {
	background-image:url(../images/icon-portfolio/lettrage.png);
}
#events .item-container:nth-child(3) .item .title {
	background-image:url(../images/icon-portfolio/enseigne.png);
}
#events .item-container:nth-child(4) .item .title {
	background-image:url(../images/icon-portfolio/signaletique.png);
}
#events .item-container:nth-child(5) .item .title {
	background-image:url(../images/icon-portfolio/stand-plv.png);
}
#events .item-container:nth-child(6) .item .title {
	background-image:url(../images/icon-portfolio/decoration.png);
}
#events .item-container:nth-child(7) .item .title {
	background-image:url(../images/icon-portfolio/graphisme.png);
}
#events .item-container:nth-child(8) .item .title {
	background-image:url(../images/icon-portfolio/web.png);
}

.pswp__caption__center {
    text-align: center;
}

/*Filtre PORTFOLIO*/
ul.menufiltre{
	float: left;
	text-align: left;
	position: absolute;
	z-index: 29;
	margin: -10px 0 0 3px;
}
/*
.tri ul.menufiltre{
	margin: -50px 0 0 75px;
}
@media screen and (max-width: 850px) {
	.js .tri ul.menufiltre{
		margin: -26px 0 0 25px;
	}
}
*/

.event .text{
	z-index: 250;
	position: relative;
}
ul.menufiltre li{
	cursor: pointer;
	list-style-type: none;
	width: 250px;
	background: #ffffff;
}
ul.menufiltre li ul li{
	border-bottom:1px dotted #dddddd;
}
ul.menufiltre li ul li:last-child{
	border-bottom:none;
}
ul.menufiltre li a{
	display: block;
	padding: 5px 5px 5px 15px;
}
ul.menufiltre li span.filtre{
	display: block;
	background: url(../images/fleche_bas.png) no-repeat left center;
	padding: 5px 5px 5px 15px;
}
ul.menufiltre li ul{
	display: none;	
	position:absolute;
	margin: 0;
}
ul.menufiltre li:hover ul{
	display: block; 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

/***DEBUT Time line Logo***/
.timeline{
	position: relative;
	width: 100%;
	height: 150px;
}
.timeline ul{
	list-style-type: none;
    position: absolute;
    bottom: 0;
	width: 100%;
	background: url(../images/timeline.png) repeat-x -25px center;
}
.timeline ul li{
	display: inline-block;
	width: 13%;
	margin:0;
	padding:0;
}
.timeline ul li a {
	cursor: pointer;
	border:1px solid #009ac8;
	background-color: #fff;
	border-radius:100px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding:0;
}

.timeline ul li a:hover, .timeline ul li a:focus, .timeline ul li a.on{
	background-color: #009ac8;
	color:#fff;
}
.timeline ul li a span {
	position: absolute;
	margin: -100px 0 0 -50px;
	z-index: 29;
	width: 150px;
	height: auto;
}
@media screen and (max-width: 1500px) {
	.js .timeline ul li{
		width: 13%;
	}
}

@media screen and (max-width: 700px) {	
	.js .timeline{
		height: auto;
	}
	.js .timeline ul{
		position: inherit;
		background: url(../images/timeline.png) repeat-y 22px center;
	}
	.js .timeline ul li{
		width: 100%;
		text-align: left;
		margin: 20px 0;
	}
	.js .timeline ul li a {
		margin: 0;
	}
	.js .timeline ul li a span {
		margin: -15px 0 0 100px;
	}
}
/*
.timeline ul li a:hover span {
	display: block;
}*/
.timeline ul li a span img{
	width: 100%;
	height: auto;
}
/***FIN Time line Logo***/
/***SLIDER CK***/
#sliderck185 {
	padding-bottom:50px
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet-active {
    background: #009ac8;
}

/***SCHMITZIEN GAGNANT***/
.custom-schmitzien {
	/*
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	*/
	width: 100%;
	text-align: center;
}
/***BACK TO TOP***/
a.backtop{
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	background:#eee url(../images/fleche_haut.png) center center no-repeat;
	line-height:0;
	padding:20px;
	cursor:pointer;
	z-index:100;
}

a.backtop:hover{
	background-color:#ddd;
}
a.backtop:focus{
	background-color:#fff;
}