
row {
	display:table;
	width:100%;
}
cell {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
/* 
	Index > Titre 
 -----------------------------------------------*/
h1 {
	font-size: 2.28em;
    line-height: 1.07;
    text-align: center;
    letter-spacing: -1px;
    margin: 10px auto;
    padding:0;
}
h2 {
	font-size: 1.58em;
    font-weight: 200;
    letter-spacing: -1px;
    line-height: 1.07;
    text-align: center;
}  
h6 {
	font-size:0.9rem;
}
p.attest-title {
	font-size: 18px;
	margin:8px auto;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom:8px;
	border: 1px #000000 solid;
}
.celldata {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;	
	padding: 2px;
	font-weight: bold; 
	font-size: x-small;	
}
/* 
	Index > Processing PDF Files 
 ---------------------------------------*/
.processing {
	display: flex;
  	align-items: center;
 	border: 1px solid #ddd;
 	opacity:0;
 	transition: opacity 0.6s linear;
}
.processing p {
	font-style: italic;
  	padding: 0 1rem;
}
/* 
	Index > Avatar 
 ---------------------------------------*/
.headshot {
	padding: 1px;
	border-radius: 50%;
	width: var(--avatar-width);
	height: var(--avatar-height);
	position: relative;
}
.headshot.group-card-ldap {
	width: 48px;
	height: 48px;
}
.headshot .figure {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	background-color: #9fd5f9;
	border: 1px solid #cbcbcb;
	user-select: none;
	object-position: center center;
}
.headshot.fade {
	opacity: 0.15;
	filter: grayscale(100%) blur(2px);
}
/* 
	Index > Application > Process
 --------------------------------------------------------------- */
.process-bar {
	display:flex;
	flex-wrap:wrap;
	background-color: #052962;
	margin:0 0 4px 0;
}
.process-bar .list-status {
	min-width: 9rem;
	white-space:nowrap;
	border-right: 0.0625rem solid #506991;
}
.process-bar .list-status .inner {
	box-sizing: border-box;
	color:#fff;
	border-top: 0.5rem solid;
	line-height: 1;
	padding: 0.4rem 0.3125rem;
	position: relative;
	overflow: hidden;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}
.process-bar .list-status .inner .label {
	font-family: Noah Bold;
	padding-bottom:2px;
}
.process-bar .list-status .inner .date {
	font-size: 0.825rem;
	line-height:1.25;
}
/* 
	Index > progress bar > fonction génération csv 
 --------------------------------------------- */
#generatecsv-progress {
	display: none;
    width: 100%;
    background-color: #f3f3f3;
}        
#generatecsv-progressBar {
	width: 1%;
	height: 30px;
	background-color: #4caf50;
	transition: width 1s ease-in-out;
}
/* 
	Index > status 
 --------------------------------------------- */	
.legend-bar {
  width: 4px;              
  height: 1em;             
  border-radius: 2px;      
  display: inline-block;   
  margin-right: 2px;      
  background-color: #007bff;
}
 .header_event {
 	display:flex;
 	margin:2px 0;
 }		
 .header_event-tag-label {
	border-radius: 2px;
	color: #fff;
	padding: 6px 10px;
	text-align: center;
	word-wrap: break-word;
	line-height:1.2;
	margin-right:6px;
	min-height:38px;
	width:104px;
}
.header_event .header_event-tag-label p:nth-child(1) {
 	font-size:1rem;
 }
 .header_event .header_event-tag-label p:nth-child(2) {
	 height:22px;
	 display:flex;
	 flex-direction:column;
	 justify-content:center;
	 font-size:11px;
	 text-transform:uppercase
}
.event-tag-label {
	border-radius: 4px;
	color: #fff;
	padding: 3px 10px;
	height: 18px;
	vertical-align: bottom;
	margin:1px;
}			
.header_event-tag-label.event-status-Redaction, .event-status-Redaction, .event-status-Integree,
.header_event-tag-label.event-status-Validation,
.header_event-tag-label.event-status-Demande,
.capsule.Redaction {
 	background-color:var(--status-Redaction);
}
.header_event-tag-label.event-status-Demande_validation, .header_event-tag-label.event-status-Documents, 
.header_event-tag-label.event-status-Creation_CT,
.header_event-tag-label.event-status-Import,
.capsule.Demande_validation {
 	background-color:var(--status-Demande_validation);
}
.header_event-tag-label.event-status-Validation_Manager, .header_event-tag-label.event-status-Validee_Manager,
.event-status-Cloturee, .capsule.Cloturee, .capsule.Validee_Manager {
 	background-color:var(--status-Validation_Manager);
}
.header_event-tag-label.event-status-Validation_Compta, 
.header_event-tag-label.event-status-Stand-By,
.capsule.Validee_Compta {
 	background-color:var(--status-Validation_Compta);
}
.header_event-tag-label.event-status-Integree_sage, 
.header_event-tag-label.event-status-Integree, 
.event-status-Mise_en_oeuvre
{
	background-color:var(--status-Integree_sage);
}
.header_event-tag-label.event-status-Profil_complete, .event-status-Profil_complete
{
	background-color:var(--status-Integree_sage);
}
.header_event-tag-label.event-status-Candidat_retenu, .event-status-Candidat_retenu, .event-tag-anomalie-Stand-by, .event-status-Demande_BaP 
{
	background-color:var(--status-Demande_validation);
}
.header_event-tag-label.event-status-Mise_en_oeuvre, .event-status-Litige
{
	background-color:#cc0000;
}
.header_event-tag-label.event-status-Analytique, 
.capsule.Basculee,
.capsule.Analytique {
 	background-color:var(--status-Analytique);
}
.header_event-tag-label.event-status-Signee_salarie, .header_event-tag-label.event-status-Basculee_au_PDF
{
 	background-color:var(--status-Signee_salarie);
}
.header_event-tag-label.event-status-Rapprochee,
.capsule.Rapprochee {
 	background-color:var(--status-Rapprochee);
}
.header_event-tag-label.event-status-Valide, .header_event-tag-label.event-status-Actif, .event-status-Poursuite, .event-status-BaP_valide, .capsule.Valide {
 	background-color:var(--status-Valide);
}
.header_event-tag-label.event-status-Confirme, .header_event-tag-label.event-status-Pris_en_charge,
.header_event-tag-label.event-status-Validee_RH,
.capsule.Confirme {
 	background-color:var(--status-Confirme);
}
.header_event-tag-label.event-status-Receptionnee, .event-status-Receptionnee,
.capsule.Receptionnee,
.header_event-tag-label.event-status-Transmis, 
.capsule.Transmis {
 	background-color:var(--status-Receptionnee);
}
.event-status-ToDo, .event-status-A_Faire, 
.timestamp_event-status-ToDo::before, 
#div_task_chart_activity_board_V .day-chart.event-status-ToDo,
.capsule.Validee_RH,
.event-tag.event-tag-Actif,.event-tag-Actif,.event-tag-anomalie-Ferme {
    background-color: var(--status-Valide);
}
.header_event-tag-label.event-status-Cancel, .event-tag-anomalie-A_Faire, .capsule.SDTC,
.header_event-tag-label.event-status-Radie,
.header_event-tag-label.event-status-Annule {
    background-color: var(--status-Cancel);
}
.event-status-DoIng, .header_event-tag-label.event-status-Stock,
.timestamp_event-status-DoIng::before, 
#div_task_chart_activity_board_V .day-chart.event-status-DoIng, .capsule.Envoi_Mail,
.event-tag.event-tag-Stock,.event-tag-Stock,.event-tag-anomalie-Pris_en_charge {
    background-color: var(--status-DoIng);
}
.event-status-Close, .event-status-Ferme, .header_event-tag-label.event-status-Rebut,
#div_task_chart_activity_board_V .day-chart.event-status-Close, 
.event-tag.event-tag-Rebut, .event-tag-Rebut{
    background-color: var(--status-Close);
}
.event-status-Archive, .header_event-tag-label.event-status-Panne,
.header_event-tag-label.event-status-Non_Approuve,
.timestamp_event-status-Archive::before, 
.event-tag.event-tag-Panne, .event-tag-Panne {
    background-color: var(--status-Archive);
}
.event-tag-Exterieur {
    background-color: var(--status-Exterieur);
}
.event-status-Stand-by, .timestamp_event-status-Stand-by::before, .capsule.Stand-by {
    background-color: var(--status-Confirme);
}
.event-status-Prise_en_charge {
	background-color:var(--orange-5);	
}
.event-status-Annule {
	background-color:#cc0000;
}
.event-status-Refuse{
	background-color: var(--status-Cancel);
	color:#fff;
	font-weight:600;
}
.event-status-Attente{
	background-color:var(--gray-2);
	font-weight:600;
}
.event-status-Accorde{
	background-color:var(--green-7);
	font-weight:600;
	color:white;
}
/* 
	Index > grid 
 ---------------------------------------------------------------------- */
.UI-grid {
	display:grid;
	grid-template-columns: var(--template-columns);
	row-gap:var(--gap-spacing,0);
	grid-column-gap:var(--gap-spacing,0);
}
.grid {
	display: grid;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	box-sizing: border-box;
	grid-template-columns: repeat(var(--repeat-number), 1fr);
	grid-gap:var(--spacing-0);
}
.grid .grid-cell {
	padding:5px;
	box-sizing: inherit;
	empty-cells: show;
	display: flex;
	flex-direction: column;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	min-height:68px;
	height:100%;
	position:relative;
}
label.header__label {
	font-size: .75rem;
	color:#70726e;
	text-transform: uppercase;
	line-height:1.8;
}
.grid .grid-cell > div {
	height: 100%;
	box-sizing: inherit;
	display: flex;
	flex-direction: column-reverse;
	color:#333;
}
.grid .grid-cell::empty {
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
}
/* 
	Index > Séparations 
 ---------------------------------------*/
.masterhead-tagline {
	position:relative;
	text-align:center;
}
 .masterhead-tagline:before, .masterhead-tagline:after {
 	display:block;
 	position:absolute;
	background-color:#e9e9e9;
	height:1px;
	width:100%;
	content:"";
	top:10px;
}
.masterhead-tagline span {
	color:#666;
	font-size:.975rem;
}
.separation__multiple {
	background-image: repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 0.0625rem 0.8125rem;
	padding-top: 1.125rem;
	margin-top:6px;
}
.separation__multiple.bleu {
	background-image: repeating-linear-gradient(to bottom, #08c, #08c 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
hr {
	border-width: 0px 0px thin;
	border-style: solid;
	width: 100%;
	border-color: rgb(132, 139, 155);
	height: 0.0625rem;
	margin: 0.5rem 0px 1rem;
}
.section-divider {
    padding: 12px 0px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.section-divider-line {
	display: inline-block;
	background-color: #d5d5d5;
	vertical-align: middle;
    width: 100px;
    height: 1px;
}
.section-divider-tick {
    width: 1px;
    height: 9px;
    margin: 0px 3px;
    background-color: #d5d5d5;
}
.line {
	border-top: 1px dotted #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}
.line::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	border-top: 1px dotted #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
}
.separate {
	height: 1px;
	margin:4px 0;
	background-color:#dcdcdc;
}
.layout--buttons-action {
	margin:10px 0;
	padding:5px;
	box-sizing:border-box;
	min-height:24px;
	border: 1px solid #e9e9e9;
	border-bottom-color: #d5d5d5;
	border-bottom-width: 2px;
}
.layout--buttons-inner {
	display:flex;
	align-items:center;
	flex-flow: row-reverse;
}
/* 
	Index > Card 
 ---------------------------------------*/
.card {
	text-align: left;
	color: #000;
	margin: 1rem 1rem 0 0;
	background: #fbfbfb;
	border-radius: .5rem;
	position: relative;
	max-width: 24rem;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
/* 
 	Index > DatePicker > Septembre 2018
	---------------------------------------*/
.date_picker {
	position: relative;
}
.date_picker--inner {
	display: flex;
	border:thin solid gray;
	position: relative;
	width:220px;
}
.date_picker input[type="text"]{
	width: calc(100% - 4rem);
	height: 2.2em;
	padding: 0 .85em;
	border: 0 !important;
	font-size:15px;
	cursor: pointer;
	background-color: transparent;
	font-family: arial;
	color:gray;
}
.date_picker button {
    border:0;
    background:transparent;
    padding:4px 6px;
}
/* wrapper input */
.date_picker .date_picker_form {
   position: absolute;
    top: .25em;
    line-height: normal;
    padding-left: .5em;
    padding-top: .75em;
    vertical-align: middle;
    min-width: 2.375em;
    padding-right: .3125em;
    white-space: nowrap;
    font-size: .875em;
    color: #000;
    cursor: pointer;
    transition: all .1s ease-out;
    font-weight: 400;
    z-index: 1;
    pointer-events: none
}
/* Label au-dessus du input */
.date_picker .date_picker_form__value {
    font-size: .625em;
    top: -.3em;
    left: .1em;
    color: #999082;
    transition: all .1s ease-out
}
.date_picker .date-selector--under {
    width:auto;
    background: #FFF;
    font-size: 0.875em;
    cursor: default;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
    border-radius: 3px;
    z-index: 9000
}
.date_picker .date-selector--under.modepick {
    position: absolute;
    top:2.5rem;
    left:0;
}
.date_picker .label-MonthYear {
   color:#666;
   font-size:1.05rem;
   text-transform:uppercase;
   font-weight:600;
   margin-right:3px;
}
.date_picker .ui--date-picker__calendar {
    width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align:center;
}
.date_picker .ui--date-picker__calendar thead tr {
    border-bottom: solid 1px #dae2e5;
    line-height:2;
}
.date_picker .ui--date-picker__calendar tbody tr {
	line-height:30px;
}
.date_picker .ui--date-picker__calendar tbody {
	margin-top:10px
}
.date_picker .ui--date-picker__calendar tbody td {
	font-size:0.8rem
}
.date_picker .ui--date-picker__calendar .week-col {
    vertical-align: bottom;
    min-width: 24px;
    font-size: 10px;
    color: #737b80;
}
.ui--date-picker__calendar a {
    color: #3D474D;
    vertical-align: middle;
    min-width: 30px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.ui--date-picker__calendar .cff-cal-selected a, .ui--date-picker__calendar .cff-cal-selected-off a {
    background-color:green;
    color:#fff
}
.ui--date-picker__calendar a.cff-cal-partial {
	 background-color:green;
	 color:#fff
}
.ui--date-picker__calendar .cff-cal-offday a.cff-cal-partial-off {
	 background-color:green;
	 color:#fff
}
.ui--date-picker__calendar .cff-cal-offday a {
    color:#cc0000;
}
.ui--date-picker__calendar td.cff-cal-onday, .ui--date-picker__calendar td.cff-cal-selected {
 	background-color:#f0f0f0;
}
.ui--date-picker__calendar a.cff-cal-selected-off {
    color:#ff0000;
}
.ui--date-picker__calendar a:hover {
    background-color:#33bbff;
    color:#fff
}
.cff-cal-wd {
    color: #737b80;
    font-size:12px;
}
.cff-cal-outday, .cff-cal-noselday {
	color: #cfdee5
}
.cff-cal-offday {
	color : #CC0000;
}
.calendar-move {
	color:#666;
	text-decoration:none;
}
/* ---------------------------------------------
	6 Février 2022 : section collapse - expanded  
 -----------------------------------------------*/
.UI-ShowHide {
	visibility:visible;
	opacity:1;
	height:auto;
	transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), height 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.UI-ShowHide.collapse {
	opacity:0;
	visibility:hidden;
	height:0;
}
/* 
	Index > Traçabilité
 ---------------------------------------------------------------------- */
.modbar {
	padding:2px;
    background-color:#052962;
    color: #FFFFFF;	
	Font-size:9px;
	display: flex;
	text-transform: uppercase;
}
.modbar-left {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	margin-right: auto;
}
.modbar-right {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	margin-left: auto;
}
/* 
	Index > Nav année > Janvier 2023 
 --------------------------------------------------------------- */
.ff-ajax-navigator--annee {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:42px;
	margin-bottom:10px;
	border-radius: 2rem;
	padding:0 10px 0 10px;
	border: 1px solid #08c;
	min-width:104px;
}
.ff-ajax-navigator--annee div {
	color:#08c;
	white-space:nowrap;
}
.ff-ajax-navigator--annee > div:first-of-type {
   padding-right:10px;
}
.ff-ajax-navigator--annee > div:last-of-type {
   padding-left:10px;
}
.ff-ajax-navigator--annee .cff_label i.fa-calendar-lines {
	margin:0 8px;
}
/* 
	Index > PROGRESSION ETAPES PROCESS > 2 Mars 2018
 --------------------------------------------------------------- */
.progress_bar {
    display: table;
    position: relative;
    width: 420px;
    margin: 10px auto 0
}
.progress_bar li {
    display: table-cell;
    text-align: center;
    color: #dcdede;
    width: 33%;
    vertical-align: top
}
.progress_bar li .bullet {
    width: 13px;
    height: 13px;
    display: block;
    background: black;
    margin: 0 auto;
    position: relative
}
.progress_bar li h4 {
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
    margin:0;
}
.progress_bar li .bullet:before {
    content: "";
    background: #fff;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: 98
}
.progress_bar li .bullet:after {
    content: "";
    background: #dcdede;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 98;
    left: 0;
    top: 0
}
.progress_bar li.done, .progress_bar li.active {
    color: #000
}
.progress_bar li.active span.bullet:after {
    background: #ffee60;
}
.progress_bar li.done span.bullet:after {
    background: black;
    cursor: pointer
}
.progress_bar:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 7px;
    left: 5%;
    width: 90%;
    background: #ebebeb
}
/* 
	Index > infos bulles
 --------------------------------------------------------------- */
 .capsule {
	padding:4px;
	color:var(--capsule-color);
	font-size:10px;
	line-height:16px;
	border-radius:3px;
	white-space: nowrap;
	text-transform:uppercase;
	background-color:var(--capsule-background);
	margin:var(--capsule-margin);
	width: fit-content;
}
.capsule.rouge-striped {
	color: #b2182b;
	background-image: linear-gradient(45deg, #f4d0d1 25%, #F7DEDE 25%, #F7DEDE 50%, #f4d0d1 50%, #f4d0d1 75%, #F7DEDE 75%, #F7DEDE 100%);
	background-size: 10px 10px;
}
.capsule.bleu-striped {
	color: #2166ac;
	background-image: linear-gradient(45deg, #cfe6f9 25%, #afd6f5 25%, #afd6f5 50%, #cfe6f9 50%, #cfe6f9 75%, #afd6f5 75%, #afd6f5 100%);
	background-size: 10px 10px;
}
.bubble {
	min-height: 43px;
	position:absolute;
}
.bubble .container {
	background: #ffffc5;
	min-height: 39px;
	border-radius: 3px;
	box-shadow: inset 0 1px 4px #aaa;
	border: 1px solid #d6d6d6;
}
.bubble .content {
	position: relative;
	top: 0;
	left: 0;
	padding: 13px;
	font-size: 14px;
	text-align: left;
	color: #666;
	font-family:arial;
	background: none;
}
.bubble .arrow {
	position: absolute;
	background-size: 18px 16px;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	margin-left: -9px;
	bottom: -14px;
	left: 50%;
}
.feedback {
    padding: .575rem;
    margin: 4px;
    border: 1px solid #ca005d;
    color: #ca005d;
    background-color: #f9f9f9;
}
.feedback.min {
	font-size:.825rem;
}
.feedback.stop-warning {
	background-color: #f6d9e6;
}
.feedback.warning {
	color: #999;
}
.feedback.stop-alerte {
	border: 1px solid #839192 ;
}
.indicateur {
    color: inherit;
    border-radius: .375rem;
    font-weight: 400;
    font-size: .75rem;
    padding: .46875rem;
    text-transform: uppercase;
    background-color:#f6f6f6;
    cursor:pointer;
    display:inline-block;
}
.indicateur.libre {
	color:#333;
}
.indicateur.complet {
	color:#ca005d;
}
.indicateur.selected {
	color:#f6f6f6;
	background-color:black;
}
.indicateur.smooth {
	background: #e6f1fc;
	color: #004f9a;	
}
.rounded-badge {
	border-radius: 54px;
	font-size: 1.2rem;
	height: 108px;
	line-height: 1.5rem;
	margin: 0;
	padding: 40px 10px 0;
	position: absolute;
	top: -50px;
	white-space: nowrap;
	width: 108px;
	background: #be1e08;
	right:-54px;
	left:auto;
	box-sizing: border-box;
}
.spot {
	background:#000;
	font-size: 0.715rem;	
	padding: 0.15rem 0.25rem 0.15rem 0.25rem;
	color: #FFFFFF;
	border-radius: 1rem;
	margin-left: 0.2rem;
	font-weight: 600;
	position: relative;
	bottom: 2px;
	display: inline-block;
	line-height: 1em;
	text-align:center;
	min-width:10px;
	font-family: arial;
}
.spotlight{
	align-items: center;
	background-color: rgb(0, 163, 183);
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	display: inline-flex;
	flex-direction: column;
	height: 1.041667rem;
	justify-content: center;
	margin-top: 0.125rem;
	min-width: 1.25rem;
	padding-right: 0.25rem;
	padding-top: 0.0625rem;
	font-size: 0.729167rem;
}
/* -------------------------------------------------------------- 
	26 Octobre 2021 : show/hidden radio button in ff_smart_table   
 --------------------------------------------------------------- */
.smartSelectedContainer {
	width:0;		
}
.smartSelectedContainer.hide {
	opacity:0;	
}
.smartSelectedContainer.show {	
	flex-basis:30px;
	max-width:30px;
	transition:all 0.5s;
	opacity:1;
}	
/* 
	Index > ALERT MESSAGES   
 --------------------------------*/
.mbox-alert-cont, .msgwarning {
	font-family: arial;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff8eb;
    border: 1px solid #F0C36D;
    color: #806040;
    font-size: .615rem;
    text-transform:uppercase;
    padding: 10px;
    margin:4px 0;
    line-height:1.25;
    box-sizing:border-box;
    text-align:justify;
}
.validator-msg {
	background: var(--bg-message-color, #ffecec);
    padding:1rem;
    color:#fff;
    font-size: .825rem;
    word-wrap: break-word;
}
.event-message .validator-msg{
	box-shadow:
    inset 0 0 0 3px var(--bg-message-color, #ffecec),  
    inset 0 0 0 5px var(--bg-message-bordure-color, #fff6f6);
}
.validator-msg.inactive {
	opacity:0;
	padding:0;
}
.msgwarning.inactive {
	opacity:0;
	height:0;
	padding:0;
}
.validator-msg.NotImportant {
	color:#121212;
	background-color:#f6c1c1;
}
.validator-msg.active {
	opacity: 1;
    max-height: 200px; 
    transition: opacity 500ms ease-in-out, max-height 500ms ease-in-out;
}
.validator-msg.hide {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 500ms ease-in-out, max-height 500ms ease-in-out;
}
.validator-msg p {
	line-height:1.4;
}
.validator-msg.succes {
	--bg-message-color: var(--status-ToDo);
  	--bg-message-bordure: #f4fbf8;
}
.validator-msg.warning {
	--bg-message-color: #FFA500;
  	--bg-message-bordure: #fff4e5;
}
.validator-msg.error, 
.validator-msg.erreur {
	--bg-message-color: var(--charte-uimm-logo-rouge);
  	--bg-message-bordure: #fff0f1;
}
.notification {
	border:1px solid #80b7ff;
	background-color: #dff2fd;
	padding:8px;
}
.notification > p {
	font-weight:700;
}
.validator-container {
	display:none;
}
.msgError {
	color:var(--error-color);
	font-size: .875rem;
	font-family: Noah Bold;
}
.msgError.inactive {
	opacity:0;
	padding:0;
	transition: opacity 500ms;
}
.msgErrorException {
	font-family: Noah Bold;
	color: #006179;
	line-height:var(--line-height-2xs);
}
.error-icon {
	width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #F5818c;
    border-radius: 50%;
    color: #F5818c;
    margin: auto auto 1rem auto;
}
/* 
	Index > smart notification
   ========================================================================== */
.smart-notification {
	box-shadow: 0 4px 8px 0 rgba(239, 216, 220, 1);
	color:#fff;
	border-radius:14px;
	background-color:rgb(118, 43, 226);
	padding:1rem 1.5rem 1rem 1rem;
	display:flex;
	margin: 10px 0;
	width:fit-content;
	box-sizing:border-box;
}
.smart-notification-child {
	display: flex;
    flex-direction: column;
}
.smart-notification-child.first {
	 justify-content: flex-start;
}
.smart-notification-child.second {
 	justify-content: center;
}
.smart-notification.altern { 
   	background-color:rgb(241, 200, 60);
    color:#333;
 }
.smart-notification.blue {
	color: #ffcc00;	
	background-color:var(--charte-uimm-logo-bleu-middle);
}
.smart-notification.minus > div:nth-child(2) div {
	font-size: .825rem;	
}
.smart-notification > div:nth-child(1) {
	margin:10px 1rem 0 0;
}
.smart-notification > div:nth-child(1) i {
	font-size:1.6rem;
}
.smart-notification > div:nth-child(2) div {
	font-size:1.05rem;
	font-family: Noah;
}
.smart-notification > div:nth-child(2) div p {
	font-size:1.25rem;
	padding:3px;
}
/* ---------------------------------------------------------------------
	2 Avril 2017 : MONTH CALENDAR  
 ---------------------------------------------------------------------- */
.conseiller-ca.calendar {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
}
.conseiller-ca.calendar .legend {
    width: 100%;
    margin: 0px auto 30px;
}
.conseiller-ca.calendar .day.horsmonth {
	background-color: #fff;
	color: #fff;
}
.conseiller-ca.calendar .day.labeljour {
	text-align:center;
}
.conseiller-ca.calendar .month {
    width: 182px;
    margin: 0 25px 30px 0;
    position: relative
}
.conseiller-ca.calendar .month > .label {
	font-family: Noah;
    position: absolute;
    top: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    left: 0;
    padding:2px 0;
    color:#fff;
    background-color:#333;
    margin-bottom:2px;
}
.conseiller-ca.calendar .legend .day {
    width: auto;
    height: auto;
    padding: 2px 5px;
    margin: 0 3px 0 0;
    display: inline-block;
}
.conseiller-ca.calendar .day {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    margin-right: -1px;
	margin-top: -1px !important;
    float: left;
}
.conseiller-ca.calendar .day.dayoff {
	background-color:#DCDCDC;
	color:#696969;
	border: 1px solid #231f20;
}
.conseiller-ca.calendar .day .label {
    text-align: center;
    width: 100%;
    display: block;
    font-size:13px;
    margin-top:4px;
}
/*
 	Index > Bordures
 ----------------------------------------*/
.shadow-box  {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, .1);
    transition: box-shadow .5s ease-out;
}
.cmdline {
   	border: 1px solid #cacaca;
    padding: 4px;
}
.btline {
    border-bottom: 1.8px solid #d6d6d6;
    padding: 4px;
}
.ombre {
	border: 1px solid #d5d5d5;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.08);
}
.grid-ombre {
	box-shadow:0 2px 10px 0 rgba(0,0,0,.24),0 2px 2px 0 rgba(0,0,0,.12);
}
.ombre-strong {
	box-shadow: 0 0 0 1px rgba(0,0,0,.024),0 1px 0 rgba(0,0,0,.05),0 0 8px rgba(0,0,0,.03),0 20px 30px rgba(0,0,0,.1);
}
.ombre-faible{
	box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.14), 2px 2px 0.5px 1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12);	
}
.goog-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: default;
    margin: 0;
    outline: medium none;
    padding: 6px 0;
}
.box-shadow {
	box-shadow: rgba(31, 31, 31, 0.12) 0px 1px 6px, rgba(31, 31, 31, 0.12) 0px 1px 4px; 
}
/* 
	Index > Fieldset
 ------------------------------------------------ */
fieldset {
	box-sizing: border-box;
	border-radius:10px;
	margin:8px 0;
	padding:5px 10px;
	border: 1px solid #ccc;
	position:relative;
}
fieldset>legend {
	color:#666;
	white-space:nowrap;
	padding: 0 5px;
  	font-family: Arial;
	font-size: .925rem;
}
fieldset.elevation {
	padding: 30px 3px 5px 3px;
	border-radius: 14px;
	box-shadow: none;
	border: medium none;
	background: var(--fieldset-legend--background);
	margin: -10px 0 0.5rem 0;
}
fieldset.elevation.secondary {
	background:rgb(241, 200, 60);
}
fieldset.elevation.secondary > legend {
	font-weight: 100;
	color:#333;
}
fieldset.elevation.secondary > div:nth-child(2)  {
	margin:0 0 -2px 0;
}
fieldset.elevation > legend {
	color: #fff;
	transform: translate(10px, 1.25rem);
	font-weight: 600;
	text-transform:initial;
	font-size: 1rem;
}
fieldset.elevation > div:nth-child(2)  {
	background: #fff;
	margin: 0px 0.15rem 0.15rem;
	border-radius:10px;
	padding: 10px 10px 10px 10px;
}
fieldset.UI-Input-normal {
	border-radius:5px;
	border:1px solid #ccc;
}
fieldset.UI-Input-normal > legend {
	font-size: .775rem
}
h2.fieldset {
	background-color: rgb(243, 243, 248);
	border-radius: 0.575rem;
	display: flex;
	justify-content: space-between;
	padding-top: .875rem;
	padding-right: 1rem;
	padding-bottom: 0.875rem;
	padding-left: 1rem;
	position: relative;
	font-size: 1.25rem;
	font-family: Noah bold;
	letter-spacing: .001px;
}
h2.fieldset i {
	transform: translateY(10px);
}
.form__row {
	display:flex;
	flex-flow:row;
	justify-content:space-between;
	align-items:center;
}
.filter-toolbar {
	position: relative;
	width:100%;
	display: flex;
	flex-flow: row wrap;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 1rem 0;
	background-color:#f8f8f8;
}
.filter-toolbar-active {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-height: 8rem;
	overflow-y: auto;
	margin:0 0 0 10px;
}
.filter-toolbar--btn {
	position: relative;
	font-weight: 400;
	color:#191919;
	font-family: Noah;
	text-align: center;
	transition: all 0.3s ease 0s;
	-moz-appearance: none;
	min-width: auto;
	min-height: auto;
	margin-right: 12px;
	margin-bottom: 5px;
	padding: .4375rem 1.5rem .4375rem .625rem;
	background-color: #fff;
	border:1px solid #e0e0e0;
}
.filter-toolbar--btn_allclear {
	font-weight: 400;
	font-family: Noah;
	font-size:.575rem;
	text-transform:uppercase;
	text-align: center;
	border: medium none;
	transition: all 0.3s ease 0s;
	-moz-appearance: none;
	background-color: transparent;
	position: relative;
	display: inline-block;
	margin-left: 2rem;
	margin-right: 0px;
	margin-bottom: 5px;
}
.filter-toolbar--btn_allclear::after {
	position: absolute;
	bottom: 5px;
	left: 0px;
	display: block;
	width: 100%;
	height: 0.05rem;
	background-color: rgb(0, 0, 0);
	content: " ";
}
fieldset.UI-Fieldset.noborder{
	border:none;
}
/* -------------------------------------------------
	PHOTOS
 ------------------------------------------------ */
.mycircle {
	border-radius:50%;
	color:#fff;
	text-align:center;
}
.mycircle.standard {
	width:28px;
	height:28px;
	line-height:28px;
}
.membre.standard {
	width:28px;
	height:28px;
	line-height:28px;
}
.membre.big {
	width:3rem;
	height:3rem;
	line-height:3rem;
}
.xgram-membre {
	padding:2px;
	line-height:28px;
	font-weight: 400;
}
.membre {
	background-color: #D6DADC;
	color: #fff;
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
/*
	Index > Label text
 ------------------------------------------------ */
.event-tag-label.retirer {
	padding: 3px 20px 3px 8px;
}
.search-choice-close {
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	color:#666666;
	font-weight:400;
	font-size:14px;
}
.search-choice-close::after {
	content: "\f00d";
	font: var(--fa-font-solid);
	font-weight:400;
	width: 12px;
	height: 12px;
	display: block;
}
/* 
	Index > cartons 
 ------------------------------------------------ */
.carton {
	display: inline-block;
	background-position: 0px 0px;
	width: 0.525rem;
	height: 0.75rem;
	transform: rotate(8deg);
	background-size: contain;
	margin-left:4px;
}
.carton.jaune {
	background-color: rgb(255, 187, 0);
}
.carton.rouge {
	background-color: #cc0000;
}
/* 
	Index > Input Text
 ------------------------------------------------ */
.cff_text,.cff_assisted_text,.cff_numfield,.cff_db_text,.cff_tlabel,.cff_file {
    border: 1px solid #d6d6d6;
    padding: .625rem 12px;
   	border-radius:2px;
   	font-size:14px;
   	min-height:36px;
   	width:100%;
   	font-family:Noah;
   	box-sizing: border-box;
   	transition: border-bottom-color .4s ease-in-out;
}
.cff_number {
    text-align: center;
    padding:2px;
    width: 38px;
    height: 20px;
    border: 1px solid #dcdede;
}
.cff_textarea {
	border-radius: 2px;
	width: 100%;
	overflow:hidden;
	word-break: break-word;
	resize:vertical;
	border: 1px solid #d6d6d6;
	outline: none;
	background-color: #fff;
	height: 74px;
    padding: 6px;
	font-family: Noah;
	font-size: 15px;
	box-sizing: border-box;
}
.cff_text.invalid, .cff_textarea.invalid {
	border: 1px solid #ff1200;
	-webkit-box-shadow: inset 0 1px 2px 0 #c2c2c2;
	box-shadow: inset 0 1px 2px 0 #c2c2c2;
	background-color: #fff4f6;
	color: #333;
}
.cff_text:focus {
	border-bottom: 1px solid #495057;
    /*margin-bottom: -1px;*/
}
/* -------------------------------------------------
	INPUT TEXT LABEL
 ------------------------------------------------ */
.formcelllabel {
	border: 1px solid rgba(233,233,233,1);
	border-collapse: collapse;
	line-height: 1.4em;
	empty-cells: hide;
	padding: 4px 6px;
	border-radius:2px;
}
span.error {
	padding:4px;
	color:red;
	font-size:0.9rem;
}
label.formlabel {
	color:#666;
}
label.form__label-top {
	display: inline-block;
	font-size:.875rem;
	color:#666 ;
	font-weight:600;
}
label.form__label-top.required:after {
	content:'*';
	margin-left:4px;
	color:red;
	font-size:1rem;
}
label.form__label-top.inverse-color {
	color:#fff;
}
label.form__label-top.underline {
	color:var(--error-color);
	border-bottom:2px solid var(--error-color);
}
/* -------------------------------------------------
	INPUT ERROR
 ------------------------------------------------ */
.validity {
    font-size: .82rem;
    color: #ca005d;
}
/* --------------------------------------------------------------
	1 Mars 2018 : INPUT TEXT UNDERLINE SEARCH WITH ICON  
----------------------------------------------------------------*/
.search__input input[type="text"], .search__input input[type="password"] {
	font-family: Noah;
    border: none;
    padding:6px;   
    border-bottom: 1px solid #000;
    box-sizing:border-box;
    font-size:1rem;
    margin:4px 0 4px 0;
    border-radius:0;
    width:100%;
}
.search__input.invalid {
	border: 1px solid #ff1200;
	-webkit-box-shadow: inset 0 1px 2px 0 #c2c2c2;
	box-shadow: inset 0 1px 2px 0 #c2c2c2;
	background-color: #fff4f6;
	color: #333;
}
.icon__show_search:before {
    content:'\f002';
    font: var(--fa-font-solid);
    font-weight:400;
}
.candidat {
	font-size:1rem;
   	width:100%;
   	font-family:Noah;
	padding-top: 0.8125rem;
	padding-bottom: 0.8125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #b2b2b2;
	background-color: #FFF;
	box-shadow: none;
	font-weight: 600;
	color: #333;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.candidat.invalid {
	border: 1px solid #ff1200;
	-webkit-box-shadow: inset 0 1px 2px 0 #c2c2c2;
	box-shadow: inset 0 1px 2px 0 #c2c2c2;
	color: #333;
}
.candidat:focus {
	border-bottom: 1px solid #333;
}
/* --------------------------------------------------------------
	31 Octobre 2021 : INPUT TEXT SEARCH WITH ICON  
	-------------------------------------------------------------*/
.searchBox {
	box-sizing:border-box;
	border:1px solid #666;
	width:var(--searchBoxWidth);
	font-size:14px;
	height:36px;
	border-radius:2px;
	background-color:#fff;
	font-family:Noah;
}
.searchBox > div:nth-child(1n) {
	font-size: 1.1rem;
	padding: 0 8px;
	color: #08c;
}
.searchBox > div:nth-child(2n) {
	padding: 0;
}
.searchBox > div:nth-child(3n) {
	margin:3px 0 0 0;
}
.searchBox div.ContainInput {
	display:flex;
	flex:1 0 0;
}
.searchBox .field {
	width:100%;
	box-shadow:none;
	border:none;
	font-size:13px;
	font-family:inherit;
	text-overflow:ellipsis;
	color:#128096;
	padding-bottom:1px;
}
/* --------------------------------------------------------------
	INPUT TEXT SEARCH WITH ICON  
	-------------------------------------------------------------*/
.as-search-validation {
	font-family:Noah;
	color: #000;
	background-color: white;
	background-position: 11px 50%;
	border: 1px solid #c8bfbf;
	box-shadow: 0 0 0 0 #d8d8d8 inset;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1;
	padding: 7px 38px 6px;
	background-size: 120px 107px;
	width: 100%;
	height: 3.7em;
}
/* --------------------------------------------------------------
	Février 2022 > classe UI-Input  
	-------------------------------------------------------------*/
.UI-Input {
	position:relative;
	display:flex;
	margin-top:var(--marginTop);
	flex-basis:100%;
}
.UI-Input .UI-MultiFormRoot label.UI-InputLabel {
	position:absolute;
	opacity:0;
}
.UI-Input .UI-MultiFormRoot {
	width:100%;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:100%;
	border:0;
	margin:0;
	display:inline-flex;
	padding:0;
	position:relative;
	min-width:0;
	flex-direction:column;
	vertical-align:top;
}		
.UI-Input .UI-MultiFormRoot .UI-MultiFormField {
	position:relative;
	color:#128096;
	display:inline-flex;
	box-sizing:border-box;
	border-radius: 5px;
	cursor:text;
}	
.UI-Input.homepage .UI-MultiFormRoot .UI-MultiFormField {
	color:var(--white);
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput {
	padding-right:20px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput > div.pg-checkbox.grid-row {
	padding:.8rem 0 .3rem 1rem;
	display:flex;
	flex-direction:row;
	column-gap:8px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput > div.pg-checkbox.grid-1 {
	padding:.8rem 0 .3rem 1rem;
	display:flex;
	flex-direction:column;
	row-gap:10px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput > div.pg-checkbox.grid-2 {
	padding:.8rem 0 .3rem 1rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 8px;
	row-gap: 8px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput > div.pg-checkbox.grid-3 {
	padding:.8rem 0 .3rem 1rem;
	display: grid;
	grid-template-columns: repeat(3, auto);
	column-gap: 8px;
	row-gap: 8px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput > div.pg-checkbox.grid-4 {
	padding:.8rem 0 .3rem 1rem;
	display: grid;
	grid-template-columns: repeat(4, auto);
	column-gap: 8px;
	row-gap: 8px;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField.MuiInput.search-enabled {
  flex-direction: column;
  align-items: stretch;
}
.UI-Input .UI-MultiFormRoot .UI-MultiFormField > div.pg-radio,
.UI-Input .UI-MultiFormRoot .UI-MultiFormField > div.pgng-radio {
	margin:5.5px 0;
	padding:8px 0 8px 1rem;
}
.UI-Input .UI-InputBase-input {
	font-family: Noah;
	color:currentColor;
	width:100%;
	height:3.0875rem;
	min-height:3.0875rem;
	padding:10px 14px;
	border:0;
	display:block;
	background:none;
	box-sizing: border-box;
	/*outline: none;*/
}
.UI-Input .UI-InputBase-input.UI-Time {
	font-variant-numeric:tabular-nums;
}
.UI-Input .UI-InputBase-input.UI-Date {
	padding-right: 8px;
	font-variant-numeric: tabular-nums;
}
.UI-input .UI-InputBase-input::placeholder { 
    color:#909090;
    opacity:1;	
}
fieldset.UI-Fieldset.focused {
	border-color: #128096;
	border-width:2px;	
}
fieldset.UI-Fieldset {
	top:-5px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0 8px;
	position:absolute;
	border-radius:5px;
	pointer-events:none;
	overflow:hidden;
	border: 1px solid #ccc;
	box-shadow:none;
}
.UI-Input.homepage fieldset.UI-Fieldset.focused {
	border-color: var(--white);
}
.UI-Input fieldset.UI-Fieldset legend.UI-Fieldset-label {	
	display: block;
	padding-top: 0px;
	font-size: 0.775em;
	max-width: 100%;
	white-space: nowrap;
	padding: 0 5px;
	font-weight:normal;
	text-transform:initial;
}
.UI-Input fieldset.UI-Fieldset.focused legend.UI-Fieldset-label {
	padding-left:4px;
}
.UI-Input.homepage .UI-MultiFormRoot legend.UI-Fieldset-label > span {
	color:var(--white);
}
.UI-Input .UI-MultiFormRoot legend.UI-Fieldset-label > span {
	color:#333;
}
.UI-Input fieldset.UI-Fieldset.required legend.UI-Fieldset-label > span:not(.tooltip):after {
	content:'*';
	margin-left:2px;
}
.UI-Input fieldset.UI-Fieldset legend.UI-Fieldset-label span.tooltip {
	width:1rem;
	display:inline-block;
	margin-right:.2rem;
}
.UI-Input fieldset.UI-Fieldset legend.UI-Fieldset-label span.tooltip-icon {
	color:#979797;
	position:absolute;
	bottom:-4px;
	pointer-events:auto;
	cursor:pointer;
	height:1rem;
}
.UI-Input fieldset.UI-Fieldset legend.UI-Fieldset-label span.tooltip-icon:after {
	content:'\f059';
	font:var(--fa-font-regular);
	font-size:1rem;
}
.UI-Input .UI-CancelPositionEnd {
	display:flex;
	align-items:center;
	white-space:nowrap;
	position:absolute;
	top:6px;
	right:0;
}
.UI-Input .UI-ShowHidePwdPositionEnd {
	display:flex;
	align-items:center;
	white-space:nowrap;
	position:absolute;
	top:13px;
	right:10px;
}
.UI-Input .UI-CancelPositionEnd button span svg {
	stroke:#128096;
}
.UI-Input.homepage .UI-CancelPositionEnd button span svg {
	stroke:var(--white);
}
.UI-Input .UI-CancelPositionEnd.hide {
	display:none;
}
.UI-Input .UI-CancelPositionEnd button {
	flex:0 0 auto;
	padding:12px;
	overflow:visible;
	text-align:center;
	border-radius:50%;
	transition: background-color 150ms cubic-bezier(.4, 0, 0.2,1) 0ms;
}
.UI-Input .UI-ShowHidePwdPositionEnd button span:before {
	content: "\f06e";
	font: var(--fa-font-thin);
	color:#128096;
	font-size:1.32rem;
}
.UI-Input .UI-InputBase-select {
	height:auto;
	overflow:hidden;
	min-height:1.1876rem;
	cursor:pointer;
	padding: 15.5px 32px 15.5px 14px;
	border:none;
	-webkit-appearance: none;
	width: 100%;
	font-family: Noah;
	color:#128096;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}	
.UI-Input.UI-Input.UI-MultiFormRoot.dmy > div {
	height:49.5px;
	margin:2px 0 0 10px;
}
.UI-Input.UI-Input.UI-MultiFormRoot.dmy .comboDD .cff_select, 
.UI-Input.UI-Input.UI-MultiFormRoot.dmy .comboMM .cff_select, 
.UI-Input.UI-Input.UI-MultiFormRoot.dmy .comboYYYY .cff_select {
	border-color:#666;	
	height:2rem;
	border-style:dashed;
}
.UI-Input .UI-InputBase-select > option {
	font-family: arial;
	font-size:14px;
}
.UI-Input .UI-MultiFormField fieldset.UI-Fieldset.focused {
	border-color:#128096;	
	border-width:2px;
}
.UI-Input .UI-MultiFormField fieldset.UI-Fieldset.error {
	border-color:#CD0037;	
	border-width:2px;
}
.UI-HelperText.homepage {
	color:var(--red-6);
}
.UI-HelperText {
	font-size:.885rem;
	line-height:1.66;
	color:#CD0037;	
}
p.UI-HelperText span {
	margin-left:5px;
	font-family: Noah;
	font-weight:400;
}
.UI-Input .UI-InputBase-input[is="textarea-autogrow"] {
	overflow:hidden;
	resize:none;
	height:auto;
	field-sizing:content; /* Experimental, chrome et edge */ 
}
.UI-Input .UI-InputBase-input[type="number"] {
    -webkit-appearance: number-input; 
    -moz-appearance: auto !important; /* Spécifique à Firefox */
    appearance: auto !important;    
}
.UI-InputBase-input[type="number"]::-moz-inner-spin-button {
    width: 16px;
    height: 16px;
    margin: 2px;
    background-color: #f0f0f0; /* Couleur de fond personnalisée */
    border-radius: 3px;       /* Ajout d'une bordure arrondie */
}
/* avatar
   ========================================================================== */
.avatar-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.avatar {
	width:138px;
	height:138px;
	border-radius:50%;
	border:4px solid gray;
	position:relative;
}
.avatar .avatarButton {
	position:absolute;
	bottom:1px;
}
.avatar .avatarWrapper {
	border-radius:50%;
}
.avatar img {
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}
.avatar .upload_dropzone {
	padding:0;
}
.avatar .upload_dropzone button {
	padding:6px 12px;
	line-height:16px;
	font-size:.805rem;
}
/* Icone de suppression de pieces jointes
   ========================================================================== */
.Document-Icon--Container {
	display: flex;
	flex-flow:wrap;
	width: 100%;
	margin-top: 10px;
	padding:1rem;
	box-sizing: border-box;
}
.Document-Icon--List {
	display:flex;
	flex-direction:column;
	flex-basis:54px;
	text-align:center;
	position:relative;
	margin-right:16px;
	cursor: pointer;
	border: 1px dashed #ddd;
	border-radius: 10px;
	padding: 5px;
}
.Document-Icon--Remove {
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:-8px;
	right:-1.2rem;
	background-color:#f5f5f5;
	border-radius:40px;
	height:2rem;
	width:2rem;
}
.Document-Icon--List a span.fatrash-document {
	text-decoration:none;
}
.Document-Icon--List a span i {
	font-size:2.5rem;
}
a span.fatrash-document:before {
	content: "\f00d";
	font: var(--fa-font-solid);
	font-size:1.2rem;
	color:red;
}
.Document-Icon--Description {
	position:relative;
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	word-break: break-word;
	padding-top:2px;
	overflow-Y: hidden;
	text-overflow: ellipsis;
	max-height: 44px;
}
/* -------------------------------------------------
	TAG LINK
 ------------------------------------------------ */
a.cff_link,a.cff_post_link, a.cff_ajax_link {
	position:relative;
	text-decoration:none;
	outline:none;
	font-size: .925rem;
}
a.cff_link.fachevron span::before {
	content: "\f138";
	font: var(--fa-font-solid);
	margin: 0 .5rem -.25rem 0;
	color: var(--page-title);
	font-size:.825rem;
	text-decoration:none;
	display: inline-block;
}
a.cff_link span,a.cff_post_link span, a.cff_ajax_link span {
	font-weight:600;
	text-decoration:underline;
	color: var(--page-title);
	cursor: pointer;
	text-decoration-thickness: .06em;
	text-underline-offset: .2em;
}
a.cff_link.fachevron.white span, a.cff_link.fachevron.white span::after {
	color:#fff;
}
a.underline {
	cursor: pointer;
	color: #0085C3;
	text-decoration: underline;
}
.pill-Button {
	display:inline-block;
    height: 40px;
	padding: 0 25px;
	border-radius: 50px;
    box-shadow: inset 0 0 0 1px rgba(51, 51, 51, .9);
    vertical-align: middle; 
    color: #333;
    line-height:2.5rem;
    font-size: 17px;
    text-align: center;
	text-decoration: none;
	margin:0 2px;
}
.pill-Button.active {
	color:#fff;
	background:#0085c3;
}
a.cff_link_gray, a.cff_post_link_gray, a.cff_ajax_link_gray {
	color: #777;
	cursor: pointer;
	text-decoration-thickness: .06em;
	text-underline-offset: .2em;
}
.sort-button i {
    color: #333; 
}

.sort-button i.sort-active {
    color: green;
}
/* ---------------------------------------------------------------------
	svg arrow down / up
 ---------------------------------------------------------------------- */
.arrow-down {
	transform: rotate(90deg);	
}
.arrow-up {
	transform: rotate(-90deg);	
}
/* ------------------------------------------------
	rotate chevron  
   ------------------------------------------------ */
.title--Link__item_dropdown {
   	margin-top: 5px;
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	padding: 10px .825rem;	
}
.title--Link__item_dropdown.large {
	width: calc(100% - 2rem);
}
a.cff_link.Link__item_dropdown span {
	text-decoration:none;
	font-size:.605rem;
	text-transform: uppercase;
	color:#000;
}
.item__dropdown {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:1rem;
}
.transform {
	transition-duration: .4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.transform-height {
	transition:height .4s ease-out;	
}
i.icon-chevrondown.rotate-0 {
	transform: rotate(0);
}
i.icon-chevrondown.rotate-180 {
	transform: rotate(-180deg);
}
.transform-hidden{
	opacity:0;
	height:0px;
	position:relative;
	z-index:-1;
	transform: translate(100%);
}
.transform-show{
	opacity:1;
	animation: slideInFromBottom 500ms ease;
}
a.actions {
	box-sizing: border-box;
	display:inline-block;
	border: 1px solid #aaa;
	height: 32px;
	width: 32px;
	margin:0 2px;
	border-radius: 34px;
	text-align: center;
	color: #2a2a2a;
	cursor: pointer;
	text-decoration:none;
	position:relative;
}
a.actions.active {
	background-color:#2a2a2a;
	color:#fff;
}
a.actions.in-table {
	box-sizing: border-box;
	display:inline-block;
	border: 1px solid #aaa;
	height: 22px;
	width: 22px;
	margin:0 2px;
	border-radius: 30px;
	text-align: center;
	color: #2a2a2a;
	cursor: pointer;
	text-decoration:none;
	position:relative;
}
a.actions span {
	font-size:1.15rem;
	position:absolute;
	top:5px;
	right:0;
	left:0;
	margin:0 auto;
}
a.actions.in-table span {
	font-size:0.825rem;
	position:absolute;
	top:3px;
	right:0;
	left:0;
	margin:0 auto;
}
/* -------------------------------------------------
	INPUT SELECTEURS
 ------------------------------------------------ */
.cff_select, .cff_select_dbq {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family:Noah;
	background: white;
    border-color: #d6d6d6;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #333;
    font-size:14px;
    display: block;
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: .5rem 1.75rem .5rem .75rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
.cff_select_dbq:disabled, cff_select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.cff_select > option, .cff_select_dbq > option {
	font-family: arial;
}
.comboDD {
	margin:0;
	max-width:62px;
	min-width: 40px;
}
.comboDD > select, .comboYYYY > select, .comboMM > select{
	padding-right:13px;
	padding-left:6px;
	background-position: right 7px center;
}
.comboMM.short {
	min-width:52px;
}
.comboMM {
	margin:0 4px 0 4px;
	min-width:98px
}
.comboYYYY {
	min-width:60px
}
.selector-dropdown {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:transparent;
	width: 100%;
	overflow: hidden;
	border:0;
	border-radius:0;
	color: #333;
	font-size:19px;  
    cursor:pointer;
    min-height:46px;
}
.cff_select-min {
    font-size:12px;
    padding-left: 8px;
}
.as-dropdown-prefix {
	margin-right: 4px;
}
.cff_select_dbq:focus, .cff_select:focus {
    border-bottom-color: #08c;
    border-left-color: #08c;
    border-right-color: #08c;
    border-top-color: #08c;
}
.cff-fullwidth {
	width: 100%;
}
.icon-chevrondown::before {
    content: "\f107";
	font: var(--fa-font-light);
	vertical-align: bottom;
}
.cff_select_dbq__form-icon, .cff_select__form-icon {
    display: block;
    font-size: 16px;
    line-height: 1.44444;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 5px;
}
.selector-dropdown__form-icon {
    position:absolute;
    pointer-events: none;
	top:50%;
	right:5px;
	margin-top:-11px;
	font-size:20px;
	line-height:1;
	color:#fff;
}
/* -------------------------------------------------
	Index > ff_range stylé
 ------------------------------------------------ */
.range_widget {
    margin: 8px 0;
    min-width: 300px;
    max-width: 600px;
    height: auto;
    overflow: visible;
}
.range_widget input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid white;
}
.range_widget input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.range_widget input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    border-radius:15px;
    background: #ddd;
    border: none;
}
.range_widget input[type=range]::-moz-focus-outer { 
	border: none; 
}
.range_widget input[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32);
    transition: all 0s;
    will-change: transform;
    cursor: pointer;
}
.range_widget output { 
	background-color: black;
	border: 1px solid lightgrey;
	color: white;
	border-radius: 50%;
	height: 1.28rem;
	width: 1.28rem;
	line-height: 1.3;
	display: inline-block;
	margin-left: 4px;
	font-family: Arial;
}
.range_widget output:after { 
	content: attr(data-indice);
	position: absolute;
	width: 0;
	margin-left: -4px;
	margin-top: -1px;
}
.range_widget input[type=range]::-moz-range-progress {
  	background-color: #4CAF50; 
    border: none;
    height: 5px;
}
.range_widget .min-max {
	font-family:Arial;
}
.range_widget .titre {
	text-align:center;
	font-weight:600;
	line-height:1.8;
}
/* 
	Index > range de MyFormr  
	----------------------------------- */
.quantity-picker {
	display: flex;
	margin: .5rem;
	height: 2.8rem;
	width:124px;
}
.quantity-stepper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	background-color: white;
	border: .025rem solid #ccc;
	border-radius: 64px;
	width:100%;
}
.quantity-stepper__input {
	text-align: center;
	font-weight: 700;
	border: none;
	box-sizing: content-box;
	background-color: white;
	color: #666;
	padding: 10px 0;
	max-width: 1.5rem;
	order: 2;
}
.quantity-title-container {
	max-width:100%;
}
.quantity-title p {
	font-family: Arial;
	font-size: .775rem;
	color: #333;
}
.quantity-stepper__decrease {
	order: 1;
}
.quantity-stepper__increase {
	order: 3;
}
.quantity-btn:disabled .quantity-btn__inner i {
	color: rgb(204, 204, 204);
}
.quantity-btn {
	position: relative;
	background: none;
	border: 0;
	padding: 0;
	text-align: center;
	display: inline-flex;
	max-width:32px;
	outline: 0;
	border-radius: 64px;
}
.quantity-btn__inner {
	pointer-events: none;
	transition-property: opacity,transform;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 32px;
	min-width: 32px;
	width: 100%;
	box-sizing: border-box;
}
.quantity-btn__inner i {
	color:#333;
}
.quantity-btn__inner::after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: -0.125rem;
	right: -0.125rem;
	bottom: -0.125rem;
}
.quantity-btn:hover {
	background: rgb(223, 223, 223);
}
/* 
	Index > ff_range_plusminus  
	----------------------------------- */
input[type="number"].qtynumber {
    width: 32px;
    height: 25px;
    text-align: center;
    border: none;
    color: #02b2dd;
    margin-top: 3px;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin:0;
}
button.qty {
	margin: 0;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
	border-width: .125rem;
	line-height:1rem;
	font-size:1.2rem;
}
button.qty span {
	position:relative;
	top: -.1rem;
}
button.qty:not([disabled]):not([readonly]) {
    color: #fff;
    border-color: #00add0;
    background-color: #00add0;
    box-shadow: none;
}
button.qty.qtyminus.state--is-unavailable,
button.qty.qtyplus.state--is-unavailable {
	color: #fff;
	border-color: #aaa;
	background-color: #aaa;
	box-shadow: none;
	cursor: not-allowed !important;
}
/* 
	Index > Boutons FontAwesome
	----------------------------------- */
.fa-custom-size {
    font-size: 15em;
}
.fa-lock-disabled {
    color: var(--icon-disabled-color);
}
.force--right {
	float:right;
	font-size:16px;
	text-decoration:none ! important;
	line-height:19px;
}
td.fachevron:before, p.fachevron:before {
	content: "\f138";
	font: var(--fa-font-solid);
	font-weight:400;
	padding-right:3px;
	color: #08c;
	padding-right:10px;
}
a.fachevron:hover:after {
	text-decoration:none;
} 
a.rewind:before {
	content: "\f104";
	font: var(--fa-font-thin);
	font-size:1.2rem;
	color:gray;
}
a.forward:after {
	content: "\f105";
	font: var(--fa-font-thin);
	font-size:1.2rem;
	color:gray;
}
a.forwardLast:after {
	content: "\f101";
	font: var(--fa-font-thin);
	font-size:1.2rem;
	color:gray;
}
a.forwardFirst:before {
	content: "\f100";
	font: var(--fa-font-thin);
	font-size:1.2rem;
	color:gray;
}
a.faview:before {
	content: "\f06e";
	font: var(--fa-font-regular);
	padding:0 2px;
	color:#08c;
	font-size:1.3rem;
	text-decoration: none;
}
a span.faview:before {
	content: "\f06e";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.facart-shopping:before {
	content: "\f07a";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a.actions span.facreate{
	top:2px;
}
a span.facreate:before {
	content: "\f067";
	font: var(--fa-font-thin);
	color:#666;
	font-size:1.45rem;
}
a.actions span.facreate{
	top:2px;
}
a.actions span.exclamation{
	top:3px;
}
a span.exclamation:before {
	content: "\21";
	font: var(--fa-font-solid);
	color: #2a2a2a;
	font-weight:300;
	font-size:1.45rem;
}
a span.faretire:before {
	content: "\f068";
	font: var(--fa-font-solid);
	color:#666;
	font-weight:100;
}
a span.fatrash:before {
	content: "\f00d";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.fachevronleft:before {
	content: "\f053";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.faenvelope:before {
	content: "\f0e0";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.faprint:before {
	content: "\f02f";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:16px;
	color: #2a2a2a;
}
a.faedit:before {
	content: "\f040";
	font: var(--fa-font-regular);
	font-size:16px;
	color: #08c;
}
a span.faedit:before {
	content: "\f040";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.fatoggleoff:before {
	content: "\f204";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.fatoggleon:before {
	content: "\f205";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
a span.facheck:before {
	content: "\f00c";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a.fadiplome:before {
	content: "\f19d";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:16px;
	color:#3cb500;
}
a span.fadiplome:before {
	content: "\f19d";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fagraph:before {
	content: "\e473";
	font: var(--fa-font-thin);
}
a.famail:before {
	content: "\f0e0";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:16px;
	color:#666;
}
a.fainfo:before {
	content: "\f059";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:18px;
}
a span.fawrench:before {
	content: "\f0ad";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:16px;
}
a.facog:before {
	content: "\f013";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	font-size:18px;
}
a span.facog:before {
	content: "\f013";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fapdf:before {
	content: "\f15c";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fa1:before {
	content: "\31";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fa2:before {
	content: "\32";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fa3:before {
	content: "\33";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fa4:before {
	content: "\34";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.fa5:before {
	content: "\35";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
}
a span.facart-circledown:before {
	content: "\e3ef";
	font: var(--fa-font-light);
	color:#2a2a2a;
}
a span.fabellon:before {
	content: "\f8fa";
	font: var(--fa-font-solid);
	font-weight:400;
	color:red;
}
a span.fachartlinedown:before {
	content: "\f64d";
	font: var(--fa-font-solid);
	font-weight:400;
	color:red;
}
a span.faclockalarm:before {
	content: "\f34e";
	font: var(--fa-font-thin);
	color:#666;
	font-size:1.2rem;
}
a.fapdf:before {
	content: "\f15c";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	color:#08c;
	font-size:1.2rem;
}
a.faban:before  {
	content: "\f05e";
	font: var(--fa-font-solid);
	font-weight:400;
	padding:2px;
	color:red;
	font-size:15px;
}
a span.faswap:before {
	content: "\f07e";
	font: var(--fa-font-regular);
	color:#2a2a2a;
}
.facross:before {
	content: "\f00d";
	font: var(--fa-font-solid);
	font-weight:400;
	color:red;
	font-size:18px;
}
.fa-times-thin:before {
	content: '\00d7';
}
a.actions span.fauser::before {
	content:"\f007";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.fauser::before {
	color:#fff;
}
a.actions span.fasortalpha::before {
	content:"\f882";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.fasortalpha::before {
	color:#fff;
}

a.actions span.fatruck::before {
	content:"\f0d1";
	font: var(--fa-font-thin);
	font-weight:400;
	color:#2a2a2a;
	font-size:16px;
}
a.actions.active span.fatruck::before {
	color:#fff;
}

a.actions span.fadownload::before {
	content:"\f33d";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.fadownload::before {
	color:#fff;
}
a.actions span.faliste::before {
	content:"\f03a";
	font: var(--fa-font-solid);
	font-weight:400;
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.faliste::before {
	color:#fff;
}
a.actions span.fawidedown::before {
	content:"\f160";
	font: var(--fa-font-thin);
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.fawidedown::before {
	color:#fff;
}
a.actions span.fawideup::before {
	content:"\f885";
	font: var(--fa-font-thin);
	color:#2a2a2a;
	font-size:18px;
}
a.actions.active span.fawideup::before {
	color:#fff;
}
.userbackground::before {
	content:"\f007";
	font: var(--fa-font-solid);
	color:#979797;
	font-size:1.25rem;
	margin:auto;
} 
.userbackground.big::before {
	font-size:1.725rem;
	line-height:1.725;
}
@keyframes notifyAlternateAnimation {
  to {
    color: var(--error-color);
  }
}
@keyframes notifyAlternateBackgroundAnimation {
  to {
    background:rgba(0,0,0,0.02);
    padding:6px;
    border-radius:50%;
  }
}
.notify-alternate{
	animation: 0.6s ease-in 0s infinite alternate notifyAlternateAnimation;	
}
.notify-alternate::before{
	animation: 0.6s ease-in 0s infinite alternate notifyAlternateBackgroundAnimation;
}
/* ----------------------------------
	BUTTON, INPUT FORM 
	----------------------------------- */
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
input[type=button], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	white-space: nowrap;
	background-color: transparent;
	padding:0;
} 
input[type=submit] {
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 1.15rem;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	-webkit-appearance: none;
}
input[type="button"].uimm_login, input[type="submit"].uimm_login {
  	width: 100%;
	border: 1px solid #fff !important;
	background-color: #045f7d !important;
}
.disabled, .disabled span, [data-disabled="true"] {
	filter: grayscale(100%);
	opacity: .8;
	cursor:not-allowed !important;
	pointer-events: none; 
}
input[type="button"].button-fixed {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 20px;
	margin: 0 20px 25px 0;
	border-radius: 15px 0 15px 15px;
	background: #c5005a;
	outline: 0;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	width: initial;
	height: initial;
	border: initial;
	z-index: 999999;
}
.filter-dropdown:hover {
	color: rgb(153, 153, 153);
	border-color: rgb(153, 153, 153);
}
input[type="button"].filter-dropdown, .filter-dropdown {
	font-family: Noah;
	border-radius: 0;
	text-transform:uppercase;
	font-size: .75rem;
	padding: .875rem 1.25rem;
	color: #fff;
	font-weight:100;
	background-color: #191919;
	border-color: #191919;
	letter-spacing: .01em;
}
.filter-dropdown.cancel {
	background-color: #fff;
	border-color: #191919;
}
input[type="button"].filter, .filter {
	border-radius: 0;
	font-size: .75rem;
	padding: 1rem 1.25rem;
}
button.cff_button span svg {
	stroke:gray;
}
button span i {
	color:gray;
}
/* 
	Index > form ajax button validation
   ========================================================================== */
input[type="button"].large, input[type=submit].large, .large {
	font-family: Noah;
	font-size: 1rem;
	min-width: 9.375rem;
	padding: .825rem 1.875rem;
	border-radius: 1.5rem;
	color: #fff;
	border-color: var(--blue-9);
	background-color: var(--charte-uimm-logo-bleu-middle);
	line-height:1;
	text-transform: none;
	position:relative;
	z-index:1;
	transition-property:background-color;
	transition-duration:.15s;
	transition-timing-function: ease-in;
}
.large:hover {
	background-color:var(--blue-8);
}
.large[disabled] {
    background-color: var(--gray-6);
}
button.large.elevation {
	background-color: var(--fieldset-legend--background);	
	font-weight:600;
	font-size:1.125rem;
}
.large.elevation:hover {
	background-color:var(--blue-9);
}
.large.elevation[disabled] {
    background-color: var(--gray-6);
}
input[type="button"].large.primary,  input[type=submit].large.primary, button.large.primary {
	border-radius: 3px;
	text-transform: uppercase;
	font-size: .875rem;
}
input[type="button"][disabled], input[type=submit][disabled], button[disabled] {
    cursor:not-allowed !important;
}
input[type="button"].button-third,
a.button.button-third {
	background-color: #0085C3;
	border: 1px solid #d6d6d6;
	border-color: #08c;
	color: white;
	padding: 10px 1.15rem;
}
input[type="button"].large.cancel {
	color: #0085C3;
	border: 1px solid var(--blue-9);
	background-color: transparent;
}
input[type="button"].large.Disabled {
 	background-color: #d6d6d6;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
a.button.button-third {
	display:inline-block;
	text-decoration:none;
}
/* Index > Bouton Actions ff_smart_table
   ========================================================================== */
.ff-smart-dropdown {
   	margin: 0;
	display: inline-block;
	white-space: normal;
}
button.button-dropdown {
	display:flex;
	background-color: #0050d7;
	border-color: #0050d7;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	min-width: 2rem;
	max-width: 100%;
	line-height: 1rem;
	position: relative;
	margin: 0;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.007em;
	border-radius: 6px;
	border-style: solid;
	border-width: 0;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-y: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: top;
	color: #0050d7;
}
button.button-dropdown[aria-expanded=true] {
	background-color: #0050d7;
	border-color: #0050d7;
	color: #fff;
}
button.button-dropdown.selected-choice {
	outline: 2px solid #0050d7;
  	margin-left: 1rem;
}
button.button-dropdown:focus {
  	outline-width: 2px;
  	outline-style: dashed;
  	outline-color: rgb(190, 241, 255);
  	outline-offset: 1px;
  	-moz-outline-radius: 0;
  	z-index: 1;
}
button.button-dropdown:disabled {
  	cursor: not-allowed;
}
button.button-dropdown .text-dropdown {
  	max-width: none;
  	width: 100%;
  	height: 100%;
  	display: block;
}
.button-dropdown .Icon-chevron-down {
  	margin-left: 0.5rem;
	color: inherit;
	pointer-events: none;
	cursor: pointer;
}
.button-dropdown .Icon-chevron-down::before {
    content: "\f13a"; 
    font-family: "Font Awesome 6 pro"; 
    font-style: normal;
}
.button-dropdown .Icon-Filter {
  	margin-right: 0.5rem;
	color: inherit;
	pointer-events: none;
	cursor: pointer;
}
.button-dropdown .Icon-Filter::before {
    content: "\e17c"; 
    font-family: "Font Awesome 6 pro"; 
    font-style: normal;
    font-weight: 300;
}
/* Mise en évidence du bouton de submit
   ========================================================================== */
.button-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}
.button-form-container::before,
.button-form-container::after {
    content: '';
    flex: 1; /* Permet à la ligne de s'étendre selon l'espace disponible */
    height: 1px;
    background-color: #ccc;
}
.button-form-container::before {
    margin-right: 1rem; /* Espace entre la ligne gauche et le bouton */
}

.button-form-container::after {
    margin-left: 1rem; /* Espace entre le bouton et la ligne droite */
}
/* button validation cancel warning secondary
   ========================================================================== */
.button {
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 1.15rem !important;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	min-width: 6.375rem;
	min-height: 2.2375rem;
	transition-property:background-color, border-color;
	transition-duration:.15s;
	transition-timing-function: ease-in;
}
.button[disabled] {
    background-color: var(--gray-6);
    border-color: var(--gray-6);
}
.button-third {
	background-color: #0085C3;
	border: 1px solid #d6d6d6;
	border-color: #08c;
	color: white;
	transition-property:background-color, border-color;
	transition-duration:.15s;
	transition-timing-function: ease-in;
}
.button-third[disabled] {
    background-color: var(--gray-6);
    border-color: var(--gray-6);
}
.button.button-cancel {
	color: #fff;
	background: #ff1200;
	border:1px solid #ff1200;
}
.button.Cancel {
 	background-color: #fff;
    border: 1px solid #979797;
    color: #666;
}
.button.secondary {
	color: #fff;
	background: #6e747b;
	border:1px solid #777;
}
.button.waarning {
	color:#333;
	background: #ffcc00;
	border: 1px solid #ffcc00;
}
.button.waarning[disabled] {
    background-color: var(--gray-6);
    border-color: var(--gray-6);
}
.button.transactional {
    background: #108d13;
	border:1px solid #007503;
    color: #fff;
}
.button:hover{
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25)	
}
.button.createElement {
	min-height: 40px;
	padding: 7px 16px !important;
	font-size: 12px;
	text-align: center;
	border: 1px solid #dadada;
	border-radius: 2px;	
	background: #fff;
	text-transform:uppercase;
}
.button.createElement.minus {
	min-height: auto;
	padding: 5px 12px;
	font-size: 10px;	
}
.button.createElement.minus.transactional {
	background: #108d13;
}
.button.createElement.minus.cancel {
	color: #fff;
	background: #ff1200;
}
.CancelBtnCaption {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
   	font-weight: 400;
}
/* button action smart_table
   ========================================================================== */
.ParentcommandBar {
	background-color:#fff;
	border-top:1px solid #d6d6d6;
	padding: 6px 0;
}
.commandBar {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	width:100%;
}
button.commandBarButton {
	font-family:Noah;
	border: none;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 0px 4px 0 4px;
	min-width: 98px;
	color: #605E5C;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content:center;
	max-width: 120px;
}
.commandBar button.commandBarButton:hover:not(.is-disabled) {
	background-color:#ededed;
}
.commandBar button.commandBarButton.is-disabled {
	 cursor:not-allowed !important;
	 color:#dedede;
}
.commandBarButton span.FontIcon:not([data-icon-name="More"]) {
	color:#006399;
}
.commandBarButton span.FontIcon {
	font-size: 1.5rem;
	text-align: center;
}
.commandBarButton span.FontIcon.FilterIcon.FilterIconButton:before {
	content: "\e17c";
	font: var(--fa-font-regular);
	font-size: 1.6rem;
}
.commandBarButton span.FontIcon.FilterIcon.FilterIconButton.HasnoFilter:before {
	font: var(--fa-font-thin);
	font-size: 1.6rem;
}
.commandBarButton .commandBarButtonLabel {
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 100%;
	font-size:14px;
	display: block;
	white-space: normal;
    word-wrap: break-word;
}
.commandBarButton .commandBarButtonLabel.b {
	font-weight:600;
}
/* button fin ff_smart_table
   ========================================================================== */
.smart-table--expanse {
	background:#f9f9f9;
	width:100%;
	padding:10px;
	border-bottom:1px solid #aaa;
	color:#444;
	font-size:10px;
	text-transform:uppercase;
	font-weight:100;
}
/* button dynamic row
   ========================================================================== */
.show-hide-rowgroup {
	padding:2px;
	background:#f2f2f2;
	color:#333;
	border-radius:100%;
	height:12px;
	width:12px;
	display:inline-flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	font-size:14px;
	position:relative;
	bottom:0;
	cursor:pointer;
	margin-right:2px;
}
/* ---------------------------------------------
	11 Novembre 2020 : CLOSE BUTTON
 -----------------------------------------------*/
button.close-container {
	background:transparent;
	padding:4px;
	line-height:1;
	border:0;
}
button.close span {
    position: relative;
    top: -4px;
    font-size: 1.875rem;
	font-weight: 100;
}
button.close {
	text-transform:none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.close {
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
	padding: 0;
	background: #191919;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	height: 2.5rem;
	width: 2.5rem;
	position: absolute;
	right: 0;
	top: 1rem;
}
/* ---------------------------------------------
	Button > Upload Files
 -----------------------------------------------*/
.upload_dropzone {
	margin:10px auto;
	padding:8px 0;
	overflow:hidden;
	text-align:center;
}
.upload_dropzone button:hover {
  background-color: #4338ca;
  color: #333;
  border-color: #bdbdbd;
  transform: translateY(-1px);
}
.upload_dropzone button {
	border:1px solid #d5d5d5;
	padding:6px 28px;
	background: #fff;
	line-height:24px;
	color:#666;
	text-transform:none;
	font-size:14px;
	font-weight: 600;
  	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.upload_dropzone button:before {
	content:"\F0c6";
	font-family:'Font Awesome 6 pro';
	font-weight:100;
	font-size:20px;
	margin-right:6px;
	position:relative;
	top:-2px;
	vertical-align:middle;
}
/* 
	Index > smart table
	---------------------------------------------*/
div.results {
	font-family: Noah;
	background: #fff;
	position: relative;
	border-radius: 2px;
	width:100%;
	overflow:hidden;
	border-bottom : 1px solid #D3D3D3;
	scrollbar-width: none;
}
table.results {
	border: 1px solid #D3D3D3;
	border-bottom: none;
	width: 100%;
	overflow: visible;
	border-spacing: 0;
	border-collapse: collapse;
}
table.results thead tr th{
	position: sticky;
    top: -1px;
    z-index: 2;
}
table.results thead{
	position:relative;
	top:-2px;
}
table.results thead th, table.results tbody th {
	cursor: pointer;
	padding: 10px;
	color:#2F4F4F;
	text-align:left;
	min-width: 30px;
	background: #D3D3D3;
	/*border-bottom:1px solid #FEFEFE;*/
	border-top:1px solid #FEFEFE;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.results th:first-child {
	padding-left:14px;
}
table.results th:last-child {
	text-align:right;
	padding-right:14px;
}
table.results th.sortdesc {
    background: #cacaca;
}
.sortasce #thead {
    background: url(/images/icons/arrow_col_up.png) no-repeat 100% 55%;
    padding-right: 12px;
}
table.results tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
table.results tbody:last-child tr:last-child {
    border-bottom: 0;
}
table.results tbody tr.selected {
    border-left: 8px solid #979797;
    border-right: 8px solid #979797;
    border-top: 4px solid #979797;
    border-bottom: 4px solid #979797;
}
.results td {
	padding: 8px 1rem 8px 10px;
	min-width: 30px;
	font-size:14px;
}
.results td:first-child {
    padding-left:1rem;
}
.results td:last-child {
	box-sizing:border-box;
    padding:1px 12px 1px 12px;
    text-align:right;
}
.results td.cfft_total_row {
	font-weight: bold; 
	background-color:rgba(235,238,241,1.0);
	padding: 12px; 
}
results td span:not(.as-radiolist-radio) {
    margin: 0;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.results tbody tr.surligne {
	background-color: #e5e5e5;
}
.roundedright {
	box-sizing:border-box;
	margin-left:10px;
	transition: all 0.5s;
    border-radius: 0 4px 4px 0;
    padding:8px;
    border: 1px solid #e5e5e5;
}
/* Animation pour faire apparaître une nouvelle ligne */
.fade-in {
  	opacity: 0;
  	animation: fadeInAnimation 0.5s forwards;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}
.fade-out {
    animation: fadeOutAnimation 0.5s forwards;
}

@keyframes fadeOutAnimation {
    from {
        opacity: 1;
        max-height: 500px;
        visibility: visible;
    }
    to {
        opacity: 0;
        height: 0;
        padding: 0;
        margin: 0;
        visibility: hidden;
    }
}
.column-check {
	color:green;
	font-size:1.2rem;
}
/* ----------------------------------------------
	30 Mars 2019 : smart table
	---------------------------------------------*/
.in-table {
	font-family: Noah;
	background: #fff;
	font-size:12px;
	margin:5px auto;
	width:100%;
}
.in-table > table {
	overflow: visible;
	border-spacing: 0;
	border-collapse: collapse;
	word-break:break-word;
	max-width:100%;
	color:#767676;
	table-layout: fixed;
}
.in-table thead tr {
	border-bottom:2px solid #000;
}
.in-table th {
	font-weight:bold;
	vertical-align: middle;
	height:36px;
	color:#000;
	padding: 4px 0;
	box-sizing:border-box;
	text-align:center;
	padding-right:10px;
	white-space:nowrap;
}
.in-table th:first-child {
	text-align:left;
	padding-left:10px;
}
.in-table thead tr:nth-child(1) th{
	background: white;
	position: sticky;
	top: 0;
	z-index: 10;
}
.in-table tr, .in-table tbody tr {
    border-top: 1px solid #dcdcdc;
    cursor: auto;
}
.in-table tr.expanded {
	color:#bbb;
}
.in-table td:first-child.expanded-first {
	padding-left:12px;
}
.in-table td.expanded-first {
	padding-left:12px;
}
.in-table td {
	padding: 3px;
	text-align:right;
	height:26px;
}
.in-table td.cfft_total_row {
	font-weight:600;
	background: #efefef;
}
.in-table td:first-child {
	text-align:left;
	padding-left:10px;
}
.in-table td:last-child {
	padding-right:10px;
}
.in-table td.bdl-cell {
	border-left:1px solid #121212;
}
/* -----------------------------------
	Juillet 2014 : Reporting 
	-----------------------------------*/
.graybox {
	font-family: Noah;
	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	width:100%;
}
table.graybox, .graybox table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	width:100%;
	font-size:0.87rem;
}
.tablecaption {
	color: rgba(0,136,204,1);
	text-transform: uppercase;
	margin: 6px;
	font-size: 1em;
	border: 1px solid;
	padding:4px;
}
.graybox .rad {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.graybox th {
	padding: 6px;
	background-color: #cacaca;
	color:#08c;
	white-space: normal;
	text-align: center;
	font-size:14px;
}
.graybox tr {
    border-bottom: 1px solid #e5e5e5;
}
.graybox tr:last-child {
    border-bottom: 0 solid
}
.graybox tr.active {
    background-color: #08C;
    color:#fff;
}
.graybox td {
	padding: 3px 10px 3px 5px;
	margin: 0;
	vertical-align: middle;
	line-height: 1.4em;
	text-align:right;
}
.graybox td.bord {
	border-right: 1px solid #e5e5e5;
}
.graybox td.total-row {
	text-align: right;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	background-color: #cacaca;
	color:#fff;
	font-size:14px;
}
.graybox td.sheader {
	padding: 5px 5px;
	border-left: 1px solid rgba(233,233,233,1);
	background-color: #eeeeee;
	font-weight: 300;
	white-space: normal;
	text-align: center;
}
.graybox p {
	margin: 0;
	min-width: 50px;
	white-space:nowrap;
	text-align:left;
}
.graybox td.title {
	color: rgba(65,65,65,1);
	font-weight: 400;
	background-color: rgba(249,249,249,1);
	font-size: 1em;
	text-align:left;
}
.graybox .para, .results .para {
	color: rgba(0,136,204,1);
	font-size: 1em;
}
caption.figure {
	background-color: #999;
	color:#fff;
	text-transform: uppercase;
	padding:10px;
	font-weight:600;
	text-align:center;
}
/* -----------------------------------------------
	Décembre 2016 : TABLEAUX ETATS : smartGrid 
	---------------------------------------------*/	
.smartgrid {
	font-family: Noah;
	background: #fff;
	margin:8px 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	width:100%;
}
.smartgrid td, td.smartgrid {
	border: 1px solid #d6d6d6;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}
.smartgrid th {
	padding: 10px;
	white-space: normal;
	text-align: center;
	font-size:14px;
	border-top:1px solid #cacaca;
}
.smartgrid td.header {
	padding: 6px;
	white-space: normal;
	text-align: left;
	box-sizing: border-box;
}
.smartgrid td .header.col4 {
	max-width:33%;
}
.smartgrid th:first-child {
	border-left:1px solid #cacaca;
}
/* -------------------------------------------------------------------------
	10 Juin 2017 : CHECKBOX carré noir + tick noir
	----------------------------------------------------------------------*/
.pg-checkbox {
	margin:5px 0;
    color:#2a2a2a;
}
.pg-checkbox.cb-rounded {
    border: 1px solid #ccc;
	padding: 1rem 0 .825rem 1rem;
	border-radius: 4px;
}
.pg-checkbox input[type="checkbox"] {
    position:absolute;
    visibility:hidden;
}
.pg-checkbox label {
    cursor:pointer;
    position:relative;
	padding-left:26px;
	white-space : normal;
}
.pg-checkbox label span {
	display: inline-block;
    text-transform: uppercase;
    font-size:12px;
    vertical-align:top;
    font-family:Noah;
}
.pg-checkbox input[type="checkbox"]+label:before {
     content:'';
     width:18px;
     height:18px;
     border:1px solid #d5d5d5;
     transition:all 0.5s;
     position:absolute;
     left:0;
     top:-2px;
     background-color:#fff;
}
.pg-checkbox input[type="checkbox"]+label:hover:before,.pg-checkbox input[type="checkbox"]:checked+label:before {
     border:1px solid #2a2a2a
}
.pg-checkbox input[type="checkbox"]:checked+label:after {
     font:var(--fa-font-light);
     font-weight:600;
     font-size:12px;
     content:'\f00c';
     position:absolute;
     top:1px;
     left:4px;
     text-align:center
}
/* -------------------------------------------------------------------------
	25 octobre 2021 : CHECKBOX carré + cross inside
	----------------------------------------------------------------------*/
.square-check {
	display: inline-block;
    line-height:1;
}
.square-check input[type="checkbox"] {
    position:absolute;
    visibility:hidden;
}
.square-check input[type="checkbox"] + label {
	display: inline-block;
    margin-left: 2.0625rem;
    position: relative;
}
.square-check input[type="checkbox"] + label span {

}
.square-check input[type="checkbox"] + label::before {
    background: #fff;
    border: 1px solid #333;
    content: '';
    display: block;
    height: .95rem;
    left: -.5rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-100%,-25%);
    -o-transform: translate(-100%,-25%);
    transform: translate(-100%,-20%);
    width: .95rem;
}
.square-check input[type="checkbox"]:checked + label::after {
    content: '\f00d';
    font-family:'Font Awesome 6 pro';
    color:#979797;
    font-weight:200;
    display: block;
    height: .95rem;
    left: -1.35rem;
    position: absolute;
    top: -0.15rem;
    width: .95rem;
}
/* -------------------------------------------------------------------------
	25 octobre 2021 : CHECKBOX carré noir + carré noir
	----------------------------------------------------------------------*/
.square-sparrow {
	align-items: flex-start;
	cursor: pointer;
	display: inline-flex;
	position: relative;
	margin-bottom:5px;
	width:100%;
}
.square-sparrow input[type="checkbox"] {
	appearance: none;
	cursor: pointer;
	height: 19px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 19px;
	box-sizing: border-box;
	padding: 0;
}
.square-sparrow input[type="checkbox"] + label {
	border-radius: 1px;
	box-shadow: inset 0 0 0 1px #000;
	box-sizing: initial;
	display: inline-block;
	flex-shrink: 0;
	height: 19px;
	margin: 1px 0 0;
	margin-right: 0px;
	pointer-events: none;
	position: relative;
	width: 19px;
	z-index: 1;
	margin-right: 12px;
}
.square-sparrow input[type="checkbox"]:checked + label:before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: inline-flex;
	height: 11px;
	justify-content: center;
	left: 7px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	width: 4px;
}
.square-sparrow input[type="checkbox"]:checked + label {
	background:#000;	
}
.square-sparrow input[type="checkbox"] + label span {
	color: #2e2f32;
	line-height: 20px;
	margin-left:1.8rem;
	font-family: Noah;
}
.square-sparrow input[type="checkbox"]:checked + label span {
	font-weight: 700;
}
/* -----------------------------------------------------------------------
	20 Mars 2021 : CHECKBOX small 
	----------------------------------------------------------------------*/
.tiny-checkbox {
   	display:block;
	box-sizing:border-box;
}
.tiny-checkbox input[type="checkbox"] {
  	position: relative;
	margin-right: 10px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: border 0.3s ease 0s;
	-moz-appearance: none;
	border-radius: 0px;
	width: 10px;
	height: 10px;
}
.tiny-checkbox input[type="checkbox"]:checked+label span {
    position:relative;
    display:inline-block;
    margin-bottom:-5px;
    padding-bottom:5px;
}
.tiny-checkbox input[type="checkbox"]:checked+label span.noborder::after {
	content: none;
}
.tiny-checkbox input[type="checkbox"]:checked+label span::after {
    position: absolute;
    bottom: 4px;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: " ";
}
.tiny-checkbox label {
    display: inline-flex;
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	cursor: pointer;
	align-items: center;
}
.tiny-checkbox input[type="checkbox"]:checked::after {
 	transform: translate(-50%, -50%) scale(1);  
}
.tiny-checkbox input[type="checkbox"]::after {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	background-color: #000;
	border-color: #000;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.3s ease 0s, background-color 0.3ms ease 0s;
	border-radius: 0px;
	content:"";
}
.tiny-checkbox input[type="checkbox"]+label:hover {
	border: 1px solid #aaa;
   	transition: transform 0.3s ease 0s, border-color 0.3ms ease 0s;
}
/* -------------------------------------------------------------------------
	10 Juin 2017 : CHECKBOX BUTTON = bleu foncé
	----------------------------------------------------------------------*/
.checkbox__button_thin {
    padding: 4px 10px 4px 0;
}
.checkbox__button_thin input[type="checkbox"] {
  	position:absolute;
    visibility:hidden;
}
.checkbox__button_thin span {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
}
.checkbox__button_thin label {
     cursor:pointer;
     border: 1px solid #d6d6d6;
    border-radius: 3px;
    overflow: hidden;
    word-wrap: break-word;
    background-color: white;
    padding: 12px 0;
    position: relative;
    display:block;
}
.checkbox__button_thin input[type="checkbox"]:checked+label {
    border:1px solid #0070c9;
}
.checkbox__button_thin input[type="checkbox"]+label:hover {
    border-color:#0070c9;
}
/* -------------------------------------------------------------------------
	5 Octobre 2021 : radio de sélection ff_smart_table
	----------------------------------------------------------------------*/
.smartTableSelect input[type="radio"] {
  	position:absolute;
    visibility:hidden;
}
.smartTableSelect div {
    position: relative;
}
.smartTableSelect input[type="radio"] + label {
	display:flex;
	flex-direction:row;
	align-items:center;
	white-space:nowrap;
	vertical-align:middle;
	width:100%;
}
.smartTableSelect input[type="radio"] + label::before {
   box-sizing: border-box;
   background-color:#f0f0f0;
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: border-color ease 280ms;
	width: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	border-color: #e9e9e9;
	content:'';
}
.smartTableSelect input[type="radio"]:checked + label::after {
	transform: scale(0.5);
}
.smartTableSelect input[type="radio"] + label::after {
	content:'';
	background-color: #666; 
   	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: transform ease 280ms,background-color ease 280ms;
	width: 20px;
	transform: scale(0.001);
}
.smartTableSelect input[type="radio"] + label span {
	padding-left:2rem;	
	flex:1;
}
/* -------------------------------------------------------------------------
	10 Juin 2017 : CHECKBOX BUTTON =  bleu clair 3px + padding plus prononcé
	----------------------------------------------------------------------*/
.checkbox__button_thick {
    margin: 4px;
    width:100%;
}
.checkbox__button_thick input[type="checkbox"] {
  	position:absolute;
    visibility:hidden;
}
.checkbox__button_thick input[type="checkbox"]:checked+label {
    border:2px solid #08c;
}
.checkbox__button_thick input[type="checkbox"]+label:hover {
    border-color: #08c;
}
.checkbox__button_thick label {
	border: 1px solid #999;
	border-radius: 4px;
	overflow: hidden;
	word-wrap: break-word;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: top;
	background-color: #fff;
}
.checkbox__button_thick span {
    text-align: center;
    padding: 12px 13px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
}
/* -------------------------------------------------------------------------
	10 Juin 2017 : CHECKBOX SPARROW = cercle contour gris + fond bleu foncé
	----------------------------------------------------------------------*/
.checkbox__sparrow {
    margin: 4px;
}
.checkbox__sparrow input[type="checkbox"] {
  	position:absolute;
    visibility:hidden;
}
.checkbox__sparrow label {
	display: table;
	cursor: pointer;
	font-size:1rem;
}
.checkbox__sparrow input[type="checkbox"]:checked+label div::before {
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background: #158cfb;/*#007bbe;*/
    border-radius: 100%;
}
.checkbox__sparrow input[type="checkbox"]:checked+label div::after {
    content: '';
    position: absolute;
    margin-top: -17px;
    margin-left: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    width: 4px;
    height: 10px;
}
.checkbox__sparrow div {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
	border: 1px solid #c9c9c9;
	border-radius: 100%;
	vertical-align: middle;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	text-align:left;
}
.checkbox__sparrow span {
	font-family: Noah;
    display: table-cell;
    position: relative;
    left: -2px;
}
/* --------------------------------------
	Août 2014 : SMART TABS 
	-------------------------------------*/
.smart_tabs {
	width:100%;
}

ul.sliding_tabs {
 	padding: 0; 
	list-style: none;
	width: 80%; 
    border: 1px solid #ccc;
    border-top: none;
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0, rgb(236, 236, 236) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0, rgb(236, 236, 236) 100%);
}

ul.sliding_tabs li:first-child a {
	height:34px;
}

ul.sliding_tabs li {
	display: table-cell;
    text-align: center;
    background: transparent;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    height: auto;
}
ul.sliding_tabs li.selected {
	background: white;
}

ul.sliding_tabs li a:hover {
 	background: #CCE7F3;
}

ul.sliding_tabs li.selected a {
	border-top: 5px solid #007db8;
	margin: -1px 0;
	border-bottom: 1px solid white;
	padding-top: 13px;
	color: black;
}

ul.sliding_tabs li a {
	display: block;
	padding: 16px 29px 16px 29px;
	color: #007db8;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------------------
	8 Décembre 2016 : RADIO BUTTON = menu choix primaire
 --------------------------------------------------------------- */
 .tab_collapse {
    text-align: center;
    color: #666;
    margin: 10px auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
}
.tab_collapse input[type="radio"] {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
    clip: rect(0 0 0 0);
}
.tab_collapse input[type="radio"]:checked + label {
	border-color: #158cfb;
	margin-right:1px;
	font-weight:500;
}
.tab_collapse div:first-child input[type="radio"] + label {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tab_collapse input[type="radio"] + label.bigger {
	padding:10px 38px;
}
.tab_collapse input[type="radio"] + label {
	min-width:180px;
}
.tab_collapse label {
	color: #333;
	font-weight: 400;
	text-align: center;
	display: block;
	padding:0 2px 0 2px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.tab_collapse input[type="radio"] + label {
	position: relative;
	background: #FFF;
	cursor: pointer;
	border: 1px solid #d6d6d6;
	height: 36px;
	margin-left:-1px;
	line-height: 34px;
}
.tab_collapse input[type="radio"] + label.bigger span {
	font-size:1.2rem;
}
.tab_collapse input[type="radio"] + label span {
	font-size:14px;
}
.tab_collapse div:last-child input[type="radio"] + label {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.tab_collapse input[type="radio"] + label:hover {
    border-color: #158cfb;
}
/* ----------------------------------------------------------------------------
	26 Aout 2017 : RADIO BUTTONS = menus horizontaux 
 ---------------------------------------------------------------------------- */
.rad_underline {
	display: flex;
	justify-content:center;
	margin: 0 auto;
	white-space:nowrap;
	text-align:center;
	box-sizing:border-box;
}
.rad_underline div:first-child {
	padding-left:0;
}
.rad_underline div {
	box-sizing:inherit;
	height:27px;
	padding-left:48px;
	border-bottom:1px solid #d6d6d6;
}
.rad_underline input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.rad_underline input[type="radio"]:checked + label {
	color: #08c;
	border-bottom: 1px solid #666;
	padding-bottom:8px;
}
.rad_underline input[type="radio"] + label {
    color: #696f7a;
	font-weight:200;
	cursor: pointer;
	letter-spacing:-.012rem;
	font-size:12px;
	text-transform:uppercase;
}
.rad_underline input[type="radio"] + label:hover {
	color:#0070c9;
}
/* ----------------------------------------------------------------------------
	10 Juillet 2021 : RADIO BUTTONS = menus horizontaux bordure couleur
 ---------------------------------------------------------------------------- */
.rad_underline_color {
	display: flex;
	justify-content:center;
	flex:0 0 100%;
	margin: 0 auto;
	white-space:nowrap;
	text-align:center;
	box-sizing:border-box;
}
.rad_underline_color div:first-child {
	padding-left:0;
}
.rad_underline_color div {
	box-sizing:inherit;
	height:27px;
	padding-left:48px;
	border-bottom:1px solid #d6d6d6;
}
.rad_underline_color input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.rad_underline_color input[type="radio"]:checked + label {
	color: #08c;
	border-bottom: 1px solid #666;
	padding-bottom:8px;
}
.rad_underline_color input[type="radio"] + label {
    color: #696f7a;
    line-height:1.25;
    padding:.5rem 1rem;
    vertical-align:middle;
    flex:0 0 50%;
	font-weight:200;
	cursor: pointer;
	letter-spacing:-.012rem;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:2px solid #dedfe1 !important;
}
/* ----------------------------------------------------------------------------
	22 Février 2018 : RADIO BUTTONS = version mobile
 ---------------------------------------------------------------------------- */
.radio__list_circle {
     display: flex;
     flex-direction: column;
     padding: 0;
}
.radio__list_circle div {
    margin: 2px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.radio__list_circle [type="radio"] {
    position: absolute;
    -webkit-transform: scale(0);
   transform: scale(0) 
}
.radio__list_circle [type="radio"] + label {
    color: #4c4c4c;
    cursor: pointer;
    position: relative;
	line-height:1.6rem;
}
.radio__list_circle [type="radio"] + label::before {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    cursor: pointer;
    float: left;
    height: 1.6rem;
    margin-right: 1rem;
    position: relative;
    width: 1.6rem;
    box-sizing: border-box;
}
.radio__list_circle [type="radio"]:checked + label::before {
    background: #08c;
    box-shadow: inset 0 0 0 .35rem #fff
}
.radio__list_circle [type="radio"]:hover:not(:checked) + label::before {
    background: #ccc;
    box-shadow: inset 0 0 0 .35rem #fff
}
.radio__list_circle [type="radio"]:disabled + label {
    cursor: default;
    opacity: .5
}
.radio__list_circle [type="radio"]:disabled + label::before {
    background-color: #fff;
    background-image: linear-gradient(#000, #000);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2px 100%;
    border: 2px solid #000;
    box-shadow: none;
    cursor: default;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
/* ----------------------------------------------------------------------------
	26 Octobre 2018 : RADIO BUTTONS = mobile switch button
 ---------------------------------------------------------------------------- */
.radio__rounded-switch {
	padding: .125rem;
	border-radius: 1.875rem;
	background-color: #ddd;
	line-height: 2.125rem;
	display: inline-flex;
}
.radio__rounded-switch div {
	flex-basis: auto;
}
.radio__rounded-switch [type="radio"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 0;
	height: 0;
	border: 0;
}
.radio__rounded-switch [type="radio"] + label {
	padding: .46875rem 1.875rem;
	cursor: pointer;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 1.875rem;
	background-color: #ddd;
	box-shadow: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: .9375rem;
	font-weight: 600;
}
.radio__rounded-switch [type="radio"]:checked + label {
	cursor: default;
	color: #ca005d;
	border-color: #fff;
	background-color: #fff;
	box-shadow: none;
}
/* -------------------------------------------------------------------------
	9 Février 2020 : RADIO small rond
	----------------------------------------------------------------------*/
.radio-custom {
	position:relative;
	overflow:hidden;
    padding-left:0;
    box-sizing: border-box;
}
.radio-custom input[type="radio"] {
	position:absolute;
    visibility:hidden
}
.radio-custom label {
	cursor:pointer;
	position:relative;
	padding: .375rem;
	transition: .3s ease-in-out;
}
.radio-custom label span {
	margin-left:15px;
	font-size:.955rem;
	color:#666;
}
.radio-custom input[type="radio"]+label:before {
	content:'';
    transition:all 0.5s;
    position:absolute;
    left:0;
    top:9px;
	border: .0625rem solid #999;
	width: .7rem;
	height: .7rem;
	border-radius:100%;
}
.radio-custom input[type="radio"]+label:hover:before {
    border-color:#00b2ff;
    box-shadow:0 0 0 .125rem #90dcff;
}
.radio-custom input[type="radio"]:checked+label:before {
    border-color:#00b2ff;
    box-shadow:inset 0 0 0 .15rem #fff;
    background: #00b2ff;
}
.radio-custom input[type="radio"]:checked+label span {
   font-weight:600;
}
/* ------------------------------------------------------------------
	1 Juillet 2017 : RADIO BUTTONS = cercle gris ombré + point noir
 --------------------------------------------------------------------- */
.pg-radio {
	box-sizing:border-box;
	position:relative;
}
.pg-radio div {
	padding: 2px;
} 
.pg-radio.searchable > div:not(.radio-noresult) {
  	display: block;
  	overflow: hidden;
  	max-height: 100px;
  	opacity: 1;
  	transition: max-height 0.3s ease, opacity 0.3s ease;
}
.radio-empty {
  	display: none;
  	opacity: 0;
  	transition: opacity 0.3s ease;
}
.pg-radio.radio-isempty .radio-empty {
  	display: block;
  	opacity: 1;
}
.pg-radio.searchable > div.hidden {
  	max-height: 0;
  	opacity: 0;
  	pointer-events: none;
}
.pg-radio input[type="radio"] {
	position:absolute;
    visibility:hidden
}
.pg-radio label {
	cursor:pointer;
    position:relative;
    padding-left:26px;
    overflow: hidden; /* permet de contenir le ripple */
}
.pg-radio .ripple {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 123, 255, 0.3);
  transform: scale(0);
  opacity: 1;
  animation: pg-ripple 0.6s ease-out forwards;
  pointer-events: none;
  z-index: 1;
}
.pg-radio label span:not(.ripple) {
  position: relative;
  z-index: 2;
}
@keyframes pg-ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.pg-radio label span {
    text-transform: uppercase;
    font-size:12px;
    color:#333;
}
.pg-radio input[type="radio"]+label:before {
	content:'';
    width:18px;
    height:18px;
    border-radius:100%;
    border:1px solid #d5d5d5;
    transition:all 0.5s;
    position:absolute;
    left:0;
    top:0;
    box-shadow:0px 0px 4px rgba(0,0,0,0.2)
}
.pg-radio input[type="radio"]+label:hover:before,.pg-radio input[type="radio"]:checked+label:before {
    border:1px solid #08c;
}
.pg-radio input[type="radio"]:checked+label:after {
    content:'';
    width:12px;
    height:12px;
    border-radius:50%;
    background:#08c;
    position:absolute;
    top:4px;
    left:4px
}
.radio-noresult {
  display: none;
  padding: 0.5em;
  font-style: italic;
  color: #777;
  border-radius: 6px;
  margin-top: 0.75em;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.radio-noresult.visible {
  display: block;
  opacity: 1;
}

/* Juin 2023 > radio button
   ========================================================================== */
.Controlradio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.Controlradio-group input[type="radio"] {
	cursor: inherit;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    z-index: 1;
}
.Controlradio-group input[type="radio"]:checked+label {
 	transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    transition-property: background;
    background-color: var(--fieldset-legend--background);
    color:#fff;
}
.Controlradio-group div {
	color: rgb(12, 19, 31);
    border-radius: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: none;
    background-color: rgb(243, 243, 248);
    height: 5.5rem;
    width: 5.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position:relative;
}
.Controlradio-group  div label {
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline-width: 0px;
    margin-top: 0px;
    padding-top: 0px;
    cursor: pointer;
    vertical-align: middle;
    appearance: none;
    text-decoration-line: none;
    display: flex;
    text-align: inherit;
    height: 100%;
    width: 100%;
}
.Controlradio-group div label > span {
 	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.Controlradio-group div label span span {
    font-size: 0.8125rem;
    margin-top:.9rem;
}
.Controlradio-group input[type="radio"]:checked+label::after {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    content: "";
    height: 0.125rem;
    margin-top: auto;
    width: 1.5rem;
    bottom: 0px;
    position: absolute;
}
/* ------------------------------------------------------------------
	19 Janvier 2021 : RADIO BUTTONS = idem pg-radio avec effet de transition
 --------------------------------------------------------------------- */
.pgng-radio {
	box-sizing: border-box;
}
.pgng-radio div {
	display:block;
	min-height: 20px;
	margin: 0 5px 3px 0;
} 
.pgng-radio input[type="radio"] {
    border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.pgng-radio [type=radio]:checked + label, .pgng-radio [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #000;
}
.pgng-radio label span {
    text-transform: uppercase;
    font-size:12px;
}
.pgng-radio [type=radio]:checked + label:before, .pgng-radio [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    background:#fff;
}
.pgng-radio [type=radio]:checked + label:after, .pgng-radio [type=radio]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #2a2a2a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition:all .2s ease
}
.pgng-radio [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform:scale(0)
}
.pgng-radio [type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform:scale(1)
}
.pgng-radio [type=radio][disabled] {
    pointer-events: none;
    cursor:not-allowed !important;
}
/* ------------------------------------------------------------------
	6 octobre 2018 : SLIDE BUTTON ON/OFF ff_switch_button
 --------------------------------------------------------------------- */
.slide-toggle {
	display:flex;
	flex-direction:row-reverse;
	margin:5px 0;
}
.slide-toggle .slide-toggle-side{
	display:flex;
	box-sizing:border-box;
	align-items:center;
	flex-grow:1;
}
.slide-toggle input[type='checkbox']{
  width: 0;
  height: 0;
  opacity: 0;
  visibility:collapse;
}
.slide-toggle .slide-toggle-side label {
	flex-direction: row-reverse;
	cursor: pointer;
	display:inline-flex;
	align-items:center;
}
.slide-toggle .slide-toggle-side label span.slide-toggle-label {
	color:#0C131F;
	text-transform: uppercase;
	font-size:11px;
}
.slide-toggle .slide-toggle-side label span.slide-toggle-label.inverseColor {
	color:#fff;
}
.slide-toggle .switch__toggle + label .inner {
	display:flex;
	align-items:center;
	position:relative;
	min-width:40px;
	height:24px;
	border-radius:999px;
	box-shadow:rgba(61, 77, 77, 0.0980392) 0px 0px 0px 1px inset;
	background-color: #eeeeee;
}
.slide-toggle .switch__toggle.tiny + label .inner {
	height:18px;
	min-width:34px;
}
.slide-toggle .switch-slide-toggle {
	margin:0 5px 0 0;
}
.slide-toggle .switch__toggle:checked + label .inner {
	background-color: rgb(102, 204, 81);
}
.slide-toggle .switch__toggle + label .bulle {
	display:flex;
	position:absolute;
	width:18px;
	height:18px;
	top:3px;
	left:3px;
	border-radius:100%;
	background-color: white;
	box-shadow:rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px;
	transform: translateX(0px);
	transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.slide-toggle .switch__toggle.tiny + label .bulle {
	width:14px;
	height:14px;
	top:2px;
	left:2px;
}
.slide-toggle .switch__toggle:checked + label .bulle {
	transform: translateX(16px);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
/* ---------------------------------------------------------
	Avril 2021 : SMART RADIO forme rectangulaire
	-------------------------------------------------------*/	
.radio-rectangle {
	display:flex;
	border: 0;
	padding: 0;
	margin: 5px auto;
	position: relative;
}
.radio-rectangle input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.radio-rectangle input[type='radio']:checked + label {
	border-color: black;
	font-weight: 900;
}
.radio-rectangle label {
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding: 7px 15px 7px;
	margin: 0 8px 0 0;
	font-style: normal;
	font-size: 15px;
	text-transform: none;
	background-color: white;
	letter-spacing: 0.025em;
	line-height: 1.6;
}
.radio-rectangle label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #f0f1f3;
}
.radio-rectangle input[type='radio']:checked + label:after {
	border-width: 2px;
	border-color: black;
}
/* Index > radio > Avril 2016
   ========================================================================== */
.smartradio-button {
	display:grid;
	grid-template-columns: var(--template-columns);
	align-items: center; 
	width:100%;
}
.smartradio-button.column {
	flex-direction:column;
}
.smartradio-button div {
	margin:5px 4px 0 0;
	box-sizing:inherit;
	font-size:0;
	white-space: nowrap;
}
.smartradio-button div.column:last-child {
	margin-right:0;
}
.smartradio-button [type="radio"] + label:hover {
    border-bottom-color: #333;
    border-left-color: #333;
    border-right-color: #333;
    border-top-color: #333;
}
.smartradio-button [type="radio"]  {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.smartradio-button [type="radio"] + label {
	font-family: Arial;
   	border-color: #8f8f94;
    background-color:#fff;
    width: 100%;
    height: auto;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	min-height: 3.25rem;
}
.smartradio-button [type="radio"]:checked+label {
	border-color: #0071e3;
	border-width: 2px;
}
.smartradio-button [type="radio"]:checked+label span {
	font-weight: 600;
}
.smartradio-button [type="radio"] + label span {
	word-wrap: break-word;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color:#666;
	letter-spacing: -.22px;
}
.smartradio-button [type="radio"]:disabled + label {
    cursor: not-allowed;
}
.smartradio-button [type="radio"]:disabled + label span {
    color:var(--gray-2);
}
/* profil déconnexion
   ========================================================================== */	
.profil_dropdown {
	position:absolute;
	top:var(--stickyHeight);
	right:0;
	min-height:142px;
	background-color:#fff;
	width:300px;
	z-index:100000;
	box-shadow:0 24px 54px rgba(0,0,0,.15),0 4.5px 13px rgba(0,0,0,.08);
	transition: visibility 0s linear 120ms, opacity 120ms ease;
}
.profil_dropdown.expanded {
	opacity: 1;
	visibility:visible;
	transition-delay:0s;
}
.profil_dropdown.contracted {
	opacity:0;
	visibility:hidden;
}
/* 
	Index > onglets > form_utils function pivot_tab()
   ========================================================================== */
nav.panel-Pivot--header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:5px;
}
.panel-Pivot--container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.panel-Pivot--items {
	position:static;
}
.panel-Pivot > :first-child {
	padding-left:0px
}
nav.panel-Pivot--header button.panel-Pivot--action {
	padding: 0.825rem 1.2rem;
	white-space: nowrap;
	width: 100%;
	line-height: inherit;
	background-color: transparent;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	text-align: left;
}
nav.panel-Pivot--header .panel-Pivot--action:hover {
	cursor: pointer;
	color: #333;
	background: #eee;
}
nav.panel-Pivot--header .panel-Pivot--action {
	border-bottom: .225rem solid #ccc;	
}
nav.panel-Pivot--header button.panel-Pivot--action[aria-selected="true"] {
	border-bottom: 0.225rem solid #0071e3;
	background: #f9f9f9;
}
nav.panel-Pivot--header button.panel-Pivot--action[aria-selected="true"] span.panel-Pivot--text {
	font-family: Noah Bold;
	color:#000;
}
nav.panel-Pivot--header button.panel-Pivot--action span.panel-Pivot--text {
	line-height: 1;
	font-weight: 400;
	font-family: Noah;
	letter-spacing: -.021em;
	color: var(--tabnav-link-color);
}
/* Décembre 2021 > APPS steps 
   ========================================================================== */
.wrapper-step_stepper {
	box-shadow:0 2px 10px 0 rgba(0,0,0,.24),0 2px 2px 0 rgba(0,0,0,.12);
}
.step_stepper {
	max-width:240px;
	flex-grow:1;
	flex-shrink:1;
	width:40%;
	height:100%;		
	font-family:inherit;
	font-size:12px;
}
.step_stepper button {
	margin:0;
	padding:0;
	border:none;
	background:none;
}
.btn-step_stepper {
	display:flex;
		position:relative;
		align-items:center;
		justify-content:center;
		width:100%;
		height:100%;		
}
.btn-step_stepper::after {
		content:"";
		flex-grow:1;
		min-width:16px;
		height:1px;
		margin: auto 8px;
}
.btn-step_stepper--end{
	width:auto;
}
.btn-step_stepper--end::after {
	content:none;
}
.step_stepper--end{
	display:contents;
}
.step_stepper:first-child {
	padding-left:4px;
}
.step_stepper:last-child {
	padding-right:4px;
}
.step_stepper .btn-step_stepper::after {
	background-color: #707070;	
}
.step_stepper--active .btn-step_stepper::after {
	background-color: #d40504;
}
.step_stepper_icon {
	color:#fff;
	display:flex;
	flex-grow:0;
	flex-shrink:0;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border-radius:50%;	
}
.step_stepper--passed .btn-step_stepper::after {
	display:block;
	background-color: #14438b;
}
.step_stepper_title {
	display:block;
	max-width:96px;
	text-transform:uppercase;
	font-size:10px;
	margin:auto;
	line-height:1;
	padding-left:5px;
}
.step_stepper--active .step_stepper_title {
	color:#d40504;
	font-weight:700;
}
.step_stepper--passed .step_stepper_title {
	color:#14438b;
}
.step_stepper--active {
	color:#d40504;
}
.step_stepper--passed {
	color:#14438b;
}
.step_stepper_icon {
	box-sizing: border-box;
	display:flex;
	border: 1px solid #aaa;
	height: 32px;
	width: 32px;
	margin:0 2px;
	font-size:1rem;
	border-radius: 34px;
	align-items:center;
	justify-content:center;
	color: #fff;
	text-decoration:none;
}
.step_stepper_icon {
	background-color: #707070;
}
.step_stepper--passed .step_stepper_icon {
	background-color:#14438b;
}
.step_stepper--active .step_stepper_icon {
	background-color: #d40504;
}
/* Mars 2022 > Display Download documents 
   ========================================================================== */
.document_wrapper {
	display: flex;
  	flex-flow: wrap;
	margin:10px 0;
	background-color:var(--vcard-wrapper-background);
	padding:var(--vcard-document-padding);
}
.document_wrapper.deep {
	--vcard-wrapper-background: var(--vcard-document-background);
	--vcard-document-padding:2rem;
}
.document_wrapper article.wrap_icon {
	position:relative;
	color:var(--vcard-document-color);
	padding: 10px 4rem 10px 4rem;
	background-color:var(--vcard-document-background);
	flex-basis:220px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	margin: 0 5px 5px 0;
}
.document_wrapper.deep article.wrap_icon {
	--vcard-document-color:#201a41;
	--vcard-document-background:white;
}
.document_wrapper article.wrap_icon:hover {
	opacity:0.75;
	outline:0;
}
.document_wrapper .document-before-icon::before {
	content:'\f1c1';
	font: var(--fa-font-thin);
	position:absolute;
	transform: translateY(50%);
	bottom:50%;
	left:1.2rem;
	font-size:1.6rem;
}
.document_wrapper .document-after-icon::before {
	content:'\f019';
	font: var(--fa-font-thin);
	font-size:1.5rem;
	position:absolute;
	transform: translateY(50%);
	bottom:50%;
	right:1.2rem;
}
.document_wrapper .document-detail {
	font-size:.625rem;
	font-style:italic;
	color:var(--vcard-document-color);
}
.document_wrapper.deep .document-detail {
	--vcard-document-color:#201a41;
}
.document_wrapper .document-detail-modele {
	text-transform: uppercase;
	font-size:.705rem;
	font-weight:600;
}
.document_wrapper.deep .document-detail-modele {
	--vcard-document-color:#201a41;
}
.document_wrapper a {
	cursor:pointer;
	display:block;
	position:static;
}
.document_wrapper a span.titre {
	color:var(--vcard-document-color);
	word-break: break-word;
	text-decoration:none;
	text-transform: uppercase;
	font-size:.705rem;
	padding-bottom:4px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	border:none;
	margin:0;
	padding:0;
}
.document_wrapper.deep a span.titre {
	--vcard-document-color:#201a41;
}
.document_wrapper a::before {
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
/* home dashboard
   ========================================================================== */
.dasboard {
	display: grid;
	row-gap: 10px;
	column-gap: 10px;
	margin:0 auto 10px auto;
 }
.dasboard > :nth-child(n) {
	min-height: 320px;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.dasboard > :nth-child(n) > :nth-child(n){
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;
}
.dasboard > * > * > * {
	box-sizing: border-box;
}
.dasboard-section {
	padding:15px;
	min-height:100%;
	display:flex;
	flex-direction:column;
	box-sizing: border-box;
}
/* juin 2022 > Animation loading session 
   ========================================================================== */
@keyframes fullListeSessionLoad {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* APPS WEB VENTES > selection groupes
   ========================================================================== */
.wrapper_cards {
	padding: .9375rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
}
.groupe__fc {
	margin-top:5px;
	width:142px;
	position:relative;
	border:1px dashed #6666;
    display:flex;
 	align-items:center;
 	color:#a5a5a5;
 	text-align:center;
 	border-radius:4px;
}
.groupe__fc:not(:last-child) {
	margin-right: 5px;
}
.groupe__fc [type="radio"] {
	position:absolute;
    visibility:hidden;
}
.groupe__fc [type="radio"]:checked {
	background-color: #fff;
	box-shadow: none;
}
.groupe__fc [type="radio"]:hover {
	background-color: #fff;
}
.groupe__fc [type="radio"][disabled] + label {
	cursor: not-allowed;
	color: #aaa;
}
.groupe__fc [type="radio"]:checked + label {
    box-shadow: none;
    border: 1px solid #00add0;
 }
.groupe__fc [type="radio"]:not(:checked) + label:hover {
	color: #777;
	border-color: #00add0;
	box-shadow: none;
}
.groupe__fc [type="radio"] + label {
 	cursor: pointer;
	width: auto;
	height: 100%;
	width:100%;
}
.groupe__fc input:checked + label .switch_radio_checked {
    display: inherit;
}
.groupe__fc .places {
	display:inline-block;
    color: inherit;
    border-radius: .375rem;
    font-weight: 400;
    font-size: .75rem;
    padding: .46875rem;
    text-transform: uppercase;
    background-color:#f6f6f6;
}
.groupe__fc .places.libre {
	color:#333;
}
.groupe__fc .places.complet {
	color:#ca005d;
	background-color: #f6f6f6;
}
/* -------------------------------------------------------------------
	1 Juillet 2022 : Systèmes Onglet
 ------------------------------------------------------------------- */
.tabs-navigation{
	display:flex;
	margin:auto;
	background:#fff;
	border-radius:4px;
	box-shadow:0 10px 20px rgba(0,0,0,.05)
}
.tab-navigation .tab-anchor{
	width:112px;
	height:100px;
	text-align:center;		
}
.tabs-navigation a{
	color:#000;
	text-decoration:none;
}
.tab-navigation .tab-anchor:hover{
	background:#eee;
}
.tab-navigation .tab-anchor.active{
	background:#000;
	color:#fff;
}
.tab-navigation .tab-anchor .tab-anchor--label{
	display:block;
	margin:12px 0 0;
	padding:0 1vw;
	line-height:1.2;
	font-size:11px;
	font-family:Noah;
	text-transform:uppercase;
}
.tab-navigation .tab-anchor .tab-anchor--icon{
	font-size:22px;
}
/* 
 	Novembre 2022 > entoure du texte
	---------------------------------------*/
.circle_module {
    position: relative;
    display: inline-block;
}
.circle_module svg {
    position: absolute;
    width: 120%;
    top: 0;
    height: 150%;
    left: -12%;
    z-index: -1;
    margin-top: -5%;
    overflow: visible;
    pointer-events: none;
}
/* ---------------------------------------------
 	Novembre 2022 > DATA overview
	-------------------------------------------- */
.dataoverview {
	display:flex;
	justify-content:end;
}
.dataoverview .dataoverview-content {
	display: flex;
	border-top: 3px solid #c70000;
}
.dataoverview .dataoverview-cell {
	flex:1 0 auto;
	padding: 6px 10px 0 1rem;
	min-width: 180px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align:right;
}
.dataoverview .dataoverview-cell:last-child {
	border-right: 1px solid #dcdcdc;
}
.dataoverview .dataoverview-cell p {
	color:#c70000;
	text-transform:uppercase;
}
.dataoverview .dataoverview-cell span {
	font-size:2rem;
	color:var(--charte-uimm-logo-bleu-middle);
}
/* Août 2022 > Système Accordéon profil formulaire
   ========================================================================== */
.profil--section-titre {
	position:relative;
	display:flex;
	align-items:center;
	background-color:#f6f6f6;
	font-family: Noah Bold;
	padding:20px;
	margin-top:5px;
	margin-bottom:15px;
	box-shadow:1px 10px 24px -9px rgba(0,0,0,.28);	
}
.profil--section.section_close {
	max-height:0;
	visibility:hidden;
	overflow:hidden;
}
.profil--section.section_open {
	visibility:visible;
}
.profil--section-titre p {
	font-size:18px;
}
.profil--section {
	transition-duration:0.3s;
	transition-delay:0.3s;
	transition-property:all;
}
/* ----------------------------------------------------------------
	20 Août 2015 : Factures > contrats prestataires = ajax ToolTip 
 ------------------------------------------------------------------ */
.as-tooltip {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	padding: 0 20px;
}
.ac-gn-notification-caret:after {
	font-family: 'Font Awesome 6 pro';
	content: "\f0d7";
	position: absolute;
	left: 400px;
	font-size:30px;	
	color: #fff;
	top:300px;
}
.ac-gn-contrat {
	color: #999;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
}
.ac-gn-list-item {
	border-top: 1px solid #e3e3e3;
	color: #08c;
	font-size: 14px;
	font-weight: 200;
	display: block;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ----------------------------------------------------------------
	ToolTip - function tooltip generic_functions.php
 ------------------------------------------------------------------ */
.UI-tooltip {
	color: #fff;
	border-radius: .25rem;
	box-shadow: 0 15px 27px rgba(0,0,0,.02),0 3.5px 18px rgba(0,0,0,.03),0 1.5px 3px rgba(0,0,0,.03),0 3.5px 40px rgba(0,0,0,.05);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 180;
	padding-top: .75rem;
}
.UI-tooltip>div {
	box-shadow: 0 .1875rem .3125rem .125rem #00000026,0 -.0625rem .1875rem 0 #0000001a;
	position: relative;
	width: max-content;
	padding:1rem 0;
	background: #2e2f32;
}
.UI-tooltip>div:before {
	background: #2e2f32;
	box-shadow: 2.1213px 2.1213px 5px 2px #00000026,-.7071px -.7071px 3px 0 #0000001a;
	content: "";
	display: block;
	height: .7071rem;
	position: absolute;
	transform: translate(-50%,-50%) rotate(45deg);
	width: .7071rem;
}
.UI-tooltip div.topright:before {
	left: calc(100% - 1.5rem);
	top: 0;
}
.UI-tooltip>div>div {
	padding: 0 1rem .25rem;
}
.UI-tooltip>div>div>p {
	color: #fff;
	font-family: Noah;
	font-size: .875rem;
	line-height: 1.25rem;
}
.UI-tooltip div.tooltip-close {
	display: flex;
	justify-content: flex-end;
}
.UI-tooltip button {
	font-family: Noah;
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: .875rem;
	line-height: 2rem;
	padding: 0 1rem;
	text-decoration: underline;
}
/* ----------------------------------------------------------------
	Tooltip dans les TH des ff_smart_table
 ------------------------------------------------------------------ */
#tooltip-layer {
    position: fixed;
    z-index: 999999;
    background: #2e2f32;
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    display: none;
    pointer-events: none;
    font-size: 0.875rem;
    max-width: 300px;
    transition: opacity 0.15s ease;
    opacity: 0;
}
#tooltip-layer[style*="display: block"] {
    opacity: 1;
}
/* 
	Index > meter circle
 ------------------------------------------------------------------ */
.meter-circle {
	position:relative;
	font-size: 80px;
	border-radius: 50%;
	height: 1em;
	margin: auto;
	width: 1em;
	background-color: #f1f1f2;
	box-sizing:border-box;
}
.meter-circle:before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	left: .0835em;
	position: absolute;
	top: .0835em;
}
.meter-circle>span {
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 24px;
	width:100%;
	height:100%;
	font-family: Noah bold;
}
.meter-circle-fill,
.meter-circle-bar,
.meter-circle:before {
 height:.833em;
 width:.833em;
}
.meter-circle-slice {
	clip: rect(0,1em,1em,.5em); /*clip: rect(auto, auto, auto, auto);*/
	height: 1em; 
	position:absolute;
	width: 1em;
}
/*
.meter-circle-bar, .meter-circle-fill {
	border: 0.0835em solid;
	border-radius: 50%;
	clip: rect(0px, 0.5em, 1em, 0px);
	position:absolute;
	height: .833em;
	width: .833em;
}*/
.meter-circle-bar, .meter-circle-fill {
	border: 0.0835em solid;
	border-radius: 50%;
	position:absolute;
	height: .833em;
	width: .833em;
}

.meter-circle-bar {
	clip: rect(0px, 1em, 1em, 0.5em);
}
.meter-circle-fill {
	clip: rect(0px, 0.5em, 1em, 0px);
}

.meter-circle-label {
	display: table-cell;
	color: #2e2f32;
	padding-left:15px;
	text-align: center;
	vertical-align: middle;
}
/* Août 2022 > Barre de progression completion
   ========================================================================== */
.Justificatif {
	margin:0 15px 15px 0;
	display:flex;
	align-items:center;
	gap: 0.5rem; 
}
.Justificatif-Percentage {
	display:flex;
	align-items:center;
	flex-basis:0%;
	justify-content:center;
	font-weight:600;
	white-space: nowrap;
}
.Justificatif-BarWrapper {
	flex-grow:1;
	flex-basis:0%;
}
.Justificatif-OuterWrapper {
	width:100%;
	height:8px;
	background-color:var(--gray-300);
}
.Justificatif-ProgressBar {
	width:100%;
	height:100%;
	background-color: red;
}
/* Janvier 2023 > Tracker
   ========================================================================== */
.tracker {
	padding:10px 0;
	white-space:nowrap;
}
.tracker-bar {
	display:flex;
	box-sizing: border-box;
	background-color: #d2d2d7;
}
.tracker-fill {
	height: 6px;
	border-radius: inherit;
	overflow: hidden;
	transition: width 1s ease-in-out;
	background-color: #008009;
}
.tracker .tracker-status {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	color: #6e6e73;
	margin: 12px 0;
	width: inherit;
	position: relative;
}
.tracker .tracker-status li:first-child {
	text-align:left;
}
.tracker .tracker-status li {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
.tracker .tracker-status .status {
	white-space: normal;
	word-wrap: break-word;
}
.tracker .tracker-status .status-current {
	font-weight: 600;
	color: #1d1d1f;
}
/* ---------------------------------------------------------------------
	International Telephone Input
 ---------------------------------------------------------------------- */
.iti {
	width:100%;
}
.iti__selected-country-primary{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin:1px 0;
	background-color:rgba(0,0,0,.05);
}
/* De même que .UI-Input .UI-MultiFormRoot .UI-MultiFormField */
.iti__country-name{
	color:#128096;
}
.iti__search-input{
	padding:10px 14px;
	color:#128096;
}
/* ---------------------------------------------------------------------
	chip liste
 ---------------------------------------------------------------------- */
ul.chip-liste {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: -1rem;
	padding-left: 0px; 
}
ul.chip-list li.chip-liste-items {
	margin-right: 0.5rem;
	margin-top: 1rem;
	max-width: 100%;
}
ul.chip-list li.chip-liste-items span.chip-liste--items {
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline-width: 0px;
	margin-top: 0px;
	cursor: pointer;
	vertical-align: middle;
	appearance: none;
	text-decoration-line: none;
	color: inherit;
	align-items: center;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	display: inline-flex;
	max-width: 17rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	padding-left: 1rem;
	padding-right: 0.5rem;
	background-color: rgb(243, 243, 248);
}
ul.chip-list li.chip-liste-items span.chip-liste--items span.chip-liste--items-title {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	font-weight: 500;
}
.tagtitle {
	align-items: center;
	display: inline-flex;
	min-height: 1.525rem;
	color: rgb(12, 19, 31);
	flex-shrink: 0;
	padding: 0 0.875rem;
	border-radius: 0.65rem;
	background-color: rgb(235, 186, 14);
}
.tagtitle div p {
	font-size: 0.8125rem;
}
.tagtitle div:nth-child(2) {
	padding-left: 6px;
}
/* ---------------------------------------------------------------------
	tab liste - PHP function form_utils.php > TabNav
 ---------------------------------------------------------------------- */
.tabnav {
  --tabnav-link-color:#6e6e73;
  --tabnav-link-color-hover:#424245;
  --tabnav-bottom-border:#d2d2d7;
  --tabnav-current-link-color:#1d1d1f;
  --tabnav-current-bottom-border:#1d1d1f;
  --tabnav-minwidth-1x:140px;
  width:100%;
  position:relative;
  overflow:hidden;
  height:auto;
  font-size:17px;
  text-align:center;
  z-index:1
}
.tabnav-item {
  width: auto;
  min-width: 140px;
  display:inline-block;
  border-bottom:1px solid var(--tabnav-bottom-border);
  outline:none;
}
.tabnav-link {
  font-size:17px;
  line-height:1;
  font-weight:400;
  letter-spacing:-.021em;
  padding:9px 0 11px;
  margin-top:2px;
  margin-bottom:4px;
  color:var(--tabnav-link-color);
  text-decoration:none;
  display:block;
  position:relative;
  z-index:0;
  width:100%;
}
.tabnav-link:after {
  left:0;
  position:absolute;
  bottom:-5px;
  width:100%;
  border-bottom:1px solid transparent;
  content:'';
}
.tabnav-link.current:after {
	border-bottom-color:var(--tabnav-current-bottom-border)
}
/* Index > TabNav > rectangulaire 
	-------------------------------------------- */
.tabsection-classic {
    width: 100%;
	margin:auto;
    padding-top: 5px;
    padding-bottom: 20px;
    box-sizing:border-box;
}
.tabsection-classic[data-core-sticky-stuck] {
    background: hsla(0,0%,97.6%,.95);
    position:fixed;
}
.tabnav-items {
	overflow-x: auto;
  	overflow-y: hidden;
  	white-space: nowrap;
  	display: flex;
  	justify-content: center;
}
.tabsection-classic li.tabnav-item {
	border-bottom:0;
}
.tabsection-classic .tabnav button.tabnav-link {
    width: auto;
    min-width: 141px;
    border: 1px solid #d2d2d7;
    background: #fff;
    position: relative;
    margin-left: -1px;
    z-index: 0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 15px;
    display: flex;
  	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 4.88235rem;
}
.tabsection-classic .tabnav-link.current:after {
	border-bottom:0;
}
.tabsection-classic .tabnav .tabnav-items .tabnav-item:first-child button.tabnav-link {
    border-top-left-radius: 12px;
    border-bottom-left-radius:12px;
}
.tabsection-classic .tabnav .tabnav-items .tabnav-item:last-child button.tabnav-link{
    border-top-right-radius: 12px;
    border-bottom-right-radius:12px;
}
.tabsection-classic .tabnav button.tabnav-link.current {
    border: 2px solid #0071e3;
    z-index:1;
}
.tabsection-classic .tabsection-classic .tabnav-link-label {
    display: inline-block;
    max-width:208px;
}
.tabnav button[aria-checked="true"] .tabnav-link-label {
    font-weight: 600;
    color:#000;
}
/* ---------------------------------------------
 	Index > grid > Misc > Déc 2023  
	-------------------------------------------- */
.css-hep49 {
	padding-bottom:10px;
    border-bottom: 1px solid #DFDFDF;
}
.css-hep48:first-child, .css-hep48:nth-child(2) {
	border-top: 1px solid #DFDFDF;
}
.css-hep50:nth-child(2n)::before {
	content: '';
    height: calc(100% - 2 * 10px);
    position: absolute;
    left: calc(-1rem - 1px);
    bottom: 10px;
    border-left: 1px solid #DFDFDF;
}
.css-hep47 {
    font-family:Noah Bold;
	font-size:2rem;
    color:#979797;
}
.css-hep46 {
	font-family:Noah Bold;
    font-size:4rem;
    color:var(--page-title);
}
.css-hep45 {
	font-family:Noah Bold;
    font-size:1.6rem;
    color:var(--page-title);
}
/* Index > identification
   ---------------------------------------------------------------------- */
.fiche-identification {
	background-color: rgb(243, 243, 248);
	border-radius:.875rem;
	margin-top:var(--marginTop);
	padding:1rem;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.fiche-identification p {
	font-family: Noah Bold;
	font-size: 1rem;
	padding-bottom: 8px;
}
.fiche-identification ul {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: row;
}
.fiche-identification ul > div {
	flex-basis: 100%;
	flex-grow: 0;
	max-width: 100%;
	margin-top: 0px;
	flex-direction: row;
	margin-bottom: 0.5rem;
}
.fiche-identification ul > div:last-child {
	margin-bottom: 0;
}
.fiche-identification ul > div > div {
	display:flex;
	justify-content: space-between;
}
.fiche-identification ul li {
	display: flex;
	align-items: flex-start; 
	width: calc(100% - 2rem);
	font-size: 0.725rem;
}
.fiche-identification ul li:before {
	content: "\f0c6";
    font: var(--fa-font-thin);
    margin-right:5px;
}
/* Index > ff_resume
   ---------------------------------------------------------------------- */
.fiche-resume {
	display:flex;
	background-color: rgb(243, 243, 248);
	border-radius:5px;
	margin-top:var(--marginTop);
	padding:1rem;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.fiche-resume > div {
	display: grid;
    grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
    grid-template-rows: auto;
    grid-auto-rows: auto;
}
 /* Index > Dropbox-checkbox > 26 Avril 2021
	----------------------------------------------*/
.ui--select-multi {
	position: relative;
	box-sizing:border-box;
	display:inline-block;
	padding-right:10px;
}
.ui--select-multi:first-child {
	padding-left:10px;
}
.ui--select-multi .dropBox {
	display:flex;
	align-items:baseline;
	border:1px solid #979797;
	background-color:#fff !important;
	border-radius:100px;
	justify-content: space-between;
	cursor:pointer;
	padding:8px 5px 8px 20px;
	transition: all 0.3s ease 0s;
}
.ui--select-multi .dropBox.border {
	border:thin solid #aaa;
}
.ui--select-multi .dropBox span {
	font-size:10px;
	text-transform: uppercase;
	font-weight:600;
}
.ui--select-multi .dropBox.selected {
	color:#999999;
}
.ui--select-multi span.selected.border {
	position:relative;
	display:inline-block;
	margin-bottom:-3px;
	padding-bottom:3px;
}
.ui--select-multi span.selected.border::after {
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:100%;
	height:0.0875rem;
	background-color:#666;
	content: ' ';
}
.ui--select-multi svg {
	display:block;
	width:0.7rem;
	height:0.7rem;
	margin-left:1rem;
	margin-right:10px;
	transform: rotate(90deg);
	transition: transform 0.3s ease 0s;
}
.ui--select-multi svg.down {
	transform: rotate(90deg);	
}
.ui--select-multi svg.up {
	transform: rotate(-90deg);	
}
.ui--select-multi .dropBox-content {
	z-index:99;
	max-height:0rem;
	overflow-y:hidden;
	visibility:hidden;
	transition:max-height 0.3s ease 0s, visibility 0s ease 0.3s;
	position:absolute;
	background-color:#fff;
}
.ui--select-multi .dropBox-inner {
	max-height: 30rem;
	overflow-y:auto;
}	
.ui--select-multi ul {
	font-family:Noah;
	padding:2rem;
	display:flex;
	flex-direction:column;
	row-gap:10px;
}
.ui--select-multi li {
	white-space:nowrap;
}
.ui--select-multi .hidden {
	visibility: hidden;
}
.ui--select-multi .show {
	visibility: visible;
}
/* Index > ContextuelMenu
   ========================================================================== */
.ContextualMenu-Callout.hide{
	visibility:hidden;
	opacity:0;
	transition: visibility 0s linear 500ms, opacity 500ms ease;
}
.ContextualMenu-Callout {
	position:fixed;
	max-width:320px;
	overflow:hidden;
	z-index:3;
	background:#fff;
	font-size:14px;
	box-sizing:border-box;
	border-radius:2px;
	box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,0.132), 0 0.6px 1.8px 0 rgba(0,0,0,0.108);
	opacity:1;
	visibility:visible;
}
.calloutMain {
	background-color:#fff;
	min-width:180px;
}
.ContextualMenu-Callout button.contextualMenu-Btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
}
button.contextualMenu-Btn[disabled] div span.FontIcon, button.contextualMenu-Btn[disabled] div span.contextualMenu-label {
	 color:#a19f9d !important;
}
.ContextualMenu-Callout li.contextualMenu-Item {
	font-size: 14px;
	font-weight: 400;
	color: rgb(50, 49, 48);
	position: relative;
	box-sizing: border-box;
}
.ContextualMenu-Callout li.contextualMenu-Item:hover {
	background-color:#efefef;
}
.ContextualMenu-Callout div.contextualMenu-Content {
	white-space:nowrap;
	height:inherit;
	display:flex;
	align-items:center;
	max-width:100%;	
}
.ContextualMenu-Callout span.contextualMenu-label {
	font-weight:400;
	vertical-align:middle;
	padding-left:6px;
	display:inline-block;
	flex-grow:1;
	text-overflow:ellipsis;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space:nowrap;
	font-family:Noah;
	font-size:15px;
	color:rgb(50, 49, 48);
}
.ContextualMenu-Callout span.contextualMenu-CheckMarkIcon {
	width: 16px;
	display: inline-block;
	color: rgb(72, 70, 68);
	min-height: 1px;
	max-height: 36px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	vertical-align: middle;
	flex-shrink: 0;
}
.ContextualMenu-Callout span.contextualMenu-CheckMarkIcon.Hide {
	display: none;
}
.ContextualMenu-Callout span.contextualMenu-Icon {
	display: inline-block;
	color: rgb(0, 120, 212);
	min-height: 1px;
	max-height: 36px;
	font-size: 16px;
	width: 16px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	vertical-align: middle;
	flex-shrink: 0;
}
/* Index > ActionRequise
   ---------------------------------------------------- */
.card-action--requise {
	border-radius:15px;
	width:220px;
	min-width:220px;
	height:220px;
	margin:0 15px 15px 0;
}
.card-action--requise .card-action--inner {
	font-family: Noah;
	padding:2rem;
	display:flex;
	flex-direction:column;
	text-align:center;
	height: 100%;
	box-sizing: border-box;
	cursor:pointer;
	overflow:hidden;
}
.card-action--requise .card-action--inner .card-action--valeur {
	font-size:5.4rem;
	color: var(--status-Valide);
}
.card-action--requise .card-action--inner .card-action--action {
	font-size:1rem;
	text-transform:uppercase;
	color: var(--status-Valide);
}
.card-action--requise .card-action--inner .card-action--valeur.alerte,
.card-action--requise .card-action--inner .card-action--action.alerte {
	color:var(--error-color);
}
.card-action--requise .card-action--inner .card-action--valeur.neutre,
.card-action--requise .card-action--inner .card-action--action.neutre {
	color:var(--gray-6);
}
.order-process--create {
	font-family: Noah Bold;
	font-size:2rem;
	color:var(--gray-7);
}
/* Index > ActionRequise > Tiny
   ---------------------------------------------------- */
.card-action--requise-tiny {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 6px;
    color: #00263c;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    padding: 10px;
    margin: 0 10px 5px 0;
  	border: 1px solid #00263c;
  	width: 140px;
}
.card-action--requise-tiny .card-action--inner-tiny {
	padding:1rem;
	display:flex;
	flex-direction:column;
	text-align:center;
	height: 100%;
	box-sizing: border-box;
}
.card-action--requise-tiny .card-action--inner-tiny .card-action--valeur-tiny {
	font-size:1.2rem;
	color: #00263c;
	font-family:Noah bold;
}
.card-action--requise-tiny .card-action--inner-tiny .card-action--action-tiny {
	font-size: 12px !important;
	display: block;
	width: 100%;
	margin-top: 5px;
	text-transform: uppercase;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.card-action--requise-tiny .card-action--inner-tiny .card-action--valeur-tiny.alerte,
.card-action--requise-tiny .card-action--inner-tiny .card-action--action-tiny.alerte {
	color:var(--error-color);
}
/* -------------------------------------------------------------------------
	27 Janvier 2025 : Selectionné une reservation de porte ouverte
	----------------------------------------------------------------------*/
.reservation_po_selected{
    border: 2px solid var(--blue-7);
    box-shadow: 0 0 3px var(--blue-9); 
}

/* -------------------------------------------------------------------------
	Timeline card recapitulatif transaction salarié
	----------------------------------------------------------------------*/
.timeline-obd {
    position: relative;
    margin-left: 30px;
    padding-left: 20px;
}
.timeline-obd::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -15px;
    width: 3px;
    height: calc(100% + 30px);
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #d0d0d0 15%,
        #d0d0d0 85%,
        transparent 100%
    );
}
.timeline-obd__card {
    position: relative;
    background: white;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.timeline-obd__card::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 1.2rem;
    width: 16px;
    height: 16px;
    background: #3498db;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #3498db;
}
.timeline-obd__title {
    margin: 0 0 0.3rem;
    font-size: 1.1rem;
    font-family: Noah Bold;
}
.timeline-obd__date {
    color: #888;
}
.timeline-obd__badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0.5rem;
}
.timeline-obd__badge--signed {
    background: #2ecc71;
    color: white;
}
.timeline-obd__badge--NOK {
    background: #e74c3c;
    color: white;
}
.timeline-obd__badge--OK {
    background: green;
    color: white;
}
.timeline-obd__badge--rejected {
    background: #e74c3c;
    color: white;
}
.timeline-obd__action {
    margin-top: 1rem;
}

.timeline-obd__button {
    background: #3498db;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.timeline-obd__button:hover {
    background: #2980b9;
}
