/* CSS Document */
/*Styles generaux*/
body {
	margin: 0;
    font-family: Marianne, Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
	color: var(--main_black, #000000);
	background-color: var(--main_white, #FFFFFF);
}

#pageBody{
   opacity: 0;
   transition: opacity 0.4s;
}

#pageBody.loaded{
    opacity: 1;
}

pre {
	 padding-top: 2px;
     font-family: Marianne, Arial, Helvetica, sans-serif;
     font-size: 1em;
     margin: 0;
	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}

#message-portlet{
	white-space: normal;
	overflow: auto;
}

html.busy {  
	cursor: wait !important;  
}

.cleaner {
	clear: both;
}

img a,img a:link,img a:active,img a:hover,img a:visited {
	border: none;
}

a img {
	border: none;
}

/* Utilisé pour les boutons que l'on souhaite présenter comme un lien*/
.anchorAddStyle {
	background-image: url('../images/pict-ajouter.png');
	background-repeat: no-repeat;
	background-color: transparent;
    padding-left: 1.5em;
    padding-bottom: 1em;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

/* Utilisé pour les boutons que l'on souhaite présenter comme un lien mais sans l'image*/
.btnDisguisedAsLink {
	background-repeat: no-repeat;
	background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.removeDynFormElement {
	margin-right: 0.5em; 
}
.scaleOnHover {
	transition: transform 0.3s;
} 
 
.scaleOnHover:hover{
  transform: scale(1.1); 
}

h1 {
	color: var(--main_blue, #000091);
	font: 1.8em Marianne, Arial, Helvetica, sans-serif;
	margin: 0.8em 15px 0 0;
}

#contexte {
	float: right;
	padding: 1px;
	font-size: 1.2em;
}

h1 img{
	vertical-align: middle;
}

ul {
	list-style-type: none !important;
}

h2, .calendar-title {
	margin: 0 0 0 23px;
	padding: 0 0 0 23px;
	font: 1.5em  Marianne, Arial, Helvetica, sans-serif;
	color: black;
	background: url('../images/h2-puce.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.fc-header h2, .fc-header .calendar-title {
	background: none;
	width: auto;
}

.info-box H3{
font-weight:normal;
}

address{
	font-style: normal;
}

p {
	margin: 5px 5px 0 10px;
}

a {
	color: var(--main_blue, #000091);
}

a:hover {
	color: var(--main_blue_variante1, #1212ff);
}

a:active {
	color: var(--main_blue_variante2, #2323ff);
}

.input-container em {
	color: var(--main_blue, #000091);
	font-size: 0.8em;
}

em {
	font-style: italic;
}
/*STYLES*/

.titreActivite {
	float:left;
	padding-top: 4px;
	margin-bottom: 4px;
}	

.titre {
	font-size: 1em;
	font-weight: bold;
	color: var(--main_grey_variante1, #444444);
	margin-top: 5px;
}

.soustitre {
	font-size: 0.8em;
	color: #606060;
}

.message {
	color : var(--main_grey_variante1, #444444);
	font-size : 0.9em;
	font-style : italic;
}
.chapo {
	font-weight: bold;
}

.bt-action {
	color: var(--main_blue, #000091);
	font-weight: bold;
	font: 1.5em  Marianne, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 10px;
}

.bt-action a {
	color: var(--main_blue, #000091);
	text-decoration: none;
}

.bt-action a:hover {
	text-decoration: underline;
}

.bt_acces_restreint{
	background: var(--main_black, #000000) !important;
}

.gris-clair {
	color: #161414;
}

.gris-18pt {
	color: var(--main_grey_variante2, #606060);
	font-size: 0.85em;
}

.centrer {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.erreur {
	color: var(--error, #c40702);
}

.separator {
	border: #e6e6e6 1px solid;
	border-bottom: #e6e6e6 7px solid;
}

.dotted {
	width: 95%;
	border-bottom: #fff 1px solid;
	border-top: 1px dashed #cccccc;
}

/* idéalement attacher menu jquery au body plutot qu'au bandeau pour ne pas avoir a positionner le zindex https://groups.google.com/forum/?fromgroups=#!topic/jquery-ui-layout/L0BWZLLHZrU */
#bandeau {
	z-index:3 !important;
	overflow: display;
}

#bandeau-nord{
    background: #FFFFFF;
    overflow: auto;
}

#menu_gauche {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 224px;
   /* width: 210px;*/
    min-height:100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    padding-left:5px;
    background-color: #FFFFFF;
}

#panel {
   color: #999999;
   text-align:left;
   background: white;
   overflow: hidden;
   position: relative;
   min-height:100px;
}

#panel li {
   list-style: none;
}

.lstpagination {
	list-style: none;
	display:inline; 
}

.tab  {
   background-color: #E6E6E6;
   position: relative;
    top: 0;
    min-height:100px;
    width:20px;
    z-index: 3;
}

.tab a {
   position:fixed;
}

/*BLOCS*/
#menu-top {
	height: 1.9em;
	color: #FFFFFF;
	text-align: right;
	background-color: var(--main_grey_variante1, #444444);
	border-right: var(--main_grey_variante1, #444444);
	font-weight: bold;
	clear: both;
}

#menu-top a {
	color: #FFFFFF;
	margin: 0 15px;
	
}

#menu-top a:hover, #menu-top a:focus {
	 border:1px dotted var(--main_white, #ffffff);
}
  
	
#menu_gauche {
	overflow: auto;
}

#menu_sous-actv ul  {
	padding: 0px;
	clear: both;
	margin-top:1em;
}

#menu_sous-actv  li  {
	padding: 0px;
	margin: 0.6em 0.5em 0.3em 0.3em;
}

#menu_sous-actv .labelActivite {
	display:block;
	padding: 10px 10px 8px 15px;
	margin: 0px 0px 0.5em 0px;
	border: 1px solid #989494;
	background-color: #FAFAFA;
	border-radius: 0.5em;
}

#menu_sous-actv li a:hover .labelActivite  ,  #menu_sous-actv li a:focus .labelActivite {
	background: var(--secondary_blue, #ececfe); 
}

#menu_sous-actv {
	position: absolute;
	background: white;
	overflow: overflow; 
	height: inherit;
	font-size: 1.5em;

}

#menu_sous-actv #activitiesMenubar, #menu_sous-actv #activitiesMenubarCandidature{
	background: #FAFAFA;
	border: 1px solid var(--main_grey,  #C0C0C0); 
}

#menu_sous-actv a{

}

#menu_sous-actv img{
	height: 3em;
	padding: 0em 0em;
	float: left;
	margin: 1.1em 1.3em 1.1em 1.1em;
}

#menu_sous-actv div{
		/*! display: inline; */
		vertical-align: top;
}

#menu_sous-actv a{
	display: inline;
	text-decoration: none;
	color: var(--main_grey_variante4, #3a3a3a);
	font-size: 0.7em;
}

#menu_sous-actv img{
	transition: transform 0.5s;
}

#menu_sous_act li{
	padding-bottom:8px;
	text-align:left;
}

#menu_sous-actv li:hover img{
  transform: scale(1.5);
}

#menu_sous-actv li.disabled:hover img{
  transform: none;
}


.aide-top {
	padding: 1px 0 0 0;
}

.aide-top ul, #footer ul{
	margin: 0;
	padding: 0;
	display: inline;
}

.aide-top li {
	vertical-align: sub;
}

.aide-top li, #footer li{
	display: inline;
}

.deconnexion {
	display: block;
	float: right;
	width: 250px;
	height: 1.8em;
	margin: 0;
	padding: 1px 0 0 0;
	width: auto;
	text-align: center;
}

#corps { /*bloc parent*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: transparent 1px solid;
}

#bandeau-nord h1{
	text-align: left;
	display: block;
	margin: 0;
	padding: 0px;
}

#logo {
	display: block;
	float: left;
	margin: 3px 30px 3px 0px;
	padding: 0 8px 0 0;
/*	border-right: #464646 1px solid;*/
}

#slogan {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#connexion {
	display: block;
	float: right;
	margin: 15px 10px 0 0;
}
/* connexion */
.vignette {
	display: block;
	float: left;
	width: 32px;
	margin: 10px 5px 0 0;
}

.user {
	display: block;
	float: left;
	margin: 10px 5px 0 0;
}

#menu-nord {
	z-index:6 !important;
}

.menu-zone {
	margin-left: auto;
    margin-right: auto;
    margin-top: 0.25em;
}

.menu-zone img{
	transition: transform 0.5s;
}

.menu-zone li:hover img , .menu-zone a:focus img {
  transform: scale(1.5);
}

.menu-top {
	margin: 0 0 0 14px;
	margin-left: auto;
    margin-right: auto;
}

.menu{
	z-index: 100;
}

.menuFadein {
	background : linear-gradient(to bottom, rgba(234,256,249,0) 9%,rgba(249, 240, 234, 0.11) 13%,rgba(234, 241, 249, 0.11) 15%,rgb(249, 234, 234) 100%);
}

.menu-zone.expanded .menu {
	margin: 0px 0px 0px 0px;
	min-height: 500px;
	height: auto;
}

.menu-zone.expanded .menu ul {
        text-align:center;
        padding: 0px;
}

.menu-zone.expanded .menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white;
	margin-right: 1em;
	margin-bottom: 30px;
	vertical-align: top;
}

.menu-zone.menu-candidat.expanded .menu li{
	margin-right: 0px;
}

.menu-zone.expanded .menu img{
 		height: 8em;
 		margin-bottom: -1.5em;
}

.menu-zone.expanded .menu a{
	text-decoration: none;
	color: var(--main_blue, #000091); 
	font-size: 1.5em;
	vertical-align: middle;
}

.menu-zone.expanded .menu .labelActivite {
    display: block;
    width: 8em;
}

.menu-zone.menu-candidat.expanded .menu .labelActivite{
   width: 11em;
}

.menu-zone.expanded .menu a:hover .labelActivite , .menu-zone.expanded .menu a:focus .labelActivite {
    background-color:  var(--secondary_blue, #ececfe); 
}

.menu-zone.expanded .menu .labelActivite {
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--main_blue, #000091);
    border-radius: 0.5em;
    padding: 0.3em 0.2em 0.4em 0.2em; 
}

.menu-zone.menu-candidat.expanded .menu .labelActivite {
    background: none !important;
    border: 0px;
}

#menu_sous-actv .labelActivite{
   padding-left: 4em;
   word-wrap: break-word;
   color: black;
   min-height: 3em;
}

.menu-zone.expanded #showMenuIcon{
	display:none; 
}

.menu-zone.collapsed
{
     float: left;
}
 
 .menu-zone.collapsed li:hover{
	background: white; 
}

.menu-zone.collapsed .menu{
	position: absolute;
	background: white;
	overflow: hidden; 
	height: inherit;
	font-size: 1.5em;

}

.menu-zone.collapsed #activitiesMenubar, .menu-zone.collapsed #activitiesMenubarCandidature{
	background: #FAFAFA;
	border: 1px solid #949494; 
}

.menu-zone.collapsed .menu a{

}

.menu-zone.collapsed .menu{
	left: -200em;
	transition: left 0.5s;
	display:none;
}

.menu-zone.collapsed .menu.affiche{
	left: 0px;
	display: inline;
} 

.menu-zone.collapsed .menu ul,.menu-zone.collapsed  .menu li  {
	padding: 0px;
	margin: 5px;
	clear: both;
}

.menu-zone.collapsed .menu li {
	padding: 15px 20px 0px 5px;
	margin: 0px;
	border-bottom: 1px solid var(--main_grey,  #C0C0C0);
}

.menu-zone.collapsed .menu img{
	height: 2em;
	padding: 0em 1em;
}

.menu-zone.collapsed .menu .labelActivite{
		display: inline;
		vertical-align: top;
}

.menu-zone.collapsed .menu a{
	display: inline;
	text-decoration: none;
	color: var(--main_grey_variante4, #3a3a3a);
}

/*fin menu*/
#content {
	margin-left: auto;
	margin-right: auto;
}

#content_activity {
	overflow-x: hidden;
	overflow-y:auto;
}

/*page accueil index home*/
.cadres { /*un tiers d ecran*/
	display: block;
	float: left;
	width: 270px;
	margin: 10px 0 0 30px; /**/
	padding: 5px;
	background: #fff;
}

.cadres-contour {
	display: block;
	float: left;
	width: 270px;
	margin: 10px 0 0 30px;
	padding: 1px 1px 0 1px;
	background: #e0e0e0;
}

.cadres-dedans {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	width: 258px;
	padding: 5px;
	background: #fff;
}

.fond-gris {
	background: #e9e9e9;
}

.cadre-deux-tiers {
	display: block;
	float: left;
	width: 582px;
	margin: 10px 0 0 30px;
	padding: 1px 1px 0 1px;
	border: #cccccc;
	background: #e0e0e0;
}

.cadre-deux-tiers-dedans {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	width: 570px;
	padding: 5px;
	background: #fff;
}
/*fin cadre - voir aussi .edito #fiche */
.message {
	margin: 0 0 0 25px;
}

.print {
	width: 90px;
	height: 20px;
	margin: 5px 25px 0 0;
	padding: 15px 0 0 0;
	float: right;
	text-align: right;
	background: #fff url('../images/pict-print.png');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.print a {
	color: #444;
	text-decoration: none;
}

.print a:hover {
	text-decoration: underline;
}

.print a img {
	border: none;
}

.onlyPrintable {
   display: none !important;
}    

.activiteContent , #fiche_body {
     font-size: 1.1em;
}

#activitiesMenubar, #activitiesMenubarCandidature{
     font-size: 1.1em;
}

/* ONGLETS */
.onglets {
	display: block;
	text-align: left;
	width: 903px;
	margin: 2px 0 0 0;
	overflow: auto; /* force div à encapsuler son contenu constitué de div flottantes */
}

.onglets ul {
	width: 880px;
	height: 57px;
	margin: 20px 0 0 40px;
}

.onglets li {
	display: inline-block;
	float: left;
	padding: 10px;
	height: 18px;
	text-align: left;
	vertical-align: middle;
	color: var(--main_grey_variante1, #444444);
	background: url('../images/bg-onglet.png');
	border-left: 1px solid #cccccc;
}

.onglets li a {
	text-decoration: none;
	color: var(--main_grey_variante1, #444444);
}

.onglets li.actif {
	background: #fff;
	border-top: #cccccc 1px solid;
	border-right: #c9c9c9 1px solid;
	border-bottom: #fff 1px solid;
	font-weight: bold;
}

.end {
	border-right: #cccccc 1px solid;
}

.onglets a {
	color: var(--main_grey_variante1, #444444);
}

.onglets a:hover {
	text-decoration: underline;
}

.onglets img {
	vertical-align: bottom;
}

#liste {
	background-color: #FFFFFF;
	overflow: auto;
}

/* contenu */
#contenu {
	display: block;
	margin: 0 0 0 28px;
}

#fiche {
	display: block;
	background-color: #ffffff;
	overflow: auto; /* force div à encapsuler son contenu constitué de div flottantes */
}

#fiche {
	margin: -2px 0 0 0\9;
} /*ie6 a ie8*/
:root #fiche {
	margin: -2px 0 0 0\;
} /*ie9*/
.edito #fiche { /*pages de presentation de texte - page d accueil*/
	width: 880px;
	margin-top: 5px;
	padding: 1px;
	background-color: #e0e0e0;
}

.edito #fiche .dedans {
	/*pages de presentation de texte - page d accueil - toute la largeur*/
	padding: 10px;
	background-color: #fff;
}

.ficheHeader{
	padding: 15px 15px 5px 15px;
}

/*CONTENU PARTIE FORMULAIRES*/
.moitie {
	min-width: 48%;
	max-width: 49%;
	*max-width: none; /*IE7 et inférieur : max-width provoque des problèmes d'affiche : scrollbar qui passe sur les elements etc.*/
	display: block;
	float: left;
	margin: 0 5px;
	overflow: auto;
}
.tiers {
	min-width: 32%;
	max-width: 32%;
	*max-width: none; /*IE7 et inférieur : max-width provoque des problèmes d'affiche : scrollbar qui passe sur les elements etc.*/
	display: block;
	float: left;
	margin: 0 5px;
}
.deuxTiers {
   min-width: 62%;
   max-width: 63%;
   *max-width: none; /*IE7 et inférieur : max-width provoque des problèmes d'affiche : scrollbar qui passe sur les elements etc.*/
   display: block;
   float: left;
   margin: 0 5px;
}
.full {
	width: 95%;
	display: block;
	float: left;
	margin: 0 5px;
}
/* LIBELLES des champs  - Important - Mode d'emploi
- Adapter la width du lib en fonction de la size du input
- imperativement utiliser le meme style lib au sein d un fieldset
- pour les champs très courts, ajouter un BR après */
.lib { /*correspond a des input size 36 en face */
	display: inline-block;
	width: 130px;
	margin: 0 2px 0 0;
	text-align: right;
	color: var(--main_grey_variante1, #444444);
}

.lib-30 { /*correspond a des input size 30 en face*/
	display: inline-block;
	width: 150px;
	margin: 0 2px 0 0;
	text-align: right;
	color: var(--main_grey_variante1, #444444);
}

.lib-20 { /*correspond a des input size 20 en face*/
	display: inline-block;
	width: 170px;
	margin: 0 2px 0 0;
	text-align: right;
	color: var(--main_grey_variante1, #444444);
}

.lib,.lib-20,.lib-30 {
	display: inline\9;
} /*hack de ie6 a ie8 car ie ne connait pas display:inline-block*/
:root .lib,:root .lib-20,:root .lib-30 {
	display: inline\;
} /*hack de ie9 only*/
:root .legend-aide {
	margin: -20px 0 0 300px\;
} /*ie9*/
legend{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 13px;
	color: var(--main_blue, #000091);
	background: #fff url('../images/legend-puce.png') 0px 3px no-repeat;
}

caption,H4,H5,.caption {
    background: url("../images/legend-puce.png") no-repeat scroll 0 3px #FFFFFF;
    color: var(--main_blue, #000091);
    margin: 0;
    padding: 0 0 0 13px;
    text-align: left;
    font-size: 1em;
}

h4 {
     font-weight: normal;
     margin: 20px 5px 0px 10px;
}

h3 {
     font-weight: bold;
     margin: 20px 5px 0px 0px;
}

.ui-dialog-titlebar {
  height: 25px;
}

.ui-dialog-titlebar h3{
	 margin: 0px;
	 padding: 0px;
}

.ui-datepicker-trigger {
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: bottom;
    
}
	
.legend-aide {
	display: inline;
	margin: -2px 0 0 300px;
	float: right;
}

.legend-aide {
	margin: -20px 0 0 300px\9;
} /*ie6 à ie8*/

fieldset {
	border: none;
	clear: both;/*sinon bug affichage ie*/
}

fieldset hr {
	width: 380px;
}

hr {
	border: #fff 1px solid;
	border-top: var(--main_blue,#000091) 1px solid;
	text-align: left;
	margin-left: 0;
}

#menu-nord hr{
		margin: 0;
}

fieldset .input-container {
	padding: 0px;
}

fieldset,select,input {
	margin: 0px;
	font-family: Marianne, Arial, Helvetica, sans-serif !important;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0px 5px;
	vertical-align: middle;
}

input[type="file"][dragAndDrop="true"] {
  position: relative;
  overflow: hidden;
  width: 25em;
  height: 8em;
  cursor: pointer;
}

/* Styling pour le texte "Glisser-déposer" */
input[type="file"][dragAndDrop="true"] {
  background: var(--main_white_variante3, #f8f8ff);
  border: 3px dotted var(--main_grey, #C0C0C0);
  text-align: center;
  line-height: 8em; /* Correspond à la hauteur du bouton */
}

input[type="file"][dragAndDrop="true"]::-webkit-file-upload-button {
  visibility: hidden;
}


input[readonly="readonly"]
{
    background-color:#F0F0F0;
}

.readonly {
	color:black;
}

#btRecherche{
	margin: 5px;
}

.bt-action-principale,.bt,.bt-large,.bt-super-large {
	background: var(--main_blue, #000091);
	color: #fff;
	cursor: pointer;
	min-height: 25px;	
	font-weight: bold;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}

.bt-action-principale:not(.button-disabled):hover,
.bt:not(.button-disabled):hover,
.bt-large:not(.button-disabled):hover,
.bt-super-large:not(.button-disabled):hover {
	background: var(--main_blue_variante1, #1212ff);
}

.bt-action-principale:not(.button-disabled):focus,
.bt:not(.button-disabled):focus,
.bt-large:not(.button-disabled):focus,
.bt-super-large:not(.button-disabled):focus {
	background: var(--main_blue_variante1, #1212ff);
	outline: 2px solid var(--info, #0078f3);
}

/*� reactiver lorsque bouton principaux correctements positionn�s dans les ihms*/
/* .bt{
	background: var(--main_blue, #000091) url('../images/bt-small-background.png') top left repeat-x;	
	min-height: 20px;
	font-weight: normal;
	margin-bottom: 2px;
} */

.zoneBoutons .bt-action-principale, .zoneBoutons, .zoneBoutons .bt,.zoneBoutons .bt-large,.zoneBoutons .bt-super-large {
	min-width: 120px;
}

.zoneBoutons input {
    vertical-align: bottom;
}

.bottomScrollLock.fixed{
	 position: fixed;
    bottom: 0;
    border : 1px solid var(--main_grey,  #C0C0C0);
}

.groupeDeBoutons{
	padding-left:20px;
	white-space: nowrap;
}

.button-disabled,.button-disabled-large,.button-disabled-super-large {
	background: #d8d7d8 url('../images/bt-inactif-background.png') top left repeat-x;
	color: var(--main_grey_variante3, #D0D0D0);
	cursor: default;
	min-width: 120px;
	min-height: 25px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.button-disabled{
	min-height: 20px;
	font-weight: normal;
	margin-bottom: 2px;
}

.bt-action-principale.button-disabled {
	min-height: 25px;	
	font-weight: bold;
	margin-bottom: 0px;
}

/*hack ie6-7 car min-wdith créé probleme d'affichage*/
*:first-child+html .bt-action-principale,*:first-child+html .bt,*:first-child+html .bt-large,*:first-child+html .bt-super-large,*:first-child+html .button-disabled,*:first-child+html .button-disabled-large,*:first-child+html .button-disabled-super-large {
	min-width: 0px;
	padding: 3px 10px 1px 10px;
}

/*fin partie formulaires*/
.reponse-3x {
	display: inline-block;
	margin: 3px 0 0 3px;
	width: 186px;
	clear: both;
	font-weight: bold;
}

.reponse-3x {
	display: inline\9;
}

:root .reponse-3x {
	display: inline\;
} /*ie 6 à 9*/

/*pied*/
#footer {
	display: block;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid var(--main_grey,  #C0C0C0);
	color: black;
	overflow: hidden;	
	padding-bottom: 5px;
}

.pied1,.pied2 {
	font: 0.92em  Marianne, Arial, Helvetica, sans-serif;
	color: black;
}

.pied1 a {
    color: black;
    margin: 0 0.5em;
    text-decoration:none;
}

.pied2 a, .pied2 button {
    color: black;
    margin: 0 0.5em;
    margin-bottom: 0;
}
.pied2 p {
	margin: 1px 5px 0 10px;
}

.pied2 a:hover, .pied2 a:focus {
 	font-weight: bold;
 	
}

.pied1 a:hover {
    text-decoration: underline;
}

.pied1 {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
}

.pied2 {
	display: flex;
	float: right;
	margin: 8px 15px 0 0;
}


.input-container {
    clear: left;
    margin: 5px 0px 0px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    line-height:1.5em;
	vertical-align:middle;
	min-width:30em;
}

.input-container-with-btn-del {
		max-width:40em;
}

.dataTable .input-container {
    clear: left;
    margin: 5px 0px 0px 0px;
    overflow: initial;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    line-height:1.5em;
	vertical-align:middle;
	min-width:10em;
}

.input-container label,.input-container legend,.label {
	color: var(--main_black, #000000);
    margin: 0px 0px 0px 0px;
    padding-right: 8px;
	float: left;
    text-align: right;
    width: 15em;
    line-height: 1.1em;
    background: none;
}

.labelPopup {
	width: 10em;
   line-height: 1.1em;
}

.input-container.leftRadio label {
	float: none;
    line-height: inherit;
}

td .input-container, th .input-container{
	min-width: 0px; 
}

.input-container .label {
    line-height: inherit;
}

.moitie .input-container label,.moitie .input-container legend {
	min-width: 10em;
	width: 40%;
}

ul .input-container label{
	width:auto;
}

.ui-dialog .input-container label, .input-container.radiogroup label {
	width:10em;
}

.input-container.radiogroup legend{
	margin-top: 0.2em;
}

.input-container.radiogroup label{
	float:none;
	padding: 0px 0px 0px 8px;
}

.topLabel label {
    display: block;
    float: none;
    text-align: left;
}

.dynFormElement{
	clear:both;
 	margin-top: 5px;
}

ol .dynFormElement{
  margin: 0.5em 4em 0em 0em;
  padding: 1em;
  min-width: 25em;
}

.dynFormElement.draggable , .draggable .dynFormElement{
 	border: 1px solid var(--main_grey_variante3, #D0D0D0);
	border-radius: 1em;
}

.dynFormElement .input-container{
	min-width: 0px; 
}

.dynFormElement p.input-container{
	display:inline;
}

.dynFormToolbar img{
	height: 1.1em; 
	margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.dynFormToolbar button{
	border: 0px;
	background-color: transparent;
	vertical-align: bottom;
}

.dynFormToolbar a{
   margin-left: 8px;
}

.dynFormAddIcon{
	margin-right: 5px;
	vertical-align: text-top;
}

.draggable .dynFormToolbar
{
   float: right;
   padding-left: 2em;
   padding-top: 0.5em;
}

abbr.required {
	color: var(--error, #c40702);
	border-bottom: none;
}

.error_mess {
	color: var(--error, #c40702);
}

.error_messBis{
	color: black;
}

.message-erreur{
	font-size: 1.2em;
	font-weight: bold;
	height: auto;
	color: var(--error, #c40702);
	padding-left: 30px;
	background: var(--secondary_red, #fddede) url('../images/message-erreur.png') top left no-repeat;
	min-height: 20px;
}

.message-info{
	font-size: 1.2em;
	font-weight: bold;
	height: auto;
	color: var(--main_blue, #000091);
	padding-left: 30px;
	background: #F0F0FF url('../images/message-info.png') top left no-repeat;
	min-height: 20px;
}

.message-info-sujet{
   font-size: 1.0em;
   font-weight: bold;
   height: auto;
   padding-left: 30px;
   background: #FFFFFF url('../images/pict-info.png') top left no-repeat;
   min-height: 20px;
}

.message_clean{
	height: 1.2em;
	background-color: inherits;
	color: black;
	height: 5px;
}

p.en_erreur{
	color: var(--error, #c40702);
	border-width: 0px;
	font-weight: bold;
	background-color: var(--secondary_red, #fddede);
}

label.en_erreur{
	color: var(--error, #c40702);
	font-weight: bold;
	border-width: 0px;
}

.en_erreur{
	border: 2px solid var(--error, #c40702);
	border-radius : 5px;
}

p.en_erreur_syntaxe {
	color: var(--error, #c40702);
	border-width: 0px;
	font-weight: bold;
	background-color: var(--secondary_red, #fddede);
}

label.en_erreur_syntaxe {
	color: var(--error, #c40702);
	font-weight: bold;
	border-width: 0px;
}

.en_erreur_syntaxe {
	border: 2px solid var(--error, #c40702);
}

/*################
  # DBT DIV DE LOADING
  ################
*/
#loading {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999999;
}

#imgloadingGlobal {
    margin-left: 50%;
    margin-top: 25%;
} 

#txtloadingGlobal {
   margin-left:49%;
   font-family: Marianne, Arial, Helvetica, sans-serif;
   font-size: 1.0em;
}


#imgloading {
    margin-left: 50%;
    margin-top: 25%;
} 

#txtloading {
	margin-left:49%;
	font-family: Marianne, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/*################
  # FIN DIV DE LOADING
  ################
*/

.icone-aide {
	cursor: pointer !important;
}

.helpTabIcon {
	cursor: pointer !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.helpTabIcon img{
	height: 1.5em;
	margin-top: 0.1em;
}

.ui-dialog-titlebar img {	
		height: 1.75em;
}

h2 .helpTabIcon img {
	height: 1.2em;
	vertical-align: bottom;
}

.ui-dialog-titlebar .helpTabIcon {
	float:right;
	margin-right:1em;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

/*pour l'accessibilite, permet de positionner certaines informations qui n'apparaitront pas à l'écran (exemple: titre label de champ etc.)*/
.nonaffichee {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: fixed;
    max-width: 2000px;
}

/* état normal : visible */
.autoFilterPane.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  overflow: visible;
  transition: opacity 0.2s ease;
}

/* état masqué  */
.autoFilterPane.is-hidden {
  display: block; /* conserve le flux, évite reflow */
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.ui-state-default .showWhenActive {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.ui-state-active .showWhenActive {
    left: auto;
    overflow: auto;
    position: relative;
    width: auto;
}

.zoneBoutons{
	padding: 10px;
	background-color: var(--main_grey, #e5e5e5);
	text-align:right;
}

/*utilisé pour les fitlres (ex: pour arbo qualif presentee)*/
.filtered{
	display: none;
}

.filteredButVisible{
	display:initial !important;
	opacity: 0.4;
}

.filteredButVisible a {
	z-index:1000;
}

.cyclades-tree {
	position: relative;
}

cyclades-tree li{
	   cursor : 'default';
      list-style-image : 'none';
}

cyclades-tree li[tabindex]{
	  border: 1px solid var(ma--main_black, #000000);
}

/*
.cyclades-tree li:nth-child(odd){
	background-color: #fbe2f1;
}

.cyclades-tree li:nth-child(even){
   background-color: #ffffff;  
}
*/

.cyclades-tree a.selected{
	border: 1px solid var(--error, #c40702);
}

.cyclades-tree a{
	color: #222;
}

.cyclades-tree a.focus {
	border: 0.2em solid var(--main_black, #000000);
	border-radius: 0.2em;
}

.tree-toggler{
	position: absolute;
	margin-left: -1.5em;
}

.tree-toggler img{
	width: 1em;
	height: 1em;
}

.inline{
	margin-top: 1em;
	clear: both;
	overflow: auto;
}

.inline .input-container{
	display: inline;	
}

.inline input,.inline select{
	float:left;
}

.inline label{
	float:left;
}

.ui-autocomplete {
	border: 1px solid var(--main_blue,#000091) !important;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
* html .ui-autocomplete {
    height: 150px;
}

/*Probleme sous Chrome: pas d'affichage des puces si overflow auto sur noeuds fils float*/
li * {
    overflow: visible !important;
}

.editerpv label {
	width: auto;
	margin-left: 15px;
}

.float-left {
	float:left;
}
.text-align_right {
	text-align:right
}
.underline {
	text-decoration: underline;
}
.margin-top_1em {
	margin-top: 1em;
}

.margin-right_4em {
	margin-right:4em;
}

.display_block {
	display : block;
}
.display_inline-block {
	display : inline-block;
}
.display_inline-flex {
   display : inline-flex;
}
.display_table {
	display : table;
}
.display_table-cell {
   display : table-cell;
}
.hidden {
	display:none;	
}

.bold {
	font-weight: bold;
}

.modeAvance .modeSimple{
   display : none !important; 
}

.modeSimple .modeAvance {
	display : none !important; 
}

.selecteditem{
	border: 1px solid var(--error, #c40702);
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.6;
}

#imgloading {
	 -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    animation-direction: reverse;
}

.bordure_arrondie {
	border:1px solid var(--main_blue,#000091);
	border-radius:10px;
	padding:10px;
	margin:10px;
}

.info-box {
	padding: 1em;
	width: 95%;
}

.info-box H3 {
	background: none;
}

.info-box h3 span {
	display: inline;
	background: var(--main_white, #FFFFFF);
	padding: 5px 10px;
	position: relative;
	top: -2.5em;
}

.container {
	border: 2px solid var(--main_grey, #e5e5e5);
	border-radius: 1em;
	margin-bottom: 2em;
	margin-top: 1em;
}

.infos-titre {
	position: relative;
	top: -0.5em;
	margin-left: 1em;
	display: inline;
	background-color: var(--main_white, #FFFFFF);
	text-align: center;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.valueUpdateStop {
    transform: scale(1) !important;
	opacity: 1  !important;
	color: var(--main_black, #000000) !important;
}

.noborder, .noborder *{
	border: none;
}

:root .toggler label { 
}

:root .toggler input {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

:root .toggler .visu {
   background: var(--main_grey_variante2, #606060);
	border: 1px solid var(--main_grey_variante2, #606060);
	border-radius: 1em;
	text-align: center;
	margin-left: 1em;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 1.5em;
	text-transform: capitalize;
	position: relative;
   color: var(--main_white,#FFFFFF);
   white-space : nowrap;
   display: inline-block;
}

:root .toggler .visu .non {
    display: inline;
}

:root .toggler .visu .oui {
    display: none;
}

:root .toggler input[type=checkbox]:checked ~ .visu {
    color: var(--main_black, #000000);
	background: var(--main_grey, #e5e5e5);
}

:root .toggler input[type=checkbox]:checked ~ .visu .oui {
    display: inline;
}

:root .toggler input[type=checkbox]:checked ~ .visu .non{
    display: none;
}

:root .toggler .circle{
	border: 1px solid var(--main_black, #000000);
	border-radius: 1em;
	width: 0.8em;
	height: 0.8em;
	background: var(--main_white,#FFFFFF);
	margin: 0.2em;
	position: absolute;
	transition: right 0.2s ease-in, box-shadow 0.2s ease-in;
	right: 3.7em;
	top: 1px
}

:root .toggler input[type=checkbox]:checked ~ .visu .circle{
	right: 0;
}

.draggedDiv{
	background : var(--main_grey,  #C0C0C0);
	opacity: 0.6;
	padding: 1em;
	width: 50%;
}

.draggable{
	cursor: move;
}

.autoFilterPane{
	background-color: var(--main_grey, #e5e5e5);	
	font-size: 0.8em;
	display: inline-block;
   vertical-align: top;
}

.autoFilterBody{
	background-color: var(--main_grey, #e5e5e5);	
}

.autoFilter-element{
opacity: 1 !important;
}

.autoFilter-not-matching{
	display: none !important;
}

.autoFilter-not-matching-displayed{
/* 		display: initial !important; */
		color: var(--main_grey,  #C0C0C0) !important;
}

.autoFilter-not-matching-displayed .input-container label {
    color: var(--main_grey,  #C0C0C0) !important;
}

.autoFilter_details{
	display: none !important;
}

*[class*=" autoFilter-term-autoFilter-"]{
	background-color: var(--vert_bourgeon, #e6feda) !important;
}

*[class*=" autoFilter-matching-autoFilter-"] {
}

#zoneMiniRecherche {
	visibility:hidden;
	overflow:auto;
	height:auto;
	min-height: 9em;
}

.colorBoxHeaderIcons{
	float: right;
}

.colorBoxHeaderIcons button{
	border: none;
	background: none;
}

.colorBox ul{
	margin: 0.5em;
	padding: 0;
}

.colorBox.addBox{
	border: 2px dashed var(--main_grey,  #C0C0C0);
	width: auto;
	box-shadow: inherit;
	min-width: unset !important;
	min-height: unset !important;
	vertical-align: bottom;
}

.colorBox.addBox img {
    width: 5em;
    margin: 0;
}


.colorBoxContainer {
    margin: 0;
    padding: 0px 0px 10px 10px;
    overflow: auto;
}

.colorBox {
    display: inline-block;
    margin: 1em 1em 0em 0em;
    border: 1px solid var(--main_grey_variante2, #606060);
    padding: 0em;
    box-shadow: 5px 5px var(--main_grey,  #C0C0C0);
    border-radius: 10px;
}


.colorBoxHeader {
   font-weight: bold;
    font-size: 1.1em;
    padding: 5px 5px 2px 5px;
}

.colorBoxFooter {
    font-size: 1.1em;
    padding: 0px 5px 10px 5px;
}

.colorBoxBody {
    padding: 5px;
}

.dispatchPane {
   transition: transform 0.3s, opacity 0.3s;
   padding: 5px 10px 1.5em 10px !important;
   word-wrap: break-word;
   display: flex;
   flex-direction: column;
} 

.dispatchPane.dragTarget:not(.dispatchPaneLocked) {
   transform: scale3d(1.2, 1.2, 1);
   border: 2px solid var(--main_grey_variante2, #606060);
}

.dispatchPaneHeader {
   font-weight: bold;
    left: 0.5em;
    top: 0em;
    width: 100%;
    font-size: 1.1em;
    padding: 5px 0px;
}

.dispatchPaneBody {
   overflow-x:hidden !important;
   overflow-y:auto !important;
   white-space: nowrap;
   width:100%;
   height:100%
}

.dispatchPaneFooter {
   font-weight: bold;
   position: absolute;
    left: 0.5em;
    bottom: 0em;
    width: 100%;
    font-size: 1.1em;
}

.dispatchPaneToolsIcons img{
   vertical-align: text-top;
   height: 1em;
   margin-right: 0.3em;
}

.dispatchPaneEmpty .dispatchPaneBody{
   color : #B0B0B0;
   font-size: 1.2em; 
   text-align: center;
   font-weight: bold;
}

.dispatchPaneEmpty .dispatchPaneItemList{
   display:none;
}

.dispatchPane .dispatchPaneEmptyMessage{
   display: none;
   padding-top: 1em;
}

.dispatchPaneEmpty .dispatchPaneEmptyMessage{
   display: block;
}

.dispatchPaneLabel{
   margin-right: 0.5em;
}

.dispatchPaneHeader .dispatchPaneCounter{
   display: block;
   float: right;
}

.newDispatchPane{
	cursor: pointer;
	margin-right: 3em;
	width: 8em;
	padding: 0em 1em !important;
	min-width: auto !important;
}

.newDispatchPane img{
	width: 4em;
	margin: 2em 0 0 0;
}

.dispatchPaneItemList {
   padding: 1em 0em 1.5em 0.2em;
}

.dispatchPaneItemList .dispatchPaneDeletePlaceHolder{
   width: 2em;
   display: inline-block;
}

.dispatchPaneDeletePlaceHolder img {
    height: 1em;
    margin-right: 0.5em;
    padding-left: 0.3em;
}

.dispatchPane.colorBox{
	margin: 1em 3em 1.5em 1em !important;
   min-height: 10em !important;
   min-width: 20em !important;
   height: 10em;
   width: 37em;
   float: left;
}

.newDispatchPane.colorBox{
   border: 2px dashed var(--main_grey,  #C0C0C0);
   width:auto; 
   box-shadow: inherit;
   min-width: unset !important; 
   min-height: unset !important; 
   vertical-align: top;
}

/*  utile pour le composant maketree */
.quickEntryIcon{
	display:none;
}

.showOnFocus{
	position: absolute;
	display:block;
    left:-50em;
	transition: opacity 1.5s;
	opacity: 0;
} 
 
.showOnFocus:focus{
	opacity: 0.9;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute !important;
	z-index: 1000;
	top: 15em;
	left: 50%;
	transform: translateX(-50%);
	padding: 1em 2em;
	border-radius: 1em;
	background-color: var(--main_blue,#000091);
	box-shadow: var(--main_grey,  #C0C0C0) 5px 5px;
	color: var(--main_white,#FFFFFF);
	text-decoration: none;
}


.simu #content,.simu #fiche{
   background-image:  url('../images/simu.jpg');
   background-repeat: no-repeat;
   background-position: top;
   background-size: auto;
}

.simu #activitiesMenubar, .simu #activitiesMenubarCandidature, .simu #footer{
   background-color: var(--bleu_cumulus, #417DC4);
}

.simu .menuFadein {
	background: -moz-linear-gradient(top, rgba(237,241,252,0) 9%, rgba(237,241,252,1) 13%, rgba(237,241,252,1) 15%, rgba(234,241,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,241,252,0) 9%,rgba(237,241,252,1) 13%,rgba(237,241,252,1) 15%,rgba(234,241,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,241,252,0) 9%,rgba(237,241,252,1) 13%,rgba(237,241,252,1) 15%,rgba(234,241,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edf1fc', endColorstr='#eaf1f9',GradientType=0 ); /* IE6-9 */
}

.data{
	display:none;
}

.dashedAnchor{
	border: 1px dashed var(--main_grey,  #C0C0C0);
	padding: 0.5em;
	border-radius: 1em;
}

.champsObligatoires {
	margin-top : 0.5em; 
	color:black;
	font-weight: bold;  
}

.champsObligatoires span {
	color:var(--main_red, #c40702);
	font-weight: bold;  
}

/*Pour gérer le focus et hover sur les boutons des popup*/
.ui-button.ui-state-focus {
	outline: 1px solid var(--main_black, #000000);
}

.ui-button-text:hover {
	outline: 1px solid var(--main_black, #000000);
}

/*Pour gérer le style des titres des popup*/
.ui-dialog-title {
	font-size:1em;
}

/*--------------------------------------------------- Flex layout ------------------------------------------------------------------------------------*/

/* Gestion des onglets et formulaires de recherche */
/*surcharge css pour les formulaire*/
#tabContainer form[id$="rechercherForm"] {
	height: 100%;
}

form[id$="rechercherForm"] {
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 100%;
	height: 100%;
}

form[id$="rechercherForm"] div[id$="searchButtons"]{
	flex: 1; 
	-webkit-flex: 1;
	-ms-flex: 1;
}

#searchButtons{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    background: var(--main_grey, #C0C0C0);
    justify-content: flex-end;
}

form[id$="rechercherForm"] #fullContent{	
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    overflow: auto;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	form[id$="rechercherForm"] #fullContent{
	     /* IE10+ CSS styles go here */
		-ms-flex: 1 1 80%;
	}
}

form[id$="rechercherForm"] .zoneBoutons{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}


div[id$="_dialog"] div[id$="_filterResult"]{
	overflow: auto;
	height: 100%;
}
	
	
form[id$="rechercherForm"] div[id$="gauche"]{	
	resize: horizontal;
	overflow-y: scroll;
}
	
form[id$="rechercherForm"] div[id$="list_criteres"]{
	flex: 1 1 60%;
	-webkit-flex: 1 1 60%;
	-ms-flex: 1 1 60%;
}

/*retrait double ascenseur*/
div[id$="_dialog"], #tabRecherche{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
}

.ui-dialog div[id$="_dialog"]{
	overflow: hidden;
}

.aide{
	font-size: smaller;
	text-align: center;
}

/*Service d'inscription Grand public*/
#saisieGlobale thead{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#saisieGlobale thead tr{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex: 1 1 100%;
	justify-content: space-around;
}

#ouvrir_service fieldset{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#saisieGlobale label, #saisieGlobale th {
		text-align: left;
}

.display .text_filter {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 3px;
}

.jqte ul {
	list-style-type : disc !important;
}

.jqte_color {
    position: relative; 
    z-index: 9999;
}

/* Sticky header */
#tableParametrages thead th {
  position: sticky;
  top: 0;
  background: white; /* ou ta couleur de fond */
  z-index: 2;         /* pour passer devant les lignes */
}

/* affichage des puces dans les pop up*/
.ui-dialog-content ul {
	list-style-type: unset !important;
}

/* affichage des puces dans les tooltip */
.ui-tooltip ul {
	list-style-type: unset !important;
}

/* affichage des puces dans les pjs */
.div-pj ul {
	list-style-type: unset !important;
}

.autoOverflow {
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
}

.jqte_editor h1,
.jqte_editor h2,
.jqte_editor h3,
.jqte_editor h4,
.jqte_editor h5,
.jqte_editor h6 {
    margin: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: none;
    list-style: none;
}

/* ============================================================
   WRAPPER PRINCIPAL
   ============================================================ */
.custom-combobox {
   position: relative;
    display: inline-block;   /* ← pour rester sur la ligne du label */
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.custom-combobox > span {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* INPUT */
.custom-combobox-input {
    float: none !important;
    flex: 1 1 auto;
    min-width: 0;
    height: 1.6rem;
    padding: 0.15rem 0.4rem;
    font-size: 0.8rem;
    border: 1px solid #555;
    border-right: none;          
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    line-height: normal;
}

/* BOUTON — imite la flèche d'un select natif */
.custom-combobox-toggle {
    float: none !important;
    flex: 0 0 1.6rem;
    height: 1.6rem;
    border: 1px solid #555;
    border-left: none;
    background: transparent;     
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;        
    padding: 0;
    padding-top: 0.15em;
    color: #444;
    border-radius: 0 4px 4px 0;
    position: static;
}

.custom-combobox-toggle:hover {
    background: #dce6f0;            
}

.custom-combobox-toggle::after {
    content: none;
}

/* ============================================================
   LARGEURS CONTEXTUELLES
   ============================================================ */
.input-container .custom-combobox {
    width: calc(100% - 15em - 8px);
    max-width: 100%;
    vertical-align: middle;
}

.moitie .input-container .custom-combobox {
    width: 58%;
    max-width: 58%;
}

/* ============================================================
   LISTE DÉROULANTE
   ============================================================ */
.custom-combobox-init {
   visibility: hidden;
}

.custom-combobox-widget {
    max-width: 100%;
    font-size: 0.85rem;
}

/* Li — pas de padding ni background propre, tout sur le wrapper */
.ui-autocomplete.custom-combobox-widget .ui-menu-item {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    background-image: none !important;
    list-style-image: none !important;
}

.ui-autocomplete.custom-combobox-widget .ui-menu-item .ui-icon {
    display: none !important;
}

/* Wrapper de chaque item */
.ui-autocomplete.custom-combobox-widget .ui-menu-item-wrapper {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 0.6rem !important;
    color: var(--main_black, #000000) !important;
    background-image: none !important;
    font-size: 1em !important;
    font-weight: normal !important;
    text-transform: none !important;
    white-space: normal;
    word-break: break-word;
    line-height: 1.25;
}

/* Item actif (hover + navigation clavier) */
.ui-autocomplete.custom-combobox-widget .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.custom-combobox-widget .ui-menu-item-wrapper.ui-state-focus {
    background: #0067c0 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.custom-combobox:focus-within {
    outline: 2px solid #0067c0;     
    outline-offset: 0;
    border-radius: 4px;
}

/* Supprimer l'outline natif sur l'input seul */
.custom-combobox-input:focus {
    outline: none;
}

.ui-autocomplete.custom-combobox-widget .ui-menu-item[aria-selected=true] .ui-menu-item-wrapper {
    font-weight: bold !important;
}
