body .column {
  visibility: visible;
}

.home_reseau,
.twitter,
#urf {
  display:none;
}

.bt_home {
  display:block;
  background-image:url(../images/bt_home.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-color:#fff;
  float:left;
  padding:6px 15px 5px 15px;
  font-size:14px;
  margin:0px;
}
.bt_home:hover {
  background-image:url(../images/bt_home_roll.png);
}
.connect .bt_home {
  display:inline-block;
  float:none;
}
.connect .footer .menu .region_editoriale {
  display:inline-block;
}
.adminEvenements #selectGroupes {
	width:100% !important;
}
.AdminForum #selectGroupes {
	width:100% !important;
}
/* PUBLIC */
.public .main {
  position:relative;
}
.box_log {
	display: flex;
	justify-content: center;
		margin:50px 0 52px 0px;
		gap: 24px;
}
.box_log .log {
width: 250px;
  background-color: #FFF;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  height: 77px;
}
 .box_log .log:hover {
	background-color: #FF5660;
		-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
 .box_log .log:hover h2{
	color: #fff;
		-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.box_log .log:hover .bConnect a, .box_log .log .toConnect:hover, .log .toConnect:hover, .box_log .log:hover .act.toConnect a{
	color: #000!important;
 }
 .box_log .log:hover .icone_etudiant{
background: url(../images/icone_etudiant_blanc.png) no-repeat center;
 }
  .box_log .log:hover .icone_diplome{
background: url(../images/icone-diplome-blanc.png) no-repeat center;
 }
  .box_log .log:hover .icone_recruteur{
background: url(../images/icone-recruteur-blanc.png) no-repeat center;
 }
  .box_log .log:hover .icone_personnels{
background: url(../images/icone-personnels-blanc.png) no-repeat center;
 }
 .contentblocMX{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;

 }
 /*.log .bConnect:hover,
.log .bConnect:hover {
	background:#242F35;
}*/
.contentIconeLog{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap:10px;
  margin-bottom: 10px;
}
.box_log h2 {
color: #FF5660;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  justify-content: center;
  margin: 0px;
  display: flex;
  align-items: center;
  text-align: center;
}
.boxSavoirPlus .act::before{
content: "> ";
}
#log_entreprises .bt_depot a,
.boxSavoirPlus .act {

	display: block;
	text-align: center;
	/*text-decoration: underline;*/
	margin:0px 5px;
	font-style: italic;
}
.bt_depot a{
	font-style: italic;
}
#log_entreprises .bt_depot a:hover,
.boxSavoirPlus .act:hover {
	color: #FF5560;
}
#log_entreprises .bt_depot a:hover,
#log_entreprises .boxSavoirPlus .act:hover {
	color:#006699;
}
#log_diplomes .bt_depot a:hover,
#log_diplomes .boxSavoirPlus .act:hover {
	color:#4BC2BC;
}
#log_etudiants .bt_depot a:hover,
#log_etudiants .boxSavoirPlus .act:hover {
	color:#F5A021;
}
.icone_etudiant {
	display: block;
  content: "";
  background: url(../images/icone_etudiant.png) no-repeat center;
    background-size: auto;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.icone_diplome {
	display: block;
  content: "";
  background: url(../images/icone-diplome.png) no-repeat center;
    background-size: auto;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.icone_recruteur {
	display: block;
  content: "";
  background: url(../images/icone-recruteur.png) no-repeat center;
    background-size: auto;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.icone_personnels {
	display: block;
  content: "";
  background: url(../images/icone-personnels.png) no-repeat center;
    background-size: auto;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.log_diplomes::before {
	background-image:url(../images/diplomes.png);
}
.log_entreprises::before {
	background-image:url(../images/entreprises.png);
}
.log_personnel::before {
	background-image:url(../images/personnel.png);
}
.log .bConnect, .log .toConnect {
	/*background-color: #FFF;
  border-radius: 20PX;
  text-align: center;
  width: 130px;
  border: 1px solid #FF5660;
  color: #FF5660;*/
  margin: 0 auto;
  display: flex;
}
a.toConnect, #connexion_diplomes, .act.toConnect{
  background-color: #FFF;
  border-radius: 20PX;
  text-align: center;
  width: 100px;
  border: 1px solid #FF5660;
  /*color: #FF5660;*/
}
.log_diplomes .bConnect {
	/*background-color:#4BC2BC;*/
	color:#000;
}

/*.log_entreprises .bConnect {
	background-color:#006699;
}
.log_personnel .bConnect {
	background-color:#FF5660;
}*/
.log .toConnect {
	display: inline-block;
  padding: 4px 0px;
  font-weight: 600;
}

.form_log {
	display:none;
}
.form_log input:not([type="submit"]) {
	width:90%;
	padding:5px 5% !important;
	margin:10px 0px;
	font-size: 1em;
}
.form_log input[type="submit"] {
	display:block;
	background:#F5A021 url(../images/valid.png) no-repeat 5px center;
	border:0px;
	border-radius:25px;
	margin:10px;
	padding:4px 10px 4px 30px;
	font-size: 1em;
	float: right;
}
.form_log .indic {
	float:left;
	color:#666666;
}
.log_entreprises .form_log input[type="submit"] {
	background-color:#006699;
}
.log_diplomes .form_log input[type="submit"] {
	background-color:#11B3B3;
}
.form_log input[type="submit"]:hover {
	background-color:#242F35;
}
.login .box form {
  display:inline-block;
  text-align:left;
}
.login .box input[type='submit'] {
  background:#FF545D url(../images/valid.png) no-repeat center;
  border-radius:22px;
  width:33px;
  height:33px;
  margin-left:15px;
  border:0px;
  box-shadow:none;
}
.login .box input:not([type='submit']):not([type='checkbox'])  {
  padding:6px 10px;
  width:100%;
  display:block;
  margin:5px 0px;
}
.login .box input:not([type='submit']):not([type='checkbox']):focus  {
  border-color:#EBE2E2;
	background-color: #EBE2E2
}
.login .pass_oubli {
  padding:5px 0px;
  text-align:left;
  font-size:11px;
}
.login .pass_oubli a {
  color:#5F737F;
}
.login .pass_oubli a:hover {
  color:#FF545D;
}
/* FIN PUBLIC */
/* INFOS */
.logo_anakrys,
.infos_coord {
  float:left;
}
.logo_anakrys a,
.infos_phrase {
  float:left;
}
.infos_phrase {
  font-size:16px;
  padding:21px 55px 0px 35px;
  line-height:24px;
}
.infos_coord {
  padding-top:8px;
}
.infos_coord div {
  background:url(../images/picto_adresse.png) no-repeat left top;
  padding:12px 0px 15px 42px;
  font-size:14px;
}
.infos_coord div.icon_tel {
  background-image:url(../images/picto_telephone.png);
}
.infos_coord div.icon_mail {
  background-image:url(../images/picto_mail.png);
}
.infos_coord a {
  display:block;
  color:#000;
}
.infos_coord a:hover {
  color:#FFF;
}
.tfax {
  padding-left:15px;
}
.infos_liens {
  float:right;
}
.infos_liens a {
  display:block;
  background:#2F708B url(../images/plus_grand.png) no-repeat 13px center;
  padding:18px 30px 17px 60px;
  border-radius:10px;
  color:#FFF;
  font-family: 'Open Sans', sans-serif;font-weight:700;
  font-size:21px;
  margin:10px 0px;
}
.infos_liens a:hover {
  background-color:#FF9900;
}
/* FIN INFOS */
/* ADMIN EDIT */
.article_edit {
  color:#FFF;
  height:27px;
  margin-bottom:20px;
}
.article_edit a {
  color:#FFF !important;
  margin:0px;
  padding:5px 15px 5px 28px;
  background-color:#34454E;
  float:left;
  background-position:4px center;
  height:auto;
  width:auto;
}
.article_edit a.btl:hover {
  color:#3399FF;
}
/* FIN ADMIN EDIT */

/* RECHERCHE */
.boxrecherche {
  background-color:#fff;
  z-index:800;
  box-shadow:1px 1px 4px rgba(20,60,90,0.5);
  border-radius:35px;
  padding:5px 10px 5px 20px;
	position: absolute;
bottom: 45px;
width: 400px;
margin-left: -150px;
}
.boxrecherche form {
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.boxrecherche input:not([type="submit"]) {
  background:none !important;
  border:0px;
	border-bottom: 1px solid #B4BEC3;
  padding:3px 0 !important;
  width:65%;
}
.boxrecherche input[type="submit"] {
  box-shadow:none;
  cursor:pointer;
  border:0px;
	margin:0px;
}
.close {
  position: relative
}
.close::before {
	display: block;
	content:"";
  background:#FFF url(../images/close.png) no-repeat center;
	background-size:70%;
	position: absolute;
	right:-10px;
	top:-10px;
	border:1px solid #FF5560;
	border-radius:20px;
	height: 20px;
	width:20px;
}
.bt_search {
  position: relative;
	align-items: center;
	margin-left:13px;
	padding-right: 60px;
	margin-bottom: -4px;
}
.bt_search:after {
  display:block;
	content:"";
  background:url("../images/search.png") no-repeat center;
	background-size: 90%;
  height: 54px;
	width:54px;
	position: absolute;
	right: 5px;
	top:-18px;
}
#bt_search.close {
  background-position:right 6px;
}
.mapN{
	background: #FF5660;
  border-radius: 10px 10px 0 0;
  padding: 0px;
}
.contentH2{
	margin: 0;
  color: #fff;
  text-align: center;
  padding: 7px;
}
/* FIN RECHERCHE */
/* FOOTER */
.foot1 {
  background: #D9D9D9;
  padding: 10px;
}
.contentFoot1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.rs {
  display:inline-flex;
	flex-direction: row-reverse;
gap: 11px;
}
.rs a {
  display:block;
  padding:0px 2px;
}
.rs a img {
  width:35px;
	height: 35px;
}
.rs a:hover {
  transform: scale(1.05);
}
.region_editoriale {
  display:inline-block;
}
.region_editoriale .bloc_footer {
  text-align:center;
  padding:10px 0px 5px 0px;
}
.region_editoriale .bloc_footer ul.navGestionEditoriale li {
  float:none;
  display:inline-block;
}
.region_editoriale .bloc_footer ul.navGestionEditoriale li a {
  display:block;
  float:none;
  padding:0px 10px;
}
.footer_copy {
font-size: 0.875em;
  padding: 20px;
  color: #fff;
  position: relative;
  background: #6C6C6C
}
.footer_copy a {
  color:#fff;
}
.footer_copy:before {
  display: block;
	content:"";
	background: linear-gradient(to right, #ECF0F2 0%,#D0D7DB 20%, #D0D7DB 80%,#ECF0F2 100%);
	height: 1px ;
	width:100%;
	position: absolute;
	top:0px;
	left:0px;
}
/* FIN FOOTER */

.forum {
  border-right:1px solid #8CBDDA;
  padding:14px 12px 14px 8px;
}
/* UL  LI */

ul.donnees {
  background-color: #CDDAE2;
  margin:0px 10% 0px 0px;
  padding:10px;
}
ul.donnees li {
  list-style-type:none;
  padding:0px;
  margin:8px 0px;
}
ul.donnees li a {
  background: url("../images/fleche_puce2.png") no-repeat left 8px;
  padding:4px 0px 4px 18px;
  color:#000;
}
ul#order li {
  background:url(../images/icones/take.png) no-repeat left 8px;
  padding:4px 0px 4px 17px;
}
ul#order li:hover {
  background-image:url(../images/icones/take_roll.png);
}
/* FIN UL  LI */
/****************************************************************/
/****************************************************************/

/* ENQUETES */
.enquetes_tableau_croise{
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
  text-align:center;
}
.enquetes_tableau_croise thead{
  border-bottom:2px solid #bbb;
}
.enquetes_tableau_croise tfoot{
  border-top:2px solid #bbb;
}
.enquetes_tableau_croise thead th{
  color:#5F65B4;
}
.enquetes_tableau_croise{
  border:2px solid #bbb;
}

.enquetes_tableau_croise tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.enquetes_tableau_croise td{
  padding:5px;
  border:1px solid #bbb;
}
.enquetes_tableau_croise thead th, .listing tfoot td{
  background:#eee;
  padding:5px;
}
.enquetes_tableau_croise .pagination{
  float:right;
  padding-top:3px
}
/* FIN ENQUETES */
/* STATS */
.stats {
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
}
.stats thead{
}
.stats tfoot{
  border-top:2px solid #bbb;
}
.stats thead th{
  border:2px solid #bbb;
  color:#5F65B4;
  border-left:2px solid #bbb;
}
.stats thead td {
  background:#eee;
  border-left:2px solid #bbb;
  border-bottom:0px;
}
.statscustom{
  background-color:white;
  border-bottom:2px solid #bbb;
}

.stats{
  border:2px solid #bbb;
}
.stats tbody tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.stats tbody td {
  padding:5px;
  border:1px solid #bbb;
}
.stats thead th, .listing tfoot td{
  background:#E4E9EF;
  text-align:left;
  padding:5px;
}
.stats .pagination{
  float:right;
  padding-top:3px
}
.label_stat {
  width:250px;
}
/* FIN STATS */
/* style affichage profil utilisateur */
#acces_admin {
  background: #ffedc2 url(../images/icones/key.png) no-repeat 10px;
  padding: 15px 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  border:2px solid #ff6501;
  border-bottom:2px solid #ff6501;
  color: #ff6501;
  font-size: 12px;
}
/* Gestion editoriale */
.list_item_edito {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ECECEC
}
/* Validation */
.surligne {
  background-color:#BDC3C7;
  color:#000;
  padding:2px 10px;
}
.edit_statut {
  float:right;
  padding:10px;
}
.edit_statut span {
  font-family: 'Open Sans', sans-serif;font-weight:700;
}
.edit_statut a {
  font-size:12px;
  text-decoration:underline;
}
.enligne, .horsligne, .valide, .non_valide, .pourvue {
  display:block;
  padding-left:27px;
}
.frame_haut .enligne, .frame_haut .horsligne {
  width:100px;
  font-size:11px;
}
.frame_haut .enligne {
  background:url(../images/icones/stop.png) no-repeat left 2px;
  color:#009999 !important;
}
.frame_haut .horsligne {
  background:url(../images/icones/enligne.png) no-repeat left 2px;
  color:#EF6D6F !important;
}
.enligne, .valide {
  background:url(../images/icones/enligne.png) no-repeat left top;
}
.horsligne, .non_valide {
  background:url(../images/icones/stop.png) no-repeat left top;

}
.pourvue {
  color:#4489cf;
  background:url(../images/icones/pourvue.png) no-repeat left top;
}
.info_validation {
  color:red;
  background-color: #fff7e4;
  font-style: italic;
}
.ajout {
  color:#ff6501;
  background-color: #fff7e4;
  font-family: 'Open Sans', sans-serif;font-weight:700;
}
.valid div {
  background:url(../images/valid_off.png) no-repeat left 2px;
  padding:0px 0px 3px 15px;
  font-size:11px;
  width:auto;
  display:inline-block;
}
.val_on div {
  background-image:url(../images/valid_on.png);
}
.val_attente div {
  background-image:url(../images/valid_attente.png);
}
.nonvalid {
  border:1px dotted #F33;
  padding:5px;
  margin:10px 0px;
}
a.valid {
  background-image:url(../images/fleche_verte.png);
}
a.refu {
  background-image:url(../images/fleche.png);
}
/* FIN Validation */

/* PAGE ADMINISTRATION */
.administration a.bti {
  display:block;
  margin:5px 0px 5px 20px;
  padding-left:25px;
  background-position:left 5px;
  color:#000;
}
.administration a.bti:hover {
  color:#0D8888;
}
.admin .index .colG,
.monprofil .colG {
  width:49%;
  padding-right:1%;
}
.admin .index .colD,
.monprofil .colD {
  width:49%;
  padding-left:1%;
}
.administration .box {

}
.administration .box h2 {

}
/* FIN PAGE ADMINISTRATION */
/* GESTION EDITO */
.contenu ul#menuItemTree  {
  padding:0px;
  margin:0px;
}
#menuItemTree li {
  list-style-type:none;
  background:none;
  padding:8px 0px;
  margin:0px;
}
.moteur .tafelTree {
  border:1px solid #5B7697 !important;
  font-size:12px !important;
}
.selection_cadre {
  border:1px dashed #fff;
  padding:15px;
}
.glisser li {
  cursor:move;
}
#ordreDesBlocs .btl {
  float:none;
  display:inline-block;
  position:absolute;
  margin:-5px 0px 0px 4px;
}
#ordreDesBlocs  li {
  padding:8px 0px;
}
/* FIN GESTION EDITO */
#tagsphere li {
  color:#F89B17;
}
caption {
  font-family: 'Open Sans', sans-serif;font-weight:700;
  color:#7F8591;
  font-size:14px;
  padding:10px 0px 5px 0px;
}
#region_1 {
  color : black;
  border:2px solid black;
}
#region_1 div {
  border:2px solid red;
}
div.popin {
  background:#FFF;
  border:1px solid #000;
  border-radius:3px;
  box-shadow:4px 4px 8px rgba(0,0,0,0.3);
  position : fixed;
  width:500px;
  height:170px;
  /*background:#FFF;*/
  padding-left:10px;
}
div.fermerMonPopin {
  float:right;
  margin-top:20px;
  margin-right:35px;
}
div.fermerMonPopin img:hover{
  cursor: pointer;
}
button.hide {
  display:none;
}
.pfleche1 {
  background: url(../images/fleche_puce1.png) no-repeat left 2px;
  padding-left:15px;
}
.pfleche2 {
  background: url(../images/fleche_puce2.png) no-repeat left 3px;
  padding-left:15px;
}
img.linkAble:hover{
  cursor : pointer;
}
/* correction pour chosen */
ul.chzn-choices li, ul.chzn-results li {
  background : none;
}
div.popinDecoOffre{
  padding: 20px;
}
div.popinDecoOffre p {
  padding-right : 40px;
}
.retourAjaxDecoOffre {
	display:block;
	margin-top:10px;
}
#monSpanJexisteDeja{
  color : red;
}
#monSpanJeNexistePas{
  color : black;
}
.insidebox {
  color:#1B4876 !important;
}
/* GEOLOC */
.geomap #fiche {
  text-align:center;
  font-size:18px;
  padding:15px 25px;
}
.geomap a {
  margin:auto;
  display:inline-block;
}
/* FIN GEOLOC */

#s2id_liste_composantes
{
  width: 350px;
}

#s2id_liste_diplomes
{
  width: 350px;
}

#apercu_offre_groupe
{
  width: 250px;
  height: 250px;
  border-style: solid;
  color: #000000;
}

/* Infobulle simple */
.info_rapide {
  position: relative;
  text-decoration: none;
  /*color : #153FDB;*/
  font-size:13px;
  height:30px;
}
.info_rapide .apercu {
  display: none; /* on masque l'infobulle */
  width:700px;
}
.info_rapide:hover {
  background: none; /* correction d'un bug IE */
  z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
.info_rapide:hover .apercu {
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
  background: #fff;
  color: #000;
  padding:5px 10px;
  border: 1px solid #666;
  box-shadow:1px 1px 4px rgba(0,0,0,0.4);
  overflow: auto;
  max-height: 400px;
}
.apercu {
  font-size:13px;
}
.contenu .menu_b {
  background:#F59C00 url(../images/icon_menu.png) no-repeat right center;
  padding:4px 34px 4px 10px;
  color:#FFF;
  font-weight:bold;
  cursor:pointer;
  margin-bottom:5px;
	border-radius: 4px;
}
.contenu .menu_b:hover,
.contenu .menu_b:focus {
  background-color:#2B3E50;
}
.bt_rs {
  float:right;
}
.bt_rs a {
  cursor:pointer;
  display:block;
  background:url(../images/rs_facebook.png) no-repeat center center;
  background-size:80% auto;
  width:30px;
  height:30px;
  border:1px solid #ccc;
  border-radius:20px;
  margin-left:10px;
}
.bt_rs a:hover {
  border-color:#FF5560;
}
.bt_twitter a {
  background-image:url(../images/rs_twitter.png);
}
.bt_viadeo a {
  background-image:url(../images/rs_viadeo.png);
}
.bt_linkedin a {
  background-image:url(../images/rs_linkedin.png);
}
.actu_groupe ul li {
	background: none;
	padding:0px;
}
.slide_article .bx-wrapper {
   width:100%;
}
.slide_article {
  height:350px;
  position:relative;
	padding-bottom: 35px;
}
.slide_article .photo {
  margin:0px;
  width:100%;
  height:350px;
  line-height:350px;
}
.slide_article .photo img,
.slide_article .photo iframe {
  display:inline-block;
  vertical-align: middle;
  max-height:350px;
  width:auto;
  max-width:100%;
  height:auto;
}
.slide_article .photo iframe {
  width:500px;
  height:350px;
}
.noSlide .photo {
	display: block;
	text-align: center;
	margin: 25px 0px;
}
.actu_groupe h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  font-size:18px;
  padding:10px 20px;
  margin:0px;
  line-height: normal;
  text-align:center;
}
#slide_navigator {
  position:absolute;
  margin:0px;
  left:30px;
  bottom:20px;
  z-index:290;
}
.contenu ul.bxslider {
	margin:0px;
}
.slide_article .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align:center;
    width: 100%;
}
.floatG {
	float:left;
}
.floatD {
	float:right;
}
.box_choix {
	width:46%;
}
.h3_choix {
	background:#e2e8eb;
	padding:2px 15px;
	margin-top:10px;
	font-size:14px;
}
.submit_choix {
	background:url('../images/fleche2.png') no-repeat left top !important;
	color:#5F737F !important;
	margin:15px 0px 0px 0px !important;
	padding:1px 0px 1px 28px !important;
}
.submit_choix_inscription {
	background:url('../images/fleche2.png') no-repeat left top !important;
	color:#000 !important;
	font-weight: bold;
	margin:15px 0px 0px 0px !important;
	padding:1px 0px 1px 28px !important;
}
.submit_choix_inscription:hover {
	background-image:url('../images/fleche_rouge.png') !important;
	color:#5F737F !important;
	font-weight: bold;
}
.submit_choix:hover {
	background-image:url('../images/fleche_rouge.png') !important;
	color:#5F737F !important;
}
.decoOffres .cadre,
.recruteurOffres .cadre,
.adminOffres .cadre {
	margin-bottom:10px;
}
.flexLogin > .box {
	width:48%;
	padding:0;
}
.flexLogin > .box .boxInt {
	padding:35px 40px;
}
.flexLogin > .box h3 {
	margin-top: 0px;
	padding-top: 0px;
}
div.site.delete {
    background:none;
}
.info_admin {
	/* position:absolute; */
	/*font-style:italic; */
	right:205px;
	/* margin-top:-64px; */
}
.info_admin2 {
	margin-bottom:15px;
	text-align: right;
}
.password_measure_container{
	width: 230px;
	height: 14px;
	background-color: #ddd;
	border: 1px solid #444;
	float: left
}
.password_measure_bar{
	height: 100%;
	background-color: red;
	width: 0px
}
.password_measure_text{
	width: 40px;
	float: left
}
/* espace medias */
.boxFilter {
	text-align: center;
	margin:35px 0px;
	border:1px solid #D0D7DB;
	background-color: rgba(49,73,92,0.05);
	border-radius: 14px;
	padding:15px;
}
.boxFilter .bChamps,
.boxFilter form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bLabel {
	font-family: 'Oswald', sans-serif;
font-weight: 300;
	text-transform: uppercase;
	margin-right: 25px;
	font-size: 1.4em;
}
.bChamps .item {
	margin:5px 5px;
}
.bChampsCheck .item {
	margin:5px 15px;
}
.boxFilter select,
.boxFilter input[type="text"]{
	background: #FFF !important;
	border:1px solid #ccc !important;
}
.boxFilter .bSelectGroupe {
	width:48%;
	flex-shrink: 0;
}
.boxFilter .bSelectGroupe input {
	width:90%;
	flex-shrink: 0;
}
.boxFilter .bActs {
	margin-left: 25px;
}
.boxTitreMedias {
	display: flex;
	margin: 35px 44px 15px 44px;
	align-items: center;
}
.contenu .intEC h3,
.contenu h3 a {
	color: #5F737F;
}
.contenu .intEC h3:hover,
.contenu h3 a:hover {
	color: #FF5560;
}
.boxTitreMedias h2 {
	background: none;
	font-size: 2.375em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin:0px;
	line-height: 1.1em;
	padding:0px;
}
.voirPlus a {
	display: block;
	border:2px solid #E0E4E7;
	padding:6px 20px;
	border-radius: 50px;
	margin-left:15px;
	font-weight: 700;
	font-size:1.4em;
	transition: 0.2s;
	color: #5F737F;
}
.voirPlus a:hover {
	background-color:rgba(255,255,255,0.3);
	border-color:#B4BEC3;
	color:#5F737F;
}
.voirAvec a {
	background:transparent url(../images/plus.png) no-repeat right 13px center;
	padding-right:40px;
}
.fLigne span  {
	color:#000;
	font-size: 13px;
}
.fLigne label {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding:0px 5px 0px 0px;
	color:#808C8C;
}
.boxEM_une .boxTitreMedias h2 {
		font-size: 3.571em;
	font-weight: 300;
}
.boxEM_une .boxTitreMedias .voirPlus a {
		font-size:2.14em;
	border-right:0px;
	border-left:0px;
	border-top:0px;
}
.boxEM_une .boxTitreMedias .voirAvec a {
		background-size: auto 26px;
	padding-right: 44px;
}
.boxEMedias {

}
.flexVideos {
	display: flex;
}
.itMVideo h3 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 1.357em;
	line-height: 1.1em;
	padding: 13px 0px 0px 0px;
	margin:5px 0px;
}
.fw4 .itMVideo h3 {
    font-size: 1.22em;
}
.fVideoUne .itMVideo:first-child h3 {
    font-size:2.2em;
}
.fVideoUne .itMVideo:nth-child(2) h3 {
    font-size:1.63em;
}
.itMVideo h3 a {
	background: none;
	padding:0px;
	color:#5F737F;
}
.itMVideo h3 a:hover {
	color:#FF545D;
}
.itMVideo {
	margin:10px 1% 35px 1%;
	background-color: #FFF;
	border-radius:14px;
}
.itMVideo .videoInt {
	padding:0px 18px 12px 18px;
}
.accroche p {
	margin:5px auto;
}
.resultats {
	margin-bottom: 15px;
}
.iframe-media-video,
.videoItem {
	width:100%;
	position: relative;
	padding-top: 57%;
}
.iframe-media-video iframe,
.itMVideo .tac_activate,
.flexVideos iframe {
	width:100% !important;
	height: 100% !important;
	position: absolute;
	left:0;
	top:0;
	border:0px;
}
.itMVideo .flexVueDate {
	padding:10px 18px;
}
/*
.flexVideos.fw3 .videoItem {
	height: 168px;
}
.flexVideos.fw4 .videoItem {
	height: 124px;
}
.fVideoUne .itMVideo:first-child .videoItem {
	height: 327px;
}
.fVideoUne .itMVideo:nth-child(2) .videoItem {
	height: 195px;
}
.fVideoGroupes .itMVideo .videoItem {
	height: 230px;
}*/
.fw2,
.fVideoUne,
.fVideoGroupes {
	justify-content: space-between;
}
.fwrap,
.fVideoGroupes {
	flex-wrap: wrap;
}
.fw2 .itMVideo {
	width:46.5%;
}
.fVideoUne .videoInt {

	padding:5px 20px 15px 20px;
}
.fVideoUne .itMVideo:first-child {
	width:59%;
}
.fVideoUne .itMVideo:nth-child(2) {
	width:36%;
}
.videoNomGroupe {
	border-top:2px solid #ECF0F2;
	padding:2px 20px;
	display: flex;
	height: 80px;
	align-items: center;
}
.videoNomGroupe span {
	display: block;
	font-size: 1.2em;
	line-height: 1.15em;
	padding:2px 0px;
}
.flexLike,
.flexVueDate,
.vueIndic {
	display: flex;
	align-items: center;
}
.flexVueDate {
	margin-bottom: 1px;
}
.vueIndic {
	margin-right: 15px;
}
.vueIndic span {
	display: block;
	padding:0px 4px;
}
.vueIndic span:first-child {
	background: #ECF0F2;
	text-transform: uppercase;
}
.vueIndic span.vueNbr {
	background: #FF5560;
	color:#FFF;
	font-weight: 600;
}
/* ---------------------------- */
/* ESPACE COLLABORATIF */
.pageEC hr {
	background:#ECF0F2;
height: 5px;
margin: 25px auto;
padding: 0px;
border: 0px;
	max-width: 550px;
}
.listeEC hr {
	background:#ECF0F2;
height: 5px;
margin: 25px auto;
padding: 0px;
border: 0px;
}
.pageEC .boxComments hr {
margin: 45px auto;
}
.pageEC hr.fullHr {
	max-width:none;
	margin: 45px auto;
}
.listeEC .ec-une hr {
    margin: 25px auto 0px auto;
}
.contentEC {
	/*max-width: 990px;
	margin:auto; */
}
.infosEC {
	display: flex;
	margin-bottom: 40px;
}
.titreEC {
margin:5px 0px 30px 0px;
}
.titreEC h1 {
	padding: 0px;
margin: 0px;
font-size: 36px;
background: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
	line-height: 1.1em;
	text-align: left;
}
.titreEC h1.t2 {
font-size: 1.8em;
color:#89949F;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.t2:before {
	display: block;
	content:"";
	height: 5px;
	width:107px;
	background-color: #ECF0F2;
	margin-bottom: 6px;
	margin-right: 10px;
}
.pageEC h2 {
	padding: 0px;
margin:35px 0px 25px 0px;
font-size: 1.8em;
color: #5F737F;
background: none;
	text-transform: none;
	font-weight: 300;
	line-height: 1.1em;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
.corpsEC h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
	font-size: 1.25em;
}
.signalEC {
	padding-top: 8px;
}
.groupeEC {
	display:inline-block;
	background: #5DCBC6;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-size: 17px;
	padding:5px 15px;
	box-shadow: 6px 6px 0px rgba(0,0,0,0.15);
	margin:0px 15px 10px 0px;
	border-radius: 1px;
}
.listeEC .groupeEC {
	font-size: 15px;
	padding:2px 10px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	margin:-10px 5px 13px 5px;
}
.auteurEC a,
.dateEC {
	font-family: 'Oswald', sans-serif;
	color:#7F8C8C;
	font-size: 21px;
	margin-right: 15px;
	font-weight: 300;
	background-position: left 10px;
}
.auteurEC a {
	color:#7F8C8C !important
}
.signal {
	background-image: url('../images/signal.png');
}
.bts.signal {
	background-size: 12px auto;
	padding-left: 15px;
}
.imgDetEC {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.imgEC {
	max-width: 60%;
	margin-right: 5%;
}
.imgEC img {
	max-width: 100%;
	height: auto;
	display: block;
	box-shadow: -13px 13px 0px rgba(0,0,0,0.15);
}
.detEC {
	min-width: 35%;
}
.pageEC .detEC hr {
margin:15px 0;
}
.pageEC .detEC h2 {
margin:0px 0px 15px 0px;
}
.icEC {
	color:#7F8C8C ;
	background: url('../images/collaboratif/users.png') no-repeat left top;
	padding:2px 10px 2px 30px;
	background-size: 25px auto;
	font-size: 13px;
	margin:3px 0px;
}
.ec-une .it0 .icEC,
.pageEC .icEC {
	padding:2px 10px 2px 40px;
	background-size: 30px auto;
	font-size: 18px;
}
.commentsEC {
	background-image: url('../images/collaboratif/crayon.png');
}
.dateFleche {
	background: url('../images/collaboratif/fleche.png') no-repeat left 3px;
	background-size: 25px auto;
	padding:2px 0px 2px 30px;
	font-size: 18px;
}
.pageEC .groupesEC {
	margin-bottom: 15px;
}
.ec-une .it0 .dateFleche,
.pageEC .dateFleche {
	font-size: 28px;
	background-size: 30px auto;
	background-position: left 6px;
	padding:0px 0px 0px 40px;
}
.itRecommandation {
	background: url('../images/collaboratif/star.png') no-repeat left top;
	background-size: 30px auto;
	padding:3px 0px 3px 35px;
	color:#F39F1F;
	font-size: 14px;
	font-weight: 600;
	z-index: 10;
	position:relative;
}
.pageEC .itRecommandation {
	padding:5px 0px 5px 40px;
	background-size:32px auto;
	font-size: 16px;
}
.listeEC .itRecommandation {
	padding:1px 0px 9px 40px;
	margin: -20px 0px 0px 13px;
	position: absolute;
}
.ec-une .it0 .itRecommandation {
	padding:3px 0px 15px 50px;
	background-size:45px auto;
	font-size: 18px;
	position: absolute;
	left:45px;
	top:-29px;
	margin:0px;
}
h1.titreArticle {
	text-align: left;
	text-transform: none;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.85em;
	margin-top:0;
}
.recommande {
	text-align: right;
	margin:5px 0px;
}
.recommande a {
	display: inline-block;
	border:1px solid #F5A021;
	border-radius: 3px;
	color: #5F737F;
	font-weight: 300;
	font-size: 21px;
	background: url('../images/collaboratif/star2.png') no-repeat 5px center;
	padding:0px 15px 3px 40px;
	box-shadow: 7px 7px 0px rgba(0,0,0,0.12);
}
.recommande a:hover {
	color: #5F737F;
	background-image: url('../images/collaboratif/star.png');
	background-size: 27px auto;
	box-shadow: 7px 7px 0px rgba(150,150,50,0.22);
}
.itEC .submit,
.pageEC .submit,
input.subVert,
.submit.subVert,
.submit.subBleu,
.submit.subBig {
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	font-weight: 600;
	font-size: 1em;
	padding:1px 15px 2px 15px;
}
.submit.subBig {
	padding:3px 25px 4px 25px;
	font-size:1.25em;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.12);
}
.submit.subBleu {
	background-color: #3F86FB;
}
input.subVert,
.submit.subVert {
	background-color: #43C3BD !important;
}
.input.subVert:hover,
.submit.subVert:hover,
.submit.subBleu:hover {
	background-color: #43C3BD;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.22);
}
.submit.subBig:hover {
	box-shadow: 5px 5px 0px rgba(0,0,0,0.22);
}
.detEC .submit {
	margin-right: 0px;
}
.corpsEC {
	font-size: 16px;
	max-width: 742px;
	margin:45px auto;
}
.flexDocLien {
	display: flex;
	flex-direction: column;
}
.flexDocLien .boxLiens {
	margin-bottom: 15px;
}
.flexReunion .dateEC {
	 color:#5F737F;
}
.flexReunion {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexReunion > div{
	width:31%;
	flex-shrink: 0;
}
.btVideo {
	background: url('../images/video.png') no-repeat left center;
	padding:12px 0px 12px 70px;
	 color:#5F737F !important;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin:20px 0px;
}
.btVideo:hover {
	background-image: url('../images/video2.png');
}
.btBorder {
	background: url('../images/collaboratif/telecharger.png') no-repeat 10px center;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow: 5px 5px 0px rgba(73,84,109,0.20);
	padding: 10px 25px 10px 68px;
	 color:#5F737F !important;
	font-weight: 600;
	transition: 0.2s;
}
.btBorder:hover {
	border-color:rgba(73,84,109,1);
	box-shadow: 5px 5px 0px rgba(73,84,109,0.50);
}
.btBLien {
	background-image: url('../images/collaboratif/web.png');
}
.docEnsemble {
	position: relative;
	margin:10px 15px 10px 0px;
}
.adminDelete {
	display: block;
	position: absolute;
	right: -10px;
	top:0px;
	padding:0px;
	border:1px solid #ccc;
	border-radius: 2px;
	background-color: #FFF !important;
	background-image:url('../images/supprimer.png')!important;
	background-repeat:  no-repeat !important;
	background-position:  center !important;
	width:20px !important;
	height: 20px !important;
	z-index: 20;
}
.boxComments .titreComments {
	text-align: center;
	color:#FF545D;
	font-size: 2.8em;
	background: url('../images/collaboratif/discussion.png') no-repeat center top;
	padding:55px 0px 0px 0px;
	margin-top: 60px;
}
.boxTitreEC {
	position: relative;
}
.adminEC {
	position: absolute;
	right:0px;
	top:0px;
}
.liensRetour {
	position: absolute;
	left:0px;
	z-index: 100;
}
.liensRetour a {
	color:#7E8C8C;
	font-family: 'Oswald', sans-serif;
	background: url('../images/collaboratif/fleche_retour.png') no-repeat left center;
	background-size: 22px;
	padding:5px 25px 5px 30px;
	font-weight: 300;
	font-size: 18px;
}
/* commentaires */
.boxComments {
	 color:#5F737F;
}
.boxComments p {
	margin:10px 0px;
}
.boxComment1 {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-bottom:60px;
}
.auteurComment {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.boxComment1 .auteurComment {
	color:#FF5560;
}
.dateComment {
	 color:#5F737F;
	font-size: 16px;
}
.boxComment1 .auteurComment,
.dateComment1 {
font-size: 18px;
}
.colComment1 {
	width: 180px;
	margin-right: 20px;
	flex-shrink: 0;
}
.colComment2 {
    width: 80%;
    flex-shrink: 0;
}
.actionsComment {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.boxComment2 {
	position: relative;
}
.auteurDateComment2 {
	display: flex;
	align-items: center;
}
.contenu .itEC h3,
.boxComment h4,
.boxComment h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
	margin:0px;
	padding:0px;
}
.boxComment1 h3 {
	font-size: 1.25em;
}
.jaime {
	display: flex;
	background: url('../images/collaboratif/aime.png') no-repeat left center;
	padding-left: 33px;
	height: 30px;
	align-items: center;
	margin-right: 10px;
	position: relative;
}
.jaime0 {
	background-image: url('../images/collaboratif/aimepas.png');
}
.jaime > div {
	display:flex;
	color:#95A0A0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	border:1px solid #D1D7DC;
	box-shadow: 3px 3px 0px rgba(73,84,109,0.15);
	border-radius: 3px;
}
.jaime a {
	color:#95A0A0;
	display: inline-block;
	padding:1px 5px;
}
.jaime span {
	display: inline-block;
	padding:1px 5px 2px 0px;
}
.jaime > div:hover {
	border-color:#5DCBC6;
	box-shadow: 3px 3px 0px rgba(20,184,109,0.15);
}
.boxComment1 .actionsComment {

}
.actionsComment .bts {
	margin:0px;
}
.boxComments2 {
	position: relative;
}
.commentsEnfants {
	margin:25px 0px;
	border:1px solid #95A0A0;
	padding:25px;
}
.boxComments .docEnsemble {
	display: inline-block;
}
.boxComments .btBorder {
	background-size: 25px auto;
	background-position: 5px;
	padding:1px 35px;
	min-height: 25px;
}
.formComment {
	max-width: 500px;
	margin:20px auto;
}
.formComment label {
	display: block;
	font-size: 18px;
	padding:15px 0px 10px 0px;
}
.formComment .itemForm {
	margin:15px 0px;
}
.formComment .formulaire textarea,
.formComment .formulaire input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]) {
	background-color:#FFF ;
	border:1px solid #ccc;
	padding:4px 2%;
	margin:0px;
	width:96%;
}
.itemAction {
	text-align: center;
}
#myComment {
	margin-top: 45px;
}
h2.donneAvis {
	background:#FFF url('../images/collaboratif/crayon2.png') no-repeat 20px center;
	padding:8px 15px 8px 75px;
	display: inline-block;
	position: absolute;
	width:260px;
	left:50%;
	margin-left: -160px;
	top:-65px;
}
.boxComments hr:last-child {
	display: none;
}
.bReponse {
	position: relative;
}
.submit.subReponse {
	position: absolute;
	left: 200px;
	top: -45px;
	margin:0px;
}
.actReponse {
	position: absolute !important;
	display: inline-block !important;
	background:#FFF url('../images/collaboratif/plus.png') no-repeat left center;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.15);
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding:8px 15px 8px 30px;
	margin: 0px;
	left: 10px;
	top:-52px;
}
.actReponse.actif {
	background-image: url('../images/collaboratif/triangle.png');
}
.actReponse span.actOpen,
.actReponse.actif span.actFermer {
	display: inline-block;
}
.actReponse span.actFermer,
.actReponse.actif span.actOpen {
	display: none;
}

.blink_me {
  animation: blinker 2.5s ease-in-out infinite;
}
.itAnnuaire .img img {
	mask-image: url('../images/masque_photo.png');
	mask-size: cover;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* FIN ESPACE COLLABORATIF */
/*icone menu verticale*/
.menu_vertical ul li.item_mettre_a_jour_mon_profil::before{
display: block;
  content: "";
  background: url(../images/menu_v/mettre-a-jour.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.menu_vertical ul li.item_mes_groupes::before{
display: block;
  content: "";
  background: url(../images/menu_v/groupes.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;
}
.menu_vertical ul li.item_accueil_forum::before{
display: block;
  content: "";
  background: url(../images/menu_v/forum.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.menu_vertical ul li.item_evenements::before{
display: block;
  content: "";
  background: url(../images/menu_v/evenements.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.menu_vertical ul li.item_accueil_espace_collaboratif::before{
display: block;
  content: "";
  background: url(../images/menu_v/colaboratif.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;
}
/*.menu_vertical ul li.item_deposer_offre::before{
display: block;
  content: "";
  background: url(../images/menu_v/depot_offre.png) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;

}*/
.menu_vertical ul li.item_deposer_offre::before{
display: block;
  content: "";
  background: url(../images/menu_v/publier_offfre.png) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;

}
.menu_vertical ul li.item_mes_rdv::before{
display: block;
  content: "";
  background: url(../images/menu_v/mes_rdv.png) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;

}
.menu_vertical ul li.item_cvtheque::before{
display: block;
  content: "";
  background: url(../images/menu_v/CVTheque.png) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 16px;
  margin-right: 8px;

}
.menu_vertical ul li.item_0::before{
display: block;
  content: "";
  background: url(../images/menu_v/tableau_bord.png) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 17px;
  width: 17px;
  margin-right: 8px;

}
.menu_vertical ul li.item_consulter_offres{
	padding-top: 10px;
    float: left;
    border-top: 2px solid #aaa;

}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 40px 10px;
    transition: all 0.3s ease; /* ajout ici */
}
.divTableCellAdresse, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
    transition: all 0.3s ease; /* ajout ici */
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.first_title_tb{
	text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  width: 100%;
  padding-top: 10px;
  float: left;
   color: #4D4A4A;
  margin-bottom: 45px;
   border-bottom: 2px solid #4D4A4A;
  padding-bottom: 8px;
  margin-bottom: 16px;

}
.second_title_tb{
  color: #4D4A4A;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.divTableCell:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* fin DivTable.com */
.menu_vertical ul li.item_0{
	padding-top: 10px;
    float: left;
    border-top: 2px solid #aaa;

}
.menu_vertical ul li.item_deposer_offre{
	padding-top: 10px;
    float: left;
    border-top: 2px solid #aaa;

}

.menu_vertical ul li.item_deconnecter{
	padding-top: 30px;

}
.menu_vertical ul li.item_accueil_espace_espace_videos::before{
display: block;
  content: "";
  background: url(../images/menu_v/media-icone.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;
}
.menu_vertical ul li.item_offre_candidats::before{
display: block;
  content: "";
  background: url(../images/menu_v/historisque.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;
}

.menu_vertical ul li.item_consulter_offres::before{
display: block;
  content: "";
  background: url(../images/menu_v/offre_d_emploi_stage.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 13px;
  margin-right: 8px;
}
.menu_vertical ul li.item_candidatures::before{
display: block;
  content: "";
  background: url(../images/menu_v/historisque.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.menu_vertical ul li.item_favorite::before{
display: block;
  content: "";
  background: url(../images/menu_v/favorite-icone.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 17px;
  margin-right: 8px;
}
#VisibiliteFormation{
  margin-bottom: 15px!important;
}
.profil_poste .intitule{
flex-direction: column;
display: flex;
}
.menu_vertical ul li.item_alertes::before{
display: block;
  content: "";
  background: url(../images/menu_v/alerte-emploi.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 16px;
  margin-right: 8px;
}
.menu_vertical ul li.item_mes_offres::before{
display: block;
  content: "";
  background: url(../images/menu_v/historisque.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 16px;
  margin-right: 8px;
}
.menu_vertical ul li.item_actualites::before{
display: block;
  content: "";
  background: url(../images/menu_v/actualite.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 15px;
  width: 16px;
  margin-right: 8px;
}
.menu_vertical ul li.item_deconnecter::before{
display: block;
  content: "";
  background: url(../images/menu_v/deconnecter.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 20px;
  width: 19px;
  margin-right: 8px;
}
.menu_vertical ul li.item_suivi_entretiens::before{
display: block;
  content: "";
  background: url(../images/menu_v/suivie-entretiens.png) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 20px;
  width: 19px;
  margin-right: 8px;
}
.menu_vertical ul li.item_10{
	margin-top: 55px!important;
}
.photo_menuGauche img{
	height: auto;
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}
/* ---------------------------- */
/* ---------------------------- */
.headerProfile{
	background: #fff;
  height: 435px;
  display: flex;
  flex-direction: column;
}
.menu_profil{
	display: none;
}
#bandeau{
	position: relative;
  width: 100%;
}
.BandeauMonProfil{
width: 100%;
height: 187px;
}
.monprofile{
	position: absolute;
  TOP: 245PX;
  LEFT: 294PX;
}
.imgProfile2{
	aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
}

.imgProfile2Vertical{
	aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  width: 50%;
    display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.photo_espaceMembre{
	width: 192px;
  height: 192px;
  bottom: -135px;
}
#imgDeleteMyBandeau{
	position: absolute;
}
.contentProfile2{
	background: #fff;
  padding: 0px 0 40px 14px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
 .btnOrange a.btl.edit,  .btnOrange .bts.add{
	background: #ff5560;
  color: #fff!important;
  padding: 8px;
  border-radius: 1px;
}
.contentLangues{
  background: #fff;
  padding:15px;
  margin-top: 15px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: center;
  align-content: center;*/
  flex-direction: column;
}
.content2bloc{
  background: #fff;
  padding: 0px 0 40px 14px;
  margin-top: 15px;
}
.menu_vertical {
  position: fixed;
  top: 110px;
  left: 0px;
  width: 160px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-radius: 0px 10px 10px 0;
  padding: 11px;
  z-index: 999;
}
.NomPenomProfil{
	 display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  position: relative;
  left: 285px;
  font-size: 25px;
  color: #4D4A4A;
  font-weight: bold;
  width: 770px;

  flex-wrap: wrap;
  gap: 12px;

}
.bt_admin {
  width:35px;
  height:35px;
  position:fixed;
  background:#333 url(../images/bt_admin.png) no-repeat center;
  text-indent:-9999px;
}
.menu_vertical li {
  display:block;
  float:none;
  text-align:left;
}
.menu_vertical li a {
  display:block;
  color:#000;
  font-weight:400;
 /* padding:7px 10px;*/
  float:none;
  font-size:13px;
  top: -2px;
  margin-top: 0px;
  position: relative;
 /* border-bottom:1px solid rgba(255,255,255,0.2);*/

}
.menu_vertical li a:hover {
  color: #000;
}

