ï»¿/* ========== VARIABLES CSS ========== */
:root {
    --success: #4caf50;
    --warning: #ff9800;
    --error: #f44336;
    --font-main: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
@font-face{
	font-family: sans-serif;
}
body {
	margin: 0;
	padding:0;
	list-style:none;
	font-family: "Arial";
	font-size:12px;
	background:#FFFFFF url(/_pics/fond.jpg?v=1764993037) no-repeat center center fixed;
	background-size: cover;
}
h5 {
	font-size:16px;
	font-family: "Arial";
	color: #000000;
	padding: 0px;
	margin: 0px;
}


/* New Design */
h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #506167;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}
h2 {
	font-size:25px;
	font-weight:bold;
	color: #07593A;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size:16px;
	color: #506167;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	color: #506167;
	font-weight:bold;
}
td {
	padding: 0 10px 0 10px;
}
/* Login / Mot de passe oublié / Changement de mot de passe / Double authentification */
#authentification {
	margin: 160px auto;
	width: 440px;
	height: auto;
	border:1px groove #DFE6F0;
	color: #0DA26A;
	background: #DFE6F0 url(pics/logo_login.jpg) no-repeat center top;
	padding: 10px;
	border-radius: 10px;
}
#authentification a {
	text-decoration:none;
	color:#0DA26A;
}
#authentification a:hover {
	color:#0DA26A;
}
#authentification .login, .pwd, .mail, .newpwd, .repwd, .verif {
	width: 90%;
	border:2px groove #506167;
	color: #0DA26A;
	background: #EDF4FE;
	border-radius: 8px;
	padding: 10px;
    position: relative;
	height: 85px;
}
#authentification legend {
	padding: 0 5px;
	margin-bottom: -1px;
	color: #506167;
	font-size: 20px;
	text-decoration:none;
    border-bottom: none;
    display: inline-block;
	text-align: left;
}
.login::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 255px;
    height: 2px;
    background: #506167;
}
.pwd::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 224px;
    height: 2px;
    background: #506167;
}
.newpwd::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 85px;
    height: 2px;
    background: #506167;
}
.repwd::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 75px;
    height: 2px;
    background: #506167;
}
.verif::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 130px;
    height: 2px;
    background: #506167;
}
.mail::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 180px;
    height: 2px;
    background: #506167;
}
#authentification .login input {
	margin-top: -5px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 98%;
	font-size: 20px;
}
#authentification .pwd input {
	margin-top: -4px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 300px;
	font-size: 20px;
}
#authentification .newpwd input {
	margin-top: -4px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 300px;
	font-size: 20px;
}
#authentification .repwd input {
	margin-top: -4px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 300px;
	font-size: 20px;
}
#authentification .verif input {
	margin-top: -4px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 300px;
	font-size: 20px;
}
#authentification .mail input {
	margin-top: -5px;
	border:0px #EDF4FE;
	color: #0DA26A;
	background: #EDF4FE;
	width: 300px;
	font-size: 20px;
}
#authentification .login input:focus {
    outline: none;
    border: none;
}
#authentification .pwd input:focus {
    outline: none;
    border: none;
}
#authentification .newpwd input:focus {
    outline: none;
    border: none;
}
#authentification .repwd input:focus {
    outline: none;
    border: none;
}
#authentification .mail input:focus {
    outline: none;
    border: none;
}
#authentification .verif input:focus {
    outline: none;
    border: none;
}
.liste {
	padding-left: 25px;
}
#authentification .submit {
	margin: 13px 0 8px 0;
	font-size: 24px;
	width: 90%;
	padding: 12px;
	border:0px #0DA26A;
	color: #07593A;
	background: #0DA26A;
	border-radius: 8px;
}
#authentification .oublie {
	margin: 0 20px 0 0;
	color: #0DA26A;
	font-size: 16px;
	text-align: right;
}
#authentification .eye {
	cursor: pointer;
	width: 34px;
	height: 41px;
	fill: #0DA26A;
}
/* End Login / Mot de passe oublié / Changement de mot de passe / Double authentification */
/* Menu */
#menu{
    position: fixed;
    top: 0;
    left: 0;
	height: 100vh;
	width: 360px;
	padding: 10px 0 0 0;
    color: #506167;
	background: #DFE6F0;
	border-right: 1px solid #506167;
	font-size: 15px;
	opacity:1;
	filter: alpha(opacity=100);
}
#menu .mtitre {
	margin: 15px 0 15px 0;
	text-align: center;
	height: 85px;
	border-bottom: 1px solid #506167;
}
#menu p {
	margin: 10px 0 10px 10px;
    flex: 1;
    animation: fadeInLeft 0.5s ease 0.2s backwards;
	color: #424345;
}	
#menu .rubrique_slct {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	background: #EDF4FE;
	padding: 5px 0px 5px 25px;
    animation: fadeInLeft 0.8s ease 0.5s backwards;
}
#menu .rubrique_slct:hover::before {
    left: 100%;
}

#menu .rubrique_slct:hover {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	padding: 5px 0px 5px 35px;
	background-color: rgba(0, 191, 165, 0.05);
    transform: translateX(5px);
}

#menu .rubrique {
	width: 100%;
	border:0px;
	color: #506167;
	padding: 5px 0px 5px 25px;
    flex: 1;
    animation: fadeInLeft 0.7s ease 0.3s backwards;
}
#menu .rubrique:hover::before {
    left: 100%;
}

#menu .rubrique:hover {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	padding: 5px 0px 5px 35px;
    background-color: rgba(0, 191, 165, 0.05);
    transform: translateX(5px);
}

.sousmenu {
	overflow: hidden;
}

#menu .srubrique_slct {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	background: #EDF4FE;
	padding: 5px 0px 5px 60px;
    animation: fadeInLeft 0.8s ease 0.5s backwards;
}
#menu .srubrique_slct:hover::before {
    left: 100%;
}

#menu .srubrique_slct:hover {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	padding: 5px 0px 5px 70px;
	background-color: rgba(0, 191, 165, 0.05);
    transform: translateX(5px);
}

#menu .srubrique {
	width: 100%;
	border:0px;
	color: #506167;
	padding: 5px 0px 5px 60px;
    flex: 1;
    animation: fadeInLeft 0.7s ease 0.3s backwards;
}
#menu .srubrique:hover::before {
    left: 100%;
}

#menu .srubrique:hover {
	width: 100%;
	border-left: 3px solid #0DA26A;
	color: #506167;
	padding: 5px 0px 5px 70px;
    background-color: rgba(0, 191, 165, 0.05);
    transform: translateX(5px);
}

#menu .smenu {
	margin: 0 0 10px 30px;
    flex: 1;
    animation: fadeInLeft 0.7s ease 0.3s backwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#menu .arrow {
	fill: #424345;
	width: 15px;
	height: 15px;
}
#menu .puce, .puce2 {
	margin: 0 10px 0 0;
	fill: #0DA26A;
}
#menu .puce {
	width: 15px;
	height: 15px;
}
#menu .puce2, .puce3 {
	width: 25px;
	height: 25px;
}
#menu .puce3 {
	fill: #0DA26A;
	margin-top: -7px;
}
#menu .puce4 {
	margin: 0 10px 0 0;
	width: 15px;
	height: 15px;
}
#menu a {
	text-decoration:none;
	color:#506167;
}
#menu a:hover {
	color:#0DA26A;
	cursor: pointer;
}
#ctncompte {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 350px;
	padding: 10px;
	background: #DFE6F0;
	height: 95px;
}
#compte {
	border-radius: 50px 10px 10px 50px;
	-moz-border-radius: 50px 10px 10px 50px;
	-webkit-border-radius: 50px 10px 10px 50px;;
	-html-border-radius: 50px 10px 10px 50px;
	width: 100%;
	height: 75px;
	border:0px;
	background: #EDF4FE;
}
.compte_photo {
	left: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-html-border-radius: 50%;
	width: 75px;
	height: 75px;
	object-fit: cover;
	object-position: top;
}
#compte .nom {
	position: absolute;
	left: 110px;
	bottom: 60px;
	color: #0DA26A;
	font-size: 15px;
}
#compte .moncompte, .deconnexion {
	position:absolute;
	bottom: 20px;
	border-radius: 5px;
	width: 100px;
	height: 29px;
	text-align: center;
	padding-top: 6px;
}
#compte .moncompte a {
	color: #07593A;
	text-decoration: none;
}
#compte .deconnexion a {
	color: #07593A;
	text-decoration: none;
}
#compte .moncompte {
	background: #839FCC;
	left: 105px;
}
#compte .deconnexion {
	background: #FF6A6A;
	left: 225px;
}
/* End Menu */
/* Content */
#content {
	position:absolute;
	top: 20px;
	right: 0px;
	bottom: 0px;
	left: 360px;
	padding: 0px 0px 0px 20px;
}
#content p {
	font-size: 15px;
}
#content a {
	font-size: 15px;
	color: #0DA26A;
	text-decoration: none;
}
.bloc {
	position: absolute;
	top: 40px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	background: #DFE6F0;
	color: #506167;
	overflow: auto;
	padding:15px;
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
}
.bloc table a {
	color: #0DA26A;
	text-decoration: none;
}
.bloc table a:hover {
	color: #0DA26A;
}
.bloc::-webkit-scrollbar {
  width: 8px; /* Largeur de la barre verticale */
  height: 8px; /* Hauteur de la barre horizontale */
}
.tableau {
	width: 1100px;
}
/* Couleur du fond de la barre */
.bloc::-webkit-scrollbar-track {
  background: #DFE6F0;
  border-radius: 6px;
}

/* Couleur de la barre de défilement */
.bloc::-webkit-scrollbar-thumb {
  background: #424345;
  border-radius: 6px;
}

/* Changement de couleur au survol */
.bloc::-webkit-scrollbar-thumb:hover {
  background: #0DA26A;
}
.champ {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-html-border-radius: 10px;
	padding-top: 3px;
	color: #0DA26A;
	border: 2px solid #0DA26A;
	background: #EDF4FE;
	width: 200px;
	font-size: 20px;
}
.champ:focus {
	border: 2px solid #0DA26A;
}
.valider {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-html-border-radius: 10px;
	text-align: center;
	padding-top: 3px;
	color: #0DA26A;
	background: #EDF4FE;
	width: 200px;
	font-size: 20px;
}
.valider:hover {
	background: #0DA26A;
	color: #EDF4FE;
}
input {
	margin : 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #0DA26A;
	background: #EDF4FE;
	border: 2px solid #0DA26A;
}
button {
	margin : 5px;
	border-radius: 5px;
	color: #0DA26A;
	background: #EDF4FE;
	border: 2px solid #0DA26A;
}
select {
	margin : 5px;
	border-radius: 5px;
	color: #0DA26A;
	background: #EDF4FE;
	border: 2px solid #0DA26A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#service {
	overflow: auto;
}
#partenaire, #projet {
	min-width: 200px;
}
textarea {
	margin : 5px;
	border-radius: 5px;
	color: #0DA26A;
	border: 2px solid #0DA26A;
	background: #EDF4FE;
}
.centered-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centre {
	width:100%;
	text-align:center;
}
.red {
	color: #FF6A6A;
	font-size: 14px;
	font-weight: bold;
}
.picto {
	float: right;
	width: 60px;
	height: 60px;
	fill: #0DA26A;
	opacity:0.35;
	filter: alpha(opacity=35);
}
.picto2 {
	float: right;
	width: 60px;
	height: 60px;
	opacity:0.35;
	filter: alpha(opacity=35);
}
#account {
	width: 200px;
	margin-left: 20px;
}
.pair {
	background:#839FCC;
	color: #506167;
}
.impair {
	background:#424345;
	color: #506167;
}
.entete_clair {
	color: #0DA26A;
	background:#EDF4FE;
	font-weight:bold;
	border-color: #EDF4FE;
	font-size: 14px;
}
.entete_clair a {
	color: #0DA26A;
}
.entete_clair a:hover {
	color: #0DA26A;
	border-bottom:1px dashed #506167;
}
.entete_clair button {
	background: #EDF4FE;
	border: 0;
}
.salarie {
	background:#EDF4FE;
	padding-left: 5px;
	font-size: 12px;
}
.salarie a {
	text-decoration: none;
	color: #506167;
	font-size: 12px;
}
.TableArrondie {
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
}
.TableLarge	{
	width: 100%;
}
.TLR {
	border-collapse: separate;
    border-spacing: 0;
    border-top-left-radius: 20px;
    overflow: hidden;
}
.select_logo {
	border: 1px solid #0DA26A;
	border-radius: 8px;
}
.visu {
	border-left: 1px dashed #506167;
	text-align: center;
}
.visu_haut {
	border-top: 1px solid #506167;
}
.gauche {
	float:left;
}
.droite {
	float:right;
}
.rmenu {
	position: absolute;
	right: 10px;
	top: 190px;
	z-index: 99;
}
.photo {
	position: absolute;
	left: 70%;
	top: 200px;
}
.icon {
	width: 20px;
	height: 20px;
	fill: #506167;
}
.temps {
	width:60px;
}

.fond {
	background-color: #FFFFFF;
}
.selection {
	width: 200px;
}
/* Menu support */
.aide {
	float: right;
	margin-right: 25px;
	font-size: 20px;
	color: #424345;
	font-weight: bold;
}
.aide a {
	color: #424345 !important;
	text-decoration: none;
}
.icon_aide {
	width: 35px;
	height: 35px;
	fill: #424345;
	float: right;
	margin-left: 10px;
}
#menu_aide {
	position: absolute;
	top: 35px;
	right: 15px;
	font-size: 16px;
	width: 200px;
	height: 250px;
	padding: 10px;
	background: #EDF4FE !important;
	color: #0DA26A !important;
	opacity:1;
	filter: alpha(opacity=100);
	z-index: 999;
	display: none;
    border-radius: 10px;
}
#menu_aide a {
	font-size: 14px;
}
/* Fin menu support */
/* Page d'accueil */
.planning, .events, .news, .main_profile, .personal_profile, .hr_profile, .projets {
	position: absolute;
	background: #DFE6F0;
	color: #506167;
	padding: 20px;	
	height:46%;
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
	overflow: auto;
}
.planning {
	top: 40px;
	left: 20px;
	width:48%;
}
.taches {
	position: absolute;
	top: 40px;
	left: 20px;
	bottom: 20px;
	background: #DFE6F0;
	color: #506167;
	padding: 20px;	
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
	overflow: auto;
	width:48%;
}
.projets {
	right: 20px;
	bottom: 20px;
	width:48%;
}
.events {
	top: 40px;
	right: 20px;
	width: 48%;
}
.news {
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.textcolor {
	color: #0DA26A;
}
.service {
	color: #424345;
}
.calendar {
	padding: 3px 0 0 5px;
	vertical-align: top;
	color: #07593A;
}
/* End page d'accueil */
.events::-webkit-scrollbar,.planning::-webkit-scrollbar,.zone::-webkit-scrollbar {
  width: 8px; /* Largeur de la barre verticale */
  height: 8px; /* Hauteur de la barre horizontale */
}
/* Couleur du fond de la barre */
.events::-webkit-scrollbar-track,.planning::-webkit-scrollbar-track,.zone::-webkit-scrollbar {
  background: #DFE6F0;
  border-radius: 4px;
}

/* Couleur de la barre de défilement */
.events::-webkit-scrollbar-thumb,.planning::-webkit-scrollbar-thumb,.zone::-webkit-scrollbar {
  background: #424345;
  border-radius: 4px;
}

/* Changement de couleur au survol */
.events::-webkit-scrollbar-thumb:hover,.planning::-webkit-scrollbar-thumb:hover,.zone::-webkit-scrollbar {
  background: #0DA26A;
}
.slideshow {
	width: 100%;
	height: 319px;
}
.nav {
	fill: #506167;
	height: 22px;
	width: 20px;
}
.theme {
	margin: 13px 0 8px 0;
	font-size: 24px;
	width: 250px;
	padding: 12px;
	border:0px #0DA26A;
	color: #506167;
	background: #0DA26A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8pxx;
	-html-border-radius: 8px;
	border-radius: 8px;
}
.bloc .puce, .puce4 {
	margin: 0 2px 0 0;
	width: 15px;
	height: 15px;
}
.bloc .puce {
	fill: #0DA26A;
}
.bloc .supprime {
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	fill: #FF6A6A;
}
.horaires {
	font-size: 20px;
}
.extension {
	margin: 0 2px 0 0;
	width: 30px;
	height: 30px;
	fill: #506167;
}
/* End Content */
/* Annuaire */
.site {
	width: 450px;
	border:2px groove #506167;
	color: #506167;
	background: #EDF4FE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-html-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
    position: relative;
}
.site legend {
	padding: 0 5px;
	margin-bottom: -1px;
	color: #506167;
	font-size: 20px;
	text-decoration:none;
    border-bottom: none;
    display: inline-block;
	text-align: left;
}
.site::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 8px;
    width: 320px;
    height: 2px;
    background: #506167;
}
.Personne {
	margin:0 5px;
	background:#EDF4FE;	
	max-width: 450px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-html-border-radius: 8px;
	border-radius: 8px;
}
.Personne legend {
	font-family: "Arial";
	margin-left: 15px;
	text-decoration: none;
	color: #506167;
	border-bottom: none;
	text-align: left;
}
.directory_pic {
	width: 87px;
	height: auto;
	float: right;
	margin: 0 7px 7px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	-html-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
}
/* End annuaire */
/* Page "Mon compte" */
.pic_profile {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-html-border-radius: 50%;
	width: 214px;
	height: 214px;
	object-fit: cover;
	object-position: top;
}
.main_profile {
	top: 40px;
	left: 20px;
	right: 20px;
}
.personal_profile {
	bottom: 20px;
	left: 20px;
	width:48%;	
}
.hr_profile {
	bottom: 20px;
	right: 20px;
	width:48%;		
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -border-radius: 4px;
    height: 16px;
    width: 16px;
	border: 2px solid #506167;
}
input[type="checkbox"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -border-radius: 4px;
    height: 16px;
    width: 16px;
	background-color: #5CA959;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	border-radius: 50%;
    height: 16px;
    width: 16px;
	border: 2px solid #506167;
}
input[type="radio"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	border-radius: 50%;
    height: 16px;
    width: 16px;
	background-color: #5CA959;
}
.important {
	color: #FF6A6A;
}

/* End page "Mon compte" */
/* End new design */



.entete_annuaire {
	background-color: #EDF4FE;
	background: linear-gradient(90deg,#EDF4FE,#86888C);
}
#upperDiv:after {
	content: \"\";
	display: table;
	clear: both;
}
#loader {
	display: none;
	background-color: #506167;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 200px;
	text-align: center;
}
.ong_selected {
	height: 70px;
	color: #506167; 
	background-color: #EDF4FE;
	font-size:16px;
	font-weight:bold;
	border-style: none;
}
.ong_unselected {
	height: 70px;
	color: #506167; 
	background-color: #86888C;
	font-size:16px;
	font-weight:bold;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	margin-right: 5px;
}
.ong_unselected:hover {
	color: #506167; 
	background-color: #FF6A6A;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 14px;
}
.bigger {
	font-size: 16px;
	font-weight: bold;
}
.gradient {
  background-color: transparent;
  background-image: #506167;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
#mcenter {
	width: 98%;
	background-color: transparent;
	background-image: #506167;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}
#mcenter:after {
	content: "";
	display: table;
	clear: both;
}
.bordure {
	border: 1px solid #EDF4FE;
	border-radius: 15px;
}
#incrust {
	position: absolute;
	right: 30px;
	top: -110px;
	border: 3px outset gray;
	width: 300px;
	height: 150px;
	background: #000000;
	color: #EDF4FE;
}
.nombre {
	width: 8em;
}
#urgent {
	animation: Alert 1s infinite;
}
@keyframes Alert{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
.vertical {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}
.vignette {
	display: inline-block;
	width: 200px;
	height: 272px;
}
.fullscreen {
	background-color: #DFE6F0;
}
.popup {
	background-color: #839FCC;
	border: 1px solid #DFE6F0;
	margin: 150px auto;
	width: 600px;
	z-index: 999;
	opacity: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-html-border-radius: 6px;
	border-radius: 6px;
}
.entete_popup {
	color: #DFE6F0;
	background:#F2BC00;
	font-weight:bold;
	margin: -5px -15px -15px -15px;
	padding-left: 10px;
}
.note {
	background:url(TimelyYou/pics/bg_note.png) no-repeat bottom / contain;
	font-family: "Comic Sans MS";
	padding : 55px 33px 10px 10px;
	position: absolute;
	top: 95px;
	left: 35%;
	width: 473px;
	height: 500px;
}
.entete_fonce {
	color: #424345;
	background:#86888C;
	border-color: #86888C;
	font-weight:bold;
}
.entete_titre {
	font-weight:bold;
	color: #506167;
	background-color: #FF6A6A;
}
.borderlr {
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
}
.txt_defil {
	color:#DFE6F0;
	text-decoration:none;
}
.txt_defil:hover {
	color:#DFE6F0;
	border-bottom:1px dashed white;
}
.readonly {
	background-color: #0DA26A;
	color: #FFFFFF;
}
#message,#message_four,#message_four2,#message_ville,#message_proc,#message_rs,#message_num_cli,#message_client,#message_chantier,#message_tour {
	position: absolute;
	background-color: #EDF4FE;
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: #DFE6F0;
	text-align: left;
	z-index: 99;
}
#message {
	left: 39%;
	width: 200px;
}
#message_four {
	left: 190px;
	background-color: #506167;
}
#message_ville {
	left: 30%;
	width: 300px;
}
#message_proc {
	left: 33%;
	top: 320px;
	width: 300px;
}
#message_chantier {
	left: 520px;
	width: 300px;
}
#message_client {
	left: 100px;
	top: 290px;
	width: 300px;
}
#message_tour {
	right: 100px;
	top: 250px;
	width: 380px;
}
#message a:hover,#message_four a:hover,#message_four2 a:hover,#message_ville a:hover,#message_proc a:hover,#message_rs a:hover,#message_client a:hover,#message_num_cli a:hover,#message_chantier a:hover,#message_tour a:hover {
	background-color: #EDF4FE;
	color:#506167;
	text-decoration:none;
}
#outlook {
	float: left;
}
.apollo {
	text-align: center;
	color:#506167;
	font-weight:bold;
	font-size:18px;	
}
photo > input{ /* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
	margin-bottom: 10px;
}
photo > input + img{ /* IMAGE STYLES */
	opacity:1;
	filter: alpha(opacity=100);
	cursor:pointer;
	margin: 0px 30px 2px 30px;
}
photo > input + img{ /* IMAGE STYLES */
	border:3px solid transparent;
}
photo > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	border:3px solid #0DA26A;
	}
.result {
	background:#F2BC00;
	color: #000000;
	text-align: center;
	vertical-align:middle;
	width: 100%;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-html-border-radius: 6px;
	border-radius: 6px;
}
.result_faux {
	background:#FF6A6A;
	color: #506167;
	text-align: center;
	vertical-align:middle;
	width: 100%;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-html-border-radius: 6px;
	border-radius: 6px;
}
.Button {
	border:2px outset #86888C;
	background: #839FCC url(TimelyYou/pics/bgd_cols.jpg);
	font-size: 8pt;
}
.Entete {
	background: url(TimelyYou/pics/bgd_cols.jpg);
	font-weight: bold;
}
#Find {
	padding: 10px;
	font-size: 8pt;
	background: #839FCC;
	height: 100%;
	text-align:justify;
	color: #000000;
}
#Find a {
	text-decoration: none;
	color: #000000;
}
#Find a:hover {
	text-decoration: none;
	color: #000000;
}
#Find table {
	border-collapse: separate;
	border: 1px solid #DFE6F0;
}
#Find td {
	font-size: 8pt;
}
#calque1, #calque2, #calque3 {
	position:absolute; left:10px; top:31px; font-size: 9pt; background: #FFFFFF; border: 1px solid #DFE6F0; height:680px; width:550px; padding:10px;}
/* Bootstrap */
.row {
    margin-bottom: 15px;
}
.row [class^="col-"] {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.row a {
	text-decoration: none;
}
.hovereffect {
	height:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}
.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.hovereffect h2 {
	text-transform:uppercase;
	color:#506167;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
}
.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}
.hovereffect:hover h2 {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}
/* Fin bootstrap
/* Infobulle */
.tooltip {
	position: relative;
	width: 300px;
	height: 100px;
	background: #0d6f8a;
	margin-bottom: 20px;
	left: 10px;
	top: -160px;
	opacity: 0;
	visibility: hidden;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );	
	
	-webkit-transition: all .3s 1s ease;
	-moz-transition: all .3s 1s ease;
	-ms-transition: all .3s 1s ease;
	-o-transition: all .3s 1s ease;
	transition: all .3s 1s ease;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

.tooltip .info h2 {	
	color: white;
	font: bold 17px/34px Arial;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	margin: 0;
}

.tooltip .info p {	
	font: 12px/14px Arial, sans-serif;
	color: #aaa;
	margin-top: 0;
}
.tooltip:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 20px;
	background: #0d6f8a;
	left: 40px;
	background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.3) 100%);
	background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.3) 100%);
	background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.3) 100%);
	background-image: -ms-linear-gradient(-45deg, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.3) 100%);
	background-image: linear-gradient(-45deg, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.3) 100%);
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
}
a.trigger:hover ~ .tooltip {
	opacity: 1;
	visibility: visible;
	top: -140px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tooltip .close {
	position: absolute;
	top: 5px;
	right: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-decoration: none;
}
.tooltip .close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}
/* Fin Infobulle */
/* Accueil */
#accueil {
	position:absolute;
	top: 100px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin-left: 25px;
	margin-top: 10px;
}
#accueil p {
	font-size: 15px;
}
#accueil a {
	font-size: 15px;
	text-decoration: none;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 2px 0 2px 20px;
	background: #DFE6F0;
	border-bottom: 1px solid #506167;
}
header .aide {
	padding-top: 40px;
}
header #menu_aide {
	position: absolute;
	top: 80px;
}
header #menu_aide a {
	text-decoration: none;
	color: #0DA26A;
}
header #menu_aide a:hover {
	color: #0DA26A;
}
.titre_applist{
	position: absolute;
	top: 10px;
	width: 100%;
	display: flex;
	justify-content: center;	
}
.applist {
	position: absolute;
	top: 270px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.apps {
	margin-right: 25px;
	width: 280px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DFE6F0;
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-html-border-radius: 20px;
	border-radius: 20px;
	opacity: 80%;
	transition: all 1s ease;
}
.apps:hover {
	background: #86888C;
}
.apps .puce{
	margin: 0 10px 0 0;
	fill: #0DA26A;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #DFE6F0;
	border-top: 1px solid #506167;
	color: #0DA26A;
	padding: 10px;
	z-index: 1000;
	opacity: 80%;
}
footer a {
	text-decoration: none;
	color: #0DA26A;
	font-weight:bold;
}
/* Fin accueil */
/* Caroussel editor */
.controls { margin-bottom: 15px; }
.container {
	display: flex;
	height: 320px;
	width: 1400px;
	overflow: hidden;
	background: #EDF4FE;
}
.zone {
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
}
.zone img { max-width: 100%; max-height: 100%; display: block; }
.toolbar button, .toolbar select, .toolbar input[type="color"] {
	margin-right: 5px;
}
.toolbar {
	margin-bottom: 10px;
}
.editor {
	border: 1px solid #ccc;
	height: 100%;
	padding: 10px;
	overflow: hidden;
}
.suppression {
	margin: 0 0 0 15px;
	fill: #0DA26A;
	width: 15px;
	height: 15px;
}
.newslist {
	position: absolute;
	top: 580px;
	right: 50px;
	left: 20px;
	bottom: 50px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	background: #DFE6F0;
	color: #506167;
	overflow: auto;
	padding:15px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
}
.newsdisplay {
	display: flex;
	padding: 5px 50px 5px 50px;
	height: 320px;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
}
/* Fin caroussel editor*/
/**
 * Styles pour les applications
 */

/* ========== CONTENU PRINCIPAL ========== */
.main-content {
    flex: 1;
    margin-left: 280px;
    padding: 30px;
}

.page-header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    color: #506167;
}

/* ========== CARTES ========== */
.card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #86888C;
    animation: fadeInUp 0.5s ease backwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }
.card .puce, .puce4 {
	margin: 0 2px 0 0;
	width: 15px;
	height: 15px;
}
.card .puce {
	fill: #0DA26A;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}


.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 191, 165, 0.15);
    border-color: #0DA26A;
}

.card-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #86888C;
    position: relative;
}

.card-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0DA26A, #07593A);
    transition: width 0.5s ease;
}

.card:hover .card-header::after {
    width: 100px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #506167;
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: #0DA26A;
}

/* ========== FORMULAIRES ========== */
.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #07593A;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.form-group:focus-within .form-label {
    color: #0DA26A;
}

.form-label-required::after {
    content: " *";
    color: #FF6A6A;
    animation: blink 2s ease infinite;
}

.form-picto {
	margin: 0 10px 0 0;
	fill: #0DA26A;
	width: 50px;
	height: 50px;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: #EDF4FE;
    border: 1px solid #86888C;
    border-radius: 6px;
    color: #506167;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #0DA26A;
    box-shadow: 0 0 0 3px rgba(0, 191, 165, 0.1);
    transform: translateY(-2px);
    background-color: rgba(0, 191, 165, 0.02);
}

.form-input:hover,
.form-select:hover,
.form-textarea:hover {
    border-color: #0DA26A;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: var(--font-main);
}

.form-input::placeholder {
    color: #07593A;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.form-input:focus::placeholder {
    opacity: 0.7;
}

.form-select option {
	background-color: #EDF4FE;
}
/* ========== BOUTONS ========== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-primary {
    background-color: #0DA26A;
    color: white;
}

.btn-primary:hover {
    background-color: #07593A;
    transform: translateY(-1px);
	color: #EDF4FE;
}

.btn-secondary {
    background-color: #EDF4FE;
    color: #506167;
    border: 1px solid #86888C;
}

.btn-secondary:hover {
    background-color: #FF6A6A;
	color: #EDF4FE;
}

.btn-tertiary {
    background-color: #FF6A6A;
    color: #EDF4FE;
    border: 1px solid #86888C;
}

.btn-tertiary:hover {
    background-color: #86888C;
    color: #EDF4FE;
   transform: translateY(-1px);
}

.btn-danger {
    background-color: #FF6A6A;
    color: white;
}

.btn-danger:hover {
    background-color: #d32f2f;
}

.btn-success {
    background-color: #0DA26A;
    color: white;
}

.btn-icon {
    width: 16px;
    height: 16px;
}

.btn-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* ========== TABLEAUX ========== */
.table-container {
    overflow-x: auto;
    animation: fadeIn 0.6s ease 0.4s backwards;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.table thead {
    background-color: #EDF4FE;
}

.table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #07593A;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #86888C;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
    vertical-align: middle; /* ? */
}

.table th::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0DA26A;
    transition: width 0.3s ease;
}

.table th:hover::after {
    width: 100%;
}

.table th:hover {
    color: #0DA26A;
}

.table tbody tr {
    height: 70px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInTable 0.5s ease backwards;
}

.table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.table tbody tr:nth-child(2) { animation-delay: 0.1s; }
.table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.table tbody tr:nth-child(4) { animation-delay: 0.2s; }
.table tbody tr:nth-child(5) { animation-delay: 0.25s; }
.table tbody tr:nth-child(6) { animation-delay: 0.30s; }
.table tbody tr:nth-child(7) { animation-delay: 0.35s; }

.table tbody td {
    height: 70px;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #86888C;
    color: #506167;
    transition: all 0.3s ease;
    vertical-align: middle !important; /* ? Force avec !important */
    line-height: 1.5; /* ? Ajoute un line-height */
}

.table tbody td.no-border {
    border-bottom: none !important;
}

@keyframes fadeInTable {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.table tbody tr:hover {
    background-color: #EDF4FE;
    box-shadow: inset 3px 0 0 #0DA26A;
}

.table tbody tr:hover td {
    color: #506167;
}

.table .total-row {
	font-size: 16px;
	font-weight: bold;
	background-color: #839FCC !important;
}
/* ========== BADGES DE STATUT ========== */
.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.badge:hover::before {
    left: 100%;
}

.badge-success {
    background-color: rgba(76, 175, 80, 0.2);
    color: var(--success);
    border: 1px solid transparent;
}

.badge-success:hover {
    background-color: var(--success);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.badge-warning {
    background-color: rgba(255, 152, 0, 0.2);
    color: var(--warning);
    border: 1px solid transparent;
}

.badge-warning:hover {
    background-color: var(--warning);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
}

.badge-error {
    background-color: rgba(244, 67, 54, 0.2);
    color: var(--error);
    border: 1px solid transparent;
}

.badge-error:hover {
    background-color: var(--error);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.4);
}
/* ========== ACTIONS ========== */
.actions {
    display: flex;
    gap: 8px;
}

.action-btn {
    padding: 6px 10px;
    background: none;
    border: 1px solid #86888C;
    border-radius: 4px;
    cursor: pointer;
    color: #07593A;
    transition: all 0.2s;
}

.action-btn:hover {
    background-color: #EDF4FE;
    color: #0DA26A;
}

.action-icon {
    width: 16px;
    height: 16px;
}

/* ========== FILTRES ========== */
.filters {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-label {
    font-size: 13px;
    color: #07593A;
}

/* ========== STATISTIQUES ========== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
	float:left;
    background-color: #FFFFFF;
    border: 1px solid #86888C;
    border-radius: 8px;
    padding: 20px;
	margin: 10px 27px 20px 0;
    animation: scaleIn 0.5s ease backwards;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
	width: 18%;
	min-width: 220px;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }
.stat-card:nth-child(5) { animation-delay: 0.5s; }
.stat-card:nth-child(6) { animation-delay: 0.6s; }
.stat-card:nth-child(7) { animation-delay: 0.7s; }
.stat-card:nth-child(8) { animation-delay: 0.8s; }

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slideUp {
	from { 
		opacity: 0;
		transform: translateY(20px);
	}
	to { 
		opacity: 1;
		transform: translateY(0);
	}
}
.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 191, 165, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0);
}

.stat-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 191, 165, 0.2);
    border-color: #0DA26A;
}

.stat-label {
    font-size: 13px;
    color: #07593A;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.stat-card:hover .stat-label {
    color: #0DA26A;
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #0DA26A;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.stat-card:hover .stat-value {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(0, 191, 165, 0.5);
}

/* ========== MESSAGES ========== */
.message {
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.message-success {
    background-color: rgba(76, 175, 80, 0.1);
    border: 1px solid #0DA26A;
    color: #0DA26A;
}

.message-error {
    background-color: rgba(244, 67, 54, 0.1);
    border: 1px solid #FF6A6A;
    color: #FF6A6A;
}

/* ========== CALENDRIER ========== */
.calendar-container {
	padding: 20px;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	flex-wrap: wrap;
	gap: 20px;
}

.calendar-navigation {
	display: flex;
	align-items: center;
	gap: 15px;
}

.calendar-nav-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #FFFFFF;
	border: 1px solid #86888C;
	border-radius: 8px;
	color: #0DA26A;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 14px;
}

.calendar-nav-btn:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 191, 165, 0.2);
	color: #07593A;
	border-color: #0DA26A;
}

.calendar-current-month {
	font-size: 28px;
	font-weight: 600;
	color: #506167;
}

.calendar-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 10px;
}

.calendar-stat-card {
	background: #FFFFFF;
	border: 1px solid #86888C;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
}

.calendar-stat-label {
	font-size: 14px;
	color: #506167;
	margin-bottom: 8px;
}

.calendar-stat-value {
	font-size: 24px;
	font-weight: 600;
	color: #07593A;
}

.calendar-grid {
	background: var(--card-bg);
	border: 1px solid #86888C;
	border-radius: 12px;
	overflow: hidden;
}

.calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	background: #EDF4FE;
	color: #07593A;
}

.calendar-weekday {
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border-top: 1px solid #86888C;
}

.calendar-day {
	min-height: 120px;
	padding: 10px;
	border-right: 1px solid #86888C;
	border-bottom: 1px solid #86888C;
	background: #FFFFFF;
	position: relative;
	transition: background 0.2s ease;
}

.calendar-day:nth-child(7n) {
	border-right: none;
}

.calendar-day:hover {
	background: #EDF4FE;
}

.calendar-day.empty {
	background: #839FCC;
}

.calendar-day.today {
	background: linear-gradient(135deg, #0DA26A10, transparent);
	border: 2px solid #0DA26A;
}

.calendar-day.weekend {
	background: #DFE6F0;
}

.calendar-day-number {
	font-size: 16px;
	font-weight: 600;
	color: #07593A;
	margin-bottom: 8px;
}

.calendar-day.today .calendar-day-number {
	color: #07593A;
}

.calendar-events {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.calendar-event {
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	cursor: pointer;
	transition: all 0.2s ease;
	border-left: 3px solid;
	display: flex;
	align-items: center;
	gap: 4px;
}

.calendar-event:hover {
	transform: translateX(2px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.calendar-event.apport {
	background: #e3f2fd;
	border-left-color: #2196f3;
	color: #1976d2;
}

.calendar-event.formation {
	background: #e8f5e9;
	border-left-color: #4caf50;
	color: #2e7d32;
}

.calendar-event-icon {
	width: 12px;
	height: 12px;
}

.calendar-event-text {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Modal pour les détails */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	animation: fadeIn 0.3s ease;
}

.modal.show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-content {
	position: fixe;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	max-width: 500px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	animation: fadeIn 1s ease;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: #86888C;
}

.modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #506167;
}

.modal-close {
	width: 30px;
	height: 30px;
	border: none;
	background: #EDF4FE;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.modal-close:hover {
	background: #FF6A6A;
	color: white;
}

.modal-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.modal-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.modal-field-label {
	font-size: 12px;
	color: #07593A;
	text-transform: uppercase;
	font-weight: 600;
}

.modal-field-value {
	font-size: 16px;
	color: #0DA26A;
}
#generate_content {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#generation_status {
    display: inline-flex;
    align-items: center;
}

.btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        position: relative;
        height: auto;
    }
    
    .main-content {
        margin-left: 0;
        padding: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
	.calendar-weekday {
		padding: 10px 5px;
		font-size: 12px;
	}
	
	.calendar-day {
		min-height: 80px;
		padding: 5px;
	}
	
	.calendar-day-number {
		font-size: 14px;
	}
	
	.calendar-event {
		font-size: 10px;
		padding: 3px 6px;
	}
	
	.calendar-current-month {
		font-size: 20px;
	}
}