/* Helper classes */
html,
body {
	overflow: hidden;
	height: 100%;
}

.container {
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.noscroll .container {
	overflow-y: hidden;
}

.slider {
	position: relative;
	z-index: 200;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 7em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

.slide {
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	opacity: 0;
}

.slide--current {
	position: relative;
	z-index: 100;
	visibility: visible;
	opacity: 1;
}

.slide__mover {
	position: relative;
	z-index: 100;
}

.slide__title {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.slide__title span {
	font-size: 55%;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #35303d;
}

/*.slide__mistertitle span{
font-style:italic;

color:#333;}*/


.slider__nav {
	position: absolute;
	/*bottom: 0.5em;*/
	width: 100%;
	text-align: center;
}

.button {
	font-size: 1.31em;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 25px;
	padding: 0;
	cursor: pointer;
	color: #707173;
	border: none;
	background: none;
}

.button:focus {
	outline: none;
}

.button:hover {
	color: #ea6329;
}

.text-hidden {
	position: absolute;
	top: 200%;
}

.button--close {
	font-size: 2em;
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 0;
	opacity: 0;
	color:#FFF;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.content--open .button--close {
	opacity: 1;
}

.zoom-slider{
	width:33%;
	float:left;
	margin:0 auto;
}

#img-equipe{
	display:block;
	width:500px;
	height:325px;
	margin:50px auto;
	background:url(../images/equipe-sprite.jpg) 0 0 no-repeat;
	
}

#img-equipe:hover, #img-equipe:active{
	background:url(../images/equipe-sprite.jpg) 0 -324px no-repeat;}

	
	
.actualites{
	width:33%;
	float:left;
	position:relative;
	text-align:center;
}


#video {
	
	margin:auto
		}

#video-idrac{
	margin:0 auto;
	
}

.clients{
	width: 33%;
	padding: 0;
	margin: 0 auto;
	float:right;
}

.content-clients {
	clear:both;
	width: 80%;
	
	/*padding: 0;
	margin: 0 auto;*/
}

/* General grid styles */
.cbp-ig-grid-clients {
	list-style: none;
	padding: 0 0 50px 30px;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid-clients:before, 
.cbp-ig-grid-clients:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid-clients:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid-clients li {
	width: 90%;
	float: left;
	height: 420px;
	text-align: center;
	/*border-top: 1px solid #ddd;*/
}

/* we are using a combination of borders and box shadows to control the grid lines */
/*.cbp-ig-grid-clients li:nth-child(-n+3){
	border-top: none;
	
}

.cbp-ig-grid-clients li:nth-child(3n-1),
.cbp-ig-grid-clients li:nth-child(3n-2) {
	box-shadow: 1px 1px 0 #ddd;
}*/

/* anchor style */
.cbp-ig-grid-clients li > a {
	display: block;
	height: 100%;
	color: #707173;/*gris*/
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	margin-top:20px;
}


/* title element */
.cbp-ig-grid-clients .cbp-ig-title {
	margin: 20px 0 10px 0;
	padding: 30px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid-clients .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #ea6329;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid-clients .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid-clients li:hover .cbp-ig-category,
.touch .cbp-ig-grid-clients li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid-clients li > a:hover {
	background: #ea6329;
}

.cbp-ig-grid-clients li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.cbp-ig-grid-clients li > a:hover .cbp-ig-icon:before, .cbp-ig-grid-clients li > a:hover .icone-menu:before,
.cbp-ig-grid-clients li > a:hover .cbp-ig-title {
	color: #fff;
}

.cbp-ig-grid-clients li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-ig-grid-clients li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 80px;
}







/* Media Queries */
@media screen and (max-width: 37.9em) { /*606px*/

	
	.zoom-slider{
	width:100%;
	float:left;
	text-align:center;
	}
	
	
	.actualites{
	width:100%;
	position:relative;
	text-align:center;
	}
	
	.clients{
	width:100%;
	}

#img-equipe{
	
		width:320px;
		height:165px;
		/*margin:0 auto;*/
		background:url(../images/equipe-sprite-small.jpg) 0 0 no-repeat;
		/*background-size:contain;*/
	}
#img-equipe:hover, #img-equipe:active{
	background:url(../images/equipe-sprite-small.jpg) 0 -165px no-repeat;}	
	
/*.video{
	width:70%;
	height:auto;
	}*/



.fb-page{
	data-width:300px;
	}
	
.video{
	width:300px;
	height:168px;
}

.cbp-ig-grid-clients{
	width:300px;
	height:auto;
	margin:0 auto;
	}
}


@media screen and (min-width: 38em) and (max-width: 64em) { /*606px à 1024px*/
	
	.zoom-slider{
	width:100%;
	float:left;
	text-align:center;
	}
	
	
	.actualites{
	width:100%;
	position:relative;
	text-align:center;
	}
	
	.clients{
	width:100%;
	}
	
	.container > header > span img {
    float: left;
    height: auto;
    width: 100%;
	}
.cbp-ig-grid-clients{
	width:500px;
	height:auto;
	margin:0 auto;
	}
}

@media screen and (min-width: 64.1em) and (max-width: 89em) {

	.zoom-slider{
	width:33%;
	float:left;
	}
	
	
	.actualites{
	width:33%;
	position:relative;
	text-align:center;
	}
	
	.clients{
	width:33%;
	}

#img-equipe{
	
		width:350px;
		height:166px;
		/*margin:0 auto;*/
		background:url(../images/equipe-sprite-small.jpg) 0 0 no-repeat;
		/*background-size:contain;*/
	}
#img-equipe:hover, #img-equipe:active{
	background:url(../images/equipe-sprite-small.jpg) 0 -166px no-repeat;}	
	
.video{
	width:350px;
	}

 

.fb-page{
	data-width:350px;
	}

.cbp-ig-grid-clients{
	width:350px;
	height:auto;
	margin:0 auto;
	}

}














