/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


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

}


@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=e1acffcf-8220-41ec-853d-37c379b352ab&fontids=1425187");
@font-face{
font-family:"nexa_rust_script_l0regular";
src:url("../fonts/c3b8a7f4-85c1-42ff-bf50-1f6c4086ecc0.eot?#iefix");
src:url("../fonts/c3b8a7f4-85c1-42ff-bf50-1f6c4086ecc0.eot?#iefix") format("eot"),url("../fonts/4556bc2b-c205-44d7-843d-9238cb7e5e61.woff") format("woff"),url("../fonts/58471124-a4b0-4287-98ae-24b4ef05e819.ttf") format("truetype"),url("../fonts/b6c0eda9-48f2-4961-8ce0-f5b435bc18f0.svg#b6c0eda9-48f2-4961-8ce0-f5b435bc18f0") format("svg");
}




html{
	height:100%;
}
body{
	 margin:0;
	  padding:0;
	  font-family: arial;
	  overflow: hidden;
	  height: 100%;
}

#background_zero{
	 background:url("../images/fonds/fond_accueil.jpg") no-repeat center fixed; 
	  -webkit-background-size: cover; /* pour Chrome et Safari */
	  -moz-background-size: cover; /* pour Firefox */
	  -o-background-size: cover; /* pour Opera */
	  background-size: cover; /* version standardisée */
	  height: 100%;
	width: 100%;
	position: absolute;
	top:78px;
	height:550px;
}


#background_menu_principale{
	background:url("../images/fonds/fond_accueil_2.jpg") no-repeat center fixed; 
	  -webkit-background-size: cover; /* pour Chrome et Safari */
	  -moz-background-size: cover; /* pour Firefox */
	  -o-background-size: cover; /* pour Opera */
	  background-size: cover; /* version standardisée */
	  height: 100%;
	width: 100%;
	position: absolute;
	top:78px;
	height:550px;
	opacity: 0;
}

#background_temoignages{
	background:url("../images/fonds/fond_temoignages.jpg") no-repeat center fixed; 
	  -webkit-background-size: cover; /* pour Chrome et Safari */
	  -moz-background-size: cover; /* pour Firefox */
	  -o-background-size: cover; /* pour Opera */
	  background-size: cover; /* version standardisée */
	  height: 100%;
	width: 100%;
	position: absolute;
	top:78px;
	height:550px;
	opacity: 0;
}





/* HEADER */

#top_header{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:78px;
	background:#fff;
	padding-left:421px;
}

#top_header img{
	position: absolute;
	top:9px;
	left:38px;
}

#top_header img.logo_webdoc{
	left:218px;
}



#top_header .fleche_ariane{
	background:url("../images/fleche_ariane.jpg") no-repeat;
	width:7px;
	height: 25px;
	position: absolute;
	top:28px;
	left:168px;
}

#top_header .fleche_ariane.after_logo{
	position: relative;
	top: inherit;
	left:inherit;
	margin-left:20px;
	display: inline-block;
}

#top_header #big_title,#top_header #litle_title {
	display:block;
	float: left;
	vertical-align: middle;
	margin-left:20px;
	background:url("../images/fleche_ariane.jpg") no-repeat;
	padding-left:36px;
	font-family: "rokkittregular";
	font-size:18px;
	color:#666;
	min-height:40px;
	margin-top:27px;
	padding-top:3px;
	display: none;
}






#top_header h1{
	position: absolute;
	top:20px;
	left:300px;
}


/* // ECRAN ZERO (on arrive sur le web documentaire) */


#ecran0{
	position: absolute;
	width:500px;
	height: 100%;
	left:50%;
	margin-left:-250px;
	top:78px;
	background:#fff;
	background:rgba(255,255,255,0.5);
	padding:0px 15px;
}

#ecran0 .ecran_centre{
	background:#fff;
	height: 100%;
	padding-top:78px;
}


#ecran0 h2{
	text-align: center;
}



.btn{
	border:1px solid #fff;
	background:#000;
	background:rgba(0,0,0,0.5);
	font-size:27px;
	color:#fff;
	display: block;
	font-family: "rokkittregular";
	font-weight: lighter;
	text-align: center;
	padding:7px 0px 7px 0px;
	cursor: pointer;
	-webkit-transition:background -webkit-transform .9s; 
   -moz-transition:background -moz-transform .9s;      
   -o-transition:background -o-transform .9s;           
   -ms-transition:background -ms-transform .9s;       
  transition:transform .9s;
	 outline: 1px solid transparent;
	 text-decoration: none;
}

#lancer_webdoc{
	margin-top:60px;
	width: 69%;
	background:#fff;
	color:#666666;
	border:1px solid #666666;
	margin:60px auto;
	opacity: 0;
	filter: alpha(opacity=00); /* For IE8 and earlier */
}

#lancer_webdoc:hover{
	background:#FF797A;
	color:#fff;
	border-color:#fff;
}

.btn:hover{
	background:#FF7A7A;
	background:rgba(255, 122, 122,0.8);
	color:#fff;
}

/* LIEN RS ECRAN 0 */
	.lien_bas_ecran0,#ecran0  .realise_en{
		font-family: "rokkittregular";
		font-size:22px;
		color:#666;
	}

	#ecran0  .realise_en{
		text-align: center;
		margin-top:25px;
		font-size:16px;
	}

	.lien_bas_ecran0{
		text-align: center;
		margin-top:25px;
	}

	.lien_bas_ecran0 li{
		display: inline-block;
		border-right:1px solid #000;
		padding-right: 15px;
		margin-left:15px;
		color:#666;
	}

	.lien_bas_ecran0 li a{
		height:20px;
		transition:0.3s;
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
		outline:0px;
	}

	.lien_bas_ecran0 li.rs a{
		display: inline-block;
		text-indent: -99999px;
		margin-right:5px;
	}

	.lien_bas_ecran0 li a#lien_fb:hover,.lien_bas_ecran0 li a#lien_twitter:hover,.lien_bas_ecran0 li a#lien_mail:hover {
		background-position: 0px 20px;
	}

	.lien_bas_ecran0 li a#lien_fb{
		background: url('../images/rs/fb.png');
		width:20px;
	}

	.lien_bas_ecran0 li a#lien_twitter{
		background: url('../images/rs/twitter.png');
		width:25px;
	}

	.lien_bas_ecran0 li a#lien_mail{
		background: url('../images/rs/mail.png');
		width:27px;
	}


	.lien_bas_ecran0 li:last-child{
		border-right:0px;
		padding-right: 0px;
	}

	.lien_bas_ecran0 li a,footer #mentions_l a{
		color:#666;
		text-decoration: none;
	}

	.lien_bas_ecran0 li a:hover,footer #mentions_l a:hover{
		text-decoration: underline;
		color:#FF797A;
	}

/* FIN LIEN RS ECRAN 0 */



/*FOOTER*/
#foot_principale{
	position: absolute;
	bottom: 0px;
	left:0px;
	z-index:99;
	background: #fff;
	padding:6px 0px 6px 0px;
	font-family: "rokkittregular";
	color:#666;
	font-size: 17px;
	width:100%;
}

#foot_principale p{
	padding-left:40px;
}


#foot_principale p.financement{
	font-family: arial;
	font-size: 12px;
}

#foot_principale p img{
	display: inline-block;
	vertical-align: middle;
	margin-left:2px;
}

#foot_principale p#mentions_l img{
	width:88px;
}

#foot_principale p a img{
	opacity: 0.8;
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
}
#foot_principale p a:hover img{
	opacity: 1;
}


#mentions_l{
	position: absolute;
	top:16px;
	right:15px;
	font-family: arial;
	font-size: 13px;
}



/*// VIDEO */

#fullscreen_video
{
	background: #fff;
	position: fixed;
	top: 100px;
	left: 0px;
	z-index:-1;
	
}

/*Barre d'avancement dans la video*/


#barre_avancement{
	position: absolute;
	bottom:49px;
	height:8px;
	width:100%;
	z-index:999;
	cursor: pointer;
	display: none;
}

#timeline-bar{
	position: absolute;
	bottom:49px;
	height:8px;
	background:#9ACD32;
	width:0px;
	z-index:888;
}

#buffering{
	position: absolute;
	z-index:887;
	background:#000;
	background:rgba(0,0,0,0.5);
	bottom: 49px;
	width:100%;
}


/*
	// STYLE POUR LES BOUTNS (PASSER INTRODUCITON...)
*/


#btn_passer_intro{
	position: absolute;
	bottom:100px;
	left:50%;
	width:351px;
	margin-left:-175px;
	z-index:9999;
}


/*
	// BOUTON MENU BLANC EN HAUT 
*/


#btn_svg{
	position: absolute;
	top:83px;
	right:-50px;
	z-index: 7999;
	opacity: 0;
}

/* ///////////////////
	// FALLBACK NO SVG
*/ 

#btn_svg.NO_SVG #btn_menu{
	background: url('../images/fallback/retour_m_principale.png') no-repeat 0px 0px;
	width:185px;
	height:185px;
	transition:0s;-moz-transition:0s;-webkit-transition:0s;
}

#btn_svg.NO_SVG #btn_menu:hover{
	background-position: 0px -209px;
}


	#menu_principale_no_svg{
		width:230px;
		margin:0px auto;
		margin-top:10px;
	}

	#menu_principale_no_svg li{
		
	}

	#menu_principale_no_svg li a{
		width:100%;
		display: block;
		text-align:center;
		padding: 0.5em 0;
		color:#fff;
		text-decoration: none;
		font-family: "rokkittregular";
		font-size:27px;
	}

	#menu_principale_no_svg li a#elus{
		background:#FF7B7B;
	}

	#menu_principale_no_svg li a#employeurs{
		background:#85E5AE;
	}
	
	#menu_principale_no_svg li a#salarie{
		background:#BF9AE3;
	}



#btn_menu_retour .st0{fill:none;stroke:#676767;stroke-miterlimit:10;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
#btn_menu_retour .st1{fill:#FAFAFA;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
#btn_menu_retour .st2{opacity:0.3;}

#btn_menu_retour .st4{fill:#fff;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
#btn_menu_retour .st3, #btn_menu_retour .st6{fill:#676767;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}


#btn_menu_retour {
		 transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
		cursor: pointer;
	}

#btn_menu_retour:hover .st1,#btn_menu_retour:hover .st4{
	fill:#FD7B79;
}

#btn_menu_retour:hover .st3 {
	fill:#FFF;
}

#btn_menu_retour:hover .st0{
	stroke:#fff;
}

#btn_menu_retour .en_plus{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    transform-origin: 131px 127px 0;
    -moz-transform-origin: 131px 127px 0;
    -webkit-transform-origin: 131px 127px 0;
    transition:1s;
    -webkit-transition:1s;
    -moz-transition:1s;
}


#btn_menu_retour:hover .en_plus{
	transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-webkit-transform: rotate(70deg);
}


/*BOUTON DE CONTROLE DU PLAYER{

}*/


#btn_control{
	position: absolute;
	bottom: -60px;
	right:0px;
	z-index:8001;
}

#btn_control a{
	display: inline-block;
	background: url('../images/controle_lecteur.png') no-repeat #000;
	background-color: rgba(0,0,0,0.6);
	text-indent: -99999px;
	 vertical-align: middle;
}
#btn_control #play-button{
	display: inline-block;
	color:#666;
	cursor: pointer;
	width:30px;
	height:29px;
	background-position: 10px -22px;
}




#btn_control #play-button:hover{
	background-position: 10px 6px;
}

#btn_control #play-button.play{
	transition:0s;
	background-position: -16px -23px;
}

#btn_control #play-button.play:hover{
	background-position: -16px 5px;
}

#btn_control #btn_mute,#btn_control #hd-button {
	width:37px;
	height:29px;
	background-position: -43px -23px;
	
}

#btn_control #btn_mute:hover,#btn_control #btn_mute.active {
	background-position: -43px 4.5px;
}

#btn_control #hd-button {
	width:34px;
	height:23px;
	background:;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.6);
	background-image: none;
	font-family: "rokkittregular";
    font-size: 27px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    position: relative;
    padding-right: 3px;
}

#btn_control #hd-button{
	color:#9ACD30;
}

#btn_control #hd-button span{
	position: absolute;
	top:-40px;
	opacity: 0;
	filter: alpha(opacity=00);
	left:50%;
	font-size:14px;
	background: #000;
	background: rgba(0,0,0,0.6);
	padding:4px;
	line-height: 15px;
	width:110px;
	text-align: center;
	margin-left: -60px;
	color:#fff;
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
}

#btn_control #hd-button:hover{
	color:#9ACD32;
}
#btn_control #hd-button:hover span{
	top:-51px;
	filter: alpha(opacity=100);
	opacity: 1;
} 
#btn_control #hd-button span:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #btn_control #hd-button span:after { border-color: rgba(102, 102, 102, 0); border-top-color: rgba(0,0,0,0.6); border-width: 10px; margin-left: -10px; }

/*
BTN MENU PRINCIPALE*/

#btn_menu_principal{
	position: absolute;
	top:-183px; 
	margin-top:-140px;
	left:50%;
	width: 296px;
	margin-left: -148px;
	z-index:999;
}

/* TEST */

#svg_m_principale .salarie, #svg_m_principale  .employeurs,#svg_m_principale  .elus {
	cursor: pointer;
}

#svg_m_principale .salarie > .st5, .employeurs > .st5, .elus > .st5{
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	
}

#svg_m_principale .salarie:hover > .st5{
	fill:#BF9AE3;
	opacity: 1;
}


#svg_m_principale .employeurs:hover > .st5{
	fill:#85E5AE;
	opacity: 1;
}


#svg_m_principale .elus:hover > .st5{
	fill:#FF7B7B;
	opacity: 1;
}

/* phrase apparait en hover sur les boutons */

	.desc_btn_princ{
		font-family: 'nexa_rust_script_l0regular';
		padding:17px 45px;
		display: block;
		position: absolute;
		top:152px;
		left:-500px;
		background:#BA9BC9;
		font-size:18px;
		line-height: 1em;
		color: #fff;
		letter-spacing: 0.05em;
		text-align: center;
		width:217px;
		opacity: 0;
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
		filter: alpha(opacity=00);
  		/* IE 5-8 
  		
  		*/
	}

	.desc_btn_princ .txt:before,
	.desc_btn_princ .txt:after, .temoignages_slide h2:before, .temoignages_slide h2:after{
		content:"“";
		font-size: 50px;”
		color:#fff;
		font-family: 'rokkittregular';
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left:10px;
		top:24px;
	}
	


	.desc_btn_princ .txt:after, .temoignages_slide h2:after{
		content:"”";
		left:inherit;
		right: 10px;
	}


	
		/*FLECHE BOUT PHRASE*/
	.desc_btn_princ:after{
		position: absolute;
		right:-17px;
		top:17px;
		content: "";
		display: block;
		width: 0; 
		height: 0; 
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 17px solid #BA9BC9;
	}

	.desc_btn_princ.elus{
		background:#F37A7C;
		top:-300px;
		left:-15px;
		bottom:inherit;
		height:31px;
		width:236px;
	}

	.desc_btn_princ.elus:after{
		border-bottom: none;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-top: 17px solid #F37A7C;
		right:50%;
		margin-right: -17px;
		top:100%;
	}

	.desc_btn_princ.employeurs{
		background:#85E5AE;
		top:152px;
		left:500px;
		bottom:inherit;
	}

	.no-svg .desc_btn_princ.employeurs{
		background:#85E5AE;
		top:116px;
		left:500px;
		bottom:inherit;
	}

	


	.desc_btn_princ.employeurs:after{
		border-left: none;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent; 
		border-right:17px solid #85E5AE; 
		right: inherit;
		left:-17px;
		top:17px;
	}






/* NOUVEAU SOUS-MENU */
#btn_sous_menu{
	position: absolute;
	bottom: -300px;
	left:50%;
	margin-left:-400px;
	z-index:1;
	width:800px;
	min-height: 100px;
	padding-top:28px;
}

#btn_sous_menu .content_s_menu{
	background:#fff;
	background:rgba(255,255,255,0.4);
	padding:8px;
	padding-bottom: 0px;
	padding-bottom:0px;
}

#btn_sous_menu #bg_languette{
	position: absolute;
	top:-9px;
	width:120px;
	left:50%;
	height:56px;
	margin-left:-60px;
	background: url('../images/languette_smenu4.png') top center no-repeat;
}

.wrapper_content_s_menu{
	background:#F9F9F9;
	padding:10px;
	padding-bottom: 15px;
}

.employeurs .wrapper_content_s_menu,.salaries .wrapper_content_s_menu{
	padding-left:88px;
	padding-right:88px;
}

#btn_sous_menu #background_s_menu{
	position: absolute;
	top:0px;
	z-index:-1;
	left: 50%;
	margin-left: -860px;
}


#btn_sous_menu #ouverture_s_menu{
	display: block;
	width:50px;
	height:35px;
	background:url('../images/btn_bas_ouverture_menu.png') no-repeat center center;
	position: absolute;
	top:8px;
	left:50%;
	margin-left:-25px;
	text-indent:-9999px;
	transition:0.5s background-position;-webkit-transition:0.5s background-position;-moz-transition:0.5s background-position;
	cursor: pointer;
}

#btn_sous_menu #ouverture_s_menu:hover{
	background-position: center 20px;
}

#btn_sous_menu #ouverture_s_menu.fermeture{
	background-position: 0px 0px;
	top:12px;
	background:url('../images/btn_bas_fermeture_menu.png') no-repeat center 0px;
	transition:0.5s transform;-webkit-transition:0.5s -webkit-transform;-moz-transition:0.5s -moz-transform;
}

#btn_sous_menu #ouverture_s_menu.fermeture:hover{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}

#btn_sous_menu  #s_menu_parts{
	width:745px;
	margin:13px auto 30px auto;
}

.employeurs #btn_sous_menu #s_menu_parts,.salarie #btn_sous_menu #s_menu_parts{
	width:594px;
}
.employeurs #info_suplementaire,.salarie #info_suplementaire {
	width:594px;
}


#btn_sous_menu  #s_menu_parts li{
	float: left;
	width: 141px;
	margin-right:10px;
	text-align:center;
}

#btn_sous_menu  #s_menu_parts li.last{
	margin-right:0px;
}

#btn_sous_menu  #s_menu_parts li a{
	display: block;
	height:100%;
	background:#E4E4E4;
	width:100%;
	text-decoration: none;
	padding:4px 0px;
	color:#1A1A1A;;
	position: relative;
	overflow: hidden;
}


#btn_sous_menu #s_menu_parts li a:hover{
	background:#1A1A1A;
	color:#fff;
}

#btn_sous_menu  #s_menu_parts li a.active,#btn_sous_menu  #s_menu_parts li a.active:hover {
	background: #FF7B7B;
	color:#000;
	cursor: default;
}

#btn_sous_menu.employeurs  #s_menu_parts li a.active,#btn_sous_menu.employeurs  #s_menu_parts li a.active:hover{
	background: #85E5AE;
}

#btn_sous_menu.salaries  #s_menu_parts li a.active,#btn_sous_menu.salaries  #s_menu_parts li a.active:hover{
	background: #BF9AE3;
}






#btn_sous_menu  #s_menu_parts li a .texte{
	display: block;
	margin:5px;
	text-align: center;
	font-size:17px;
	font-family: 'rokkittregular';
	min-height: 32px;
	line-height:1em;
	margin-bottom: 0px;
	position: relative;
	z-index:3;

}

#btn_sous_menu  #s_menu_parts li a:after{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	background:rgba(0,0,0,0.6);
	height:0px;
	content:"";
	display: block;
	z-index:1;
}

/* TITRE DU SOUS-MENU QUI CHANGE EN CONTION DE LA PARTIE */
#titre_s_menu{
	text-align: center;
	text-transform: uppercase;
	font-size:27px;
	font-family: 'rokkittregular';
}

#btn_sous_menu.elus #titre_s_menu{
	color:#FF7B7B;
}

#btn_sous_menu.employeurs #titre_s_menu{
	color:#85E5AE;
}

#btn_sous_menu.salaries #titre_s_menu{
	color:#BF9AE3;
}




/*#btn_sous_menu  #s_menu_parts li:hover a:after{
	height:100%;
}*/

#btn_sous_menu  #s_menu_parts li:hover a:not(.active):after{
	height:100%;
}

#btn_sous_menu  #s_menu_parts li a .btn_play{
	display: block;
	position: absolute;
	bottom: -69px;
	width:23px;
	height:26px;
	background:url('../images/btn_play.png') no-repeat center center;
	left:50%;
	margin-left:-11px;
	z-index:2;
}

#btn_sous_menu  #s_menu_parts li a:hover .btn_play,#btn_sous_menu  #s_menu_parts li a.active .btn_play {
	bottom: 69px;
}



.clear{
	clear:both;
}
#info_suplementaire{
	width:745px;
	margin:15px auto 10px auto;
	position: relative;
	display: none;
}

#info_suplementaire ul{
	border-top:3px solid #FF7B7B;
}

#info_suplementaire ul._nb_item_1{
	width:141px;
}

#info_suplementaire ul._nb_item_2{
	width:292px;
}

#info_suplementaire ul._nb_item_3{
	width:443px;
}

#info_suplementaire ul._nb_item_4{
	width:594px;
}

/* PODOMMM // position des blocks en fonciton de la position de l'item + nombre item */
	

	#info_suplementaire.pos_item_4 ul._nb_item_2{
		float:right;
	}

	#info_suplementaire.pos_item_5 ul._nb_item_2{
		float:right;
	}

	/*SPECIAL SALARIES ET EMPLOYEURS*/

	#info_suplementaire.pos_item_2 ul._nb_item_1{
		margin-left:151px;
	}

	#info_suplementaire.pos_item_3 ul._nb_item_2{
		float: right
	}

	#info_suplementaire.pos_item_4 ul._nb_item_1{
		float: right;
	}


	

#btn_sous_menu.employeurs  #info_suplementaire ul{
	border-color: #85E5AE;
}

#btn_sous_menu.salaries #info_suplementaire ul{
	border-color: #BF9AE3;
}


#info_suplementaire ul li{
	display: inline-block;
	width:141px;
	vertical-align: top;
	margin-right:10px;
	position: relative;
}


#info_suplementaire ul li:last-child{
	margin-right:0px;
}

#info_suplementaire ul li a{
	display: block;
	background: #E4E4E4;
	padding: 4px;
	color:#1A1A1A;
	min-height: 48px;
	font-family: 'rokkittregular';
	font-size:15px;
	text-decoration:none;
}

#info_suplementaire ul li a:hover{
	color:#fff;
	background:#FF7B7B;
}



#btn_sous_menu.employeurs #en_savoir_plus,#btn_sous_menu.employeurs #en_savoir_plus:before, #btn_sous_menu.employeurs #en_savoir_plus:after,#btn_sous_menu.employeurs #info_suplementaire ul li a:hover{
	background-color: #85E5AE;
}



#btn_sous_menu.salaries #en_savoir_plus,#btn_sous_menu.salaries #en_savoir_plus:before, #btn_sous_menu.salaries #en_savoir_plus:after,#btn_sous_menu.salaries #info_suplementaire ul li a:hover{
	background-color: #BF9AE3;
}

	
	/* EN FONCTION DE LA POSITION DE L'ITEM */
	

	/* BAR LIAISON VIDEO ACTIVE + BTN PLSU INFOS */
	#btn_sous_menu #en_savoir_plus:before,#btn_sous_menu #en_savoir_plus:after {
		height:15px;
		width:3px;
		background:#FF7B7B;
		position: absolute;
		left: 50%;
		margin-left:-1px;
		top:-15px;
		content: "";
	}

	#btn_sous_menu #en_savoir_plus:after{	
		top:38px;
		transition:0.4s;
		-moz-transition:0.4s;
		-webkit-transition:0.4s;
		opacity: 0;
	}
	
	#btn_sous_menu #en_savoir_plus.moins_infos:after{
		opacity: 1;
	}
	
	#btn_sous_menu #en_savoir_plus{
		background: url('../images/btn_plus_dessous_img.png') no-repeat 9px 8px #ff7b7b;
	    border-radius: 100%;
	    display: block;
	    height: 18px;
	    line-height: normal;
	    padding: 10px;
	    transition: all 0.4s ease 0s;
	    width: 18px;
	    margin-left: 58px;
	    margin-top:15px;
	    position: relative;
	   
	}
	#btn_sous_menu #en_savoir_plus.moins_infos{
	background-image: url('../images/btn_moins_dessous_img.png');
	background-position: 9px 9px;
	}

	#btn_sous_menu #en_savoir_plus.pos_item_2{
		margin-left:212px;
	}

	#btn_sous_menu #en_savoir_plus.pos_item_3{
		margin-left:362px;
	}

	#btn_sous_menu #en_savoir_plus.pos_item_4{
		margin-left:514px;
	}

	#btn_sous_menu #en_savoir_plus.pos_item_5{
		margin-left:664px;
	}

	#btn_sous_menu #en_savoir_plus span{
		font-family: "rokkittregular";
	    font-size: 15px;
	    position: absolute;
	    left: 45px;
	    width: 230px;
	    color: #333;
	    opacity:0;
	    transition:0.4s;
		-webkit-transition:0.4s;
		-moz-transition:0.4s;	    
	} 
	
	#btn_sous_menu #en_savoir_plus.pos_item_4 span,#btn_sous_menu #en_savoir_plus.pos_item_5 span{
		left:-214px
	}


	#btn_sous_menu #en_savoir_plus:hover span{
		opacity: 1;
	} 

	#btn_sous_menu #en_savoir_plus:hover{
		
	}


	
	/* FIN MODIF EN SAVOIR PLUS */

/* FLASH CONTENT ALTERNATIVE */
#myAlternativeContent{
	background: none repeat scroll 0 0 #fff;
    left: 0;
    position: fixed;
    top: 100px;
    z-index: 1;
}



/* LIGHTBOX */

.page_classique{
	font-family: 'rokkittregular';
}
.content_ajax{
	width:800px;
}

.contenu_ajax{
	padding:15px;
	padding-top:60px;
}

.content_ajax h1{
	position: fixed;
	font-size:30px;
	padding:5px 15px;
	background:#9ACD32;
	color:#fff;
	margin-bottom: 10px;
	width: 770px;
}

.content_ajax h2{
	color:#9ACD32;
	font-size:20px;
	margin:10px;
}

.content_ajax h3{
    margin-bottom: 5px;
    color: #1A1A1A;
    margin-top: 9px;
    text-decoration: underline;
}

.content_ajax li{
	list-style-type: initial;
	margin-left: 25px
}
.page_classique .contenu_ajax p,.page_classique .contenu_ajax li{
	margin:10px 0px;
	font-size:17px;
	line-height: 1.2em;
}

.page_classique .contenu_ajax li{
	margin:3px 0px;
	margin-left: 25px
}

.page_classique .contenu_ajax p strong{
	color:#97BF41;
}

/* TYPE ELUS */
.page_classique.type_elus .contenu_ajax strong,.content_ajax.type_elus h2{
	color:#FF7B7B;
}

.content_ajax.type_elus h1{
	background:#FF7B7B;
}

/* TYPE EMPLOYEURS */
.page_classique.type_employeurs .contenu_ajax strong,.content_ajax.type_employeurs h2{
	color:#3AC170;
}

.content_ajax.type_employeurs h1{
	background:#85E5AE;
}

/* TYPE SALARIES */
.page_classique.type_salaries .contenu_ajax strong,.content_ajax.type_salaries h2{
	color:#BF9AE3;
}

.content_ajax.type_salaries h1{
	background:#BF9AE3;
}




#cadre_plus_infos{
	position: absolute;
	z-index:999;
	top:100px;
	width:355px;
}

#cadre_plus_infos li{
	border-radius:0px 45px 45px 0px;
	background: #fff;
	background-color:rgba(255,255,255,0.4);
	padding: 7px;
	padding-left:0px;
}

.btn_plus_sur_video{	
	background:#fff;
	padding:0px 8px;
	padding-left:17px;
	font-size:17px;
	font-family: 'rokkittregular';
	color:#666666;
	text-decoration: none;
	position: relative;
	transition:0.4s background;
	display: block;
	width: 92.5%;
	border-radius:0px 45px 45px 0px;
	height:65px;
	line-height: 65px;
	transition:0.4s;

}
	

.btn_rond_plus{
	display: block;
	width:25px;
	height:26px;
	padding:10px;
	background: #ff7b7b;
	border-radius:100%;
	line-height: normal;
	position: absolute;
	top:9px;
	right:9px;
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	-webkit-backface-visibility: hidden;
}

.salarie .btn_rond_plus{
	background: #BF9AE3;
}

.employeurs .btn_rond_plus{
	background:#85E5AE;
}

.text_btn{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width:245px;

}

.btn_plus_sur_video:hover {
	color:#FF7B7B;
}	

.salarie .btn_plus_sur_video:hover {
	color:#BF9AE3;
}

.employeurs .btn_plus_sur_video:hover {
	color:#85E5AE;
}	


.btn_plus_sur_video:hover .btn_rond_plus{
	transform:scale(1.2) rotate(90deg) translate3d( 0, 0, 0);
	-moz-transform:scale(1.2) rotate(90deg) translate3d( 0, 0, 0);
	-webkit-transform:scale(1.2) rotate(90deg) translate3d( 0, 0, 0);
}	


/*// ANIMATION */

	#cadre_plus_infos li{
		 animation-delay:2s;
		 animation: bounce 0.55s ease infinite alternate;

		 -webkit-animation-delay:2s;
		 -webkit-animation: bounce 0.55s ease infinite alternate;

		  -moz-animation-delay:2s;
		 -moz-animation: bounce 0.55s ease infinite alternate;

		  -ms-animation: bounce 0.55s ease infinite alternate;
		  -ms-animation-delay:2s;

		  -o-animation: bounce 0.55s ease infinite alternate;
		  -o-animation-delay:2s;

	}


	/* Chrome, Safari, Opera , etc.. */
	@keyframes bounce{ from {transform: translateX(15);background:rgba(255, 255, 255,1);} to {transform: translateX(-15px);background:rgba(255,255,255,0.5);}}
	@-webkit-keyframes bounce{ from {-webkit-transform: translateX(15);background:rgba(255, 255, 255,1);} to {-webkit-transform: translateX(-15px);background:rgba(255,255,255,0.5);}}
	@-moz-keyframes bounce{ from {-moz-transform: translateX(15);background:rgba(255, 255, 255,1);} to {-moz-transform: translateX(-15px);background:rgba(255,255,255,0.5);}}
	@-ms-keyframes bounce{ from {-ms-transform: translateX(15);background:rgba(255, 255, 255,1);} to {-ms-transform: translateX(-15px);background:rgba(255,255,255,0.5);}}
	@-o-keyframes bounce{ from {-o-transform: translateX(15);background:rgba(255, 255, 255,1);} to {-o-transform: translateX(-15px);background:rgba(255,255,255,0.5);}}



#preload_chargement_video, #loading_bar{
	position: absolute;
	width:160px;
	height:160px;
	background:url('../images/loader2.gif') no-repeat center center;
	z-index:99999;
	margin-left: -80px;
	margin-top:-80px;
	left:50%;
	top:45%;
	background-size: 60%;
	display: none;
	text-indent: -99999px;
	
}

#loading_bar{
	background:url('../images/icon_loading.gif') no-repeat center center;
	width: 75px;
	height: 75px;
	margin-left:-38px;
	top:55%;
	background-size: 100%;
}


/*SLIDER TEMOIGNAGE*/

/*AJOUT */
.content_one_temoignage{
	width:860px;
	margin:0px auto;
	font-family: 'rokkittregular';
}

.content_one_temoignage .left_slide_c{
	width:335px;
	height:250px;
	float: left;
	background: rgba(255,255,255,0.4);
	padding:10px;
}

.content_one_temoignage .right_slide_c{
	width:55%;
	float: right;
}



#content_slider{
	position: absolute;
	height:400px;
	margin-top: -200px;
	top:50%;
	width:100%;
}

.temoignages_slide {
	position: relative;
	width: 100%;
	overflow: auto;	
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	/*box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
}
	.temoignages_slide ul {
		list-style: none;
	}

	.temoignages_slide ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 350px;
	}
	
	.temoignages_slide h1{
		text-align: left;
		background:#BF9AE3;
		padding:10px;
		color:#fff;
		margin-bottom: 17px;
		font-size:30px;
	}

	.temoignages_slide h2 {
		 color: #fff;
	    font-family: "nexa_rust_script_l0regular";
	    font-size: 23px;
	    padding: 0 35px;
	    position: relative;
	    text-align: center;
	    margin-bottom: 10px;
	}

	.temoignages_slide p{
		color:#fff;
		font-size:17px;
		line-height: 1.1em;
		margin-top:5px;
	}
	.temoignages_slide p strong{
		color:#BF9AE3;
	}
	
		
	.temoignages_slide .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.temoignages_slide .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
	

	.temoignages_slide .dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		
		text-indent: -999em;
		
		border: 2px solid #fff;
		border-radius: 6px;
		
		cursor: pointer;
		opacity: .4;
		
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	
	.temoignages_slide .dots li.active {
		background: #fff;
		opacity: 1;
	}

	/*// FLECHE */

		.unslider-arrow {
		    font-family: "rokkittregular";
		    height: 43px;
		    margin-top: -50px;
		    padding: 28px 20px 20px 68px;
		    position: absolute;
		    top: 50%;
		    z-index: 999;
		    color: #fff;
		    font-size: 17px;
		    line-height: 1.1em;
		    text-align: center;
		    text-decoration: none;
		    transition:0.4s;
		}
	
		.unslider-arrow.prev {
		    background: url("../images/nav_prev.png") no-repeat 17px center;
		    left: 0;
	}

	

	.unslider-arrow.next{
		right:0px;
		 padding: 28px 68px 20px 20px;
		 background: url("../images/nav_next.png") no-repeat 127px center;
	}

	.unslider-arrow.prev:hover{
		background-position: 5px center;
		background-color:rgba(255, 255, 255, 0.6);
		color:#1A1A1A;
	}

	.unslider-arrow.next:hover{
		background-position: 137px center;
		background-color:rgba(255, 255, 255, 0.6);
		color:#1A1A1A;
	}

	/* bande passante test 
	#test_b_p{
		position: absolute;
		z-index:99999;
		top:0%;
		left:50%;
		margin-left:-160px;
		width:320px;
		border:2px solid #333;
		padding:10px;
		background:#fff;
		background: rgba(255,255,255,0.7);
		font-family: 'rokkittregular';
		text-align: center;
	}
	#resultBp{
		margin-top:5px;
		line-height: 2em;

	}

	#resultBp strong{
		font-size:35px;
		color:#FF7A79;
	}

	#test_b_p a{
		background:#fff;
		padding:5px;
		color:#000;
		text-decoration: none;
		font-size:18px;
		margin-top: 10px;
		display:block;
	}

	#test_b_p a:hover{
		background:#000;
		color:#fff;
	}*/


.ACHANGER{
	color:green;
	text-transform: uppercase;
}

.figure_en_savoirPlus{
	text-align: center;
	margin:20px 0px;
}

.figure_en_savoirPlus img{
	border:3px solid #efefef;
}
.figure_en_savoirPlus figcaption{
	margin-top:5px;
	color:#000;
	font-size:1.1em;
	font-style: italic;
}

.figure_en_savoirPlus figcaption small{
	font-size:0.7em;
	font-style: italic;
}
.table_savoir_plus{
	border:none;
	border-collapse: collapse;
	border:1px solid #333;
}

.table_savoir_plus td{
	border-bottom: 1px solid #ddd;
	padding:6px 5px;
	text-align: center;
}

.table_savoir_plus td.saut_ligne{
		padding:15px 5px;
}

.table_savoir_plus th{
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.table_savoir_plus tbody th{
	width:30%;
	padding:3px 5px;
}

.table_savoir_plus th.resultat{
	color:#FF7B7B;
	text-align: center;
	width: auto;
}

.table_savoir_plus thead th{
	text-align: center;
	padding:7px 0px;
	color:#FF7B7B;
}

.table_savoir_plus tr:nth-child(2n+1) td{
	background:#efefef;
	padding: 6px 5px;
    vertical-align: middle;
}

.temoignage_plus {
	margin-bottom: 30px;
}

.temoignage_plus h2{
	font-size: 23px;
}

.temoignage_plus figure{
	float: left;
	width:300px;
	border:3px solid #BF9AE3;
}

.temoignage_plus figure{
	text-align: center;
	border:none;
}

.temoignage_plus figure img{
	border:3px solid #BF9AE3;
}

.temoignage_plus figure figcaption{
	padding:5px;
}

.temoignage_plus .right_temoi_plus{
	float: right;
	width: 430px;
}

.page_classique .contenu_ajax p.intro_savoirplus{
	font-size:19px;
	margin-bottom: 15px;
	color:#000;
	padding:5px;
	background:#f7f7f7;
}

.page_classique.content_ajax h2{
	margin-left: 0px;
}


/* SPECIAL SI PAGE (lightbox) VU SANS AJAX (contact, a propos, mentions légales) */
	.body_savoir_plus{
		 background:url("../images/fonds/fond_accueil.jpg") no-repeat center fixed; 
	  -webkit-background-size: cover; /* pour Chrome et Safari */
	  -moz-background-size: cover; /* pour Firefox */
	  -o-background-size: cover; /* pour Opera */
	  background-size: cover; /* version standardisée */
	  height: 100%;
		width: 100%;
		overflow: scroll;
		
	}
	.page_no_ajax_infos{
		width:800px;
		margin:20px auto;
		margin-top: 20px;
		background:#fff;
		background: rgba(255,255,255,0.8);
		border-radius:0px 0px 10px 10px;
		box-shadow:3px 3px 8px rgba(0,0,0,0.7);
	}

	#lien_bas {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
	}

	#lien_bas a.link_webdoc {
    background: none repeat scroll 0 0 #ff7a7b;
    color: #fff;
    font-size: 28px;
    padding: 3px 8px;
    text-decoration: none;
	}

	#lien_bas a.link_webdoc:hover {
    background: none repeat scroll 0 0 #9acd32;
	}

	#header_no_ajax img {
    float: left;
    width: 15%;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 20px
	}

	#header_no_ajax h1 {
    color: #666666;
    float: right;
    font-size: 1.4em;
    margin-top: 45px;
    text-align: center;
    width: 70% !important;
    background: none;
    position: static;
  	}

	#header_no_ajax h1 span {
    color: #7db20a;
	}

	.body_savoir_plus .content_ajax h1{
		position: static;
	}

	.body_savoir_plus .contenu_ajax{
	padding-top: 20px;
	}
	
	.titre_agence{
		margin-top:30px !important;
	}
	.page_classique .contenu_ajax p.agences{
	float: left;
	width: 34%;
	margin-left: 4%;
	background:url('../images/point_mure.jpg') left center no-repeat;
	padding-left: 50px;
	}
	
	.page_classique .contenu_ajax p.agences.deux{
		float: right;
		margin-left:0px;
	}
		
	.page_classique .contenu_ajax p.agences.vizille
	{
		background:url('../images/point_vizille.jpg') left center no-repeat;
	}

	.page_classique .contenu_ajax p.agences.vif
	{
		background:url('../images/point_vif.jpg') left center no-repeat;
	}

	.page_classique .contenu_ajax p.agences.claix
	{
		background:url('../images/point_claix.jpg') left center no-repeat;
	}

	.page_classique .contenu_ajax p.agences.contact
	{
		background:url('../images/point_contact.jpg') left 2px no-repeat;
		margin-left: 11%;
		padding-left:30px;
	}

	.page_classique .contenu_ajax p.intro_savoirplus.introcontact{
		background:none;
		text-align: center;
	}

	.content_ajax  a{
		color:#9ACD32;
		text-decoration: none;
	}
	
	.content_ajax a:hover{
		text-decoration: underline;
	}
	

#foot_principale p#mentions_l #lien_piou img{
	width:auto;
}


	
