/* MENU DEROULANT */
/* MENUS */
.region_editoriale ul {
  margin:0px;
  padding:0px;
}
.region_editoriale li {
  	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.region_editoriale a {
	color:#000;
}
.header .head1 {
  height:80px;
  background:#FFF;
}
.header,
.not_home .selectionBox {
  position:fixed;
  width:100%;
  box-shadow:0px 0px 4px rgba(0,0,0,0.4);
  top:0px;
  z-index:220;
 transition:0.2s;
}
.not_home .selectionBox {
  top:auto;
  bottom:0px;
  background:rgba(36,38,47,0.7);
}
.header.scrolled {
	margin-top:-80px;
}
.not_home .selectionBox.scrolled {
	margin-bottom:-38px;
}
.head_menus {
	position:absolute;
	top:10px;
	left:50%;
	width:600px;
	margin-left:-300px;
	text-align:center;
}
.boxMenu {
	position:relative;
}
/* 2 menus */
.box_menu,
.box_user {
	display:inline-block;
	vertical-align: top;
	margin:10px 8px;
	width:190px;
	text-align: left;
	}
.box_menu,
.box_menu .textMenu {
	text-align:right;
	}
.btm {
	display:table;
}
.btm:hover {
	cursor:pointer;
}
.btm.bt_menu1 {
	float:right;
}
.icMenu,
.textMenu {
	display:table-cell;
	vertical-align: middle;
	height:40px;
	padding:0px 5px;
	line-height: 1.2em;
}
.tdLogout {
	width:18px;
	padding-left:6px;
	vertical-align: middle;
}
.tdNomPrenom {
	width:90%;
}
.textMenu .prenom,
.textMenu .nom{
	white-space: nowrap;
}
.tabNomPrenom {
	width:100%;
}
.imgMenu {
	display: block;
	width:34px;
	height:34px;
	background:#7B7C8C url('../images/bt_menu.png') no-repeat center;
	background-size:100%;
	border-radius:100%;
	left:0px;
	z-index:100;
}
.bt_user.active .imgMenu,
.bt_menu1.active .imgMenu {
	background-image:url('../images/bt_menuUp.png') !important;
}
.bt_user2 {
	text-decoration: none;
	color:#000;
	position: relative;
}
.bt_user2 .imgMenu,
.bt_user .imgMenu {
	background-image:url('../images/bt_user.png');
}
.boxMenu:hover .imgMenu {
	background-color:#E20513;
}

/* fin 2 menus */
.smenu {
	position:relative;
  	z-index:100;
	margin-top:414px;
	height:55px;
	width:100%;
	background:rgba(36,38,47,0.7);
}

.not_home .smenu .table {
  margin-left:50px;
}
.smenu a.Btlc {
  height:55px;
  color:#FFF !important;
  font-size:1.5em;
  line-height:19px;
  font-weight:500;
  transition:0.2s;
  text-transform:uppercase;
  padding-right:30px;
}
.smenu a.Btlc:before {
  margin-top:0px;
}
.smenu.fixed {
	position:fixed;
	top:0px;
	margin:0px;
}

/*** BOX USER ***/
.popLog {
	text-align: center;
	padding:15px 0px;
}
.popLog.logged .int {
	display:table;
	margin:auto;
}
.popLog.logged a {
	padding:20px 25px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.popLog.logged a.active {
	font-weight:600;
	color:#000;
}
.photoUser {
	background:url('../images/bt_user.png') no-repeat left center;
	background-size:60px auto;
	display:inline-block;
	border-radius:50px;
	height:60px;
	width:60px;
}
.nom {
	text-transform:uppercase;
}
.logout2 {
	background: url("../images/bt_logout.png") no-repeat right center;
	background-size:17px auto;
	padding-right:20px;
	font-size:0.9em;
	display: inline-block;
}
.logout1Fr {
	background: url("../images/bt_logout.png") no-repeat left center;
	display: block;
	width:18px;
	height:16px;
	position: relative;
}
.logout1Fr:hover {
	background-image: url("../images/bt_logout2.png");
}
.logout1Fr:hover:after {
	display: block;
	content:"Déconnexion";
	position: absolute;
	left:18px;
	font-size:0.7em;
}

.logout1En {
	background: url("../images/bt_logout.png") no-repeat left center;
	display: block;
	width:18px;
	height:16px;
	position: relative;
}
.logout1En:hover {
	background-image: url("../images/bt_logout2.png");
}
.logout1En:hover:after {
	display: block;
	content:"Logout";
	position: absolute;
	left:18px;
	font-size:0.7em;
}
/* FIN MENU COMPTE */
/* MENU USER */
.popMenu {
	top:80px;
	left :0px;
	width:100%;
	z-index:220;
	text-align:center;
	box-shadow:5px 5px 5px rgba(0,0,0,0.4);
	border-top:1px solid #E1E1E1;
	background:#FFF;
}
.popMenu.navi {
	background:#FFF url('../images/megamenu_ligne.png') repeat-y center top;
}
.navi .region_editoriale {
	position: relative;
	left:50%;
	margin-left:-365px;
	text-align: left;
	min-height: 400px;
}
.navi .bloc {
	width:365px;
}
.navi .bloc:first-child {
	padding-top:25px;
}
.navi .bloc:last-child {
	padding-bottom:25px;
}
.navi .bloc > .titreBloc {
	width:255px;
	font-family: 'Yantramanav', sans-serif;
	font-size:1.5em;
	padding:10px 23px 10px 50px;
	white-space:nowrap;
	color:#000;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
.navi .bloc > .titreBloc:before {
	display:block;
  content:"";
  visibility:visible;
  height:40px;
  width:40px;
  background:#FFF url(../images/ic_fleche.png) no-repeat center;
  background-size:100% auto;
  cursor:pointer;
  position:absolute;
  margin-left:-50px;
  margin-top:-8px;
  border-radius:50px;
}
.bloc.active > .titreBloc:before {
	background-color:#7b7c8c
}
.m_admin:hover > .titreBloc
 {
  color:#E30514;
}
.m_admin.active > .titreBloc:before 
 {
  background-color:#E30514;
}
.navi .contenuBloc {
  position:absolute;
  left:170px;
	height:100%;
  padding:0 20px 0 280px;
  top:0px;
  text-align:left;
  display:none;
}
.navi ul.navGestionEditoriale {
	background-color: #FFF;
	width:300px;
	height:100%;
}
.navi ul.navGestionEditoriale li:first-child {
	padding-top:25px;
}
.navi .contenuBloc li {
  display:block;
}
.navi .contenuBloc a {
  display:block;
  padding:6px 30px;
  margin:0px;
  font-size:1.2em;
	text-decoration: none;
}
.navi .contenuBloc a:hover {
  font-weight:600;
}
@media all and (min-width:990px) {
	/* .s_recrut .navi .m_recrut .contenuBloc,
	.s_form .navi .m_form .contenuBloc,
	.s_actus .navi .m_actus .contenuBloc,
	.s_inter .navi .m_inter .contenuBloc,
	.s_abg .navi .m_abg .contenuBloc,
	.s_regard .navi .m_regard .contenuBloc,
	.navi .bloc:hover .contenuBloc,
	.navi li:hover .soumenu */
	.navi .bloc:hover .contenuBloc {
		display: block;
		z-index: 150;
	}
	.navi .bloc:hover > .titreBloc {
 	 	background:url(../images/fleche.png) no-repeat right center;
		cursor: pointer;
	}	
}
.navi .bloc.active .contenuBloc {
		display: block;
	}
.bx-wrapper .bx-controls-direction a {
	display:block;
    background: url("../images/control_left.png") no-repeat left top;
	width:36px;
	height:35px;
}
.main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
}
.bx-wrapper .bx-controls-auto {
	display:none;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	display:block;
    background: url("../images/control_right.png") no-repeat left top;
	width:36px;
	height:35px;
}
.onglet_cvtheque {
	border-top:1px solid #7B7C8C;
}

.log_choix h2 {
	font-size:1.143em;
	display:inline-block;
	color:#7B7C8C;
	text-decoration:underline;
	cursor:pointer;
	margin:10px 13px 30px 13px;
}
.log_choix h2:hover {
	color:#000;
}
.log_choix h2.active {
	text-decoration:none;
	color:#000;
	cursor:auto;
}
#zone_creation .formulaire {
  width:500px;
}
#zone_creation .formulaire th {
  width:170px;
  padding-right:10px;
}
#zone_creation .formulaire td {
   padding:0px;
   text-align:left;
}
#zone_creation .formulaire input,
#zone_creation .formulaire select,
#zone_creation .formulaire textarea {
    width:90%;
}
/* FOOTER */
.footer {
	background:#FFF;
	font-size:0.9em;
	padding:0px 50px;
}
#footer {
	
}
.footer li {
	display:inline-block;
	padding:0px;
	margin:0px;
}
.footer .menu_bas a,
	#footer {
    display:inline-block;
}
.footer .menu_bas a {
	text-decoration:none;
	margin:30px 15px 20px 15px;
	color:#000;
}
.logo_ministere {
	float:right;
	padding-top:20px;
	margin-right: 120px;
	}
.logo_ministere .logo_m {
	display:table-cell;
	/* background: url("../images/logo_ministere.png") no-repeat right center;*/
	background: url("../images/logo_ministere_0923.png") no-repeat left center;
	background-size:auto 100%;
	width:245px;
	height:66px;
	}
.logo_ministere span,
.logo_ministere a {
	display:table-cell;
	vertical-align:middle;
	padding-right:10px;
	}
.menu_bas {
	float:left;
}
.sfWebDebugInfo {
	background-color:#FFF;
}
.boxRetour,
.barre_edit,
.menu2,
.etapes {
	background-color:#BEBFC6;
	margin-bottom:30px;
}
.barre_edit .Btl {
  display:block;
  float:left;
  padding:4px 16px 4px 31px;
  margin:0px;
  font-weight:600;
  font-size:0.929em;
  text-align:left;
  border-radius:0px;
  white-space:normal;
  background-repeat:no-repeat;
  background-position:5px center;
  background-size:25px auto;
  text-decoration:none;
}
.barre_edit .Btl:hover {
  background-color:#FFF;
}
.boxRetour .Btl,
.menu2 .Btl,
.menu2 input.Btl,
.etapes .Btl {
  display:block;
  float:left;
  padding:4px 20px;
  margin:0px;
  font-weight:600;
  font-size:0.929em;
  text-align:left;
  border-radius:0px;
  white-space:normal;
  background-repeat:no-repeat;
  background-position:5px center;
  background-size:30px auto;
  color:#FFF !important;
  text-decoration:none;
  background-color:#7B7C8C;
}
.menu2 .Btl.bt_retour,
.boxRetour .Btl,
.mImg .Btl,
.mImg input.Btl {
  padding-left:35px;
}
.etapes .Btl.active,
.menu2 .Btl.active {
  background-color:#E30514;
}
.menu2 input[type="submit"].Btl:hover,
.menu2 .Btl:hover,
.boxRetour .Btl:hover {
  background-color:#E30514 !important;
  text-decoration:none;
}
.etapes .Btl {
	opacity:0.5;
	cursor:default ;
}
.etapes .Btl.etapeLien {
	cursor:cursor;
}
.etapes .Btl.etapeLien,
.etapes .Btl.active {
	opacity:1;
}
.etapes .Btl.etapeLien:hover {
	background-color:#E30514 !important;
	cursor:pointer;
}
.withToggle h3 {
	background: url("../images/toggle.png") no-repeat left center;
	padding-left:22px;
}
.withToggle h3:hover {
	text-decoration:underline;
	cursor:pointer;
}
.withToggle h3.active {
	background-image: url("../images/toggleUp.png");
}
.ariane2 {
	color:#FFF;
	font-weight:400;
	font-size:1.2em;
	text-decoration:none;
	background: url("../images/fleche_ariane.png") no-repeat left center;
	padding:0px 27px 0px 25px;
	display: table-cell;
	vertical-align: middle;
}
.ariane2:hover {
	text-decoration:underline;
	color:#FFF;
}