@charset "utf-8";
/* CSS Drivup APP - Start 18/03/2025 */
:root {
	--menu-bg: #025f7d;
	--menu-active: #0000001a;
	--menu-hover: #0000001a;
	--text-light: #fff;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
	background: linear-gradient(0.45turn, var(--bg1), var(--bg2));
	font-family: Arial;
	font-size: 13px;
	display: flex;
    flex-direction: column;
	background-attachment: fixed; 
}


a {
	text-decoration: none;
	color: #4b90b1;
}

a:hover {
	text-decoration: underline;
}

#aff {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#72808e;
	opacity:0.65;
	z-index:995;
	display: none;
}

#header {
	width:95%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
    margin-bottom: 5px;
    height: 55px;
}

#userAlert {
	float: right;
	width: 100px;
	margin-top: 5px;
}

#userAlert img {
	float: right;
	height: 25px;
    margin: 12px;
	margin-left: 6px;
}

#userHeader {
	float: right;
	/*width: 60px;*/
	margin-top: 5px;
}

#userHeader img {
	height: 45px;
	width: 45px;
	border-radius: 25px;
	float: right;
}


/* Style du conteneur principal de l'entête utilisateur */
#userHeader {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Aligne les éléments à droite */
    padding-right: 0px; /* Un peu de marge à droite */
}

/* Style de l'avatar (maintenant le déclencheur) */
#userHeader .user-avatar {
    cursor: pointer; /* Indique que l'élément est cliquable */
    transition: transform 0.2s ease-in-out;
}

#userHeader .user-avatar:hover {
    transform: scale(1.1); /* Effet de zoom sympa au survol */
}

/* Classe pour retirer la flèche du dropdown quand c'est une image */
#userHeader .dropdown-toggle-no-arrow::after {
    display: none !important;
}

/* Les styles du menu déroulant et de ses éléments restent les mêmes */
#userHeader .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 10px !important; /* Petit espace entre l'avatar et le menu */
}

#userHeader .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
	text-decoration: none;
}

#userHeader .dropdown-item i {
    width: 25px;
    margin-right: 10px;
    color: #555;
    text-align: center;
}

#userHeader .dropdown-item-danger {
    background-color: #dc3545;
    color: white;
	border-radius: 0 0 10px 10px;
	margin-top: 7px;
}

#userHeader .dropdown-item-danger i {
    color: white;
}

#userHeader .dropdown-item-danger:hover {
    background-color: #bb2d3b;
    color: white;
}

.houseActive {
	background-color: aliceblue !important;
	font-weight: 600;
}

#rechercheEleve {
	float: right;
	max-width: 395px;
	min-width: 275px;
	margin-top: 8px;
}

#rechercheEleveInput, #rechercheEleveInputMobile {
	border-radius: 21px;
    border: 2px solid #ffffff9c;
    min-width: 15px !important;
	width: 100% !important;
    background-color: #ffffff1c;
    padding: 17px !important;
	border-radius: 21px !important;
	background-image: url(/_img/loupeRechercheMin.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 30px;
	z-index:999;
	color: #FFFFFF;
	position: sticky;
	font-size: 14px;
}

#country_id {
	border-radius: 21px;
    border: 2px solid #ffffff9c;
    min-width: 250px;
	width: 300px;
    background-color: #ffffff1c;
    padding: 10px;
	border-radius: 21px;
	background-image: url(/_img/loupeRechercheMin.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 30px;
	z-index:999;
	color: #FFFFFF;
	position: sticky;
	font-size: 14px;
}

#rechercheEleve input::placeholder {
	color: #FFFFFF70;	
}

#rechercheEleveInputMobile::placeholder {
	color: #FFFFFF70;	
}

#ajouterEleve {
	background-color: #FFFFFF !important;
    width: 50px !important;
    font-size: 20px;
    height: 38px !important;
    padding: 0 !important;
	border: 2px solid #ffffff9c;
	background-color: #ffffff1c;
	border-radius: 21px;
	float: left;
    margin-right: 9px;
    color: var(--bg1);
}

#navigationHeader {
	float: right;
	padding: 9px;
    font-size: 18px;
    color: #ffffff;
	font-weight: 100;
	font-family: 'Open Sans Condensed';
	margin-right: 40px;
}

#navigationHeader ul li {
	list-style: none;
	font-weight: 100;
	float: left;
	
}

#navigationHeader li {
    padding: 7px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #ffffff0f;
}

#navigationHeader .actifLink {
	font-weight: bold;
	text-decoration: underline;
}

#navigationHeader ul a {
    color: #FFFFFF;
	text-decoration: none !important;
}

#navigationHeader li:not(:last-child) {
    border-right: 1px solid #ffffff0f;
}

#navigationHeader li:hover {
    text-decoration: underline;
    cursor: pointer;
}



#ariane {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff38;
    color: #FFFFFF;
    padding: 8px 0;
    border-radius: 5px;
	width:95%;
    margin-bottom: 0px;
    margin-top: 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
	letter-spacing: 1px;
    font-family: 'Open Sans Condensed';
}

#ariane ul li {
    list-style: none;
	margin-right: 9px;
	font-weight: 100;
}

#ariane ul {
    display: flex;
    margin: 0;
    margin-left: 15px;
    padding-left: 0;
}

.separateurAriane {
	width: 40px;
    background-image: url(/_img/separateurAriane.png);
    background-position: center;
    margin: -8px;
}

#contenu {
	width:95%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	
	flex-direction: column;
}

.byDrivup {
	width:95%;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 6px;
}

.byDrivup .version {
	float: left;
	font-size: 10px;
	color: white;
	opacity: 0.3;
}

.byDrivupLogin {
	width:95%;
	max-width:450px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 6px;
	position: absolute;
	padding-top: 375px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.byDrivupLogin .version {
	float: left;
	font-size: 10px;
	color: white;
	opacity: 0.3;
}

.logo {
    padding-top: 8px;
	float: left;
    height: 55px;
}

.logo a {
	text-decoration: none;
}

.logoText {
    font-size: 11px;
    font-family: 'Open Sans Condensed';
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 16px;
	opacity: 0.7;
	/* top: 54px; */
    /* position: absolute; */
	margin-top:3px;
}

.logoSociete {
	font-size:32px;
	font-family: 'Open Sans Condensed';
	font-weight:bold;
	letter-spacing:-1px;
	height: 40px;
	display: block;
	color: #FFFFFF;
}

.tc65 {
    background-image: url(/_img/fond_graph_65.png) !important;

}

.conteneur {
    margin-left: auto;
    margin-right: auto;
    color: #015879;
    width: 100%;
    margin-top: 11px;
    background-color: #ffffff;
    border-radius: 4px;
	/*
    background-repeat: repeat-x;
    background-image: url(/_img/fond_graph_62.png);
    background-position: top;
	padding-top: 12px;
	*/
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
	
}

.conteneur0 {
    margin-left: auto;
    margin-right: auto;
    color: #015879;
    width: 100%;
    margin-top: 11px;
    background-color: #ffffff;
    border-radius: 4px;
    background-repeat: repeat-x;
    background-position: top;
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
	padding-top: -2px;
}

.conteneurGroupe {
	display: flex;
	gap: 15px;
}

.conteneurLogin {
    margin-left: auto;
    margin-right: auto;
    color: #015879;
    width:95%;
	max-width:450px;
    margin-top: 11px;
    background-color: #e9f1f7;
    border-radius: 4px;

    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;

	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
}
/*
.conteneurTitre {
	border-bottom:0px solid #dddddd; font-family: 'Open Sans Condensed',sans-serif; padding-bottom:0px; font-size:18px; margin-bottom:10px; margin-left:15px; color:#FFF;
}*/
.conteneurTitre {
    background-color: var(--th2);
    margin-left: 0;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size:18px;
    padding: 12px 0 12px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:10px;
	color:#FFF;
}

.conteneurTitreOrange {
    background-color: #e1831b;
    margin-left: 0;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size:18px;
    padding: 12px 0 12px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:10px;
	color:#FFF;
}

.conteneurTexte {
	padding:15px;
	padding-top:15px;
	padding-bottom:15px;
}

.list_user {
    width: 132px;
    float: left;
    min-height: 120px;

    border-radius: 5px;
    color: #2f2d2d;

	line-height: 12px;
	background-color: #f8f8f89e;
    margin-right: 13px;
	margin-bottom: 13px;
	letter-spacing: 0.4px;
	
	display: flex;
    justify-content: center;
    align-items: center;
}

.list_user:hover {
    background-color: #f4f4f4;
    color: #036;
}

.forbidden img {
    filter: grayscale(1);
}

.forbidden {
    cursor: not-allowed;
    opacity: .3;
}

a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 2);
}

.input_connect {
    border: 0px;
    border: 1px solid #81a8b6;
    padding: 7px;
    font-size: 14px;
    background-color: #fff;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 6px;
    width: 140px;
    border-radius: 4px;
}

.bt_connect:hover {
    background-color: #0079a6;
    cursor: pointer;
    color: #FFF;
}
.bt_connect {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #0079a6;
    color: #0079a6;
    text-align: center;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 1px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 6px;
	margin-top: 10px;
}

.Style11 {
    font-weight: bold;
    color: #0079a6;
    font-family: 'Open Sans Condensed';
}

.pastilleNews {
	background-color: #f05a02;
    color: #FFF;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    border-radius: 20px;
    position: absolute;
    width: 20px;
    margin-top: 1px;
    margin-left: 40px;
    z-index: 900;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    text-align: center;
}

.pastilleNotification {
	background-color: #f05a02;
    color: #FFF;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    border-radius: 20px;
    position: absolute;
    width: 20px;
    margin-top: 1px;
    margin-left: 78px;
    z-index: 900;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    text-align: center;
}

.none {
	display: none;
}

.opacity10 {
	opacity: 0.3;
}

.opacity20 {
	opacity: 0.3;
}

.opacity30 {
	opacity: 0.3;
}

.opacity40 {
	opacity: 0.4;
}

.opacity50 {
	opacity: 0.5;
}

.opacity70 {
	opacity: 0.7;
}

.opacity90 {
	opacity: 0.9;
}

.opacity100 {
	opacity: 1;
}

.bgLogoDrivup {
	position: absolute;
	z-index: 1;
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 800px;
	opacity: 0.8;
}

.table {

    --bs-table-border-color: #ffffff;

}

#loaderLivret {
    text-align: center;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 50%);
    height: 100%;
	z-index: 99;
}

#loaderLivret img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}











/* CSS Recherche élève / anciennement : autocomplete.css */ 

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.navbar-nav li {
	margin: 0;
	padding: 0;
	padding: 3px;
    text-align: center;
    border-bottom: 0px solid #0000001a;
}

.container {
	width: 1000px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}
.header {
	padding: 10px;
}
.main_title {
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
}
.content {
	padding: 10px;
	min-height: 100px;
}
.footer {
	padding: 10px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.label_div {
	width: 120px;
	float: left;
	line-height: 28px;
}
.input_container {
	height: 30px;
	float: left;
}
.input_container input {
	height: 20px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline:none;
	width: 300px !important;
}
.input_container ul {
	width: 317px;
	border: 1px solid #ffffff;
	position: absolute;
	z-index: 999;
	background: #ffffff;
	list-style: none;
}




.input_container ul li {
    padding: 2px;
    margin: 4px 0px;
    padding-left: 0;
    padding-top: 0;
    border-radius: 5px;
    padding-bottom: 4px;
}


.input_container #country_id  ul li {
	padding: 2px;
    padding-left: 0;
    margin: 2px 0px;
    padding-top: 0;
    padding-bottom: 4px;
}

#country_list_id, #country_list_idMobile {
	display: none;
	margin-top:3px;
	border-radius:15px;
	margin-left:3px;
}

.input_container #choixEleve  ul li {
	padding: 2px;
    padding-left: 0;
    margin: 2px 0px;
    padding-top: 0;
    padding-bottom: 4px;
}

#planning_list_id {
	display: none;
	margin-top:3px;
	border-radius:10px;
	margin-left:3px;
}

#ui-id-1{
	z-index: 9999;
}


.selectedEleve{
	display: block;
	border: none;
}


#country_list_id .selectedEleve li{
	border: 1px solid;
    border-radius: 6px;
    padding-right: 0;
    background: #5089a2;
    color: white;
    padding-top: 4px !important;
    
}

#country_list_idMobile .selectedEleve li{
	border: 1px solid;
    border-radius: 6px;
    padding-right: 0;
    background: #5089a2;
    color: white;
    padding-top: 4px !important;
    
}

#planning_list_id .selectedEleve li{
	border: 1px solid;
    border-radius: 6px;
    padding-right: 0;
    background: #5089a2;
    color: white;
    padding-top: 4px !important;
    
}

.selectEleve img {
	margin-left: 3px;
}

.selectedEleve li:hover {
    opacity: 0.8;
}

#country_list_id .selectEleve li{
	padding-top: 4px !important;
	/*transition: background 0.5s;*/
	border-radius: 13px;
    width: 97.5%;
    margin-left: 1%;
}

#planning_list_id .selectEleve li{
	padding-top: 4px !important;
	/*transition: background 0.5s;*/
	border-radius: 13px;
    width: 97.5%;
    margin-left: 1%;
}


#eleveConcerneList {
	width: 100%;
	border: 1px solid #3b94bc;
	position: absolute;
	z-index: 999;
	background: #ffffff;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}

#eleveConcerneList li {
    padding: 2px;
    margin: 4px auto;
    padding-left: 0;
    padding-top: 0;
    border-radius: 5px;
    padding-bottom: 4px;
    height: 26px;
}

#eleveConcerneList li {
	padding: 2px;
    padding-left: 0;
    margin: 2px 0px;
    padding-top: 0;
    padding-bottom: 4px;
	height: auto;
}

#eleveConcerneList {
	display: none;
	margin-top:61px;
	border-radius:6px;
	box-sizing: border-box;
	width:23.2%;
}

#eleveConcerneList {
	margin-top:0px;
	width:100%;
}

#eleveConcerneList .selectedEleve{
	border: none;
}
#eleveConcerneList .selectedEleve li{
	border: 1px solid;
    border-radius: 6px;
    padding-right: 0;
    /* background: #2d9ba7; */
    color: white;
    padding-top: 4px !important;
	cursor: pointer;
    
}
#eleveConcerneList .selectEleve li{
	padding-top: 4px !important;
	transition: background 0.1s;
}

.w10pour100 {
	width: 10%;
	float: left;
}

.w20pour100 {
	width: 20%;
	float: left;
}

.w25pour100 {
	width: 25%;
	float: left;
}

.w30pour100 {
	width: 30%;
	float: left;
}

.w33pour100 {
	width: 33.3333%;
	float: left;
}

.w40pour100 {
	width: 40%;
	float: left;
}

.w50pour100 {
	width: 50%;
	float: left;
}

.w60pour100 {
	width: 60%;
	float: left;
}

.w70pour100 {
	width: 70%;
	float: left;
}

.w80pour100 {
	width: 80%;
	float: left;
}

.w90pour100 {
	width: 90%;
	float: left;
}

#ajouterWidget {
	height: 100px;
    display: flex;
    background-color: #FFF;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Style du conteneur iframe */
.iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Style du loader (spinner) */
.loader {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Masque l'iframe tant qu'elle n'est pas chargée */

iframe {

	width: 100%;
    height: 92%;
    border: 0;
	/*
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);	
	*/
}

iframe body::-webkit-scrollbar {
  display: none;
}

.over
{
    border: 2px dashed #000;
}

.hide
{
    visibility: hidden;
}

.widget-1 {
	flex: 1 1 calc(25% - 15px);
	border-radius: 3px;
}

.widget-2 {
	flex: 1 1 calc(50% - 15px);
	border-radius: 3px;
}

.widget-3
{
    flex: 1 1 calc(100% - 15px);
	border-radius: 3px;
}

.widget-4
{
    width: 100%;
	border-radius: 3px;
}

.widget
{
    width: calc(34% - 10px);
    margin-bottom: 50px;
    cursor: pointer;
}

.widget img
{
    width: 50%;
}

.widget figcaption
{
    text-align: center;
}

.widgetDisabled
{
    opacity: .3;
    cursor: not-allowed;
	filter: grayscale(1);
}

#widgetContainer
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.palette
{
    display: none;
    position: absolute;
    top: 55px;
    right: 45px;
    background-color: #ffe79e;
    padding: 8px 10px;
    border-radius: 30px;
    cursor: pointer;
	z-index: 999;
}

.palette-item
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.palette-item:last-child
{
    margin-right: 0;
}

.palette-itemMini
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.palette-itemMini:last-child
{
    margin-right: 0;
}

.btn-header
{
    color: #FFFFFF;
    background-color: #333333;
}

.btn-header:hover
{
    color: #FFFFFF;
}

#burgerIconContainer
{
    display: none;
}

#listingMiniWidget
{
    margin-bottom: 15px;
}

#startDashboard {
	height: 15px;
}


.logo {
	padding-top: 8px;
}

.bouton {
	border: 0;
	background-color: transparent;
	margin: -3px;
	padding: 0;
	font-size: 14px;
	padding-bottom: 4px;
	filter: grayscale(1) opacity(0.4);
}

.bouton:hover {
	cursor: pointer;
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	transition: all 0.1s;
	filter: grayscale(0) opacity(1);
}

.boutonR:hover img {
	/*background-color: #fff;*/
	color: #E1181C;
}

.boutonR {
	border: 0;
	background-color: transparent;
	margin: -3px;
	padding: 0;
	font-size: 14px;
	padding-bottom: 4px;
	filter: grayscale(1) opacity(0.4);
}

.boutonR:hover {
	cursor: pointer;
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	transition: all 0.1s;
	filter: grayscale(0) opacity(1);
}

/* .bouton:hover img {
	background-color: #fff;
} */

.titleWidget {
	font-weight: 600;
	font-size: 17px;
	color: #4b5155;
}

.jsc {
	padding-left: 0px !important;
}

.montant_ttc {
	font-size: 26px;
}

.opac {
	font-size: 1px;
	color: white;
	position: absolute;
}

.tablesorter-blue th, .tablesorter-blue thead td {
    font: 16px / 18px Arial, Sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: var(--th1);
    border-collapse: collapse;
    padding: 6px;
    border: 1px solid #FFF;
    font-family: 'Open Sans Condensed';
	text-shadow: none;
}

.tablesorter-blue {
    border: 0;
}

.tablesorter-blue tbody tr.odd>td {
    background-color: #f2f6f97a;
}

.tablesorter-blue tbody>tr.even.hover>td, .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr.even:hover>td, .tablesorter-blue tbody>tr.hover>td, .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr:hover>td {
    background-color: #c6eaff40;
}

.tablesorter-blue tbody>tr.odd.hover>td, .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow>td, .tablesorter-blue tbody>tr.odd:hover>td {
    background-color: #c6eaff40;
}

.tablesorter-blue td {
    color: #3d3d3d;
    background-color: #f2f6f97a;
    padding: 7px !important;
    vertical-align: top;
    font-size: 12px !important;
    border-bottom: 1px dashed #5d656721 !important;
}

.tablesorter-blue td, .tablesorter-blue th {
    border: #ffffff 1px solid !important;
    border-width: 0 1px 1px 0 !important;
	padding: 6px !important;
}

.tablesorter-blue .header, .tablesorter-blue .tablesorter-header {
    padding: 10px 18px 10px 8px !important;
}

.tablesorter-blue .header, .tablesorter-blue .tablesorter-header {
	background-image: url(/_img/sort/sort_both.png);
}

.tablesorter-blue .headerSortUp, .tablesorter-blue .tablesorter-headerAsc, .tablesorter-blue .tablesorter-headerSortUp {
    background-color: var(--th2);
	background-image: url(/_img/sort/sort_asc.png);
	font-weight: bold;
}

.tablesorter-blue .headerSortDown, .tablesorter-blue .tablesorter-headerDesc, .tablesorter-blue .tablesorter-headerSortDown {
	background-color: var(--th2);
	background-image: url(/_img/sort/sort_desc.png);
	font-weight: bold;
}


select {
	padding: 6px;
    border-radius: 6px;
	border: 1px solid #0000004f;
	font-size: 12px;
	font-family: arial;
	cursor:pointer;
}

input {
	padding: 0px;
    border-radius: 6px;
	border: 1px solid #0000004f;
	font-family: arial;
	cursor:pointer;
}

.expo {
	padding: 2px;
    background-color: white;
    height: 13px;
    width: 13px;
    display: inline-block;
    color: var(--th2);
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
    margin-left: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
}

.expoLegende {
	padding: 2px;
    background-color: #285879;
    height: 16px;
    width: 16px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
    margin-left: 3px;
    padding-top: 4px;
    padding-bottom: 2px;
    font: 18px / 18px Arial, Sans-serif;
}

.folderLink {
	color: #FFFFFF !important;
}


.arrow-svg {
	margin: -8px;
	/*fill: #31a8d2;*/
	fill: color-mix(in srgb, var(--bg1) 95%, white 5%);
	margin-right: 1px;
}


.romain {
	color: white;
    background-color: #2d6883;
    padding: 3px;
    border-radius: 4px;
    margin-right: 6px;
}

.tablesorter-blue input.tablesorter-filter, .tablesorter-blue select.tablesorter-filter {
    width: 91%;
    height: auto;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    -moz-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease;
}

.tablesorter-pager {
    padding: 12px;
    background-color: #eeeeee;
    color: #5a5a5a;
    font-size: 14px;
}

.nouvelle_s {
    text-align: center;
    color: #ed7920;
    background-color: #ffe99d;
    padding: 16px;
    border-radius: 7px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer;
}

.nouvelle_s span {
	background-color: #ed7920 !important;
    color: #ffffff !important;
}

.imgLogoHeader {
    background-repeat: no-repeat;
    /*width: 290px;*/
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
	/* position: absolute; */
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: cadetblue;
}
	

.no_read {
	background-color: #ffd226;
	font-weight: bold;
    cursor: pointer;
}

.modal-header {
	background-color: whitesmoke !important;
    padding-top: 14px !important;
    padding-left: 15px !important;
    color: #626262;
}

.modal-title {
	font-size: 1.1rem !important;
    font-family: 'Open Sans Condensed';
	font-weight: bold !important;
}


.form-control:focus {
	box-shadow: none !important;
    background-color: #f7fffe;
    border: 1px solid #92ccf5;
}

.form-control {
	background-color: #f6fafe;
    border: 1px solid #e9edf3
}
	
.col-form-label {
	color: #7a8393;
}

.form-check-label {
	padding-top: 5px;
    padding-left: 5px;
	color: #a9a9a9;
}

.form-check-input:checked {
    background-color: #818181;
    border-color: #7e7e7e;
}

.form-check-input {
	float: left;
    margin-right: 8px;
}

.form-select {
	background-color: #f6fafe;
    border: 1px solid #e9edf3;
}

.form-floating>label {
    padding: 1.1rem .75rem;
}

.modal-body {
    /*margin-bottom: -15px !important;*/
	color: black;
}

.tablesorter-blue tbody td, .tablesorter-blue tfoot td, .tablesorter-blue tfoot th {
    vertical-align: baseline;
}

.champ_text, .champ_text_list {
    width: 100%;
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 12px;
    background-color: #f8f9fabf;
}


/* Style N_MENU_.... */

.menu_eleve_0 {
	background: var(--menu-bg);
	background-image: linear-gradient(to bottom, var(--menu-bg), #014a60);
	width: 200px;
	min-width: 200px;
	padding-bottom: 0px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-top: 1px;
	height: 100%;
}

.name-block {
	display: flex; /* ou inline-block si tu préfères */
	gap: 2px; /* espace entre prénom et nom */
	margin-top: 5px;
	margin-bottom: 0px;
}


.menu_eleve_0 .name-block {
	text-align: center;
	color: var(--text-light);
}

.menu_eleve_0 .name-block .preactive {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}
.menu_eleve_0 .name-block .nom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: left;
}

.menu_eleve_0 .name-block .prenom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: center;
}

.menu_eleve_1 {
	background: #ec634c;
    background-image: linear-gradient(to bottom, #ec634c, #cf442c);
	width: 200px;
	min-width: 200px;
	padding-bottom: 0px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-top: 1px;
	height: 100%;
}

.menu_eleve_1 .name-block {
	color: var(--text-light);
}

.menu_eleve_1 .name-block .preactive {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}
.menu_eleve_1 .name-block .nom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 99%;
	margin-left: 5px;
	margin-top: 0px;
	font-family: 'Open Sans Condensed';
	text-align: left;
}

.menu_eleve_1 .name-block .prenom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: center;
}

.menu_eleve_2 {
	background: #ff6a00;
    background-image: linear-gradient(to bottom, #ff9a52, #cc5500);
	width: 200px;
	min-width: 200px;
	padding-bottom: 0px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-top: 1px;
	height: 100%;
}

.menu_eleve_2 .name-block {
	text-align: center;
	color: var(--text-light);
}

.menu_eleve_2 .name-block .preactive {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}
.menu_eleve_2 .name-block .nom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: left;
}

.menu_eleve_2 .name-block .prenom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: center;
}


.menu_eleve_3 {
	background: #527d02;
    background-image: linear-gradient(to bottom, #4da519, #269d03);
	width: 200px;
	min-width: 200px;
	padding-bottom: 0px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-top: 1px;
	height: 100%;
}

.menu_eleve_3 .name-block {
	color: var(--text-light);
}

.menu_eleve_3 .name-block .preactive {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}
.menu_eleve_3 .name-block .nom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 99%;
	margin-left: 5px;
	margin-top: 0px;
	font-family: 'Open Sans Condensed';
	text-align: left;
}

.menu_eleve_3 .name-block .prenom {
	font-size: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	font-family: 'Open Sans Condensed';
	line-height: 20px;
	text-align: center;
}



.avatar-container {
	position: relative;
	width: 155px;
	margin: 0 auto;
}
.avatar-container img#avatar {
	border-radius: 90px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.edit-avatar {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 6px;
	background: transparent;
	color: white;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: transform 0.2s;
	z-index: 1;
}
.edit-avatar:hover {
	transform: scale(1.1) rotate(-5deg);
}
nav {
	margin-top: 10px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

nav ul li a {
	display: flex;
	align-items: center;
	padding: 4px 6px;
	color: var(--text-light);
	border-radius: 23px;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
	opacity: 0.6;
}


#userHeader .dropdown-item {
	opacity: 1;
}

nav ul li a:hover {
	background-color: var(--menu-hover);
	text-shadow: none;

	text-decoration: none;
	opacity: 1;
}

nav ul li a.active {
	background-color: #64a1af0f;

	opacity: 1;
}

nav ul li a i {
  transition: transform 0.3s ease;
}

nav ul li a:hover i {
  transform: scale(1.4); /* Grossit l'icône à 130% */
}
/*
nav ul li a.active::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #3f87a6;
}
*/
nav ul li a i {
	width: 20px;
	margin-right: 4px;
	text-align: center;
	margin-left: 5px;
}

.edit-avatar i {
	pointer-events: none;
}

.btn-archive:hover {
	background: var(--btn-archive);
	color: #ffffff;
	border: 2px solid var(--btn-archive);
}


.conteneurTexte label {
	display: block;
	margin-bottom: 8px;
	color: #495057;
	font-weight: 500;
}

 .details_presta {
     padding: 5px;
     border-radius: 5px;
     background-color: #fff;
     width: 79%;
     float: left;
     padding-left: 7px;
     color: #23272b;
     margin-bottom: 4px;
 }

.dl_facture {
    background-color: #587680;
    width: 65px;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 8px;
    padding: 6px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dl_facture:hover {
    cursor: pointer;
    background-color: #e12a38;
    color: #FFF;
}

.dl_avoir {
    background-color: #587680;
    width: 55px;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 8px;
    padding: 6px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.list_user:hover  .avatarFondRond{
    transform: scale(1.3);
    transition: all 0.1s;
}

.avatarFondRond {
	display: flex;
	align-items: baseline;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	width: 55px;
	height: 55px; 
}

.nav-pills .nav-link {
    background-color: #f3f3f3;
	margin-right: 10px;
}

.form-check-input:checked[type=checkbox] {
    font-size: 18px;
}

.permisEleve {
    background-color: #0000004a;
    height: 22px;
    position: absolute;
    margin-left: 7px;
    margin-top: 6px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding-top: 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.ageEleve {
    background-color: #0000004a;
    height: 21px;
    justify-self: end;
    align-self: start;
    margin-right: 7px;
    margin-top: 6px;
    text-align: center;
    position: absolute;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
	right: 0;
}


























/* Thème personnalisé Drivup #1 */
/*
body {
	background: linear-gradient(0.45turn, #ff7e5f, #feb47b) !important;
}

.arrow-svg {
	margin: -8px;
	fill: #ff7e5f !important;
	margin-right: 1px;
}
*/
/* ---------------------------- */


/* Thème personnalisé Drivup #2 */
/*
body {
	background: linear-gradient(0.45turn, #a1c4fd, #c2e9fb) !important;
}

.arrow-svg {
	margin: -8px;
	fill: #a1c4fd !important;
	margin-right: 1px;
}
*/
/* ---------------------------- */


/* Thème personnalisé Drivup #3 */
/*
body {
	background: linear-gradient(0.45turn, #00c6ff, #0072ff) !important;
}

.arrow-svg {
	margin: -8px;
	fill: #00c6ff !important;
	margin-right: 1px;
}
*/
/* ---------------------------- */


/* Thème personnalisé Drivup #4 */
/*
body {
	background: linear-gradient(0.45turn, #56ab2f, #a8e063) !important;
}

.arrow-svg {
	margin: -8px;
	fill: #56ab2f !important;
	margin-right: 1px;
}
*/
/* ---------------------------- */


/* Thème personnalisé Drivup #5 */
/*
body {
	background: linear-gradient(0.45turn, #ff9a9e, #fad0c4) !important;
}

.arrow-svg {
	margin: -8px;
	fill: #ff9a9e !important;
	margin-right: 1px;
}
*/
/* ---------------------------- */






@media (max-width: 768px) {
	#contenu {
		flex-direction: column !important;
	}
	.conteneur {
		width: 100% !important;
	}
	
	.conteneur0 {
		width: 100% !important;
	}

	.conteneurGroupe {
        display: flex;
		gap: 15px;
		flex-direction: column;
	}
	
	.list_user {
		margin-right: 5px;
		margin-bottom: 5px;
		width: 32%;
	}
	
	.miniWidg {
		width: 41% !important;
		flex: none !important;
		min-width: 205px !important;
        margin: 0 !important;
	}
    #nMenuEleveBalanceContainer,
    #nMenuEleveFinancementContainer {
	color: white;
    text-align: center;
    border: 1px solid white;
    border-radius: 18px;


	margin-right: auto;
    display: inline-table!important;
    transform: rotate(-90deg) !important;
    width: 140px !important;
    margin-left: -49px !important;
    margin-top: 55px !important;
    margin-bottom: 55px !important;
    padding: 4px !important;
}
}


.separateurConteneur {
    height: 10px !important;
    background: none;
}

#nMenuEleveBalanceContainer,
#nMenuEleveFinancementContainer {
	color: white;
    text-align: center;
    border: 1px solid white;
    border-radius: 18px;
    width: 70%;
    padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

#nMenuEleveFinancementContainer {
    margin-top: 10px;
}

#balanceValue {
    white-space: pre-line;
}

.montant-a-venir {
    font-size: 14px;
    color: #ff9000;
    font-weight: 200;
}


.montant-a-venir strong {
    font-weight: bold;
}

.balance-hidden {

        transform: rotate(-90deg) !important;
        width: 140px !important;
        margin-left: -49px !important;
        margin-top: 70px !important;
        margin-bottom: 70px !important;
        padding: 4px !important;
    }











.connexion {
    padding-top: 1px;
    padding-left: 4px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    color: #ed551f;
    padding: 8px;
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 7px;
    padding-top: 2px;
    padding-bottom: 3px;
    border: 2px solid #ed551f;
    width: 100%;
}

@media (max-width: 768px) {

  /* Masquer les lignes détails au chargement */
  table tbody#ligneAchatContainer tr.detailAchat {
    display: none !important;
  }

  /* Quand ton JS les ouvre (ex: display: table-row), on les autorise */
  table tbody#ligneAchatContainer tr.detailAchat[style*="display: table-row"],
  table tbody#ligneAchatContainer tr.detailAchat[style*="display: block"] {
    display: block !important;
  }
    
    .prendreEPHOTO {
        display: none;
    }
    
}

@media (max-width: 1550px) {
    #navigationHeader li {
        padding: 7px;
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px solid #ffffff0f;
    }
}



















