@font-face {
    font-family: 'regular';
    src: url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#preload{
width: 80px;
height: 80px;
position: absolute;
top: 0;
left: 0;
bottom: 60px;
right: 0;
margin: auto auto;
}
.circle {
  width: 80px;
  height: 80px;
  margin:30px auto;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  border: solid 10px rgba(0, 0, 0, 0.2);
  border-top-color: #008ae2;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.leftRecru{
	height: 565px;
	background-position: 50%;
	background-size: cover;
	background-image:url(../img/center/recru.jpg);
	border-right:solid 15px #fff; 
}
.video{
	position: relative;
	display: inline-block;
	margin:auto;
}
.video::after{
	content: "";
	position: absolute;
	right: 0;
	bottom:0;
	width: 300px;
	height: 120px;
	background-image: url(../img/center/logo-bleu.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
img{
	border:none;
}
.centerLoader{
	text-align:center;	
}
@-webkit-keyframes spin { 
  100% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg); 
    -o-transform: rotate(360deg); 
    transform: rotate(360deg); 
  } 
} 
*, p{
	font-family: 'regular', sans-serif;
	margin:0;
	padding:0;
	color: #000;
}
html{
	color: #000;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	background-color: #fff;
	font-size: 14px;
}
a{
	color: #008ae2;
	text-decoration:none;
}
a  img{
	border:none;
}
a:hover{
	color: #008ae2;
	text-decoration:none;
}
*{
	outline:none !important;
}	
ul{
	list-style: inside;
}
img[width="1"]{
	position: absolute;
	bottom:0;
}
#all, .buttonMenu{
	display:none;	
}
.container{
	position:relative;
	padding:0;
}
/*header*/
header{
	position:relative;	
}
.logo{
	text-align:center;
}
.logo img {
	width: 100%;
}
.logo a{
	position:relative;
	display:inline-block;	
}
.fbH{
	position: absolute;
	right: 0;
	top: 10px;
}
.partage{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	bottom: 0;
	text-align: center;
	padding: 50px 0 20px 0;
}
.topHead{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #000;
	left: 0;
	text-align: center;
	padding: 10px;
	z-index: 8;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.topHead span{
	color:#008ae2;
	font-size: 1.2em;
	display: inline-block;
	margin:0 10px;
}
.secondHead{
	position: fixed;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1); 
	left: 0;
	width: 100%;
	background-color: #fff;
	text-align: center;
	z-index: 9;
	top: 42px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.down{
	margin-top: 30px;
}
.scroll .secondHead{
	top: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.scroll .topHead{
	top: -45px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.logo{
	width: 600px;
	max-width: 100%;
	top: 80px;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 7;
	position: absolute;
}
.partage p{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	color:#000;
	text-transform: uppercase;
}
#ban{
	overflow: hidden;
	position: relative;
}
#ban::after{
	content: "";
	position: absolute;
	bottom: -100px;
	height: 270px;
	width: 110%;
	left: -5%;
	background-color: #efefef;
	opacity: 0.8;
	z-index: 1;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	 -ms-transform: rotate(-5deg);
	  -o-transform: rotate(-5deg);
		 transform: rotate(-5deg);
}
.prestas::after{
	content: "";
	position: absolute;
	bottom: -90px;
	height: 190px;
	width: 110%;
	left: -5%;
	background-color: #efefef;
	z-index: -1;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	 -ms-transform: rotate(5deg);
	  -o-transform: rotate(5deg);
		 transform: rotate(5deg);
}
.prestas{
	z-index: 0;
	background-color: #efefef;
	text-align: center;
	position: relative;
	padding: 50px 0 0 0;
}
.presta .img{
	position: relative;
	display: inline-block;
}
.presta img{
	width: 100%;
	display: block;
}
.hover{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}
.presta a:hover .hover{
	opacity: 1;
}
.presta a{
	display: block;
}
.titreP{
	color:#000;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
/* Article */
.tabTitre{
	width:100%;
	display:table;
	margin-bottom:30px;
}
.tabTitre > div{
	display:inline-block;
	float:left;
	width:33.3%;
}
.contenuTab{
	display:none;	
}
.contenuTab.active{
	display:block;	
}
.titreTab h2{
	font-size:1.2em;
	margin:0;	
}
.titreTab.active{
	cursor:default;	
	background-color:#535353;
	color:#ededed;
}
.titreTab{
	cursor:pointer;	
}
.deuxcol p:first-child{
	font-weight: bold;
}
.deuxcol{
	padding: 0 20px;
}
.troiscol div,.encadre{
	background-color: #efefef;
	padding: 20px;
}
.troiscol{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.troiscol p{
	font-size: 1.3em;
}
.troiscol div div{
	color:#008ae2;
	font-weight: bold;
	font-size: 4em;
}
#center {
	padding: 100px 0 50px 0;
}
.titre_article{
	margin-top: 40px;
	margin-bottom:30px !important;
	position:relative;
	text-align: left;
}
.contenu_article *{
	line-height:1.15em;
}
.contenu_article ul *{
	color:#008ae2;
}
.contenu_article ul {
	width: 100% ;
	color:#008ae2;
	list-style-type:square;
}
.titre_article h1{
	color: #008ae2;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-family: "regular";
	line-height: 1.5em;
	margin: 0;
}
.contenu_article a , .contenuTab a, .contenu_article a * , .contenuTab a *{
	color:#008ae2;	
}
.contenu_article img{
	max-width: 100%;
	margin-bottom: 10px;
}
.contenu_article h2,  h2{
	font-size : 1.20em;
}
.plus {
	margin-top: 30px;
	padding: 15px 20px;
	background-color: #1592e1;
	color: #fff !important;
	border:solid thin #1592e1;
	position: relative;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;	
}
.plus:hover {
	background-color:#fff;
	color:#1592e1 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
}
.bloc_content_temoignage *{
	background-color: transparent !important;
}
.bloc_content_temoignage{
	padding:20px 0;
	display: block;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
	background-color: rgba(255,255,255,0.1);
}
.partnerDiv{
	margin:0 20px;
	display:inline-block;
	height:150px;
	line-height:150px;
	text-align:center;
}
.partnerDiv img{
	vertical-align:middle;max-width:100%;
}
/*Direction hover*/
.hoverDirection{
	position: relative;
	padding:15px !important;
}
.hoverDirection  .hoverDirectionDiv{
	position: relative;
	overflow: hidden !important;
	padding: 0 !important;
}
.hoverDirection  .hoverDirectionDiv  .hoverDirectionButton{
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/center/see.png);
	height: 100%;
	width: 100%;
	z-index: 8;
	margin:0 !important;
}

/*Alert*/
.alert-success{
	padding:15px;
	background-color:#f2ffe1;
	color:#2f7e17;
	margin: 10px 0;
}
.alert-danger{
	padding:15px;
	background-color:#ffe1e1;
	color:#bb2727;
	margin: 10px 0;
}
#texte_intro{
	margin: 0 0 30px 0;
}
/* Albums Photos / Realisations */
a.thumbnail span{
	display: block;
	height: 45px;
	overflow: hidden;
	color: #008ae2 !important;
	margin-top:15px;
}
a.thumbnail{
	background-color:transparent !important;
	text-align: center;
	border:none;
	border-radius:0 !important;
	padding:15px;
	display: block;
}
a.thumbnail > div> div > div{
	position: absolute;
	width: 120%;
	height: 120%;
	top:-10%;
	left:-10%;
}
a.thumbnail > div> div > div > div{
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	 -ms-transform: scale(1);
	  -o-transform: scale(1);
		 transform: scale(1);
}
a.thumbnail > div> div > div{
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
		 transform: rotate(0deg);
} 
a.thumbnail > div> div{
	overflow: hidden;
	width:100%;
	height:230px;
	position: relative;
}
a.thumbnail:hover > div> div > div{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	 -ms-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
		 transition: all 0.4s  ease-out;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	 -ms-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
		 transform: rotate(1deg);
} 
a.thumbnail:hover > div> div > div > div{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	 -ms-transform: scale(1.025);
	  -o-transform: scale(1.025);
		 transform: scale(1.025);
}
#lien_retour_albums{
	margin-top: 10px;
}
/*Bottom*/
.actuUl, .temoignageUl{
	list-style-type:none;
	margin:0;
	padding:0;	
}
.coord{
	background-size: cover;
	background-position: 50%;
	background-image: url(../img/center/ban-center.jpg);
	padding: 40px 0;
	text-align: center;
}
.titreC{
	color:#fff;
	text-transform: uppercase;
	font-size: 3em;
	margin-bottom: 10px;
}
.expert{
	color:#fff;
	margin-bottom: 30px;
	font-size: 1.3em;
}
.coord p{
	color:#fff;
	margin:10px 0;
	font-size: 1.5em;
}
.leftCoord, .rightCoord{
	padding-top: 50px;
}
.coord .plusBlanc{
	margin-top: -20px;
}
.coord img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.plusBlanc {
	margin-top: 30px;
	padding: 10px 25px;
	background-color: #fff;
	color: #1592e1 !important;
	border:solid thin #fff;
	position: relative;
	display:inline-block;
	font-size: 1.2em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;	
}
.plusBlanc:hover {
	background-color:#1592e1;
	color:#fff !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
}
.plusNoir {

	padding: 10px 25px;
	background-color: transparent;
	color: #fff !important;
	border:solid thin #fff;
	position: relative;
	display:inline-block;
	font-size: 1.2em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;	
}
.plusNoir:hover {
	background-color:#fff;
	color:#000 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
}

/* Footer */
footer{
	text-align: center;
	background-image: url(../img/center/trame.gif);
}
.map a{
	display: block;
	background-size: cover;
	background-position: center bottom;
	height: 450px;
	background-image: url(../img/center/map.png);
}
footer .container{
	padding: 0 0 50px 0;
}
.deuxieme a{
	color:#fff;
	text-transform: uppercase;
	padding: 20px 10px;
	font-size:1.3em;
	display: block;
}
footer a:hover{
	text-decoration:underline;	
}
.suivre{
	color:#fff;
	font-size: 1.4em;
	text-transform: uppercase;
	margin:30px 0;
}
.espace,.support,.recrutement{
	max-width: 250px;
	padding: 15px 0;
	display: block;
	margin:auto;
}
.espace a{
	padding: 10px 25px;
	border:solid thin #fff;
	background-color: #fff;
	display: block;
	font-size: 1.4em;
	margin:0;
	color:#008ae2;
}
.support a{
	padding: 10px 25px;
	border:solid thin #008ae2;
	background-color: #008ae2;
	display: block;
	font-size: 1.4em;
	margin:0;
	color:#fff;
}
.recrutement a{
	padding: 10px 25px;
	border:solid thin #fff;
	background-color: transparent;
	display: block;
	font-size: 1.4em;
	margin:0;
	color:#fff;
}
.copy{
	background-color: #008ae2;
	font-size: 1.2em;
	text-transform: uppercase;
	color:#fff;
	padding: 15px;
	text-align: center;
}
/* Sitemap */
#sitemap{
	list-style-type : none;
	margin-left : 40px;
}
	.tel *, .tel{
		color:#fff !important;
	}
#sitemap_accueil{
	padding-top : 10px;
	text-align:left !important;
}
.sitemap_categories{
	margin-left : 15px;
	text-align:left !important;
}
.sitemap_sous_categories{
	margin-left : 25px;
	font-style : italic;
	text-align:left !important;
}
.sitemap_categories *, .sitemap_sous_categories *,#sitemap_accueil *{
	color: #008ae2 !important;
}
#refloop{
	clear : left;
	text-align : center;
	padding-top : 45px;
	font-size : 0.750em;
}
.liste_double{
	margin-left:5%;
}
.liste_simple{
	margin-left:15%;
}
.liste_solution{
	margin-left:40%;
}
.liste_mobilite{
	margin-left:35%;
}
.liste_partage{
	margin-left:30%;
}
video{
	margin-top:50px;
	max-width:100%;
}
@media (max-width: 1200px){
.troiscol p{
	font-size: 1em;
	min-height:70px; 
}
}
@media (max-width: 992px){
.liste_simple, .liste_solution, .liste_mobilite, .liste_partage{
	margin-left:5%;
}
.titreP{
	font-size: 1em;
}	
.partage p{
	font-size: 1.5em;
}
.secondHead{
	position: relative;
	z-index: inherit;
}
.fbH{
	position: fixed;
	top: 4px;
	right: 4px;
	z-index: 99999999;
	width: 40px;
}
.fbH img{
	width: 100%;
}
.topHead{
	display: none;
}
.troiscol p{
	font-size: 1em;
	min-height:100px; 
}
}
@media (max-width: 767px){
	.deuxcol{
		margin:10px 0;
		padding: 0;
	}
	html, body{
		padding : 0;
	}
	.map{
		margin-bottom: -40px;
	}
	.articleImg{
		width:100%;
		margin:auto;
		max-width:600px;
		height:auto !important;	
	}
	.img{
		max-width: 140px;
	}
	.titreP{
		margin-bottom: 30px;
		font-size: 0.9em;
	}
	.tabTitre > div{
		display:block;
		float:none;
		width:100%;
	}
	.deuxieme{
		text-align: center;
	}
	.deuxieme a{
		display: block;
	}
	#center .container{
		padding:0 15px;
	}
	.partage p{
		font-size: 1em;
	}
	.logo{
		top: 20px;
	}
}
@media (max-height: 500px){
	.fullPageBan{
		min-height: 500px;
	}
}