/* css SIRH */

/* back-up Couleurs 
rgb(65,100,230)  : bleu Proges ou #4164e6 / #0b5ed7 / #0d6efd
rgb(41, 91, 125) : bleu foncÃ© Proges ou rgb(44, 97, 134)
rgb (30,41,78) : bleu trÃ¨s foncÃ© accueil #1e294e
rgb(242,100,48)  : orange ou #F26430
*/

/* Couleurs 
rgb(242,246,255) : gris clair / f2f6ff ou eaeff2 / rgb(224,229,233) / rgb(241,243,251)
rgb(24,143,143)  : bleu vert TexdÃ©cor ou #188F8F
rgb(0,0,0) : noir TexDÃ©cor ou rgb(0,0,0) #000000
rgb(135,100,184)  : violet TexDÃ©cor #8764B8 
rgb(255,255,255) : blanc 
*/

/** Bootstrap */

.COULEUR_APPLI {
	color: rgb(65, 100, 230) !important;
}

.COULEUR_APPLI_2 {
	color: rgb(242, 100, 48) !important;
}

.COULEUR_VALID {
	color: #57e157 !important;
}

.BG_COULEUR_APPLI {
	background-color: rgb(65, 100, 230) !important;
}

.BG_COULEUR_APPLI_2 {
	background-color: rgb(242, 100, 48) !important;
}

.img_prof_orga {
	height: 50px;
	width: 50px;
	border: 1px solid black;
	border-radius: 50px;
}

.CollabTrouveOrga {
	background-color: #F26430 !important;
}

.chp-srh {
	border: 1px solid black;
	border-radius: 10px;
	padding: 1px 8px;
	height: 30px;
}

/* MODULE NDF */

.close-pop-ndf {
	cursor: pointer;
	font-size: 34px;
	margin-right: 21px;
	margin-top: 15px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.suppr-doc-ndf {
	cursor: pointer;
	font-size: 18px;
	padding-right: 10px;
	padding-top: 10px;
}

/* MODULE GESTION DES TEMPS */
.TPS-Tab {
	text-align: center !important;
	font-size: 15px;
}

.Today {
	background-color: rgb(65, 100, 230);
	color: white;
}

.Today-radius {
	border-top-right-radius: 25px;
}

.Ferie-radius {
	border-bottom-right-radius: 25px;
}

.Btn-radius {
	border-bottom-right-radius: 25px;
}

.JRefuse {
	font-size: 40px;
	font-weight: bold;
	color: #F26430;
}

.JValid {
	font-size: 40px;
	font-weight: bold;
	color: green;
}

.JNormal {
	font-size: 40px;
	font-weight: bold;
	color: rgb(65, 100, 230);
}

.JFerie {
	background-color: rgb(65, 100, 230);
}

.TPS-BTN {
	padding: 15px;
	border-left: 1px solid rgb(179, 199, 227);
	border-top: 1px solid rgb(179, 199, 227);
}

.TPS-BTN:first-child {
	border-left: 0px;
}

.TPS-TD {
	padding: 15px;
	border-left: 1px solid rgb(179, 199, 227);
}

.TPS-TD:first-child {
	border-left: 0px;
}

.TPS-Total {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 199, 227);
	border-top: 1px solid rgb(179, 199, 227);
	border-left: 1px solid rgb(179, 199, 227);
	font-weight: bold;
}

.TPS-Total:first-child {
	border-left: 0px;
}

.TPS {
	padding: 15px;
	border-bottom: 1px solid rgb(179, 199, 227);
	border-left: 1px solid rgb(179, 199, 227);
}

.TPS:first-child {
	border-left: 0px;
	background-color: rgb(242, 100, 48);
	color: white;
	border-top-left-radius: 25px;
}

.boutton-cache {
	display: none !important;
}

.TPS-Tab {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.BBRR {
	border-bottom-right-radius: 26px;
}

/* FIN */

.link-popup-page-cong {
	color: rgb(65, 100, 230);
}

.Border-DDL {
	border-radius: 10px;
}

table.table-page-PA {
	width: 100%;
	border-collapse: inherit;
	border-spacing: 0px;
}

.table-page-PA td {
	font-size: 15px;
	border-bottom: 1px solid black;
	border-spacing: 15px;
	padding: 10px 0px 10px 0px;
}

.table-page-PA th {
	font-size: 15px;
	padding: 7px 0px 10px 0px;
	border: 1px solid black;
	font-weight: bold;
}

.fixed-header {
	z-index: 50;
}

.thead-th-PA-1 {
	top: 0;
	position: sticky;
	background-color: white;
	z-index: 50;
}

.thead-th-PA-2 {
	top: 64px;
	position: sticky;
	background-color: white;
	z-index: 50;
}

.modal-content {
	border-radius: 30px !important;
	/* background-color: white; */
}

.coul-vert {
	color: green;
}

/* BOUTONS */
.srh-button-orange {
	background-color: rgb(242, 100, 48);
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px 0px;
	font-size: 15px;
	color: white;
	border: 1px solid;
	cursor: pointer;
}

.srh-button-orange:hover {
	background-color: white;
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px 0px;
	font-size: 15px;
	color: rgb(242, 100, 48);
	border: 1px solid rgb(242, 100, 48);
	cursor: pointer;
}

.srh-button {
	background-color: white;
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px;
	font-size: 15px;
	color: black;
	border: 1px solid rgb(65, 100, 230);
	cursor: pointer;
}

.srh-jour-dispo {
	color: rgb(65, 100, 230);
}

.srh-button:hover {
	background-color: rgb(65, 100, 230);
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px;
	font-size: 15px;
	color: white;
	border: 1px solid;
	cursor: pointer;
}

.srh-button-R {
	background-color: red;
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px;
	font-size: 15px;
	color: white;
	border: 1px solid;
	cursor: pointer;
}

.srh-button-R:hover {
	background-color: white;
	border-radius: 16px;
	padding: 5px 25px;
	margin: 5px;
	font-size: 15px;
	color: red;
	border: 1px solid red;
	cursor: pointer;
}

.srh-button-filter {
	color: rgb(65, 100, 230) !important;
}

.srh-button-filter:hover {
	background-color: rgb(65, 100, 230) !important;
	color: white !important;
	border: 1px solid rgb(65, 100, 230) !important;
}

.srh-button-filter-active {
	background-color: rgb(65, 100, 230) !important;
	color: white !important;
	border: 1px solid rgb(65, 100, 230) !important;
}

/* Notifications */
.notif-compte {
	position: absolute;
	border-radius: 50%;
	top: 0px;
	left: 16px;
	width: 16px;
	height: 16px;
	background-color: #F26430;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.tab_previ_col {
	border-left: 1px solid #B3C7E3;
	padding: 15px
}


.tab_previ_ligne:first-child {
	border-bottom: 1px solid #B3C7E3;
}

/* PIED DE PAGE */

.leg-content {
	border: 3px solid #B3C7E3;
	border-radius: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 100px;
	margin-top: 60px;
	overflow: auto;
	padding: 20px;
}

.div_autocomp {
	border: 1px solid black;
	border-radius: 20px;
	width: min-content;
	min-width: 250px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.div_autocomp>input {
	border: none;
	font-size: 12px;
	margin: 2px 15px;
}

.div_autocomp>input::placeholder {
	color: #83A2CC;
	font-size: 12px;
	font-style: italic;
}

.div_autocomp>.autocomp_valeurs {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 8px;
	border: 1px solid black;
	overflow: hidden;
	background-color: white;
	z-index: 100;
}

.div_autocomp>.autocomp_valeurs>span {
	transition: all .3s ease;
	padding: 2px 15px;
	font-size: 12px;
	cursor: pointer;
	max-height: 30px;
}

/* .div_autocomp>.autocomp_valeurs>span:not(:first-of-type){
	border-top: 1px solid black;
} */

.div_autocomp>.autocomp_valeurs>span.inactive {
	padding: 0px 15px;
	border: none;
	max-height: 0px;
}

.div_autocomp>.autocomp_valeurs>span:hover {
	background-color: #B3C7E3;
}

.div_autocomp>input:focus {
	border: none;
	outline: none;
}

.div_autocomp:focus-within {
	border: 1px solid rgb(65, 100, 230)
}

.srhw-container-wrapper {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.srhw-container {
	width: 100%;
	height: 52px;
	display: flex;
}

.srhw-item {
	flex: 1 1 0%;
	display: flex;
	justify-content: center;
	padding: 0 30px;
	border-top: 2px solid #B3C7E3;
	border-bottom: 2px solid #B3C7E3;
	border-left: 2px solid #00000038;
	flex-direction: column;
	position: relative;
	cursor: pointer;
	background-color: white;
}

.srhw-item-disabled {
	background-color: #e9ecef;
}

.srhw-collaborator {
	border-radius: 50px 0 0 50px;
}

.srhw-search {
	padding: 0 20px;
	border-radius: 0 50px 50px 0;
	align-items: center;
	background-color: rgb(65, 100, 230);
	color: white;
	border: 2px solid #B3C7E3;
	flex: 0 0 auto;
	flex-direction: row;
	gap: 10px;
}

.srhw-item.selected {
	background-color: white;
}

.srhw-title {
	font-weight: bold;
	font-size: 15px;
}

.srhw-subtitle {
	font-size: 13px;
	color: #999999;
}

.srhw-dropdown {
	position: absolute;
	width: calc(100% - 16px);
	top: calc(100% + 2px);
	background-color: white;
	left: 18px;
	border-left: 2px solid #B3C7E3;
	border-right: 2px solid #B3C7E3;
	border-bottom: 2px solid #B3C7E3;
	border-radius: 0 0 30px 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 100;
	cursor: default;
}

.srhw-dropdown .line {
	border-top: 1px solid #B3C7E3;
}


.srhw-period .srhw-dropdown,
.srhw-entretien .srhw-dropdown {
	width: calc(100% + 4px);
	left: -2px;
}

.checkbox-container {
	display: flex;
}

.checkbox-item {
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 10px;
	flex: 1 1 0%;
}

.custom-checkbox {
	box-sizing: border-box;
	min-width: 15px;
	min-height: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000000;
	outline: none;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	/* Arrondir les coins de 2px */
}

.custom-checkbox:checked {
	background-color: #4164E6;
}

.custom-checkbox:disabled {
	background-color: #e9ecef;
}

.custom-checkbox:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	background-color: #4164E6;
	border-radius: 2px;
	/* Arrondir les coins de 2px */
}

.date-container {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.date-item {
	display: flex;
	gap: 5px;
	align-items: center;
	width: 100%;
}

.date-label {
	width: 16px;
	font-size: 12px;
}

.date-input {
	flex: 1 1 0%;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 6px;
	border: 1px solid black;
}

.click-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.custom-dropdown-item {
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid black;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.custom-dropdown-arrow {
	width: 13px;
}

.custom-dropdown-content {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: -1px;
	background-color: white;
	border: 1px solid black;
	border-radius: 6px;
	padding: 5px 10px;
	z-index: 150;
	width: calc(100% + 2px);
	flex-direction: column;
	gap: 5px;
	cursor: default;
	max-height: 150px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.custom-dropdown-item:hover .dropdown-content {
	display: block;
}

.custom-dropdown-content label {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #999999;
}

.custom-dropdown-content input[type="checkbox"] {
	margin-right: 5px;
}


.show-custom-dropdown {
	display: flex;
}

.affichage-tab-srh {
	width: 100%;
	border-collapse: unset;
	border-spacing: 0px 20px;
}

.affichage-tab-srh-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}

.affichage-tab-srh tr {
	border: 1px solid black;
}

.affichage-tab-srh tr>td:first-child {
	border-left: 1px solid black;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 28px;
}

.affichage-tab-srh tr>th:first-child {
	padding-left: 28px;
}

.affichage-tab-srh tr>td:last-child {
	border-right: 1px solid black;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-right: 28px;
}

.affichage-tab-srh tr>th:last-child {
	padding-right: 28px;
}

.affichage-tab-srh tr>td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


.affichage-tab-srh th,
.affichage-tab-srh td {
	padding: 8px;
	text-align: left;
	font-size: 12px;
	height: 58px;
	word-wrap: break-word;
	max-width: 150px;
}

.affichage-tab-srh th {
	white-space: nowrap;
}

.bloc-filtre {
	display: flex;
	flex-direction: column;
	gap: 15px;
	border: 3px solid rgb(179, 199, 227);
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 45px 40px;
}

.filtre-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.filtre-row:has(> .filtre-item[style*="display: none"]):not(:has(> .filtre-item:not([style*="display: none"]))) {
	display: none;
}

.filtre-item {
	flex: 1 1 calc(25% - 15px);
	/* 4 colonnes par ligne */
	display: flex;
	flex-direction: column;
}

.filtre-item label {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.filtre-item input {
	padding: 8px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
}

.filtre-item input:focus {
	padding: 8px;
	font-size: 14px;
	border: 1px solid #4164e6;
	/* couleur de bordure au focus, ou #ccc si tu veux aucune différence */
	border-radius: 10px;
	outline: none;
	position: relative;
}

.filtre-item select:disabled,
.filtre-item input:disabled {
	background-color: #f0f0f0;
	color: #a0a0a0;
	border: 1px dashed #ccc;
	cursor: not-allowed;
	opacity: 1;
}

.dropdown-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #666;
	pointer-events: none;
}

.filtre-item-w-max {
	width: 100%;
}

.separator-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.separator-bottom:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.filtre-item select {
	padding: 8px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}

.filtre-item select:disabled,
.filtre-item input:disabled {
	background-color: #f0f0f0;
	color: #a0a0a0;
	border: 1px dashed #ccc;
	cursor: not-allowed;
	opacity: 1;
}

/* Style pour les dropdown-button désactivés */
.dropdown-button:disabled {
	background-color: #f0f0f0;
	color: #a0a0a0;
	border: 1px dashed #ccc;
	cursor: not-allowed;
	opacity: 1;
}

/* Style pour l'icône de dropdown quand le bouton est désactivé */
.dropdown-button:disabled+.dropdown-icon {
	color: #a0a0a0;
	opacity: 0.7;
}

.dropdown-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #666;
	pointer-events: none;
}

.dropdown-container {
	position: relative;
	display: inline-block;
}


/* Ajout de la flèche */
.dropdown-button::after {
	content: "?";
	/* Flèche vers le bas */
	position: absolute;
	right: 10px;
	/* Positionne la flèche à droite */
	top: 50%;
	/* Centre verticalement */
	transform: translateY(-50%);
	/* Ajuste pour centrer parfaitement */
	font-size: 12px;
	color: #666;
	/* Couleur de la flèche */
	pointer-events: none;
	/* Empêche les clics sur la flèche */
}

.dropdown-popup {
	display: none;
	/* Masqué par défaut */
	position: absolute;
	top: 100%;
	/* Positionné juste en dessous du bouton */
	left: 0;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 10px;
	width: 100%;
	max-height:200px;
	overflow-y: auto;

}

.dropdown-popup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdown-popup ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: black;
}


.dropdown-popup ul li label {
	font-size: 14px;
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: normal;
}

.dropdown-popup ul li input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: #0d6efd;
	/* Couleur de la case cochée */
}

.btn-icon-delete {
	background-color: #dc3545;
	border: none;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	transition: background-color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-icon-delete:hover {
	background-color: #c82333;
}

.btn-icon-delete:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

.error-message:empty {
	margin: 0;
	padding: 0;
	height: 0;
}

.error-message:not(:empty) {
	margin-bottom: 10px;
}

.rotate180 {
	transform: rotate(180deg);
}

.flex-equal {
	flex: 1 1 0%;
}

/* Conteneur principal du tableau des rémunérations */
.remun-container {
	padding: 0;
	border-radius: 30px;
	border: 2px solid #B3C7E3;
	overflow: hidden;
}

/* Tableau principal */
.remun-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Cellules d'en-tête et données */
.remun-cell {
	border: 1px solid #B3C7E3;
	text-align: center;
	height: 40px;
	padding: 0 5px;
}

.remun-cell:first-child {
	border-left: none;
}

.remun-cell:last-child {
	border-right: none;
}

.remun-table thead tr:first-child .remun-cell {
	border-top: none;
}

.remun-table tr:last-child .remun-cell {
	border-bottom: none;
}

.remun-cell td:not([style*="display:none"])~td:not([style*="display:none"]) {
	border-left: 1px solid #B3C7E3;
	height: 40px;
}

.remun-cell td {
	overflow: hidden;
	text-overflow: ellipsis;
}

.remun-clickable {
	cursor: pointer;
}


.remun-inner-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

/* Cellules pour tables imbriquées - 3 colonnes */
.remun-inner-cell-third {
	text-align: center;
	width: 33%;
}

/* Cellules pour tables imbriquées - 5 colonnes */
.remun-inner-cell-fifth {
	text-align: center;
	width: 20%;
}


.remun-inner-table {
	border-collapse: collapse;
	margin: -1px;
	/* Compense les bordures du parent */
	width: calc(100% + 2px);
	/* Compense la largeur */
}

.bg-light-gray {
	background-color: #CADCF4;
}

.detail-clickable {
    cursor: pointer;
    position: relative;
	color: rgb(242, 100, 48);
}

.detail-clickable:hover {
    text-decoration: underline;
}

.detail-clickable:hover::after {
    content: '\f05a'; /* Icône info */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: rgb(242, 100, 48);
}

.detail-cout-popup .table {
    width: 100%;
    border-collapse: collapse;
}

.detail-cout-popup .table td {
    padding: 8px 12px;
}

.detail-cout-popup .text-end {
    text-align: right;
}

.ligne-erreur {
    background-color: #ff6b6b;
    cursor: help;
}

@media (max-width: 768px) {
	.filtre-item {
		flex: 1 1 calc(50% - 15px);
		/* 2 colonnes par ligne */
	}
}

@media (max-width: 450px) {
	.filtre-item {
		flex: 1 1 100%;
		/* 1 colonne par ligne */
	}
}



@media (max-width : 1080px) {
	.Table-cache {
		display: none !important;
	}

	.margin-bottom-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width : 1081px) {

	/* 1501px */
	.mobile-cache {
		display: none;
	}
}

/* Notification duplication formation */
.notif-succes {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #f2f6ff;
    color: #4164e6;
    border: 2px solid #4164e6;
    border-radius: 16px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(65,100,230,0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: fadeInOut 3s forwards;
}

.notif-succes .fa-check-circle {
    color: #57e157;
    font-size: 1.5em;
}


@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(20px);}
    10% { opacity: 1; transform: translateY(0);}
    90% { opacity: 1; transform: translateY(0);}
    100% { opacity: 0; transform: translateY(20px);}
}

@media only screen and (min-device-width : 360px) and (max-width : 540px) {
	.srh-button-G-pos {
		margin-top: 50px !important;
		margin-right: 50px !important;
		width: 100% !important;
	}

	.heure_tmp {
		font-size: 16px !important;
		margin-right: 60px;
	}

	.heure_tmp span {
		font-size: 16px !important;
	}

	.pt-3 .col-3 .srh-button {
		margin-left: -150px !important
	}

}

@media (min-width: 360px) {

	body {
		background-color: rgb(242, 246, 255);
		font-family: Poppins, sans-serif;
	}

	.titre-page {
		font-size: 33px;
		color: rgb(65, 100, 230);
		font-weight: bold;
		margin-bottom: 15px;
	}

	.button-add-del {
		background-color: transparent;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 15px;
		color: rgb(65, 100, 230);
		font-size: 20px;
		font-weight: 600;
		padding: 0px 9px 0px 9px;
		margin-left: 5px;
	}

	.button-add-del:hover {
		background-color: #eaeff2;
	}

	.btn-supp {
		cursor: pointer;
		font-size: 34px;
	}

	.icon-info-contenu {
		cursor: pointer;
		font-size: 20px;
	}

	/* css pop-up */

	#fond-black,
	.fond-black {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(0, 0, 0, 0.5);
		z-index: 1000;
		display: grid;
		place-items: center;
		margin-bottom: 35px;
	}

	.popup,
	.popup_uniface {
		background-color: #f2f6ff;
		color: rgb(30, 41, 78);
		border-radius: 39px;
		padding: 15px;
		height: min-content;
		width: min-content;
		position: absolute;
		margin-top: 25px;
		margin-bottom: 45px;
		text-align: center;
	}

	.popup *,
	.popup_uniface * {
		scrollbar-width: thin;
		scrollbar-color: rgb(30, 41, 78) transparent;
	}

	.popup::-webkit-scrollbar *,
	.popup_uniface::-webkit-scrollbar * {
		width: 7px;
	}


	.popup::-webkit-scrollbar-thumb *,
	.popup_uniface::-webkit-scrollbar-thumb * {
		background: rgb(30, 41, 78) transparent;
	}

	.close-popup {
		cursor: pointer;
		font-size: 34px;
		margin-right: 21px;
		margin-top: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*   CSS pour srhw_trombi */
	#res-trombi {
		border: 3px solid rgb(224, 229, 233);
		border-radius: 15px;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.rech-trombi {
		font-size: 18px;
		border: none;
		background-color: #eaeff2;
		border-radius: 15px;
	}

	#nb-colab-trombi {
		width: 100%;
		color: rgb(65, 100, 230);
	}

	img {
		max-width: 100%;
		max-height: 100%;
	}

	.style-card {
		background-color: #eaeff2;
		color: rgb(65, 100, 230);
	}

	.card-body {
		overflow: hidden;
	}

	.card-title {
		word-wrap: break-word;
	}

	.body,
	.card-img-top {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 200px;
		height: 200px;
		max-width: 100% !important;
	}

	.card-colab {
		cursor: pointer;
		padding: 0px;
		margin-left: calc(var(--bs-gutter-x) * .5);
		margin-right: calc(var(--bs-gutter-x) * .5);
	}

	/* css pour la page organigramme srhw_organigra*/

	#div-orga {
		overflow: auto;
		/* position: relative; */
		height: calc(100svh - 293px);
		padding: 5px;
		border: 1px solid black;
		scrollbar-color: rgb(65, 100, 230) transparent;
		/* scrollbar-width: none; */
		scrollbar-width: thin;
	}

	#chart_div {
		/* position:absolute; */
		padding: 30px;
	}

	.bloc-orga {
		background-color: lightgray;
		border-radius: 15px;
		cursor: pointer;
	}

	#chart_modif {
		padding-left: 5px;
		padding-right: 5px;
	}

	#close-modif-org {
		cursor: pointer;
		margin-top: 2px;
	}

	/* css pour srhw_formulaire */

	.bloc-donnees {
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		padding-top: 0px;
	}

	.spec {
		font-size: 1.1rem;
		color: rgb(65, 100, 230);
	}

	.champ {
		width: 180px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
	}

	.big-champ {
		width: 220px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
	}

	.champ-select {
		width: 180px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 30px;
	}


	/* css pour srhw_commurh*/

	#contenu-comm {
		white-space: pre-line;
		max-height: 60vh;
		overflow-y: auto;
		min-height: fit-content;
	}

	#modif-comm {
		margin-left: 10px;
		margin-bottom: 11px;
		margin-top: 50px;
	}

	#modif-comm {
		width: 53vw;
	}

	/* css pour srhw_param_theme*/


	#file-fond,
	#file_modif_fond {
		opacity: 0;
		width: 0.1px;
		height: 0.1px;
		position: absolute;
	}

	#label-fond,
	#label_modif_fond {
		border: 1px solid rgb(65, 100, 230);
		padding: 5px;
		border-radius: 5px;
	}

	#icon-fond,
	#icon_modif_fond {
		vertical-align: middle;
		padding-left: 8px;
		font-size: 30px;
		color: rgb(65, 100, 230);
		cursor: pointer;
	}

	#photo-fond,
	#modif_photo_fond {
		padding: 1px;
		border: 3px solid rgb(65, 100, 230);
		border-radius: 15px;
	}

	#file-logo,
	#file_modif_logo {
		opacity: 0;
		width: 0.1px;
		height: 0.1px;
		position: absolute;
	}

	#label-logo,
	#label_modif_logo {
		border: 1px solid rgb(65, 100, 230);
		padding: 5px;
		border-radius: 5px;
	}


	#icon-logo,
	#icon_modif_logo {
		vertical-align: middle;
		padding-left: 8px;
		font-size: 30px;
		color: rgb(65, 100, 230);
		cursor: pointer;
	}

	#photo-logo,
	#modif_photo_logo {
		padding: 5px;
		border: 2px solid rgb(65, 100, 230);
		border-radius: 10px;
	}

	#icon-type-police,
	#icon_modif_type_police {
		cursor: pointer;
		font-size: 20px;
	}

	#popup-type-police,
	#popup-modif-theme {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -45%);
		background-color: #f2f6ff;
		color: rgb(30, 41, 78);
		border-radius: 39px;
		padding: 15px;
	}

	#close-type-police,
	#close-modif-theme {
		cursor: pointer;
		font-size: 34px;
		margin-right: 21px;
		margin-top: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* css pour la page srhw_paramacc*/

	.champ-check-acc:checked {
		background-color: rgb(65, 100, 230);
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
		width: 26px;
		height: 26px;
	}

	.champ-check-acc:focus {
		text-decoration: none;
		box-shadow: none;
		border: 1px solid rgb(65, 100, 230);
	}

	.champ-check-acc {
		border: 1px solid rgb(65, 100, 230);
		width: 26px;
		height: 26px;
	}

	.table-acc {
		border: 1px solid black;
	}

}

@media (max-width: 800px) {

	body {
		background-color: rgb(242, 246, 255);
		font-family: Poppins, sans-serif;
	}

	.titre-page {
		font-size: 33px;
		color: rgb(65, 100, 230);
		font-weight: bold;
		margin-bottom: 15px;
	}

	.path-page {
		color: #8a8a8a;
		font-size: 10px;
		text-align: left;
		margin-bottom: 55px;
	}

	.button-add-del {
		background-color: transparent;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 15px;
		color: rgb(65, 100, 230);
		font-size: 20px;
		font-weight: 600;
		padding: 0px 9px 0px 9px;
		margin-left: 5px;
	}

	.button-add-del:hover {
		background-color: #eaeff2;
	}

	.btn-supp {
		cursor: pointer;
		font-size: 34px;
	}

	.icon-info-contenu {
		cursor: pointer;
		font-size: 20px;
	}

	/* css pop-up */

	#fond-black,
	.fond-black {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgb(0, 0, 0, 0.5);
		z-index: 50;
		display: grid;
		place-items: center;
		margin-bottom: 35px;
	}

	table {
		width: 300px;
		white-space: nowrap;
	}

	.bloc-page-cong-mobile {
		margin-top: -70px !important;

	}

	.text-mobile {
		margin-top: -80px !important;
	}

	.boutton-cache {
		display: none !important;
	}

	.bloc-page-cong {
		margin-top: 30px;
	}

	.text-center-mobile {
		margin-top: 80px;
		margin-left: 50px !important;
		font-size: 16px;
		color: #4564e6;
		font-weight: 800;
	}

	/*.titre-page-cong-none{
		display: none !important;
	}*/

	.TPS-Tab {
		width: 100%;
		height: 100%;
		border-collapse: collapse;
	}

	.TPS-Tab th,
	.TPS-Tab tr,
	.TPS-Tab td {
		border: 2px solid #B3C7E3;
		width: 50%;
		height: 40px;
	}

	.page-cong .leg {
		width: 100%;
		overflow: auto;
	}

	.leg-content {
		display: block;
		margin-top: auto;
	}

	.leg span {
		display: block;
		justify-content: space-between;
		padding: 10px;
	}

	.popup,
	.popup_uniface {
		background-color: #f2f6ff;
		color: rgb(30, 41, 78);
		border-radius: 39px;
		padding: 15px;
		height: min-content;
		width: 100% !important;
		position: relative;
		overflow-x: hidden;
	}

	.popup *,
	.popup_uniface * {
		scrollbar-width: thin;
		scrollbar-color: rgb(30, 41, 78) transparent;
	}

	.popup::-webkit-scrollbar *,
	.popup_uniface::-webkit-scrollbar * {
		width: 7px;
	}


	.popup::-webkit-scrollbar-thumb *,
	.popup_uniface::-webkit-scrollbar-thumb * {
		background: rgb(30, 41, 78) transparent;
	}

	.close-popup {
		cursor: pointer;
		font-size: 34px;
		margin-right: 11px;
		margin-top: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*   CSS pour srhw_trombi */

	#res-trombi {
		border: 3px solid rgb(224, 229, 233);
		border-radius: 15px;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.rech-trombi {
		font-size: 18px;
		border: none;
		background-color: #eaeff2;
		border-radius: 15px;
	}

	#nb-colab-trombi {
		width: 100%;
		color: rgb(65, 100, 230);
	}

	.style-card {
		background-color: #eaeff2;
		color: rgb(65, 100, 230);
	}

	.card-colab {
		cursor: pointer;
		padding: 0px;
		margin-left: calc(var(--bs-gutter-x) * .5);
		margin-right: calc(var(--bs-gutter-x) * .5);
	}

	/* css pour la page organigramme srhw_organigra*/

	#div-orga {
		overflow: auto;
		/* position: relative; */
		height: 510px;
		padding: 5px;
		border: 1px solid black;
		scrollbar-color: rgb(65, 100, 230) transparent;
		/* scrollbar-width: none; */
		scrollbar-width: thin;
	}

	.rech-orga {
		font-size: 18px;
		border: none;
		background-color: #eaeff2;
		border-radius: 15px;
	}

	#res-orga {
		border: 3px solid rgb(224, 229, 233);
		border-radius: 15px;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.input {
		display: flex;
		flex-direction: row;
		margin: auto;
		width: 300px;
	}

	#chart_div {
		/* position:absolute; */
		padding: 30px;
	}

	.bloc-orga {
		border: 1px solid green;
	}

	#chart_modif {
		padding-left: 5px;
		padding-right: 5px;
	}

	#close-modif-org {
		cursor: pointer;
		margin-top: 2px;
	}

	.form-control {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 5px;
		width: 200px;
	}

	/* css pour srhw_formulaire */

	.bloc-donnees {
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		padding-top: 0px;
	}

	.spec {
		font-size: 1.1rem;
		color: rgb(65, 100, 230);
	}

	.champ {
		width: 180px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
	}

	.big-champ {
		width: 220px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
	}

	.champ-select {
		width: 180px;
		height: 30px;
		font-size: 0.9rem;
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 30px;
	}

	/* css pour srhw_commurh*/

	#contenu-comm {
		white-space: pre-line;
		max-height: 60vh;
		overflow-y: auto;
		min-height: fit-content;
	}

	#modif-comm {
		margin-left: 10px;
		margin-bottom: 11px;
		margin-top: 50px;
	}

	#modif-comm {
		width: 53vw;
	}

	/* css pour srhw_param_theme*/


	#file-fond,
	#file_modif_fond {
		opacity: 0;
		width: 0.1px;
		height: 0.1px;
		position: absolute;
	}

	#label-fond,
	#label_modif_fond {
		border: 1px solid rgb(65, 100, 230);
		padding: 5px;
		border-radius: 5px;
	}

	#icon-fond,
	#icon_modif_fond {
		vertical-align: middle;
		padding-left: 8px;
		font-size: 30px;
		color: rgb(65, 100, 230);
		cursor: pointer;
	}

	#photo-fond,
	#modif_photo_fond {
		padding: 1px;
		border: 3px solid rgb(65, 100, 230);
		border-radius: 15px;
	}

	#file-logo,
	#file_modif_logo {
		opacity: 0;
		width: 0.1px;
		height: 0.1px;
		position: absolute;
	}

	#label-logo,
	#label_modif_logo {
		border: 1px solid rgb(65, 100, 230);
		padding: 5px;
		border-radius: 5px;
	}

	#icon-logo,
	#icon_modif_logo {
		vertical-align: middle;
		padding-left: 8px;
		font-size: 30px;
		color: rgb(65, 100, 230);
		cursor: pointer;
	}

	#photo-logo,
	#modif_photo_logo {
		padding: 5px;
		border: 2px solid rgb(65, 100, 230);
		border-radius: 10px;
	}

	#icon-type-police,
	#icon_modif_type_police {
		cursor: pointer;
		font-size: 20px;
	}

	#popup-type-police,
	#popup-modif-theme {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -45%);
		background-color: #f2f6ff;
		color: rgb(30, 41, 78);
		border-radius: 39px;
		padding: 15px;
	}

	#close-type-police,
	#close-modif-theme {
		cursor: pointer;
		font-size: 34px;
		margin-right: 21px;
		margin-top: 15px;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* srhw_paramacc*/

	.champ-check-acc:checked {
		background-color: rgb(65, 100, 230);
		border: 1px solid rgb(65, 100, 230);
		border-radius: 5px;
		width: 26px;
		height: 26px;
	}

	.champ-check-acc:focus {
		text-decoration: none;
		box-shadow: none;
		border: 1px solid rgb(65, 100, 230);
	}

	.champ-check-acc {
		border: 1px solid rgb(65, 100, 230);
		width: 26px;
		height: 26px;
	}

}

.highcharts-figure,
.highcharts-data-table table {
	min-width: 310px;
	max-width: 800px;
	margin: 1em auto;
}

#container {
	height: 400px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 3.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}