@charset "utf-8";

@font-face {
    font-family: 'geometriamedium';
    src: url('../fonts/geometria-medium-webfont.woff2') format('woff2'),
         url('../fonts/geometria-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geometriabold';
    src: url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
         url('../fonts/geometria-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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

}

*{
	margin: 0;
	padding: 0;
	outline:none;
	/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
}

html, body{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color:#000000;
	background: #ffffff;
	text-align: left;
}

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

a .title {
	display: none;
}
a:hover .title {
	font-size: 10px;
	display: block;
	padding: 4px 8px;
	position: absolute;
	margin: 20px 0 0 15px;
	z-index: 100;
	background: #212121;
	color: #ffffff;
}
h1, h2, h3, h4{
	font-weight:normal;
}
h1{
	font-size:38px;
	line-height: 48px;
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h2{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:34px;
	line-height: 44px;
	margin: 60px 0 40px 0;
}
h3, td.list-title a{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px;
	line-height: 21px;
	text-transform:uppercase;
	color: #009ac8;
	min-height: 50px;
}
td.list-title a{
	display: block;
}
td.list-title a:hover, td.list-title a:focus{
	color:#003459;
}
@media screen and (max-width: 1100px) {	
	.js h3, .js td.list-title a{
		font-size:16px;
		line-height: 19px;
	}
}
@media screen and (max-width: 850px) {
	.js h1{
		font-size: 30px;
		line-height: 40px;
	}
	.js h2{
		font-size:28px;
		line-height: 38px;
		margin: 40px 0 30px 0;
	}
	.js h3, .js td.list-title a{
		font-size:14px;
		line-height: 17px;
	}
}
@media screen and (max-width: 550px) {
	.js h1{
		font-size: 22px;
		line-height: 30px;
	}
	.js h2{
		font-size:20px;
		line-height: 28px;
		margin: 30px 0 20px 0;
	}
	
	.js h3, .js td.list-title a{
		min-height: 25px;
	}
}
h1 span, h2 span{
	color: #009ac8;
}
b, strong, .bold{
	font-weight:bold;
}
.font10{
	font-size:10px;
	line-height: 10px;
}
.font12{
	font-size:12px;
	line-height: 12px;
}
.font14{
	font-size:14px;
	line-height: 14px;
}
.font18{
	font-size:18px;
	line-height: 18px;
}
.rouge{
	color:#e43117;
}
.bleu{
	color: #009ac8;
}
.left{
	float: left; 
	margin: 0 10px 5px 0;
}
img.vw{
	width: 50%;
	height: auto;
	float: left; 
	margin: 0 10px 25px 0;
}
@media screen and (max-width: 800px) {
	.js img.vw{
			width: 100%;
			margin: 0 0 50px 0;
		}
}
.right{
	float: right; 
	margin: 0 0 5px 10px;
}
.light {
    font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/*
.arobase{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
*/


/*Lors de la sélection 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;}


/***MENU OVERLAY***/
.overlay {
	font-family: 'geometrialight';
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background: #212121;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
}

.overlay-left {
    position: relative;
	float: left;
    width: -moz-calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	width: -o-calc(100% - 450px);
	width: calc(100% - 450px);
	padding: 270px 0 0 75px;
}
.overlay-right {
    position: relative;
	float: right;
	text-align: right;
    width: 300px;
	padding: 100px 75px 0 0;
}

.overlay ul{
	margin: 0 0 50px 0;
}
.overlay ul li{
	list-style-type: none;
	font-size: 48px;
	line-height: 64px;
}
.overlay li a {
	color: #ffffff;
	-webkit-transition:padding 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition:padding 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition:padding 0.3s ease-in-out, border 0.3s ease-in-out;
    transition:padding 0.3s ease-in-out, border 0.3s ease-in-out;
	border-right:1px solid #212121;
}

.overlay li a:hover, .overlay li a:focus, .overlay li.active a {
    color:#009ac8;
	border-right:1px solid #009ac8;
	padding-right: 10px;
}
.overlay a {
	color: #009ac8;
}

.overlay a:hover, .overlay a:focus {
    color:#808080;
}
.overlay h4 {
	font-size: 48px;
	line-height: 58px;
}
.overlay h4 a{
	text-transform: uppercase;
}
.overlay .custom_actu{
	margin: 50px 0 0 0;
}

.overlay .custom_faq{
	font-size: 14px;
	font-weight: normal;
	/*margin: 400px 0 0 0;*/
	position: fixed;
	bottom:20px;
}

.overlay .custom_ico{
	line-height: 30px;
}
.overlay .custom_ico .adresse{
	line-height: 24px;
	margin-top: 50px;
}
@media screen and (max-width: 1400px) {
	.js .overlay-left {
		padding: 250px 0 0 75px;
	}
	.js .overlay ul li, .js .overlay h4 {
		font-size: 42px;
		line-height: 52px;
	}
	.js .overlay .custom_faq{
		margin: 325px 0 0 0;
	}
}
@media screen and (max-width: 1100px) {
	.js .overlay {
		font-size: 14px;
		line-height: 20px;
	}
	.js .overlay-left {
		padding: 220px 0 0 75px;
	}
	.js .overlay ul li, .js .overlay h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.js .overlay .custom_faq{
		font-size: 13px;
		margin: 315px 0 0 0;
	}
}
@media screen and (max-width: 850px) {
	.js .overlay-left {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: -o-calc(100% - 250px);
		width: calc(100% - 250px);
		padding: 170px 0 0 25px;
	}
	.js .overlay-left {
		padding: 200px 0 0 25px;
	}
	.js .overlay-right {
    	width: 200px;
		padding: 120px 25px 0 0;
	}
	.js .overlay ul li, .js .overlay h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.js .overlay .custom_faq{
		font-size: 12px;
		margin: 300px 0 0 0;
	}
}
@media screen and (max-width: 550px) {
	.js .overlay {
		font-size: 14px;
		line-height: 20px;
	}
	.js .overlay-left {
		display: none;
	}
	.js .overlay-right {
		float: none;
		text-align: center;
		width: 100%;
		padding: 120px 0 0 0;
	}
	.js .overlay ul li, .js .overlay h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.js .overlay li a {
		border-right:1px solid #212121;
		border-left:1px solid #212121;
	}
	.js .overlay li a:hover, .js .overlay li a:focus, .js .overlay li.active a {
		color:#009ac8;
		border-right:1px solid #009ac8;
		border-left:1px solid #009ac8;
		padding: 0 10px;
	}
}

.overlay .closebtn {
	/*
    position: absolute;
    top: 50px;
    right: 75px;
	*/
	padding: 0;
	cursor:pointer;
}

.overlay .closebtn img{	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #ffffff;
}
.openbtn {
	font-size: 18px;
	color: #000000;
	-webkit-transition:color 0.3s ease-in-out;
    -moz-transition:color 0.3s ease-in-out;
    -o-transition:color 0.3s ease-in-out;
    transition:color 0.3s ease-in-out;
	cursor:pointer;
}
.openbtn span{
	float: right;
	margin: 11px 0 5px 0;
}
.openbtn img{	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #000000;
	float: right;
	margin: 0 0 0 15px;
}
.openbtn:hover, .openbtn:focus{
	color: #009ac8;
}
/*
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
*/

#page{
	width: 100%;
	height: auto;
	margin: 148px 0 0 0;
}
/***HEADER***/

#logo{
	cursor: pointer;	
}
#logo .logo_img{
	float: left;
	width: 70px;
	height: 70px;
	background: linear-gradient(90deg, #00b6be, #00669b, #8dc63f, #00a79d, #f4793b, #ef4060, #a9679d, #4b4475);
	background-size: 1600% 1600%;
	-webkit-animation: logo 30s linear infinite;
	-moz-animation: logo 30s linear infinite;
	-o-animation: logo 30s linear infinite;
	animation: logo 30s linear infinite;
}
	
@-webkit-keyframes logo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes logo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes logo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes logo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.schmitz{
	font-family: 'geometriamedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#58595B;
	font-size: 44px;
	text-transform: uppercase;
	float: left;
	margin: 22px 0 0 15px;
	line-height: 30px;
	/*opacity: 0;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	transform: translateX(-10px);	
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;*/
}
.overlay .schmitz{
	color:#ffffff;
}
/*
#logo:hover .schmitz{
	cursor: pointer;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	
}
*/
@media screen and (max-width: 500px) {
	.js .schmitz{
		display: none;
		text-indent: -9000px;
	}
}
#page header, .overlay header{	
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -o-calc(100% - 150px);
	width: calc(100% - 150px);
	padding: 25px 75px 25px 75px;
	height: auto;
	position: fixed;
	background: #ffffff;
	z-index: 30;
    top: 0;
    left: 0;
}

.overlay header{
	background: none;
	padding: 25px 75px 0 75px;
}
#page header nav, .overlay header nav{
	width: 30%;
	float: right;
	height: auto;
	text-align: right;
}
@media screen and (max-width: 850px) {
	.js #page header, .js .overlay header{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);
		padding: 25px 25px;
	}
	.js .overlay header{
		padding: 25px 25px 0 25px;
	}
}
#page header .custom_logo_page, .overlay header .custom_logo_overlay{
	width: 70%;
	height: auto;
	float: left;
}
#page header .philosophie{
	width: 45%;
	height: auto;
	float: right;
	font-size: 15px;
}
#page header h1.apropos{
	width: 45%;
	height: auto;
	float: left;
	}
@media screen and (max-width: 850px) {
	.js #page header .philosophie, .js #page header h1.apropos{
		width: 100%;
		float: none;
	}
	.js #page header h1.apropos{
		margin:0 0 75px 0;
	}
}
/***BODY***/
#page section{
	width: 80%;
	margin: 50px 20% 50px 0;
	height: auto;
	
	-webkit-transform: translate3d(0,0,0); /*Fix Mobile Safari fixed position and z-index issue*/
}
@media screen and (max-width: 550px) {
	.js #page section{
		width: 100%;
		margin: 50px 0;
	}
}
#page section header, #page section .contenu, #page section .event, #page section .eventgallery-tiles-list, table.category{
	width: -moz-calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -o-calc(100% - 75px);
	width: calc(100% - 75px);	
	padding: 0;
	margin: 50px 0 50px 75px;
	height: auto;
	position: inherit;	
	background: inherit;
	z-index:inherit;
}
#page section .eventgallery-tiles-list header{
	margin: 50px 0 25px 0;
}
#page section .eventgallery-tiles-list{
	margin: -25px 0 50px 75px;
}
@media screen and (max-width: 850px) {
	.js #page section header,.js #page section .contenu, .js #page section .event, .js #page section .eventgallery-tiles-list, .js table.category{
		width: -moz-calc(100% - 25px);
		width: -webkit-calc(100% - 25px);
		width: -o-calc(100% - 25px);
		width: calc(100% - 25px);	
		margin: 50px 0 50px 25px;
		padding: 0;
	}
}
@media screen and (max-width: 550px) {
	.js #page section header,.js #page section .contenu, .js #page section .event, .js #page section .eventgallery-tiles-list, .js table.category{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);	
		margin: 50px 25px;
		padding: 0;
	}
}
.banner{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.banner span{
	width: 100%;
	height: 100%;
	background: url("../images/pattern.png");
	position: absolute;
	z-index: 5;
}
.banner img{
	width: 100%;
	height: auto;
	display: block;
}
p.intro{
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background: #212121;
	color: #ffffff;
	padding:35px 75px;
	font-size: 24px;
	line-height: 34px;
}
.horaire{
	display: inline-block;
	float: left;
	margin: 0 10px 25px 0;
}
@media screen and (max-width: 1250px) {
	.js .horaire{
		display: inherit;
		float: inherit;
		margin: 0;
	}
}
@media screen and (max-width: 850px) {
	.js p.intro{
		padding: 25px;
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (max-width: 550px) {
	.js p.intro{
		font-size: 16px;
		line-height: 26px;
	}
}

ul.emploi{
	margin: 5px 0 5px 25px;
}
ul.emploi li{
	margin: 0 0 2px 0;
}

.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: 320px;
}
.whatwedo a{
	color:#000000;
	text-decoration-line: underline;
	text-decoration-color: #ddd;
}
/*
.whatwedo a:hover,.whatwedo a:focus{
}
*/
/*
.whatwedo h3{
	min-height: 75px;
}
*/
.clear4col{
	clear: both;
}
@media screen and (max-width: 1100px) {
	.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: 350px;
	}
	.js .clear4col{
		clear: inherit;
	}
	.js .clear3col{
		clear: both;
	}	
}
@media screen and (max-width: 850px) {
	.js .whatwedo{
		width: -moz-calc(50% - 76px);
		width: -webkit-calc(50% - 76px);
		width: -o-calc(05% - 76px);
		width: calc(50% - 76px);
	}
	.js .clear3col{
		clear: inherit;
	}
	.js .clear4col{
		clear: both;
	}	
	.js .clear2col{
		clear: both;
	}
}

.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 .whatwedo{
		width: 100%;
		margin: 0 0 50px 0;		
		border-right: none;
		min-height: inherit;
	}
	.js .clear4col, .js .clear2col{
		clear: inherit;
	}
	.js .cta-page{
		font-size: 18px;
		line-height: 28px;
	}
}
/***WHO WE ARE***/
.custom_whoweare ul, .moduletable_carte, /*> all classes for project portfolio*/.event div.thumbnails, .eventgallery-thumbnails, .mod-eventgallery-event div.thumbnails, .eventgallery-tiles-list, .eventgallery-tiles-list .eventgallery-tiles{
    width: -moz-calc(100% + 75px);
	width: -webkit-calc(100% + 75px);
	width: -o-calc(100% + 75px);
	width: calc(100% + 75px);
	margin-left: -75px;
}
@media screen and (max-width: 850px) {
	.js .custom_whoweare ul, .moduletable_carte, /*> all classes for project portfolio*/.js .event div.thumbnails, .js .eventgallery-thumbnails, .js .mod-eventgallery-event div.thumbnails, .js .eventgallery-tiles-list, .js .eventgallery-tiles-list .eventgallery-tiles{
		width: -moz-calc(100% + 25px);
		width: -webkit-calc(100% + 25px);
		width: -o-calc(100% + 25px);
		width: calc(100% + 25px);
		margin-left: -25px;
	}
}
@media screen and (max-width: 550px) {
	.js .custom_whoweare ul, .js .moduletable_carte, /*> all classes for project portfolio*/.js .event div.thumbnails, .js .eventgallery-thumbnails, .js .mod-eventgallery-event div.thumbnails, .js .eventgallery-tiles-list, .js .eventgallery-tiles-list .eventgallery-tiles{
		width: 100%;
		margin-left: 0;
	}
}

.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% - 12px);
	width: -webkit-calc(12.5% - 12px);
	width: -o-calc(12.5% - 12px);
	width: calc(12.5% - 12px);
	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%;
}
/*Centré le texte dans le carré*/
.da-thumbs li a div span{
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	width: 100%;
	/*NEW*/
	font-family: 'geometriabold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;	
	/*
	padding: 10px 0;
	margin: 60px 20px 20px 20px;
	*/
	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% - 12px);
		width: -webkit-calc(20% - 12px);
		width: -o-calc(20% - 12px);
		width: calc(20% - 12px);
		margin: 0 6px 6px 0;
	}
}
@media screen and (max-width: 1200px) {
	.js .da-thumbs li {
		width: -moz-calc(25% - 12px);
		width: -webkit-calc(25% - 12px);
		width: -o-calc(25% - 12px);
		width: calc(25% - 12px);
	}
	/*
	.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 .custom_whoweare ul, .js .moduletable_carte, .js .event div.thumbnails, .js .eventgallery-thumbnails, .js .mod-eventgallery-event div.thumbnails{
		width: -moz-calc(100% + 25px);
		width: -webkit-calc(100% + 25px);
		width: -o-calc(100% + 25px);
		width: calc(100% + 25px);
		margin-left: -25px;
	}
	.js .da-thumbs li {
		width: -moz-calc(33.33% - 12px);
		width: -webkit-calc(33.33% - 12px);
		width: -o-calc(33.33% - 12px);
		width: calc(33.33% - 12px);
	}
	.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% - 12px);
		width: -webkit-calc(50% - 12px);
		width: -o-calc(50% - 12px);
		width: calc(50% - 12px);
	}
}

#map{height: 400px;}


/***ESTORE***/
.estore_choice{
	float: left;
	/*
	width: -moz-calc(33.33% - 100px);
	width: -webkit-calc(33.33% - 100px);
	width: -o-calc(33.33% - 100px);
	width: calc(33.33% - 100px);
	margin: 0 100px 50px 0;
	*/
	width: 30%;
	margin: 0 5% 50px 0;
}


.col4{
	float: left;
	width: 20%;
	margin: 0 5% 50px 0;
}
.last{
	margin: 0 0 50px 0;
}
.estore_choice img, .col4 img{
	width: 100%;
	height: auto;
	
}
.estore_choice .cta-page{
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
.estore_choice .cta-page a{
	color: #000000;
}
.estore_choice .cta-page a:hover, .estore_choice .cta-page a:focus{
	color: #ffffff;
}
.estore_choice h3.height0{
	min-height: inherit;
}
/*
h3.upload-design, h3.custom-design, h3.browse-design{
	padding: 0 0 0 60px;
}
h3.upload-design{
	background: url(../../../images/estore_choice/icon-upload-design.png) no-repeat left top;
}
h3.custom-design{
	background: url(../../../images/estore_choice/icon-custom-design.png) no-repeat left top;
}
h3.browse-design{
	background: url(../../../images/estore_choice/icon-browse-design.png) no-repeat left top;
}
*/
@media screen and (max-width: 1200px) {
	.js div.estore_choice{
		width: 100%;
		margin: 0 0 50px 0;
	}
	/*
	.js h3.upload-design, .js h3.custom-design, .js h3.browse-design{
		padding: 0 0 30px 60px;
		margin: 0;
	}
	*/
	
	.js .col4{
		width: 45%;
		margin: 0 5% 50px 0;
	}
}
@media screen and (max-width: 500px) {
	.js .col4{
		width: 100%;
		margin: 0 0 50px 0;
	}
}
/***FOOTER***/
#page footer{	
	font-family: 'geometrialight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: -moz-calc(80% - 75px);
	width: -webkit-calc(80% - 75px);
	width: -o-calc(80% - 75px);
	width: calc(80% - 75px);
	margin: 100px 20% 100px 75px;
	padding: 100px 0 0 0;
	height: auto;
	border-top:1px solid #dddddd;
	
	-webkit-transform: translate3d(0,0,0); /*Fix Mobile Safari fixed position and z-index issue*/
}
@media screen and (max-width: 850px) {
	.js #page footer{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);
		margin: 100px 25px;
		height: auto;
	}
}
#page footer #footer_left{
	width: 50%;
	float: left;
	height: auto;
}
#page footer #footer_right{
	width: 50%;
	float: right;
	height: auto;
	text-align: right;
}
#footer_left #logo_footer, #footer_left ul, #footer_left p{
	float: left;
	margin-right: 75px;
}
#footer_left ul li{
	list-style-type: none;
}
#footer_left a{
	color: #000000;
}
#footer_left a:hover, #footer_left a:focus{
	color: #009ac8;
}
.rs{margin: 0 0 0 25px;}
@media screen and (max-width: 1300px) {
	.js #footer_left ul{
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.js #page footer #footer_left, .js #page footer #footer_right{
		width: 100%;
		float: none;
		text-align: center;
	}
	.js #footer_left #logo_footer, .js #footer_left p{
		display: block;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.js .rs{display: block; margin: 15px 0 0 0;}
}


/***ICONES FOOTER***/
a.btn-black-facebook, a.btn-black-instagram, a.btn-black-twitter, a.btn-black-linkedin, a.btn-black-youtube, a.btn-black-pinterest, a.btn-white-facebook, a.btn-white-instagram, a.btn-white-twitter, a.btn-white-linkedin, a.btn-white-youtube, a.btn-white-pinterest{
	padding:2px 10px 2px 10px;
	margin-left: 10px;
	-webkit-transition:background 0.2s ease-in-out;
    -moz-transition:background 0.2s ease-in-out;
    -o-transition:background 0.2s ease-in-out;
    transition:background 0.2s ease-in-out;
}
a.btn-white-facebook, a.btn-white-instagram, a.btn-white-twitter, a.btn-white-linkedin, a.btn-white-youtube, a.btn-white-pinterest{
	font-size: 14px;
}
a.btn-white-facebook,a.btn-black-facebook{
	margin-left: 0;
}
a.btn-black-facebook{background:url("../images/icon_social/facebook_black.png") no-repeat center -2px;}
a.btn-black-facebook:hover{background:url("../images/icon_social/facebook_black.png") no-repeat bottom center;}
a.btn-black-instagram{background:url("../images/icon_social/instagram_black.png") no-repeat center -1px;}
a.btn-black-instagram:hover{background:url("../images/icon_social/instagram_black.png") no-repeat bottom center;}
a.btn-black-twitter{background:url("../images/icon_social/twitter_black.png") no-repeat center -1px;}
a.btn-black-twitter:hover{background:url("../images/icon_social/twitter_black.png") no-repeat bottom center;}
a.btn-black-linkedin{background:url("../images/icon_social/linkedin_black.png") no-repeat center -1px;}
a.btn-black-linkedin:hover{background:url("../images/icon_social/linkedin_black.png") no-repeat bottom center;}
a.btn-black-youtube{background:url("../images/icon_social/youtube_black.png") no-repeat center -1px;}
a.btn-black-youtube:hover{background:url("../images/icon_social/youtube_black.png") no-repeat bottom center;}
a.btn-black-pinterest{background:url("../images/icon_social/pinterest_black.png") no-repeat center -1px;}
a.btn-black-pinterest:hover{background:url("../images/icon_social/pinterest_black.png") no-repeat bottom center;}

a.btn-white-facebook{background:url("../images/icon_social/facebook_white.png") no-repeat center -2px;}
a.btn-white-facebook:hover{background:url("../images/icon_social/facebook_white.png") no-repeat bottom center;}
a.btn-white-instagram{background:url("../images/icon_social/instagram_white.png") no-repeat center -1px;}
a.btn-white-instagram:hover{background:url("../images/icon_social/instagram_white.png") no-repeat bottom center;}
a.btn-white-twitter{background:url("../images/icon_social/twitter_white.png") no-repeat center -1px;}
a.btn-white-twitter:hover{background:url("../images/icon_social/twitter_white.png") no-repeat bottom center;}
a.btn-white-linkedin{background:url("../images/icon_social/linkedin_white.png") no-repeat center -1px;}
a.btn-white-linkedin:hover{background:url("../images/icon_social/linkedin_white.png") no-repeat bottom center;}
a.btn-white-youtube{background:url("../images/icon_social/youtube_white.png") no-repeat center -1px;}
a.btn-white-youtube:hover{background:url("../images/icon_social/youtube_white.png") no-repeat bottom center;}
a.btn-white-pinterest{background:url("../images/icon_social/pinterest_white.png") no-repeat center -1px;}
a.btn-white-pinterest:hover{background:url("../images/icon_social/pinterest_white.png") no-repeat bottom center;}


a.eco,a.eco2{
	margin: 5px 0 0 10px;
	position: relative;
	padding:2px 80px;
	font-size: 14px;
	-webkit-transition:background 0.2s ease-in-out;
    -moz-transition:background 0.2s ease-in-out;
    -o-transition:background 0.2s ease-in-out;
    transition:background 0.2s ease-in-out;
	background:url("../images/icon_emas_iso.png") no-repeat 50% 0px;
}
a.eco:hover{background:url("../images/icon_emas_iso.png") no-repeat 50% -22px;}
a.eco2{
	background:url("../images/icon_emas_iso2.png") no-repeat 50% 0px;
}
a.eco2:hover{background:url("../images/icon_emas_iso2.png") no-repeat 50% -22px;}
/*
a.emas{background:url("../images/icon_emas.png") no-repeat 50% 0px;}
a.emas:hover{background:url("../images/icon_emas.png") no-repeat 50% -22px;}
a.iso{background:url("../images/icon_ISO14001.png") no-repeat 50% 0px;	padding:0 30px 2px 30px;}
a.iso:hover{background:url("../images/icon_ISO14001.png") no-repeat 50% -25px;}

a.emas2{background:url("../images/icon_emas_2.png") no-repeat 50% 0px;}
a.emas2:hover{background:url("../images/icon_emas_2.png") no-repeat 50% -22px;}
a.iso2{background:url("../images/icon_ISO14001_2.png") no-repeat 50% 0px;	padding:0 30px 2px 30px;}
a.iso2:hover{background:url("../images/icon_ISO14001_2.png") no-repeat 50% -25px;}
*/
/*
a.eco img{
	margin-bottom: -10px;
}
a.eco{
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
	position: relative;
	width: 75px;
	height: 22px;
	opacity: 1;	
	-webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
@media screen and (max-width: 550px) {
	.js a.eco{
		margin: 0 10px;
	}
}
a.eco:hover, a.eco:focus{
	opacity: 0.7;
}
*/
/***SLIDER ESTORE***/
a.btn-estore{
	background-image:url("../images/btn_estore.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position: top left;
	width:230px;
	height:159px;
	position: fixed;
	right: -180px;
	top:200;
	z-index: 35;
	
	transition: all 800ms cubic-bezier(.77,.25,.19,.66);
	transition-timing-function: cubic-bezier(.77,.25,.19,.66);
	/*
	-webkit-transition:right 1s ease;
    -moz-transition:right 1s ease;
    -o-transition:right 1s ease;
    transition:right 1s ease;
	*/
}
.btn-estore-ombre{
	background-image:url("../images/btn_estore_ombre.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position: top left;
	width:15px;
	height:159px;
	position: fixed;
	top:200;
	right: 0;
	z-index: 36;
}
a.btn-estore:hover{
	right: 0;
}
a.btn-estore img{width: 100%; height: auto;}
@media screen and (max-width: 550px) {
	.js a.btn-estore, .js .btn-estore-ombre{
		display: none;
	}
}

/***PORTFOLIO***/
h1.eventgallery-category-headline{display: none;}
.eventgallery-tile .content{display: none;}
.eventgallery-tiles-list .eventgallery-tile img {
    border-radius: 0 0 0 0;
}

.event h3, #event h3{
	text-transform:inherit;
	min-height: 40px;
}
a.eventgallery-back-button{display: block; text-align: right; padding: 0 5px 7px 0;}

.eventgallery-tiles-list .eventgallery-tile .wrapper {
    border: none;
    border-radius: inherit;
    -webkit-box-shadow:inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
	overflow:hidden;
}

.thumbnail-container .event-thumbnail{overflow:hidden;}

img.eventgallery-lazyme{	
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	transition: transform 1s ease;
}
img.eventgallery-lazyme:hover{	
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.eventgallery-tiles-list .eventgallery-tile {
    width: 25%;
}
@media screen and (max-width: 850px) {
	.js .eventgallery-tiles-list .eventgallery-tile {
    	width: 33.33%;
	}
}
@media screen and (max-width: 550px) {
	.js .eventgallery-tiles-list .eventgallery-tile {
    	width: 50%;
	}
}

/*FILTRE*/
ul.menufiltre{
	float: left;
	text-align: left;
	position: absolute;
	z-index: 29;
	margin-top: -5px;
}
.tri ul.menufiltre{
	margin-top: -26px;
}
ul.menufiltre{
	float: left;
	text-align: left;
	position: absolute;
	z-index: 29;
	margin-top: -28px;
}
ul.menufiltre li{
	cursor: pointer;
	list-style-type: none;
	width: 180px;
	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;
}
ul.menufiltre li:hover ul{
	display: block; 
}

.custom_toutvoir{
	float: right;
	position: relative;
	margin-top: -20px;
	z-index: 29;
	padding: 0 5px 0 0;
}

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

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);
}

/*Mailchimp*/
#mc_embed_signup form {text-align:right; padding:25px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-size: 12px; border: 1px solid #ABB0B2;  color: #009ac8; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; 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: 1px solid #009ac8; 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; padding:50px 0 10px 0;}
}
@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; }
}

/*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: 14%;
}
.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;
}

.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) {	
	.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;
	}
	.timeline ul li a {
		margin: 0;
	}
	.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;
}