/**
 * Evolix - feuille de style
 *
 */


/* ------------------------------------------
/* Typographie (inclusion police externe)
/* ------------------------------------------ */

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('fonts/websymbols-regular-webfont.eot');
	src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	   url('fonts/websymbols-regular-webfont.woff') format('woff'),
	   url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
	   url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'entyporegular';
    src: url('fonts/Entypo-webfont.eot');
    src: url('fonts/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Entypo-webfont.woff') format('woff'),
         url('fonts/Entypo-webfont.ttf') format('truetype'),
         url('fonts/Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.WebSymbolsRegular {
	font-family: 'WebSymbolsRegular';
}


/* ------------------------------------------
/* INIT (inclusion snippet)
/* ------------------------------------------ */

html {
	font-size: 62.5%;
    line-height: 1.4;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em; /* equiv 14px */
	line-height: 1.5; /* adapt to your design */
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a img, img { border: none;}

strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: inherit; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

::selection, ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

.none {
	display: none;
}
.opacity {
	opacity: 1;
}	
.opacityMoy {
	opacity: 0.5;
}	
.opacityNone {
	opacity: 0;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex>* {
margin: 20px;
}

.clear {
	clear: both !important;
}
.sc, sc {
	font-variant: small-caps;
}
.maj {
	text-transform: uppercase;
}
.min {
	text-transform: capitalize !important;
}
.cap {
	text-transform: lowercase;
}
.cap:first-letter {
	text-transform: uppercase !important;
}
.gras {
	font-weight: bold;
}
.light {
	font-weight: lighter;
}
.normal {
	font-weight: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-size: inherit !important;
	text-transform: none !important;
	font-family: 'Open Sans',Helvetica,arial,"sans sérif" !important;
}
.pasderetrait {
	margin: 0 !important;
	padding: 0 !important;
}
.justify {
	text-align: justify;
}
.italique {
	font-style: italic;
}
.moitie {
	width: 43%;
}
.blanc { color: white; }
.gris { color: #919191 !important; }
.noir { color: #333; }
.bleu, .bleu a { color: #86CBE7; }
.texte { color: #575756; }

.bgblanc {background-color : white;}
.bggris {background-color : #DDDDDD;}
.bgnoir { background: #333; color: #EEE; }


.border, table.border td {
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.shadow {
    border: 1px solid #CCC;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.flex.start {
    justify-content: flex-start;
}
.shadow .flex > h3, .shadow .flex > ul{
    width: 100%;
}
.accueil .border {
	border-bottom: none;
}
.souligne {
	text-decoration: underline;
}

p {
	margin: 10px 0 15px 0;
	text-align: justify;
}
section.encadre {
    padding: 40px;
    background-color: #363736;
    max-width: 555px;
    margin: 30px auto;

}
section.encadre a  {
    color: #87cbe7;
}
section.encadre a:hover,p.encadre a:active, p.encadre a:focus {
    color: #e8e8e9;
}
.off { line-height: 16px; }

hr {
  height: 5px; border: none; clear: both; width: 40%;
  border-top: 1px dotted #AAA; margin:40px auto; 
}

.block { display: block; }
.bgnone { background: none !important; }
.absolute { position: absolute }
.relative { position: relative; }

.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }
.invisible { position: absolute; top: -3000em; height: 1%; display: none; }

ul { margin-left: 0px;}
ul ul { margin-left: 20px;}

.deux_colonnes {
  -moz-column-count: 2;
  -moz-column-gap: 8em;
  -webkit-column-count: 2;
  -webkit-column-gap: 8em;
  column-count: 2;
  column-gap: 8em;
}
.trois_colonnes {
  -moz-column-count: 3;
  -moz-column-gap: 4em;
  -webkit-column-count: 3;
  -webkit-column-gap: 4em;
  column-count: 3;
  column-gap: 4em;
}

.rad3 { border-radius: 3px; }
.rad10 { border-radius: 10px; }
.rond { border-radius: 50%; }

.overvisible {
	overflow: visible;
}

ul {
	list-style: square;
}
ul.inline li {
	display: inline;
	border-left: 1px solid gray;
	padding: 0 10px;
}
ul.inline li:first-child {
	border-left: none;
}

table {
	border-collapse: collapse ;
}
table, th, td {
   border: 1px solid #999;
}
table td {
	padding: 5px 10px 5px 40px !important;
}
table tr:nth-child(odd) {
    background: #EEE;
}
table tr:nth-child(even) {
    background: #CCC;
} 

.highslide-container table tr {
	background: white !important;
}






/* ------------------------------------------
/* 	CSS site web
/* ------------------------------------------ */


/* ===========================================-- Elements --============================================*/

a, a:visited, :focus, :hover {
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}
a { 
	text-decoration: none; 
	color: #008ECC;
}
h1 a {
	color: inherit !important
}
a:hover { 
	color: #555555;
	text-decoration: none;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	text-align: left;
	color: #555555;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h1 {
	font-size: 3.2vw !important; 
	line-height: inherit !important;
	font-family: 'colaborate-thinregular','Open Sans',Helvetica,arial,"sans sérif";
	font-weight: bolder;
	color: #373637;
}
h2 { 
	font-size: 2.4vw !important; 
	line-height: inherit !important;
	font-weight: bolder;
	font-family: 'colaborate-thinregular','Open Sans',Helvetica,arial,"sans sérif";
}
footer h3 {
	text-align: center !important;
    font-size: 22px;
}
.clients h3 {
	text-transform: uppercase;
}
h4 {
	font-size: 140%;
	line-height: inherit !important;
}
h5 {
	font-size: 120%;
	line-height: inherit !important;
}
h6 {
	font-size: 100%;
	line-height: inherit !important;
}

.colaborate {
	font-family: 'colaborate-thinregular';
}

form { }

textarea, input { 
	background: #EEEEEE; border: 1px solid #CCC; padding: 0 3px; 
	font-weight: normal;
 	font-family: 'Open Sans',Helvetica,arial,"sans sérif" !important; 
 	font-size: 100%;
 	border-radius: 3px;
 }
#jenvoie2 textarea,#jenvoie2 input:not([type="submit"]) { 
	width: 70%;
 }
textarea:hover, textarea:focus, input:focus { 
	background: #DDDDDD;
	color: #5C5B59;
}
label {
	display: block;
}
input.submit { 
	color: #86CBE7; 
	background: #555;
	text-transform: uppercase; 
	cursor: pointer; border: none; 
 	-webkit-appearance: none;
 	text-align: center;
 	width: auto;
}
input:hover.submit { 
	background: #86CBE7; 
	color: white; 
}
a.details, a.offre, a.video {
	display: inline-block;
	margin-top: 15px;
}
a.details:before {
	font-family: 'WebSymbolsRegular';
	color: #86CBE7;
	margin-right: 5px;
	font-size: 110%;
	content: "+"; 
}
a.offre:before {
	font-family: 'WebSymbolsRegular';
	color: #86CBE7;
	margin-right: 5px;
	font-size: 150%;
	content: "."; 
}
a.video:before {
	font-family: 'WebSymbolsRegular';
	color: #86CBE7;
	margin-right: 5px;
	font-size: 110%;
	content: "​M"; 
}
#PRESSE .presse a:before {
	font-family: 'WebSymbolsRegular';
	color: #86CBE7;
	margin-right: 5px;
	font-size: 150%;
	content: "​u"; 
}
.annonces a:before {
	font-family: 'WebSymbolsRegular';
	color: #86CBE7;
	margin-right: 5px;
	font-size: 100%;
	content: "​u"; 
}
.annonces a.nobefore:before {
	content: "";
}
a.offre, #PRESSE .presse a, .annonces a, table.contacts a {
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #dddddd;
	border-radius: 5px;
	color: #3A474C;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin: 20px 0;
	padding: 0 15px;
	text-transform: uppercase;
}
#PRESSE .presse a {
	font-size: 16px;
	letter-spacing: 0.03em;
	margin: 20px 0;
	padding: 0 15px;
}
.annonces a, table.contacts a {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 2px;
}
a:hover.offre, #PRESSE .presse a:hover, .annonces a:hover, table.contacts a:hover {
	background: linear-gradient(to bottom, #DEDEDE 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #AAAAAA;
	color: #222222;
}

a.haut:before {
	font-family: 'WebSymbolsRegular';
	color: #CCC;
	margin-right: 5px;
	font-size: 250%;
	content: ":"; 
}

footer p.retourhaut {
	margin-top: -75px;
}
footer a.haut:before {
	font-size: 350%;
	color: #191919;
}
a:hover.haut:before {
	color: #86CBE7;
}

object, text {
	font-family: arial,verdana,"sans sérif" !important; 
}
object {
	pointer-events: none;
}




/* ===========================================-- Structure --============================================*/

html {
	height: auto;
	margin: 0;
	background: white;
}
body {
	font-family: 'Open Sans',Helvetica,arial,"sans sérif"; 
	margin: 0;
	padding: 0;
	font-size: 14px; 
	min-height: 1000px;
	background: #E8E8E9 url(../img/halo.png) center top no-repeat fixed ;
}




/*========== Bandeau_ENTETE ============*/
header#entete {
	padding-top: 30px;
}


.entete a.left {
	display: inline-block;
	width: 260px; height: 85px;
}


nav.secondaire { 
	height: 30px;
	line-height: 30px;
	width: 100%;
	top: 0; left: 0;
	z-index: 100;
	position: fixed;
	background: #191919;
	font-size: 85%;
}
nav.secondaire ul { 
	height: 30px;
	line-height: 30px;
}
nav.secondaire ul li { 
	display: inline;
}
nav.secondaire img { 
	vertical-align: top;
}
nav.secondaire ul li a { 
	padding-left: 30px;
	padding-right: 5px;
	color: #CCCCCC;
	line-height: 30px;
	display: inline-block;
	margin-right: 30px;
}
nav.secondaire ul li a.planet { 
	background: transparent url(../img/top_icon-planet.png) left center no-repeat;
}
nav.secondaire ul li a.gitea { 
	background: transparent url(../img/top_icon-gitea.png) left center no-repeat;
}
nav.secondaire ul li a.wiki { 
	background: transparent url(../img/top_icon-wiki.png) left center no-repeat;
}
nav.secondaire ul li a.screen { 
	background: transparent url(../img/top_icon-screen.png) left center no-repeat;
}
nav.secondaire ul li a.contact { 
	background: transparent url(../img/top_icon-contact.png) left center no-repeat;
}
nav.secondaire ul li a:hover { 
	background-color: #444;
	color: #FFF;
	background-position: right center;
	padding-right: 30px;
	padding-left: 5px;
}

.evogestion {
	color: #86CBE7;
	/*text-transform: uppercase;*/
	margin-right: 30px;
}
:hover.evogestion {
	cursor: pointer;
	text-decoration: underline;
}
.form_evogestion {
	background: #191919;
	width: 250px;
	top: 31px;
	right: 1px;
}


section.entete {
	height: 120px;
}



/*================= MENU ===============*/

nav.menu {
	width: 68%;
}

nav.menu ul.nav {
	position: relative;
	margin-top : 70px;
	float: right;
	margin-right: 20px;
}

nav.menu ul.nav li {
	float: left;
	display: block;
	padding: 0 0 7px 0;
}
nav.menu ul.nav li a {
	color: #555555;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}
nav.menu ul li a:hover {
	color: #BBBBBB;
}
nav.menu ul.nav li:last-child a {
	margin-right: 0;
}


	nav.menu ul.nav li ul.sousmenu {
		position: absolute;
		margin: 10px 0 0 0;
		width: 200px;
		background: white;
		box-shadow: 0 0 10px #CCC;
		z-index: 10;
		top: 16px;
	}
	
	nav.menu ul.nav li ul.sousmenu:before {
		content: "";
		background: transparent url(../img/fleche.png) no-repeat;
		display: block;
		height: 10px; width: 19px;
		position: absolute;
		top: -10px;
		left: 20px;
	}
	
	nav.menu ul.nav li ul.sousmenu li {
		float: none;
		display: block !important;
		border-bottom: 1px dashed #DDD;
	}
	nav.menu ul.nav li ul.sousmenu li:last-child {
		border-bottom: none;
	}

	nav.menu ul.nav li ul.sousmenu li a {
		margin: 0;
		display: block;
		padding: 5px;
	}
	nav.menu ul.nav li ul.sousmenu li a:hover {
		background: #373637;
		color: #86CBE7;
		text-shadow: none;
		transform: scale(1.1);
		-webkit-transform: scale(1.1); /* activating hardware acceleration */
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.fleche {
		background: transparent url(../img/fleche.png) no-repeat;
		display: block;
		height: 10px; width: 19px;
		position: absolute;
		top: -10px;
		left: 20px;
	}

.sousmenu_societe {
	display: none;
}

.recherche_lien {
	margin-top: 55px;
	width: 30px;
	display: none;
}
.recherche {
	width: 218px; 
	height: 49px;
	background: transparent url(../img/search-form.png) no-repeat;
	top: 40px;
	right: 140px;
	z-index: 10;
	padding: 0;
	margin: 0;
	
}
.recherche input.text {
	border: none;
	margin: 0;
	padding: 0;
}






/* ===========================================-- ACCUEIL --============================================*/

/*================= SLIDER ===============*/
#SLIDER {
	margin-top: 30px;
}
#SLIDER ul.slides {
	padding-left: 0;
	height: 400px;
}
#SLIDER h1 {
	font-size: 300%;
	line-height: 50px !important;
	color: #373637;
	text-shadow: 2px 1px 0 #FFFFFF;
}

/*100% width */
.accueil #SLIDER ul.slides li a {
	display: block;
	background: transparent url(../img/slider/1600x400/back.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}
.accueil #SLIDER ul.slides li a h1 {
	background: transparent url(../img/fonce.png) repeat;
	width: 33%;
	position: absolute;
	right: 60px;
	bottom: 20px;
	color: white;
	text-shadow: none;
}
.accueil #SLIDER ul.slides li a h1 span {
	padding: 5px;
	line-height: 22px !important;
	font-size: 22px !important;
	display: block;
	background: #86CBE7;
	border: 5px solid #86CBE7;
	color: #373637;
}
.accueil #SLIDER ul.slides li a:hover h1 span {
	/*background: white;*/
}





.flexslider .grid2 figure,
#SERVEURS figure,
.accueil #PRESENTATION figure { 
	background: transparent url(../img/ombre.png) no-repeat; 
	width: 451px; height: 292px;
	padding: 5px 0 0 5px
}


/*================= #PRESENTATION ===============*/
#PRESENTATION {
	background: #E8E8E9 url(../img/halo.png) center top no-repeat ;
}



/*================= OFFRES ===============*/
#OFFRES a:hover {
	background : #F6F6F6 ;
		-webkit-transform: scale(1.05); /* activating hardware acceleration */
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
}
#OFFRES a:hover h3 {
	color: #333;
}

.tech {
	padding: 2px 10px;
	background: #66B8DC;
	color: white;
	font-size: 150%;
	text-align: right;
	font-weight: 100;
}






/*================= #REFERENCES ===============*/
#REFERENCES h3 {
    text-align: center;
}
#REFERENCES .clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#REFERENCES .clients div{
    max-width: 25%;
    min-width: 25%;
    padding: 40px;
    box-sizing: border-box; 
}

#REFERENCES table a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	background : #86CBE7;
	color: white;
	padding: 3px 40px 3px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
#REFERENCES table a:hover {
	background : white;
	color: #86CBE7;
}



/*================= #FORMATIONS ===============*/

button {
    font-family: 'Open Sans',Helvetica,arial,"sans sérif";
    margin: 20px 0 30px 0;
    padding: 5px;
    font-size: 14px;
    background: #E8E8E9 url(../img/halo.png) center top no-repeat fixed;
}
button:hover, button:focus {
    background: #87cbe7;
    color: #fff;
}

#formations {
    position: relative;
}

.details-debian-formation, .details-ansible-formation {
    display: none;
    padding: 50px;
    background: white;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 800px;
    -moz-box-shadow: 0px 0px 30px 0px #ccc;
    -webkit-box-shadow: 0px 0px 30px 0px #ccc;
    -o-box-shadow: 0px 0px 30px 0px #ccc;
    box-shadow: 0px 0px 30px 0px #ccc;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=NaN, Strength=20);
}

#debian-button-show:focus ~ .details-debian-formation {
    display: block;
}
#debian-button-hide:focus ~ .details-debian-formation {
    display: none;
}
#ansible-button-show:focus ~ .details-ansible-formation {
    display: block;
}
#ansible-button-hide:focus ~ .details-ansible-formation {
    display: none;
}





/*================= EMPLOI ===========================================*/
#SLIDER .blason {
	position: absolute;
	width: 350px;
	right: 0;
	margin-top: -140px;
}
.diviseur {
	display: block;
	width: 75px;
	height: 6px;
	background: black;
	margin: 30px 0;
}
#Welcome a {
	display: block;
	background: #FFCD00 url("../img/evolix-emploi-welcome-jungle.png") no-repeat 95% center;
	border : 6px solid #FFCD00;
	background-size: 120px;
	padding: 30px;
	color: black;
	font-size: 130%;
}
#Welcome a:hover {
	padding: 30px 30px 30px 40px;
	border-color: black;
}

/* Liste offres */
ul.welcomekit-jobs-list,
ul.welcomekit-jobs-list2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
ul.welcomekit-jobs-list2 ul.welcomekit-jobs-list2 {
	flex-direction: column;
	margin: 0;
}
ul.welcomekit-jobs-list2 li li,
ul.welcomekit-jobs-list2 ul.welcomekit-jobs-list2 li {
	margin: 0 ;
}

ul.welcomekit-jobs-list li.welcomekit-jobs-list-item {
	margin: 10px 10px 10px 0;
}
ul.welcomekit-jobs-list li.welcomekit-jobs-list-item:nth-child(2) {
	margin: 10px 0 10px 20px;
}
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item {
	margin: 10px 20px 10px 0;
}
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item:nth-child(2) {
	margin: 10px 0 10px 10px;
}

ul.welcomekit-jobs-list li.welcomekit-jobs-list-item a,
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item {
	display: block;
	background: white;
	border-top: 12px solid black;
	padding: 20px;
	color: black;
	width: 100%;
}
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item {
	background: none;
	border : 1px solid white;
	border-top: 12px solid black;
}
ul.welcomekit-jobs-list li.welcomekit-jobs-list-item a:hover,
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item:hover {
	border-top: 12px solid #FFCD00;
	transform: scale(1.025);
}
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item:hover {
	transform: none;
}
ul.welcomekit-jobs-list li.welcomekit-jobs-list-item a h3,
ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item h3 {
	font-size: 25px;
	font-weight: bold;
	color: black;
}
ul.welcomekit-jobs-list li.welcomekit-jobs-list-item a ul {
	list-style: none;
	padding: 0;
	margin: 0;
}







/*================= FOOTER ===========================================*/
footer {
	background: #191919;
	min-height: 155px;
  }

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 { 
	text-shadow: 1px 1px 0 #000000;
}

footer ul li { 
	display: inline;
}
footer ul li a { 
	color: #CCCCCC;
	display: inline-block;
	margin-right: 20px;
}

footer label {
    font-size: 16
    px;
}

/* footer #LABELS {
	margin-top: 20px;
} */
footer #LABELS a {
	padding: 5px;
	text-align: center;
    display: inline-block;
}
footer #LABELS a:hover {
	background: black;
}
footer #LABELS img {
	width: 70%;
}

footer img.icone {
    width: 40px;
    margin: 5px;
}
footer img.icone:hover {
    margin-top: -10px;
    text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
    transform: translate(0, -8);
}

footer center {
    margin-top: 15px;
    margin-bottom: 15px;
}

.isa_success2 {
    color: #4f8a10;
    background-color: #dff2bf;
}
.isa_error2 {
    color: #d8000c;
    background-color: #ffbaba;
}
.isa_success2 i, .isa_error2 i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}
#successSignUp2 {
    display:none;
    width: 30%;
    height: 20%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -10%;
}
#failSignUp2 {
    display:none;
    width: 30%;
    height: 20%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -10%;
}



/*================= #CONSEIL ET FORMATIONS ===============*/
.flex.ref img {
    width: 200px;
}


/*================= #SAAS ===============*/
#HAPROXY .flex>figure {
    flex:1;
}
#HAPROXY .flex>p {
    flex:4;
}

.img-saas {
    max-width: 250px;
}
.flex.column {
    flex-direction: column;
    margin: 0;
}




/*===========================================================================================*/
/*================= MOBILE==================================================================*/
/*=========================================================================================*/

/* IPAD landscape ====================*/
@media only screen and (max-width: 1100px) { 

    #REFERENCES .clients div{
        max-width: 33%;
    }
    
    nav.menu {
        width:50%
    }
    nav.menu ul.nav li a {
        font-size: 80%;
    }

}

/* IPAD landscape ====================*/
@media only screen and (max-width: 1080px) { /*1050*/

    #REFERENCES .clients div{
        max-width: 33%;
    }
}

@media only screen and (max-width: 820px) { 
    
    nav.menu ul.nav li a {
        font-size: 70%;
    }
    
}

/* IPAD portrait ====================*/
@media only screen and (max-width: 768px) {

	header, section, footer {
		padding : 10px;
	}
	section.entete,
	section#SLIDER {
		padding: 0;
	}
	
	nav.menu { width: 50% !important; }
	
	.flexslider {
		/*width: 70%;*/
		margin: 0 auto !important;
	}

	.accueil #SLIDER ul.slides li a h1 {
		width: 40%;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.accueil #SLIDER ul.slides li a h1 span {
		line-height: 19px !important;
		font-size: 19px !important;
	}

	/*.flexslider .grid2 figure,*/ #SERVEURS figure {
		width: 49% !important;
		height: auto !important;
		background : none;
	}
	
	#PRESENTATION aside.video iframe {
		height: 400px !important;
	}
    
    #REFERENCES .clients div{
        max-width: 50%;
    }
    
    /* Emploi*/
    #SLIDER .blason {
		width: 200px;
		margin-top: -40px;
	}



}


/* IPAD AND SMARTPHONE (480) Horiz  ====================*/
@media only screen and (max-width: 768px) {
	
	hr {
		margin: 5px auto !important;
	}

	h1 {
		font-size: 280% !important;
	}
	h2 {
		font-size: 230% !important;
	}

	/*====== HEADER ========*/
	/* unicode character for menu button */
	header#entete {
	}
	section.entete {
		height: 140px;
	}
	section.entete img {
		margin-top: 0 !important;
	}
	nav.secondaire {
		/*height: auto;
		position: relative;*/
	}
	#entete nav.menu { 
		margin-top: -80px;
		width: 100% !important;
		margin-left: 0;
	}
	
	nav.menu ul.nav {
		position: absolute;
		top: 50px; 
		left: 0; 
		z-index: 10;
		width: 100%;
		-webkit-transition: right .4s;
		-moz-transition: right .4s;
		-ms-transition: right .4s;
		transition: right .4s;
		-webkit-transform: translateZ(0); /* activating hardware acceleration */
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	nav.menu li a {
		padding: .2em;
		text-align: left;
		color: #777777;
	}
	
	nav.menuli:last-child a {
		border-bottom: 0;
	}
	nav.menu ul.nav li ul.sousmenu {
		top: 25px;
	}

	.recherche_lien {
		float: right;
		margin-top: -30px; ;
	}

	[data-icon]:before {
		content: attr(data-icon);
		z-index: 10000;
	}
	nav.menu ul.nav {
		background: #E8E8E9;
		border-top: 1px solid #999;
		border-bottom: 2px solid #555;
		position: absolute;
		top: 50px; 
		left: -110%; 
		z-index: 10;
		width: 100%;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateZ(0); /* activating hardware acceleration */
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		padding: 0;
		font-size: 140%;
	}


	/* handling clic with CSS3 target */
	body #entete:target nav ul.nav {
		left: 0 ;
	}
	.nav.close, #entete:target .nav.open {
		display: none;
		font-size: 60px;
		color: #555;
		position: fixed;
		right: 0;
	}
	.nav.open, #entete:target .nav.close {
		display: inline;
		font-size: 60px;
		color: #555;
		margin-top: -20px;
		position: fixed;
		right: 0;
	}	
	nav.menu ul.nav ul.sousmenu {
		display: none !important;
	}

	nav.secondaire {
		display: none;
	}
	nav.menu li a:before {
		font-family: 'WebSymbolsRegular';
		color: #CCC;
		margin-right: 5px;
		font-size: 150%;
		content: ")"; 
	}

	ul.sousmenu_societe {
		display: block;
		margin: 0; padding: 0;
	}
	ul.sousmenu_societe li {
		display: inline-block;
		background: white;
		padding: 2px 5px;
		margin: 0 5px 10px;
	}


/* SLider Accueil */
	#SLIDER ul.slides {
		height: 200px;
	}
	.accueil #SLIDER ul.slides li a {
		height: 200px;
	}
	.accueil #SLIDER ul.slides li a h1 {
		width: 50%; 
		font-size: 25px !important;
		line-height: 25px !important;
		bottom: 25px;
	}
	.accueil #SLIDER ul.slides li a h1 span {
		display: none
	}
	
	/*====== #SERVEURS ========*/
	#SERVEURS figure {
		width: auto !important;
	}
	#SERVEURS h2.mt4 {
		margin-top: 0 !important;
	}
	#SERVEURS p.right {
		display: none;
	}
	
	/*====== SLIDER ========*/
	.flexslider .grid2 figure {
		background: none;
		height: auto; width: auto;
	}
	
	/*====== #SERVICES ========*/
	#SERVICES header {
		width: 90% !important;
	}

	/*====== OFFREs ========*/
	#OFFRES article a {
		width: 100% !important;
	}


	body {
		background: #E8E8E9 !important;
	}
	header#entete {
		margin-top: 0 !important;
		padding-top: 0;
	}
	section.entete {
		height: 100px;
	}
	#SLIDER {
		margin-top: 0;
	}


	table {
		border: none;
	}
	table tr {
		background: none !important;
	}
	table td:nth-child(2n) {
		border: none !important;
		border-bottom: 1px solid #555;
	}
	#CONTACT table td {
		border: none;
		padding: 2px 5px !important;
	}
	.deux_colonnes {
	  -moz-column-count: 1;
	  -moz-column-gap: 0;
	  -webkit-column-count: 1;
	  -webkit-column-gap: 0;
	  column-count: 1;
	  column-gap: 0;
	}
	a.offre{
		display: block;
		background: white;
	}
	.flexslider .grid2 figure, #SERVEURS figure, .accueil #PRESENTATION figure {
		background:none;
		height: auto;
	}
	
	#SERVICES figure {
		display: none !important;
	}
	#CLOUD .w50 {
		width: 50% ;
	}
	#OFFRES .mod,
	#CLOUD .w50 .mod {
		margin-bottom: 20px;
	}
	#PRES {
		margin-top: 0 !important;
	}
	
	footer div.pt3 {
		padding-top: 0;
	}
	
	#CONTACT iframe {
		margin-top: 30px;
	}

    #REFERENCES .clients div{
        max-width: 100%;
    }
    
    /*================= #SAAS ===============*/

    .flex.ref,.offre-saas .flex {
        flex-direction: column;
    }

    
    /* Emploi */
	.emploi section#SLIDER {
		margin-bottom: 0 !important;
		overflow: hidden !important;
	}
	.emploi section#SLIDER .equipe img {
		max-width: 150%;
		width: 150%;
		margin-left: -20%;
	}
	.emploi section#SLIDER .blason {
		width: 70%;
		margin: 20px auto 0;
		float: none;
		position: relative;
	}
	#EMPLOI01 {
		margin-top: 0 !important;
	}
	#EMPLOI01 .mw1100p {
		margin-top: 0 !important;
	}
	
	#Welcome a {
		background-position: center bottom;
		font-size: 110%;
		text-align: center;
		padding-bottom: 70px;
	}
	#Welcome a:hover {
		padding: 30px 30px 70px 30px;
	}
	#Welcome a strong {
		display: block
	}

	ul.welcomekit-jobs-list,
	ul.welcomekit-jobs-list2 {
		flex-direction: column;
	}
	ul.welcomekit-jobs-list li.welcomekit-jobs-list-item,
	ul.welcomekit-jobs-list2 li.welcomekit-jobs-list-item {
		margin: 10px 0 !important;
		width: 100% !important;
	}


}


/* SMARTPHONE Portrait  ====================*/
@media only screen and (max-width: 360px) { 


	h1 {
		font-size: 200% !important;
	}
	h2 {
		font-size: 180% !important;
	}



}



















/*================= EXTRA LIB  - SLIDERS  - Carousel =================================================================*/

/*
 * jQuery FlexSlider v2.2.0
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {/*width: 100%;*/ display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	position: relative; 
	zoom: 1; 
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */

div.flexslider .flex-direction-nav {
	display: none;
	list-style: none;
}

div.flexslider .flex-direction-nav a { 
	position: absolute;
	top: 80%;
	width: 30px;
	height: 30px;
	background: transparent url("../img/bg_direction_nav.png") no-repeat 0 0; 
	font-size: 0pt;
	cursor: pointer;
}
div.flexslider .flex-direction-nav .flex-next { right: 0px;background-position: 100% 0; }
div.flexslider .flex-direction-nav .flex-prev {left: 0px;}

div.flexslider:hover .flex-direction-nav {
	display: block;
}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  {font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	margin-top: -20px;
	text-align: center;
	position: absolute;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 16px; height: 16px; 
	display: block; background: rgba(0,0,0,0.5);
	border: 2px solid #BBBBBB;
	cursor: pointer; text-indent: -9999px; 
	-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { 
	background: rgba(0,0,0,0.8);
}
.flex-control-paging li a.flex-active { 
	background: rgba(0,0,0,0.9); cursor: default;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*
 * jCarousel
 */

.jcarousel-wrapper {
	overflow: visible;
	position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: white !important;
}
#REFERENCES .jcarousel {
    background: none !important;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 60%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: -25px;
}

.jcarousel-control-next {
    right: -25px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
footer .jcarousel-pagination {
	bottom: inherit !important;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
