body {
	background-color: #fff;
	color: #787878;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5;
}

.wrapperHeader.small{
	height: 500px;
	}
	
.wrapperHeader{
	position: relative;
	width: 100%;
	height: 900px;
}

a,a:link, a:active, a:visited,a:hover{color:rgb(120, 120, 120); text-decoration: underline;}
a:hover{color:rgb(12, 113, 217); text-decoration: underline;}

.buttonA{
	text-decoration: none !important;
	border:2px solid rgb(12, 113, 217);
	border-radius:6px; 
	color:rgb(12, 113, 217)!important;
	
	border:2px solid #fff;
	color:#fff!important;
	font-size:30px;padding:10px; 
	}
	
	
.buttonA:hover{background-color:rgb(12, 113, 217);color:white!important}
.circlefacebook{
	font-family: "icomoon";
	font-size:34px;
	text-decoration: none !important;
	}

.buttonSend{color:#fff !important;}
dd {
    color: #bbb;
    float: left;
    font-weight: 300;
    font-size: 12px;
	width:100%;
   
    white-space: nowrap;
	line-height: 20px;
}


	
.content {
	width:100%;
	display:table;
  	background-color:#fff;
	padding: 40px 40px;	
}

.content .container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	
}

.container  h2{
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 500;
	font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif;
	color:black;
	padding-bottom:0.5em;
	}
	
	
.container  h3{
	line-height: 1.2;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color:black;
	margin:0px;
	padding:0px;
	}	
	
	
.container  h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform:uppercase;font-weight: 500;color:black;
	
}

.container h1 span {
	font-weight: 300;	text-transform:none
}
	
	
	
	
.content.contact{
	background-color:#252525;padding: 40px 40px 0px 40px;	
	}	
	
	
	
	
	
article{
	padding-left:30px;
	margin-bottom:50px;	
	
}	

article:last-child .col_2 {margin-bottom:0em;}

.article{position:relative;display:block;float:left;}
.article_t{position:relative;display:block;}
.actu_title	
 {	font-size: 1.4em;
 	min-width:5px;
	line-height: 1em;
	display:inline-block;
	text-transform:uppercase;
	font-weight: 500;
	color:black;
	margin-right:5px;
}

.actu_delete{
	background-color:red;
	border-radius:3px;
	line-height:1.5em;
	color:white;
	font-size:0.85em;
	padding:0px 6px;
	position:absolute;
	right:0px;
	top:0px;
	}
	
.actu_sub {
	min-width:5px;
	font-size: 1.3em;
	line-height: 1em;
	color:black;
	display:inline-block;
	font-weight: 300;
	text-transform:capitalize;
	}
	
.actu_date  {
    color: #bbb;
    float: left;
	display:block;
    font-weight: 300;
    font-size: 12px;
	width:100%;
    white-space: nowrap;
}	
.actu_image{
	text-align:center;
	vertical-align:middle;
	padding:0px 20px 10px 0px;
	width:33%;
	display:inline-block;
	float:left;
	line-height:160px;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:pointer;
	}


.edit .actu_image {
	background-color:#eee;
	min-height:50px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
	
.actu_image .photos{
	width:130px;
	cursor:pointer;
	height:130px;
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	display:block;
	float:left;
	overflow:hidden;
	border:0px;
	padding:0px;
	margin:3px;
	border:10px solid #f1f1f1;
	box-shadow:0px 3px 3px 0px rgba(12,12,12,0.4);
	
	}
.actu_image img {max-height:130px;max-width:130px;}
.actu_image .photos img{max-height:100%;
	pointer-events:none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}

.photos.selectioned{box-shadow:0px 0px 0px 3px red;}
	
.col_2 {	
	float:left;
	width:66%;
	display:inline-block;
	
	
	/*-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;*/
	color: rgb(102, 102, 102);
	font-family: "Roboto ", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin-bottom:3em;
}	

.col_2,
.col_2 p,
.col_2 div,
.col_2 span{
	vertical-align:top;
	line-height:1.6em;
	font-size:1em;

	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: normal;       /* Internet Explorer 5.5+ */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: normal;
	white-space: normal;
}	

.col_2{
	margin-bottom:1.6em;
	}
	
	
	
	
	
.contact li{
	display:inline-block;
	width:24%;
	vertical-align:top;
	font-size:14px;
	}
	
	
.parallax {
	position:relative;
  	height: 600px;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
	 -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
	
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	
	
}	
	
.parallax .container{
	max-width:960px;
	text-align:center;
	min-height:600px;
	margin:auto;
	display:table;
	padding: 40px 20px;
	vertical-align:middle;
	}
	
.parallax h1{
	font-size: 56px;
	display:table-cell;
	line-height: 60px;
	vertical-align:middle;
	height:600px;
	font-weight: 100;
	text-align: center;
/*	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2),0px 0px 3px #fff;*/
	color:#0c71d9;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}




.parallax-1 {
  
	background-image: url("../imagesF/parallax1.jpg");
}
.parallax-2 {
 
	background-image: url("../imagesF/parallax2.jpg");
}
.parallax-3 {

	background-image: url("../imagesF/parallax3.jpg");
}
.parallax-4 {
  
	background-image: url("../imagesF/parallax4.jpg");
}

.grid figure*{
pointer-events: none;
}

.grid figure {
	position: relative;
	float: left;
	
	overflow: hidden;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	text-align: center;
	cursor: pointer;
	font-weight:300;
}

.grid figure .myImage {
	position: relative;
	display: block;
	height: 300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width: 100%;
	opacity: 1;
	background:#eee;
	border-right:1px solid white;
	border-bottom:1px solid white;
}

.grid figure .myImage  div.photos{
	
	width:100%;
	height:100%;
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	
	}
.grid figure figcaption {
	position: absolute;
	width: 100%;
	background-color:#eee;
	top: auto;vertical-align:bottom;
	bottom: 0;
	height: 3.75em;
	pointer-events:none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

 .specialH2 {
	 
	display: inline-block;
	font-size:18px !important;
	font-weight: 500;
	float: left;
	line-height:50px;

	text-transform:uppercase;
	margin:15px 10px 0px 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.specialH2 span {	margin-left:5px;
	font-weight: 300;text-transform:none

}
.grid figure  p.description {
	background-color:rgba(1,1,1,.85);
	position: absolute;
	padding:10px !important;
	max-height:97px;
	text-overflow: ellipsis;
	overflow:hidden;
	bottom: 59px;
	font-size:14px;
	font-weight:300;
	color: #fff;
	font-size:14px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}




figure:hover p.description {
	opacity: 1;
}

figure:hover figcaption,
figure:hover .specialH2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure:hover .specialH2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}





.column{
	margin-top:0px;
	position:relative;
	width:50%;
	
	float:left;display: table;
	text-align:center;
	}
.one,
.two{
	padding:20px 10px;width:50%;
}
.one{z-index:10;}
.two{z-index:9;background-color:#eee;margin-bottom:40px;}
.one,.two h3{margin-bottom:10px;}







.grid_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 10px;
}

.service {
  	grid-column-start: 1;
  	grid-column-end: 3;
	text-align:center;
	
}
.empty_1{
	grid-column-start: 3;
  	grid-column-end: 3;
	text-align:center
}
.vente {
	grid-column-start: 4;
	grid-column-end: 6;
	text-align:center;
	
}
.service h3,
.vente h3{
	margin:12px 0px;
	font-weight: 500;
}

.gilles{
	grid-column-start: 1;
  	grid-column-end: 3;
}
.jeanluc{
	grid-column-start: 3;
  	grid-column-end: 3;
}
.denis{
	grid-column-start: 4;
  	grid-column-end: 6;
	
}

.STRASBOURG{
	grid-column-start: 1;
  	grid-column-end: 3;
	text-align:center;
	
}
.BELFORT{
	grid-column-start: 3;
  	grid-column-end: 3;
	text-align:center;
	
}

.STRASBOURG_2{
	grid-column-start: 4;
  	grid-column-end: 4;
	text-align:center;
	
	
}

.LYON{
	grid-column-start: 5;
  	grid-column-end: 5;
	text-align:center;
}


.ville{
	margin:12px 12px;
	border-radius:6px;
	line-height:32px;
	color:white;
	font-weight: 500
}

.STRASBOURG_2 .ville,
.STRASBOURG .ville{
	background:#0872FF
}
.BELFORT .ville{
	background:#FFA72C
}
.LYON .ville{
	background:#b643e2
}


	
.grid_A{
	grid-column-start: 1;
  	grid-column-end: 1;
}
.grid_B{
	grid-column-start: 2;
  	grid-column-end: 2;
}
.grid_C{
	grid-column-start: 3;
  	grid-column-end: 3;
	
	
}
.grid_D{
	grid-column-start: 4;
  	grid-column-end: 4;
}
.grid_E{
	grid-column-start: 5;
  	grid-column-end: 5;
}

.team-member{
	text-align:center;
	padding-bottom:16px;
	}

	
.member-photo {
	margin: 0 0 0px 0;
	overflow:hidden;
	
}
.member-photo img {
	width:100px;
	height:100px;
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}



.gilles img,
.denis img,
.jeanluc img,
.grid_A img,
.grid_B img,
.grid_D img{
		border:4px solid #0872FF;
}
.grid_C img{
		border:4px solid #FFA72C;
}

.grid_E img{
		border:4px solid #b643e2;
}

.team-detail{
	display: flex;
	flex-direction: column;
}

.team-detail h4 {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.85em;
	line-height: 1;
	color:black;
}

.team-detail span {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 0.75em;
	line-height: 0.85;
}

.team-member a,
.team-membera:link,
.team-membera:active,
.team-membera:visited,
.team-membera:hover{
	text-decoration: none
	}	
.team-member:hover a *{color:rgb(12, 113, 217) !important}	

@media  (min-height : 860px) and (max-height : 1000px) {
	.wrapperHeader{
		height: 700px;
	}
	
	
}

@media  (min-height : 10px) and (max-height : 860px) {
	.wrapperHeader{
		height: 540px;
	}
	
}



@media  (min-width : 800px)   and (max-width: 1000px) {
	body{
		font-size:0.75em
	}
  
  .content .container {
	width: 100%;
	/*max-width: 760px;*/
	margin: 0 auto;
	
}
	
	
}

@media   (max-width: 800px) {
	
	.new{
	padding-left:0px !important;	
		
		}
	
	.col_2{width:100%}

	body{
		font-size:0.75em
	}
	
  .contact li{
	  display:block;
	  width:100%;
	  }
  
  .member-photo img {
	width:64px;
	height:64px;
	
}
	
	.ville{

	font-size:10px;
		padding:0px 4px;
}
.content .container {
	width: 100%;
	/*max-width: 380px;*/
	margin: 0 auto;
	
}
.actu_image{
	text-align:center;
	vertical-align:middle;
	padding:2px 20px 10px 2px;
	min-height:80px;
	width:100%%;
	display:block;
	overflow:hidden;
	float:left;
	}
.parallax  h1{font-size:30px!important;}	
		
}

@media    (max-width: 480px) {
.parallax  h1{font-size:26x!important;}	

.new{
	padding-left:0px !important;	
		
		}
	
.team-member{
	width:80px;
	height:120px;
	}
	
.special{
	position:absolute;
	left:100%;
	top:10%;
	margin-left:-30px;
	}
.member-photo img {
	width:60px;
	height:60px;
	
}
.col_2{width:100%}

.column .column{
	
	width:100%;
	
	}
	article{
		padding-left:0px;
		
		}
		}

 @media handheld  (max-width: 1280px){
	.parallax {
	
  	background-attachment: scroll !important;
	position:fxed;
	
}	.new{
	padding-left:0px !important;	
		
		}
	}
	
	
	
	/* Page background-image landscape for iPad 3 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    -webkit-background-size: 2024px 768px !important;
    background-size: 2024px 768px !important;
  }
}
/* Page background-image portrait for iPad 3 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    -webkit-background-size: 2024px 768px !important;
    background-size: 2024px 768px !important;
  }
}
/* Page background-image landscape for iPad 1/2 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    -webkit-background-size: 2024px 768px !important;
    background-size: 2024px 768px !important;
  }
}
/* Page background-image portrait for iPad 1/2 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    -webkit-background-size: 5024px 2024px !important;
    background-size: 5024px 2024px !important;
  }
}