/* Index > font-family
========================================================================== */
@font-face {
    font-family: Noah;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Noah-Regular.ttf') format('truetype');
}
@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Noah Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Noah-Bold.ttf') format('truetype'),
    	url('/fonts/Noah-Bold.woff') format('woff');
}
/* Index > CSSvar > root
========================================================================== */
:root {
	--white: #fff;
	--black: #000;
	
	/* gris */
	--gray-0: #f8f9fa;
	--gray-1: #f1f3f5;
	--gray-2: #e9ecef;
	--gray-3: #dee2e6;
	--gray-4: #ced4da;
	--gray-5: #adb5bd;
	--gray-6: #868e96;
	--gray-7: #495057;
	--gray-8: #343a40;
	--gray-9: #212529;
 	--gray-50: #f0f1f3;
	--gray-100: #e0e2e8;
	--gray-200: #c3c6d1;
	--gray-300: #a5abbb;
	--gray-400: #8991a5;
	--gray-500: #6d7790;
	--gray-600: #515e7b;
	--gray-700: #364767;

	/* rouge */
	--red-0: #fff5f5;
	--red-1: #ffe3e3;
	--red-2: #ffc9c9;
	--red-3: #ffa8a8;
	--red-4: #ff8787;
	--red-5: #ff6b6b;
	--red-6: #fa5252;
	--red-7: #f03e3e;
	--red-8: #e03131;
	--red-9: #c92a2a;
 
	/* rose */
	--pink-0: #fff0f6;
	--pink-1: #ffdeeb;
	--pink-2: #fcc2d7;
	--pink-3: #faa2c1;
	--pink-4: #f783ac;
	--pink-5: #f06595;
	--pink-6: #e64980;
	--pink-7: #d6336c;
	--pink-8: #c2255c;
	--pink-9: #a61e4d;
 
	/* violet */
	--grape-0: #f8f0fc;
	--grape-1: #f3d9fa;
	--grape-2: #eebefa;
	--grape-3: #e599f7;
	--grape-4: #da77f2;
	--grape-5: #cc5de8;
	--grape-6: #be4bdb;
	--grape-7: #ae3ec9;
	--grape-8: #9c36b5;
	--grape-9: #862e9c;
 
	/* violet */
	--violet-0: #f3f0ff;
	--violet-1: #e5dbff;
	--violet-2: #d0bfff;
	--violet-3: #b197fc;
	--violet-4: #9775fa;
	--violet-5: #845ef7;
	--violet-6: #7950f2;
 	--violet-7: #7048e8;
 	--violet-8: #6741d9;
 	--violet-9: #5f3dc4;
 
	/* indigo */
 	--indigo-0: #edf2ff;
 	--indigo-1: #dbe4ff;
 	--indigo-2: #bac8ff;
 	--indigo-3: #91a7ff;
 	--indigo-4: #748ffc;
 	--indigo-5: #5c7cfa;
 	--indigo-6: #4c6ef5;
 	--indigo-7: #4263eb;
 	--indigo-8: #3b5bdb;
 	--indigo-9: #364fc7;
 
	/* bleu */
	--blue-0: #e7f5ff;
	--blue-1: #d0ebff;
	--blue-2: #a5d8ff;
	--blue-3: #74c0fc;
	--blue-4: #4dabf7;
	--blue-5: #339af0;
	--blue-6: #228be6;
	--blue-7: #1c7ed6;
	--blue-8: #1971c2;
	--blue-9: #1864ab;
 	--blue-10: #0000FF;
	--blue-11: #0131B4;
	--blue-12: #0000CD;
	--blue-13: #1B019B;
	--blue-14: #00008B;
	--blue-15: #191970;
	--blue-16: #000080;
	--blue-17: #0F056B;
	--blue-18: #03224C;
	--blue-19: #22427C;
	--blue-20: #003366;
	
	/* cyan */
	--cyan-0: #e3fafc;
	--cyan-1: #c5f6fa;
	--cyan-2: #99e9f2;
	--cyan-3: #66d9e8;
	--cyan-4: #3bc9db;
	--cyan-5: #22b8cf;
	--cyan-6: #15aabf;
	--cyan-7: #1098ad;
	--cyan-8: #0c8599;
	--cyan-9: #0b7285;
 
	/* vert */
	--teal-0: #e6fcf5;
	--teal-1: #c3fae8;
	--teal-2: #96f2d7;
	--teal-3: #63e6be;
	--teal-4: #38d9a9;
	--teal-5: #20c997;
	--teal-6: #12b886;
	--teal-7: #0ca678;
	--teal-8: #099268;
	--teal-9: #087f5b;
 
	/* vert */
	--green-0: #ebfbee;
	--green-1: #d3f9d8;
	--green-2: #b2f2bb;
	--green-3: #8ce99a;
	--green-4: #69db7c;
	--green-5: #51cf66;
	--green-6: #40c057;
	--green-7: #37b24d;
	--green-8: #2f9e44;
	--green-9: #2b8a3e;
 
	/* citron */
	 --lime-0: #f4fce3;
	 --lime-1: #e9fac8;
	 --lime-2: #d8f5a2;
	 --lime-3: #c0eb75;
	 --lime-4: #a9e34b;
	 --lime-5: #94d82d;
	 --lime-6: #82c91e;
	 --lime-7: #74b816;
	 --lime-8: #66a80f;
	 --lime-9: #5c940d;
 
  /* jaune */
	--yellow-0: #fff9db;
	--yellow-1: #fff3bf;
	--yellow-2: #ffec99;
	--yellow-3: #ffe066;
	--yellow-4: #ffd43b;
	--yellow-5: #fcc419;
	--yellow-6: #fab005;
	--yellow-7: #f59f00;
	--yellow-8: #f08c00;
	--yellow-9: #e67700;
	 
 	 /* orange */
	--orange-0: #fff4e6;
	--orange-1: #ffe8cc;
	--orange-2: #ffd8a8;
	--orange-3: #ffc078;
	--orange-4: #ffa94d;
	--orange-5: #ff922b;
	--orange-6: #fd7e14;
	--orange-7: #f76707;
	--orange-8: #e8590c;
	--orange-9: #d9480f;
/* Index > CSSvar > Application-status
========================================================================== */
	--status-Redaction:#a632db;
	--status-ToDo:#3cb500;
	--status-A_Faire:var(--status-ToDo);
	--status-Validation_RH:var(--status-Signee_salarie);
	--status-validrh:var(--status-Signee_salarie);
	--status-Demande:var(--status-Redaction);
	--status-soumission:var(--status-Redaction);
	--status-formsaisi:var(--status-Rapprochee);
	--status-importeyp:var(--status-demandmgr);
	--status-Documents:var(--status-Rapprochee);
	--status-Demande_validation:pink;
	--status-Validation_Manager:#33A22B;
	--status-Validee_Manager:#33A22B;
	--status-Validation_MA:#81C784;
	--status-Validee_MA:#81C784;
	--status-Valide:var(--green-7);
	--status-Cloture:#3cb500;
	--status-Cloturee:#3cb500;
	--status-Envoi_Mail:#fad900;
	--status-Validation_Compta:#ee645c;
	--status-Integree_sage:#fad900;
	--status-Litige:#ee645c;
	--status-Stand-By:#fad900;
    --status-pending:var(--status-standby);
    --status-reject:var(--status-refus);
	--status-Mis_en_paiement:#fad900;
	--status-Analytique:#cccccc;
	--status-Receptionnee:#ff7f0f;
	--status-Initialisation:var(--status-Redaction);
	--status-Transmis:#ff7f0f;
	--status-Mise_en_oeuvre:#ff7f0f;
	--status-Rapprochee:#ccccff;
	--status-Signee_salarie:#eacca0;
	--status-Basculee_au_PDF:var(--status-Signee_salarie);
	--status-Confirme:#00c2e0;
	--status-Validee_RH:var(--status-Confirme);
	--status-DoIng:#fad900;
	--status-Import:var(--status-Demande_validation);
	--status-Archive:#ee645c;
	--status-a:var(--status-Archive);
	--status-Prise_en_charge:var(--violet-5);
	--status-Exterieur:#a632db;
	/* Index > Variables > Application entretien alternance
   ========================================================================== */
   --status-entretiensaisi:#74c2e3;
   --status-avissaisi:#d5aee8;
   --status-avistransmis:#4fc26e;
	/* Index > Variables > Application délégation manager
   ========================================================================== */
   --status-actif:#4fc26e;
   --status-inactif:#c7c7c7;
   --status-expired:#5a5c5c;
	/* Index > Variables > Application demande équipement
   ========================================================================== */
   	--status-demandmgr:pink;
	--status-refus:var(--status-Cancel);
	--status-standby:#ccccff;
	--status-validmgr:#33A22B;
	--status-validerh:#33A22B;
	--status-prisencharge:#a632db;
	--status-completed:#ff7f0f;
	--status-closed:#fad900;
	
	/* Index > Variables > charte-UIMM
   ========================================================================== */
	--charte-uimm-logo-rouge:#E33434;
	--charte-uimm-logo-bleu-haut:#2D5A6B;
	--charte-uimm-logo-bleu-middle:#006399;
	--charte-uimm-bleu:#4e9cc8;
	--charte-uimm-turquoise:#00add0;
	--charte-uimm-bleu-duck:#4cb0bd;
	--charte-uimm-aigue:#b2cccc;
	--charte-uimm-gris:#eee;
	--charte-uimm-footer:#474747;
	--hermes:#fdf8f2;
	--error-color:var(--pink-8);
	--scrollbar: hsla(0,0%,0%,0.2);
	
	/* Index > Variables > Hub-Amelioration-continue
   ========================================================================== */
	--status-Close:var(--charte-uimm-logo-bleu-middle);
	--status-Cancel:var(--charte-uimm-logo-rouge);
	
	/* Index > Variables > Dossier-reception
   ========================================================================== */
	--status-Pret_pour_facturation:pink;
    --status-Dossier_invalide:var(--charte-uimm-logo-rouge);
    --status-Original_emargement:var(--status-Receptionnee);
    
    --page-title:#14438b;
    --searchBoxWidth:420px;
    
    --capsule-background:var(--gray-4);
	--capsule-margin: 0 0 0 0;
	--capsule-color: #fff;
	
    /* Index > Variables > card-tag-text
   ========================================================================== */
   --card-shadow-width:8px;
   --card-background:#ffd43b;
   --card-text-color:#183153;
   --card-border-radius:.875rem;
   --card-box-shadow:0 var(--card-shadow-width) 0 var(--card-border-color);
   --card-box-shadow-button:0 var(--card-shadow-width) 0 var(--fieldset-legend--background);
   --card-text-align:center;
   --card-border-width:1px;
   --card-border-color:rgb(24, 49, 83);
   --card-margin-bottom:10px;
   --card-padding:1rem;
   --card-font-color:inherit;
    /* Documents Download 
   ========================================================================== */
   --vcard-wrapper-background:white;
   --vcard-document-background:#052962;
   --vcard-document-padding:0;
   --vcard-document-color:white;
   /* Avatar 
   ========================================================================== */
   --avatar-width:28px;
   --avatar-height:28px;
   
 	/* font-weights */
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	
	/* line heights */
	--line-height-0: 0;
	--line-height-base: 1.5;
	--line-height-sm: 1.25;
	--line-height-1: 1;
	--line-height-normalize: 1.15;
	--line-height-lg: 1.6;
	--line-height-xs: 1.8;
	--line-height-2xs: 2;

	/* letter-spacing */
	--letter-spacing-0: 0;
	--letter-spacing-base: var(--letter-spacing-base);
	--letter-spacing-lg: 0.025em;
	--letter-spacing-xl: 0.05em;
	--letter-spacing-2xl: 0.1em;
	--letter-spacing-3xl: 0.25em;
	
	/* espacement */
	--spacing-base: 1em;
	--spacing-0: 0;
	--spacing-1: calc(var(--spacing-base) * 1 / 16);
	--spacing-1px: 1px;
	--spacing-7xs: calc(var(--spacing-base) * 1 / 16);
	--spacing-6xs: calc(var(--spacing-base) * 2 / 16);
	--spacing-5xs: calc(var(--spacing-base) * 3 / 16);
	--spacing-4xs: calc(var(--spacing-base) * 4 / 16);
	--spacing-3xs: calc(var(--spacing-base) * 6 / 16);
	--spacing-2xs: calc(var(--spacing-base) * 8 / 16);
	--spacing-xs: calc(var(--spacing-base) * 10 / 16);
	--spacing-sm: calc(var(--spacing-base) * 12 / 16);
	--spacing-md: calc(var(--spacing-base) * 1);
	--spacing-lg: calc(var(--spacing-base) * 1.25);
	--spacing-xl: calc(var(--spacing-base) * 1.5);
	--spacing-2xl: calc(var(--spacing-base) * 2);
	--spacing-3xl: calc(var(--spacing-base) * 2.5);
	--spacing-4xl: calc(var(--spacing-base) * 3);
	--spacing-5xl: calc(var(--spacing-base) * 4);
	--spacing-6xl: calc(var(--spacing-base) * 5);
	--spacing-7xl: calc(var(--spacing-base) * 6);
	--spacing-8xl: calc(var(--spacing-base) * 8);
	--spacing-9xl: calc(var(--spacing-base) * 10);
	--spacing-10xl: calc(var(--spacing-base) * 12);
	--spacing-11xl: calc(var(--spacing-base) * 16);
	--spacing-12xl: calc(var(--spacing-base) * 20);
	
	/* screen */
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	
	--top--primary-menu: 106px;
	--top--secondary-menu: 138px;
	--header-height: 2.15rem;
	--header-height--sticky: 4rem;
	--header-height-pae: 60px;
	--largeur-progressive-donut:150px;
	--chart-gain-or-loss--height_barre:18px;
	--LeftSideMenuOpen: 220px;
	--LeftSideVoitureMenuOpen: 360px;
  	--LeftSideMenuClose : 48px;
  
	/* inline variable style */
	--marginTop:var(--spacing-xs);
	--marginBottom:var(--spacing-xs);
	--repeat-number: 2;
	--jour-semaine: 5;
	--template-columns:repeat(var(--repeat-number), 1fr);
	--gap-spacing:var(--spacing-xs);
	--size_titre: var(--font-size-3xl);
	--color-nodata:rgb(0, 97, 121);

	/* Application Achat */
	--status-Actif:var(--status-ToDo);
	--status-Radie:var(--red-9);
	--status-Creation_CT:var(--pink-4);
	--status-Validation:var(--orange-4);
	--status-Non_Approuve:var(--pink-6);
	
	--fieldset-legend--background:var(--blue-8);
	/* ff_smart_table + colonne Action vide */
	--icon-disabled-color: #ccc;
}
/* 
	Index > general-dispositions 
 ------------------------------------- */
html {
	font-family: Noah,arial,Helvetica,sans-serif;
	box-sizing: border-box;
	height:100%;
	-webkit-text-size-adjust: 100%;
	line-height: var(--line-height-normalize);
}
body {
    margin:0;
    padding:0;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul {
	list-style:none;
	margin: 0;
	padding:0;
}
p,form {
	margin: 0;
	padding:0;
}
h1, h2, h3{
	margin: 1rem 0 1rem 0;
}
h4, h5,h6{
	margin: 10px 0 1rem 0;
}
.revamp-prevent-scroll {
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
}
@media print {
	body, #main {
		color:#000;
	}
	#globalheader, #directorynav {
		display:none;
	}
	fieldset legend {
    	all:initial;
    }
}
* ::before, * ::after {
	box-sizing:inherit;
	outline:none;
}
label[for] {
	cursor: pointer;
}
input::placeholder {
  color: #979797;
}
td[data-editable="true"] {
    cursor: text;
}
td[data-editable="true"]:hover {
    cursor: text;
    background-color: #f3f3f3;
}
.container--showhidden { 
	transition: height 0.5s ease; 
	overflow: hidden; 
}
/* -------------------------------------------------------
	Index > calendar
 ---------------------------------------------------------*/
/* Pseudo-élément pour remplacer l'icône de calendrier par défaut */
.custom-date-container::after {
	content: "\f073"; 
    font-family: "Font Awesome 6 Pro";
    font-weight:100;
    font-size:1.6rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: white; /* Astuce pour masquer l'icone par défaut du navigateur */
    z-index:3;
}
.custom-time-container::after {
	content: "h"; 
    font-family: "Noah";
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: white; /* Astuce pour masquer l'icone par défaut du navigateur */
    z-index:3;
}
.custom-time-container:has(input:invalid)::after{
	content: "";
}
/* Chrome / Edge / Safari */
.UI-Date--custom::-webkit-calendar-picker-indicator {
  opacity: 0 !important;          /* cache l’icône native */
  display: none !important;
}
/* Firefox */
.UI-Date--custom {
  width: 0;
  border:0;                /* standard */
  -moz-appearance: textfield;      /* Firefox: retire les ornementations natives */
  background-image: none;          /* par sécurité */
}
/* -------------------------------------------------------
	Index > combo-International
 ---------------------------------------------------------*/
.iti__flag {
	background-image: url('/scripts/intl-tel-input/img/flags.webp');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
  		background-image: url('/scripts/intl-tel-input/img/flags@2x.webp');
  	}
}
/* 
	Index > Loading-animation
 ---------------------------------------------------------*/
.custom-loader {
    width: 15rem;
    height: 2rem;
    margin:15px 0;
    position: relative;
}
@keyframes loading-dots {
 10% {
  transform:translateX(0);
 }
 45% {
  transform:translateX(13rem);
 }
 65% {
  transform:translateX(13rem);
 }
 to {
  transform:translateX(0);
 }
}
.custom-loader__item {
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
	animation:loading-dots 3s infinite ease-in-out;
	animation-timing-function:cubic-bezier(.45,1.1,.75,.95);
    position: absolute;
    background-color: #00add0;
    z-index: 1;
}   
.custom-loader__item:first-child {
    border-radius: 100%;
    width: 2.0625rem;
    height: 2.0625rem;
    background-color: #ca005d;
    z-index: 3;
}
.custom-loader__item:nth-child(2) {
    opacity: .2;
    animation-delay: .18s;
}
.custom-loader__item:nth-child(3) {
    animation-delay: .2s;
}
.custom-loader__item:nth-child(4) {
    opacity: .2;
    animation-delay: .38s;
}
.custom-loader__item:nth-child(5) {
    animation-delay: .4s;
} 
.container__no-data {
	display:flex;
	align-items: center;
	flex-direction:column;
	max-width:32rem;
	margin:auto;
	padding:1rem 0;
	color:var(--color-nodata);
}
.container__no-data p:nth-of-type(1) {
	margin:1rem auto 0 auto;
	font-weight: 600;
	font-style: italic;
	font-size: 1.075rem;
}
.container__no-data p:nth-of-type(2) {
	margin:10px 0;
	line-height: 1.375rem;
	text-align:center;
}
/* 
	Index > general layout disposition
   ========================================================================== */
.root {
	display: flex;
	flex:1;
	overflow:hidden;
	position:relative;
	z-index:0;
	height: 100%;
	width:100%;
	box-sizing:border-box;
}
.root--scrollable {
  overflow: visible;
  flex: 1 1 auto;
  height: auto;
}
.viewport {
	flex: 1 1 0%;
	display:flex;
	flex-direction:column;
	height: 100%;
	position: relative;
	max-width:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.viewport-child {
	overflow:auto;
	flex:1 1 0%;
	padding-top: 0px;
	padding-right: 48px;
	padding-bottom: 0px;
	padding-left: 48px;
	width:calc(100% - (2*48px));
	position:relative;
	scroll-behavior:smooth;
	scrollbar-width: none; /* For Firefox */
}
.viewport-child::-webkit-scrollbar {
      display: none; /* For Chrome, Safari, and Opera */
}
.blur-background {
    filter: blur(8px);
    pointer-events: none; /* Empêche l'interaction avec les éléments en arrière-plan */
}
/* 
	Event json message
 ---------------------------------------------------------*/
.event-message {
	position: fixed;
    top: 0;
    right: -300px;
    z-index: 2147483647;
    transition: opacity 500ms, height 500ms;
    overflow: hidden;
    border-radius: 3px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    transition: right 0.5s ease-out, opacity 0.5s ease-out;
}
.event-message.show {
	right: 10%;
	height: auto;
    opacity: 1;
}
.event-message.hide {
	right: -300px;
	height:auto;
    opacity:0;
    transition: right 0.5s ease-in, opacity 0.5s ease-in;
}
.event-message-child {
	border-radius: 5px;	
	overflow:hidden;
	padding:calc(1rem - 2px);
	border:2px solid #eee !important;
	position:relative;
}
.event-message-progressbar{
	transition:width 8s linear;
	width:100%;
	height:5px;
	position: absolute;
	left:0;
	bottom:0;
}
.event-message-close{
	position:absolute;
	top:7px;
	right:9px;
	font-size:1rem;
	cursor:pointer;
	color:#fff;
}
/* 
	Index > SideMenu
 ---------------------------------------------------------------------- */
.LeftNavigationSideMenu {
	position: relative;
	z-index: 1;
	display:flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	height: 100%;
	background-color: rgb(233, 233, 233);
}
.NavWrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
}
.navContainer {
	width: var(--LeftSideMenuOpen);
	color: rgb(50, 49, 48);
	transition-property: width;
	transition-duration: 0.2s;
	font-family: Noah;
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	margin-right: 0px;
	margin-left: 0px;
	height: calc(100% - 40px);
}
.navContainer::-webkit-scrollbar {
  display: none; 
}
.navContainer ul li:hover{
	background:#ccc;
}
.iconContainer .LeftNavigationIcon {
	font-size:initial;
	transition: color 0.3s ease, transform 0.3s ease;
}
.iconContainer .LeftNavigationIcon[class*="fa-check"] {
    color: #28a745;
    transform: scale(1.2);
    font-weight:600;
}
.navLink {
	outline-color: transparent;
	position: relative;
	min-height: 40px;
	font-family: Noah;
	color: var(--gray-7);
	text-decoration: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: inherit;
	height: 40px;
}
.iconContainer {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 48px;
	align-items: center;
	justify-content: center;
	position:relative;
}
.NavWrapper div[data-value=ToggleNavCollapse]:hover {
	background-color: rgb(210, 210, 210);
}
.iconContainer[data-expanded=false]::before {
	content: " ";
	position: absolute;
	left: 4px;
	width: 4px;
	height: 24px;
	background-color: rgb(0, 120, 212);
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-property: opacity;
}
.iconContainer[data-expanded=true]::before {
	content: " ";
	position: absolute;
	left: 4px;
	width: 4px;
	height: 24px;
	background-color: rgb(0, 120, 212);
	opacity: 1;
	transition-duration: 300ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-property: opacity;
}
.iconContainer.Submenu[data-expanded=true]::before {
	left: 2rem;
}
.navGroupDivider {
	display: block;
	position: relative;
	height: 16px;
	text-align: center;
}
.navGroupDivider::after {
	content: " ";
	width: calc(100% - 32px);
	position: absolute;
	height: 1px;
	top: 10px;
	left: 16px;
	background-color: rgb(200, 200, 200);
}
.navLink .text, .MenuNavLink .text {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: var(--gray-7);
	pointer-events: none;
	font-family: Noah;
}
.BtnExpandedMenu {
  	display: flex;
  	flex-grow: 0;
  	flex-shrink: 0;
  	flex-basis: 48px;
  	align-items: center;
  	justify-content: center;
  	min-height: 40px;
}
.wrapper_item_label_show{
	display: unset;
	cursor: pointer;
}
.wrapper_item_label_hide{
	display: none;
}
/* Index > SideMenu > sous-menus
 ---------------------------------------------------------------------- */
.MenuNavLink {
	font-weight: 400;
	position: relative;
	min-height: 40px;
	color: var(--gray-7);
	text-decoration: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: inherit;
	height: 40px;
}
.SecondaryIcon {
	display: inline-block;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-property: transform;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 48px;
	color: var(--gray-7);
}
.SecondaryIcon.Down {
	transform: rotate(0deg);
}
.SecondaryIcon.Up {
	transform: rotate(-180deg);
}
.SecondaryIcon:after {
	font: var(--fa-font-light);
	content:"\f078";	
	font-size: 14px;
	color: rgb(50, 49, 48);
}
 .nestedNavLinkWrapper-Hide {
 	display:none;
 }
 .nestedNavLinkWrapper-Show {
	animation-name: css-0, css-13;
	animation-duration: 0.367s;
	animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
	animation-fill-mode: both;
 }
.nestedNavLinkWrapper-Show ul li div a.navLink {
  	height:32px;
  	min-height:32px;
}
/* 
	Index > screen
 ---------------------------------------------------------------------- */
w-screen {
  width: 100vw !important;
}
.h-screen {
  height: 100vh !important;
}
/*
	Index > home-modale 
 ---------------------------------------------------------------------- */
.modal-titre {
	width:100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-bottom:10px;
}
.modal-titre span {
	font-family: Noah bold;
  	font-size: 1.2rem;
  	color: #00263c;
}
.modal-titre i {
	margin-right:10px;
}
.modal {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 11000;
}
.modal-standard {
	overflow: auto;
	padding: 54px 0;
	background:rgba(0, 0, 0, 0.62);
}
.modal-open {
	display:block;
}
.modal-close {
	display:none;
}
.modal-standard .content-table {
	display:table;
	width:100%;
	height:100%;
}
.modal-standard .content-cell {
	display:table-cell;
	vertical-align:middle;
}
@media only screen and (min-width: 992px) {
	.modal-standard .content-wrapper {
		margin-left:auto;
		margin-right:auto;
		width:692px;
		backface-visibility: hidden;
	}
}
@media only screen and (min-width: 368px) and (max-device-width: 480px){
	.modal-standard .content-wrapper {
		margin-left:auto;
		margin-right:auto;
		backface-visibility: hidden;
	}
}
.modal-standard .content-wrapper.md-hidden-effetscale {
	visibility:hidden;
}
.modal-standard .content-padding {
	background:#1d1d1f;
	border-radius:15px;
	max-width:100vw;
	position:relative;
	padding: 40px 10%;
	transition: all 0.3s;
	transform: scale(1);
	opacity: 1;
}
.md-hidden-effetscale .content-padding {
	transform: scale(0.7);
	transition: all 0.3s;
	opacity:0;
}
.modal-standard .session-modal-title {
	font-size:28px;
	font-weight:600;
	letter-spacing: .007em;
	padding:15px 0;
	margin:0;
	text-align:center;
	color:#f5f5f7;
}
.modal-standard .session-modal-desc {
	margin-top:10px;
	text-align:center;
	color:#fff;
	font-size:20px;
}
/*
	Index > Section > Header 
 ---------------------------------------------------------*/
.section_head {
	display:flex;
	align-items:center;
	justify-content:space-between;
	color: var(--card-border-color);
	padding: 10px 1.15rem;
	border: 1px solid var(--card-border-color);
	margin:2px 1px 10px 1px;
	border-radius:.25rem;
	position:relative;
	z-index:2;
}
.section_head.primo {
	background-color: #def8ff;
}
.section_head.secondo {
	background-color:rgb(163, 230, 251);
}
.section_head.tertio {
	background-color:transparent;
}
.section_head p {
	font-family: Noah Bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.25rem;
	text-transform:uppercase;
}
/* 
	Index > Application > Titre
 ---------------------------------------------------------*/
header.apps_fixedhead {
	position:sticky;
	left:0;
	right:0;
	top:var(--top--primary-menu);
	width:100%;
	z-index:3;
	box-shadow: 0 0 0 rgba(0,40,100,0);
	background-color:#03314c;	
}
header.apps_fixedhead > div:first-child {
	padding:8px 10px;
}	
header.apps_fixedhead .FixHeadTitre {
	font-family:Noah Bold;
	color: #fff;
}
/* Index > Sidebar
 ---------------------------------------------------------*/
.user-menu {
	z-index:2;
	position:fixed;
	top:var(--top--primary-menu);
	bottom:0;
	width:400px;
	right:-400px;
	overflow:hidden;
	border-left:1px solid var(--color-ui-gray-base);
	background:white;
	transition: all 0.5s cubic-bezier(0.565,1.65,0.765,0.88);
}
.user-menu.nav-user-show {
	-webkit-transform:translate3d(-400px, 0 , 0);
	transform:translate3d(-400px, 0 , 0);
}
/* Index > Sidemenu > Animation > Février 2022
 ----------------------------------------------- */
 @keyframes slideInFromRight {
  0% {
    transform: translate(100%);
  }

  100% {
    transform: none;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: none;
  }

  100% {
    transform: translate(100%);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
.UIBackdrop-root {
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	z-index:100;
	position:fixed;
	align-items:center;
	justify-content:center;
	background-color:rgb(0, 0, 0, 0.7);
	pointer-events: auto;
	display:none;
	transition:opacity 400ms ease;
	opacity:0;
}
.UISideMenu-root--right {
	position:fixed;
	overflow-y:hidden;
	bottom:0;
	right:0;
	background:white;
	box-shadow: 1px 10px 20px 5px rgba(0,0,0,.28);
	display:flex;
	flex-direction:column;
	z-index:1301;
	box-sizing:border-box;
	transition: transform 300ms ease;
}
.UISideMenu-root--right.show {
	visibility:visible;
	opacity:1;
	transform: none; /*Correction du bug où le sidemenu se bloquait durant la transformation : slideInFromRight 300ms ease;*/
}
.UISideMenu-root--right.hidden {
	transform: translate(100%);
}
.UISideMenu {
	position:relative;
	display:flex;
	flex-direction:column;
	flex:1 0 auto;
	box-sizing:inherit;
	overflow:hidden;
	margin: 0 auto;
	height:100%;
	z-index:101;
}
.UISideMenuHeader {
	box-sizing:border-box;
	position: sticky;
	top:0;
	padding:1rem;
	border-bottom:1px solid #ebebeb;
	height:4.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.UISideMenuMain {
	flex-grow:1;
	flex-shrink:1;
	flex-basis:0%;
	padding: 1rem;
}
.UISideMenuFooter {
  	min-height: 62.8px;
  	box-sizing: border-box;
	bottom:0;
	padding:16px 16px 10px 16px;
	flex-grow:0;
	border-top:1px solid #d5d5d5;
}
.UISideMenuHeader > .sidemenu_titre {
	width:calc(100% - 60px);
	margin-right:auto;
} 
.UISideMenuHeader > .sidemenu_titre p {
	font-family: Noah Bold;
	text-transform: uppercase;
	font-size:14px;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.UISideMenuInner {
	display:flex;
	flex-direction: column;
	height:calc(100% - 4.5rem);
	overflow-y:auto;
}
.eventFadeIn {
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.eventFadeIn.visible {
	transform: scaleY(1);
  	opacity: 1;
   	visibility: visible;
}
/* 
	Index > svg
 -----------------------------------------------*/
svg.svgcross-thin {
    cursor: pointer;
    height: .75rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: .75rem;
}
/* Index > tooltip
   --------------------------------------------- */
[data-tooltip][aria-description] {
  position: relative;
}
[data-tooltip][aria-description]::before, [data-tooltip][aria-description]::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  transition: opacity 0.15s ease-in-out, visibility 0s 0.15s ease-in-out;
  visibility: hidden;
}
[data-tooltip][aria-description]::before {
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  transform: translateX(-50%) translateY(calc(-100% + 1px));
  width: 0;
  z-index: 1;
}
[data-tooltip][aria-description]::after {
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  content: attr(aria-description);
  font-family:Noah;
  text-transform: none;
  font-size: .825rem;
  padding: 0.5em 0.75em;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
  z-index: 999;
}
[data-tooltip][aria-description]:hover::before, [data-tooltip][aria-description]:hover::after {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  visibility: visible;
}
[data-tooltip][aria-description][data-tooltip-position=top]::before, [data-tooltip][aria-description][data-tooltip-position=top]::after {
  bottom: calc(100% + 0.5rem);
  top: auto;
}
[data-tooltip][aria-description][data-tooltip-position=top]::before {
  transform: translateX(-50%) translateY(calc(100% - 1px)) rotateZ(180deg);
}
[data-tooltip][aria-description][data-tooltip-position=left]::before, [data-tooltip][aria-description][data-tooltip-position=left]::after {
  left: 0;
  top: 50%;
}
[data-tooltip][aria-description][data-tooltip-position=left]::before {
  transform: translateX(calc(-100% - 1px)) translateY(-50%) rotateZ(90deg);
}
[data-tooltip][aria-description][data-tooltip-position=left]::after {
  transform: translateX(calc(-100% - 0.5rem + 4px)) translateY(-50%);
}
[data-tooltip][aria-description][data-tooltip-position=right]::before, [data-tooltip][aria-description][data-tooltip-position=right]::after {
  left: auto;
  right: 0;
  top: 50%;
}
[data-tooltip][aria-description][data-tooltip-position=right]::before {
  transform: translateX(100%) translateY(-50%) rotateZ(270deg);
}
[data-tooltip][aria-description][data-tooltip-position=right]::after {
  transform: translateX(calc(100% + 0.5rem)) translateY(-50%);
}
@media (hover: none) {
  [data-tooltip][aria-description]::before, [data-tooltip][aria-description]::after {
    content: none;
  }
}
/* Index > DOM-tooltip
   --------------------------------------------- */
.Mytooltip {
	position:absolute;
	z-index:1302;
	top:auto;
	left:0;
	max-width:300px;
	background:#222;
	padding:10px;
	font-size:.815rem;
	color:#fff;
	opacity:0;
	transition: opacity .5s, transform .5s;
	transform: rotateX(90deg);
}
.Mytooltip:after {
	content:'';
	position:absolute;
	bottom:100%;
	left:50%;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #222;
}
.Mytooltip.visible {
	opacity:1;
	border-radius:3px;
	transform: rotateX(0);
}
/* Index > DOM-tooltip-alternative
   --------------------------------------------- */
td[data-htmltooltip] {
    position: relative;
    cursor: help;
}
.HTMLtooltip {
	position:absolute;
	z-index:100;
	top:auto;
	left:0;
	max-width:300px;
	background:#fff;
	padding:10px;
	overflow-y:auto;
	font-size:.815rem;
	color:gray;
	opacity:0;
	transition: opacity .5s, transform .5s;
	transform: rotateX(90deg);
	box-shadow:0 0 16px 0 rgba(42,42,42,0.5);
}
.HTMLtooltip:after {
	content:'';
	z-index:100;
	position:absolute;
	background-color: #fff;
	bottom:100%;
	right:100%;
	border-top: 1.5625rem solid transparent;
	border-bottom: 1.5625rem solid transparent;
	border-right: 1.5625rem solid #ccc;
}
.HTMLtooltip:before {
	content:'';
	z-index:100;
	position:absolute;
	bottom:100%;
	right:100%;
	border-top: 1.5rem solid transparent;
	border-bottom: 1.5rem solid transparent;
	border-right: 1.5rem solid #fff;
}
.HTMLtooltip.visible {
	opacity:1;
	border-radius:8px;
	transform: rotateX(0);
}
/* Index > ShowHidden
   ========================================================================== */
.Collapse {
	height:0;
	overflow:hidden;
}   
.Collapse.hidden {
	visibility:hidden;
	transition: height 500ms ease-out;
}  
.Collapse.show {
	height:auto;
	overflow:visible;
	transition: height 500ms ease-out;
}
/* -----------------------------------------------------
	Août 2017 : bouton changement sections inside titre  
 -------------------------------------------------------*/
.mode-toolbar {
	display:flex;
	align-items:center;
}
.mode-toolbar .toggle-mode {
   	display: flex;
   	justify-content: center;
   	border-radius: 100%;
   	width: 1.8rem;
   	height: 1.8rem;
   	background-color: var(--blue-9);
	padding:0;
	margin:0 1px;
	box-shadow: none;
	border:1px solid var(--charte-uimm-gris);
}
.mode-toolbar .toggle-mode.active {
	border-color:var(--charte-uimm-gris);
	background-color:var(--charte-uimm-gris);
}
.mode-toolbar .toggle-mode span {
   font-size:1.1rem;
   line-height:28px;
   color:#ccc;
}
.mode-toolbar .toggle-mode.active span {
	color:#666;
}
/* Index > Homepage > error-msg
   ========================================================================== */
.UI-HelperText.homepage span {
	color:var(--red-6);
}
/* Index > Menus > niveau 1
   ========================================================================== */
.globalnav__content {
	position:relative;
	height:62px;
	background:#0085C3;
}
.globalnav__content .globalnav__list {
	display:flex;
	max-width:860px;
	height: 100%;
	align-items:center;
}
.globalnav__content .TabNiv1 {
	padding:0 10px;
	position:relative;
	font-size:1.25rem;
	white-space:nowrap;
	height:100%;
	text-align:center;
}
.globalnav__content .TabNiv1:first-child, .globalnav__content .TabSelectedNiv1:first-child {
	padding-left:10px;
	background:#0085C3;
}
.globalnav__content .TabNiv1 svg, .globalnav__content .TabSelectedNiv1 svg {
	fill:#fff;
	margin-top:17px
}
.globalnav__content .TabSelectedNiv1 {
	padding:0 10px;
	position:relative;
	font-size:1.25rem;
	height:100%;
	white-space:nowrap;
	text-align:center;
}
.globalnav__content .globalnav__list .TabSelectedNiv1 span {
	color:#08c;
	background-color: #eee;
	border-radius: 45px;
	padding: 6px 12px;
	line-height:62px;
}
.globalnav__content .TabNiv1 span {
	color:#fff;
	line-height:62px;
}
.globalnav__content .TabNiv1 a.tablink:hover {
    cursor: pointer;
}
.globalnav__content .TabNiv1 a.tablink {
	display:block;
	height:100%;
    text-decoration:none;
   	color:#fff;
	line-height:62px;
}
.globalnav__content .TabSelectedNiv1 a.tablink {
	display:block;
	height:100%;
    text-decoration:none;
	line-height:62px;
}
.global__main {
	display:flex;
	flex-direction:column;
	height:100%;
	box-sizing:border-box;
}
.global__main.primary {
	padding-top: var(--top--primary-menu);
}
.global__main.secondary {
	padding-top: var(--top--secondary-menu);
}
.globalnav {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:9999;
	display:block;
	margin:0;
	width:100%;
}
.globalnav.primary {
	height: var(--top--primary-menu);
}
.globalnav.secondary {
	height: var(--top--secondary-menu);
}
/* Index > Menus > niveau2
   ========================================================================== */
.globalnav__menu2 {
	background:#eee;
	height:44px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.globalnav__menu2 .username-infos {
	display:flex;
	align-items:center;
	margin-right:106px;
	margin-left:auto
}
.globalnav__menu2 .username-infos i {
	color:#cc0000;
	margin-right:1rem;
}
.globalnav__menu2 .username-infos > div:first-of-type {
	position:relative;
	margin:0 1rem;
}
.globalnav_menu2-inside {
	display:flex;
	align-items:center;
	margin-left:6px;
	font-size:1.1rem;
}
.globalnav_menu2-inside .menuH2off, .globalnav_menu2-inside .menuH2on {
	white-space: nowrap;
	padding-left: 8px;
}
.globalnav_menu2-inside .menuH2off::after, .globalnav_menu2-inside .menuH2on::after {
	height: 14px; 
	padding-right: 8px;
	vertical-align:-2px;
	border-right:1px solid #0085C3;
	content:'';
	display:inline-block;
}
.globalnav_menu2-inside .menuH2off:last-of-type::after {
	border-right:none;
	padding-right:0;
}
.globalnav_menu2-inside .menuH2on:last-of-type::after {
	border-right:none;
	padding-right:0;
}
.globalnav_menu2-inside a.menulink {
	color: #0085c3;
	text-decoration: none;
}
.globalnav_menu2-inside .menuH2on a.menulink {
	font-weight:700;	
}
/* Index > Menus > niveau3
   ========================================================================== */
.groupmenu {
	background:#999;
	height:32px;
	width:100%;
	display:flex;
	align-items:center;
}
.groupmenu .ff-nh-groupmenu {
	white-space: nowrap;
	text-transform:uppercase;
	padding-left: 8px;
}
.groupmenu .ff-nh-groupmenu::after {
	height: 12px; 
	padding-right: 8px;
	vertical-align:-2px;
	border-right:1px solid #ccc;
	content:'';
	display:inline-block;
}
.groupmenu .ff-nh-groupmenu:last-of-type::after {
	border-right:none;
	padding-right:0;
}
.groupmenu span.ff-groupmenu-selected {
	font-size:11px;
	font-weight:700;
	color: #fff; 
}
.groupmenu a.ff-groupmenu:link {
	text-decoration: none;
	position:relative;
}
.groupmenu a.ff-groupmenu span {
	font-size:11px;
	color: #fff; 
}
.groupmenu a.ff-groupmenu span.active::after {
	position: absolute;
	left: 0px;
	display: block;
	width: 100%;
	height: 0.05rem;
	background-color: #fff;
	transform-origin: 50% 0px 0px;
	transition: all 1s ease-in-out;
	content: " ";
}
.groupmenu a:focus.ff-groupmenu span::after {
	transform:scale(1);
}
/* 
 	Index > Misc
	---------------------------------------*/
.csecmod_C_normal,.csecmod_V_normal,.csecmod_L_normal,.csecmod_M_normal
{
	background-color: inherit;
	text-decoration: none;
}
.csecmod_C_selected,.csecmod_V_selected,.csecmod_L_selected,.csecmod_M_selected
{
	background-color: #ffffff;
	text-decoration: underline;
}
.day_off {
	background-color:#eeeeee;	
	border: 1px solid #dddddd;
}	
.hour_off {
	background-color:#eeeebb;
}
.celluts {
	border:1px solid #000000;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	font-size : x-small;
}
/* Index > AssistText > Février 2017
	----------------------------------------------*/
.chosen-drop {
	z-index:1010;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:22rem;
	min-height:3rem;
	white-space:nowrap;
	transition: transform 0.5s ease-in-out;
	transform-origin : top left;
	box-sizing:border-box;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.chosen-drop ul li {
	font-size: 12px;
	text-align:left;
	padding: 10px;
	display: list-item;
	cursor: pointer;
	line-height: 1.5;
	color:#051039; 
	word-wrap: break-word;
}
.chosen-drop li:hover:not(.navCaption) {
    background-color: #e8e5e5;
}
.chosen-drop li.selected, .chosen-results li.selected {
	background-color: #e8e5e5;
}	
/*
.chosen-drop ul li:not(:last-child) {
	border-bottom: 0.15rem solid #e8e5e5;
}*/
.chosen-drop li .result-selected {
	color:#ccc;
}
.chosen-drop .section-title {
	font-family: Noah Bold;
  	color: #4F4F4F;
  	text-transform:uppercase;
  	font-size:10px;
  	margin:5px 0 5px 1rem;
}
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.chosen-container input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #000;
	line-height: 1.8em;
	color: #2a2a2a;
	font: 13px helvetica;
	cursor: pointer; 
}
.chosen-container {
	margin-top: 5px;
	top:100%;
	border-radius: 4px;
	box-shadow: none;
	position: absolute;
	z-index: 1010;
	border: 1px solid #aaa;
	background: #fff;
}
.chosen-container .chosen-choices li.search-choice {
    position: relative;
    margin: 0px 0px 2px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    display:inline-block;
}
.chosen-container .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    font-size: 12px;
    color: #231f20;
    cursor: pointer;
    text-decoration: none;
}
.chosen-container .chosen-choices .search-choice .search-choice-close::after {
    content: "\f00d";
    font: var(--fa-font-solid);
    width: 12px;
    height: 12px;
    display: block;
}
/* Index > AssistText > CheckBox > Mars 2017
	---------------------------------------------------------*/
.assisted-text__active_users input[type="checkbox"]{
 	display:none;  
}
.assisted-text__active_users input[type="checkbox"]+label {
    border-radius: .375rem;
    font-weight: 400;
    font-size: .6rem;
    padding: .46875rem;
    margin: .5rem;
    text-transform: uppercase;
    background-color:#f6f6f6;
    cursor:pointer;
}
.assisted-text__active_users input[type="checkbox"]:checked+label {
	background-color:#ff7f0f;;
	color:#fff;
	}
.assisted-text__active_users input[type="checkbox"]:checked +label span:after {
   content: "actifs";
}
.assisted-text__active_users input[type="checkbox"] + label span:after {
    content: "tous";
}
 /* Index > Footer > Août 2015 
	----------------------------------*/
.as-footer.sticky {
	bottom: 0;
	top: auto;
	border-top: 1px solid #d6d6d6;
	border-bottom: 0;
}
.as-footer {
	font-size: 16px;
	min-height:64px;
	position: fixed;
	background: #f8f8f8;
	border-bottom: 1px solid #d6d6d6;
	z-index: 999;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.as-footer .toggleTray {
	clear: both;
	width: 70%;
	display: inline;
	float: left;
	padding: 16px;
}
.as-footer .toggleMontant {
	width:20%;
	display: inline;
	float: right;
	padding: 16px;
	text-align:right;
}
 /* Index > Uploader > Juillet 2016 
	------------------------------------------*/
.progress {
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 6px;
}
progress.active .progress-bar {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 2s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: progress-bar-stripes;
    animation-play-state: running;
    animation-timing-function: linear;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
    width: 0;
}
/* Index > Flexbox
 ----------------------------------------*/
.kr-view {
	display:flex;
	flex-shrink:0;
	word-wrap:break-word;
	word-break:break-word;
	text-align:initial;
	flex-basis:auto;
	box-sizing:border-box;
}
.space__between {
	display: flex;
	justify-content : space-between;
}
.flexcol {
	display: flex;
	flex-direction : column;
}
.column_wrap {
	display:flex;
	flex-flow:wrap;
	align-content: flex-start;
	align-items: stretch;
}
.column_wrap.column {
	flex-direction:column;
}
.flex-center-all {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex-center {
	display:flex;
	justify-content:center
}
.items-center {
	align-items:center;
}
.flex-vcenter {
	display:flex;
	align-items:center;
}
.flexmulticolumn {
	display:flex;
	max-height: 104px;
	flex-direction: column;
	flex-wrap: wrap;
}
.flex-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.g10 {
	gap:10px;
}
/* Index > Font-size
 ----------------------------------------*/
.fs-xs{
	font-size:.825rem;	
}
.fs-2xs{
	font-size:.725rem;	
}
.fs-xl{
	font-size:1.25rem;	
}
.fs-2xl{
	font-size:1.5rem;	
}
/* Index > Screen 
 ----------------------------------------*/
 .nodisplay {
	display:none;
}
 .w100 {
 	width:100%;
 }
 .h100 {
 	height:100%;
 }
 .fixed {
	position:fixed;
}
.border-box {
	box-sizing: border-box;
}
.blurred {
    filter: blur(5px);
}
/* Index > Curseur 
 ----------------------------------------*/
.cursor {
	cursor: pointer;
}
.cur-not-allowed {
	cursor: not-allowed;
}
.center-auto {
	display:table;
	margin:auto;
}
/* Index > Marge 
 ----------------------------------------*/
.ma-tb10 {
	margin:10px 0;
}
.ma-tb5 {
	margin:5px 0;
}
.ma-b5 {
	margin-bottom:5px;
}
.ma-b10 {
	margin-bottom:10px;
}
.ma-r5 {
	margin-right:5px;
}
.ma-t5 {
	margin-top:5px !important;
}
.ma-t10 {
	margin-top:10px !important;
}
.ma-t16 {
	margin-top:1rem;
}
.ma-r16 {
	margin-right:1rem;
}
.ma-b16 {
	margin-bottom:1rem;
}
.ma-r10 {
	margin-right:10px;
}
.ma-rb10 {
	margin: 0 10px 10px 0;
}
.pa-tb10 {
	padding:10px 0;
}
.pa-16 {
	padding:1rem;
}
/* Index > Border 
 ----------------------------------------*/
.border {
	border:1px solid rgb(228, 228, 231);
	border-radius:5px;
}
.br3 {
	border-radius:.5rem;
}
.btn-contour {
	margin:5px 0;
	padding:3px 5px;
}
.dashed {
	border-style: dashed solid;
	border-width:6px;
	border-color: var(--gray-6);
}
.shaded {
	background: repeating-linear-gradient(-45deg,#f3f3f3,#fff 1px,#fff 2px,#f3f3f3 3px);
	border: none;
	transition: filter 0.3s ease;
}
.shaded.rose {
	background: repeating-linear-gradient(-45deg,#FEE7F0,#fff 1px,#fff 2px,#FEE7F0 3px);
	border: none;
}
.shaded.lin {
	background: repeating-linear-gradient(-45deg,#FAF0E6,#fff 1px,#fff 2px,#FAF0E6 3px);
	border: none;
}
.shaded.error {
	background: repeating-linear-gradient(-45deg,#cc0a11,#fff 1px,#fff 2px,#cc0a11 3px);
	border: none;
}
/* Index > Message 
 ---------------------------------------------------------------------- */
.notabene {
	text-transform: initial;
	position:relative;
	margin-top:5px;
	color: #767676;
	font-size: 12px;
	font-style: italic;
	margin-bottom:var(--marginBottom);
}
.font-nb {
	font-family: Noah Bold;
}
.b {
	font-weight: bold;
}
.TextAlert {
 	padding:5px 0;
 	color:var(--error-color);
 	font-style:italic;
}
.uppercase {
	text-transform: uppercase;
}
/* Index > Corner 
 ---------------------------------------------------------------------- */
.corner-top-right {
	border: 40px solid;
	border-bottom: 0;
	border-right: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}
.corner-top-right.red {
	border-color: #c70000 #FFF;	
}
.corner-top-right.bleu {
	border-color:#052962 transparent;
}
.corner--small-top-right {
	border: 18px solid;
	border-bottom: 0;
	border-right: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}
.corner--small-bottom-right {
	border: 18px solid;
	border-top: 0;
	border-right: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	z-index: 1;
}
.corner--small-top-right.red,
.corner--small-bottom-right.red {
	border-color: #c70000 #FFF;
}
.corner--small-top-right.bleu,
.corner--small-bottom-right.bleu {
	border-color: #052962 #FFF;
}
.corner--small-top-right.yellow,
.corner--small-bottom-right.yellow {
	border-color: rgb(241, 200, 60) transparent;
}
.ff_smart_table--nodata {
	display:block;
	text-align:left;
	color: var(--error-color);
	padding: 10px 5px;
  	text-transform: uppercase;
  	font-size: .605rem;
  	border: 1px solid;
}
table.in-table .ff_smart_table--nodata {
	border:1px solid #ccc;
}
/* Index > Alignement 
 ---------------------------------------------------------------------- */
.left {
	text-align:left;
}
.nowrap {
	white-space:nowrap;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.inb {
	display: inline-block;
}
/* Index > Shadow 
 ---------------------------------------------------------------------- */
.shadow {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.inset-shadow {
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.shadow-light {
	box-shadow: 0 1px 1px 0 hsla(0, 0%, 40%, .1);
}
.shadow-medium {
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
}
.shadow-strong{
	box-shadow: 0 0 0 1px rgba(0,0,0,.025),0 1px 0 rgba(0,0,0,.05),0 0 8px rgba(0,0,0,.03),0 20px 30px rgba(0,0,0,.1);
}
/* Index > UL
 ---------------------------------------------------------------------- */
ul.dotlist {
	list-style-type:disc;
	padding-left:40px;
}
ul.dotlist li {
	padding-bottom:8px;
}
ul.starlist {
	padding-left:20px;
}
ul.starlist li::before {
	content: "*"; 
  	font: var(--fa-font-solid);
  	vertical-align:middle;
  	padding-right:10px;
  	font-size:.975rem;
}
ul.timelinelist li {
	margin-left:20px;
	line-height:1.125rem;
	position:relative;
	padding-bottom:20px;
}
ul.timelinelist li div:first-of-type {
	font-family:Noah;
	text-transform:uppercase;
	font-size: 10px;
	white-space:nowrap;
	color:#666;
}
ul.timelinelist li div:nth-child(2) {
	font-family:Noah;
	font-size: 12px;
	line-height:1.25;
	color:#000;
}
.dot-red:before {
	color:#d8070e;
}
.dot:before {
	content: "\2022";
	position:absolute;
	left:calc(0.855rem * -1);
}
.dot-thin {
	font-size:1rem;
}
.dot-large {
	font-size:1.125rem;
}
.dot-connected:after {
	background: linear-gradient(to bottom, rgba(128, 128, 128, 1) 0%, rgba(0, 0, 0, 0) 100%);
	content:' ';
	width:1px;
	height:auto;
	position:absolute;
	left:calc(0.6875rem * -1 + 1px);
	top:1rem;
	bottom:0;
}
/* Index > UL > LI > Caret
   ---------------------------------------------------------------------- */
ul.related-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.related-links li {
	position: relative;
	line-height: 1rem;
	margin-left: 1.8rem;
	padding: 2px 0;
}
ul.related-links li::before {
	content: '\25C6';
	position: absolute;
	margin-left: -1rem;
	left: 0;
	color: #999;
	font-size: .875em;
}
/* Index > Titre 
 ---------------------------------------------------------------------- */
.tag__text {
	font-family: Noah;
	box-sizing: border-box;
	font-size: .8rem;
	padding: .625rem 1.5rem;
	color:#000;
	background-color:#cdcdcd; 
	display: inline-block;
	letter-spacing: .02em;
	text-transform:uppercase;
	margin-bottom: var(--marginBottom);
	position:relative;
}
.tag__text.rounded {
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.tag__text-min {
	height: 16px;
	color:#fff;
	line-height:16px;
	font-size: 11px;
	background-color:#878787; 
	max-width:86px;
	border-radius: 3px;
	padding: 1px 5px;
	margin:2px;
}
.to-ellipsis {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	max-width:100%;
	z-index:2;
}
.as-text-box {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-size: 16px;
}
.header_titre {
	display:flex;
	align-items:center;
	margin:1.1rem 0 1.8rem 0;
	font-family: Noah Bold;
	color: var(--page-title);
	white-space: nowrap;
	font-size: 2.875rem;
	line-height:20px;
}
.header_titre.marginTop {
	margin-top:var(--spacing-md);
}
.header_titre.second {
	padding:1rem 0 1rem 0;
	font-size:2.325rem;
	margin:0;
}
.header_titre.tertio {
	padding:10px 0 1rem 0;
	font-size:2rem;
	margin:0;
}
.header_titre:after {
	background-color: var(--page-title);
	block-size:1px;
	content:"";
	display:block;
	inline-size: 100%;
	margin-inline-start: .5rem;
} 
.card__text {
	box-shadow: var(--card-box-shadow);
	background: var(--card-background);
	display:inline-block;
	min-width:8rem;
	padding:var(--card-padding);
	margin-bottom:var(--card-margin-bottom);
	color: var(--card-text-color);
	text-align: var(--card-text-align);
	border-radius:var(--card-border-radius);
	border: var(--card-border-width) solid var(--card-border-color);
}
button.card__text {
	box-shadow: var(--card-box-shadow-button);
	border-color:var(--fieldset-legend--background);
	background:var(--blue-3);
	padding:1rem 2rem; 
}
/* Index > ControlPanel > Juin 2017
	-------------------------------------------------------------*/
#table-control-panel  th {
	background-color: #d6d6d6;
	padding: 8px;
	text-align: left;
}
#table-control-panel th:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#table-control-panel th:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.as-radiolist-radiocontainer {
    display: table;
    cursor: pointer;
}
.as-radiolist-option [type="checkbox"]  {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.as-radiolist-label {
    display: table-cell;
    position: relative;
    left: -2px;
    font-size:14px;
}
.as-radiolist-text {
    color:#007bbe;
}
.as-radiolist-radio {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -1px;
    border: 1px solid #c9c9c9;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.as-radiolist-option [type="checkbox"]:checked+.as-radiolist-radiocontainer .as-radiolist-radio:before {
    width:20px;
    height:20px;
    display:block;
    content: "";
    background: #007bbe;
    border-radius:100%;
}
.as-radiolist-option [type="checkbox"]:checked+.as-radiolist-radiocontainer .as-radiolist-radio:after  {
    width:4px;
    height:10px;
    position:absolute;
    content: "";
    margin-top:-17px;
    margin-left: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
/* Index > Menus > séparation > Févr 2016
 ---------------------------------------------------------------------- */
.view-linemenus:before {
	display: block;
	position: relative;
	top: 9px;
	margin-top: -1px;
	z-index: -10;
	border-bottom: 1px solid #e3e3e3;
	content: "";
}
.view-linemenus {
	margin: 4px;
	color: #999;
	line-height: 1.33333;
	font-weight: 400;
	letter-spacing: normal;
	text-align: center;
}
.view-linemenus-text {
	padding: 0 8px;
	background: #fff;
}
/* Index > TabNav
 --------------------------------------------------------------- */
/*
nav.tabNav {

}*/
nav.tabNav li{
	position: relative;
	top: 1px;
	z-index: 2;
	white-space: nowrap;
	display: inline-block;
	height: 38px;
	width: 120px;
	border-radius: 5px 0 0 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid transparent;
	background: #fff;
}
nav.tabNav li::before {
	position: absolute;
	content: '';
	height: 39px;
	width: 50px;
	top: -1px;
	left: 84px;
	transform: skewX(20deg);
	border-right: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	z-index: -1;
	background-color: #fff;
	border-radius: 0 8px 0 0;
}
nav.tabNav li a.tabHdr {
	display:block;
	text-decoration: none;
	color: #484848;
	padding:10px 1rem;
}
/* Index > Horloge 
   ========================================================================== */
#duree-session-restante {
   	display: inline-flex;
  	align-items: baseline;
  	padding: 2px 5px 0 0;
  	text-align: center;
  	font-size: .705rem;
  	max-width: 152px;
}
#duree-session-restante .temps {
   	display: inline-block;
  	padding: 5px;
  	color:#666;
  	font-family: Noah Bold;
  	border-radius: 2px;
  	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  	margin: 0 3px;
  	text-align: center;
}
/* Form storage
   ========================================================================== */
.form_storage {
	width:min-content;
	min-width:274px;
	background-color:rgb(0, 45, 88);
	position:fixed;
	top:10px;
	right:10px;
	padding:10px;
	display:inline-flex;
	column-gap:8px;
	z-index:2147483646;
	border:1px solid #fff;
}   
.form_storage ul {
	list-style:disclosure-closed;
	margin:5px 0 0 14px;
	font-variant-numeric:tabular-nums;
	row-gap:4px;
	display:flex;
	flex-direction:column;
	white-space:nowrap;
}
.form_storage_icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	border:1px solid #fff;
	border-radius:50%;
	cursor:pointer;
}
.form_storage li div {
	display:flex;
	align-items:center;
	column-gap:5px;
}
.flippable_parent {
	position:relative;
}
.flippable {
	transition:transform 0.5s ease;
	position:absolute!important;		
    backface-visibility:hidden;
    width:100%;
}
.flippable.flip {
	transform:rotateY(270deg);
}