body{
    /*background-color :url(../images/background/auth.jpg) !important;*/
    /*background-image:url(../images/background/auth.jpg)*/

}

.menu .sidebar-link:hover{
    background-color: rgba(84, 189, 254, 0.16) !important;
    font-weight: bold;
    text-decoration: none;
}

.es-card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}
.es-card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
}

.es-dump-json{
    /*border: none;*/
    /*background: #54bdfe;*/
    /*color: #fff;*/
    /*text-shadow: none;*/
    /*padding-right: 32px;*/
    /*position: relative;*/
    /*display: block;*/
}

/* Titre de module Escale Primary */
.es-module-title {
    margin-bottom: 2rem;
    padding: 1rem 0;
    background-color: transparent; /* Fond transparent */
    text-align: center;
    font-family: Lexend Deca, Verdana, sans-serif !important;
    color: #333; /* Couleur de texte sombre */
    /*animation: fadeInUp 1s ease-out;*/
}

.es-module-title h1 {
    text-transform: uppercase;
    font-size: 2rem; /* Taille de police plus grande */
    margin-bottom: 0.5rem;
    font-weight: 700; /* Texte en gras */
    position: relative;
    display: inline-block;
    color: #54bdfe; /* Couleur bleue pour le texte */
    border-bottom: 4px solid #54bdfe;
    /*animation: fadeInUp 1s ease-out;*/
}


/* Boutton Escale Primary */
.es-button{
    font-weight: bold;
    margin: auto;
    border: 2px solid #54bdfe;
    border-radius: 8px;
    display: inline-block;
    align-items: center;
    color: #FFF;
    background: #54bdfe;
    font-family: Lexend Deca, Verdana, sans-serif !important;
    font-size: 12px;
    padding: 14px;
    text-transform: uppercase;
    transition: background-color 300ms ease-out;
    text-align: center;
}

.es-button:hover{
    border: 2px solid #54bdfe;
    color: #54bdfe;
    background: #FFF;
}

.es-button-delete{
    color: #FFF;
    font-weight: bold;
}

.es-button-delete:hover{
    opacity: 0.5;
}

/*#region Animation Escale*/


/* Animation pour chaque module - Glissement + apparition douce  */
#app #main .container {
    /*animation: fadeInUp 1s ease-out;*/
}
#app #main .container .card{
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
#app #main .container .card:hover{
    /*padding: 5px !important;*/
    border: 1px solid #f1f1f1 !important;
    box-shadow: -8px 12px 18px 0 rgba(17, 17, 17, 0.22);

}

/* keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*#endregion Animation Escale*/

/* Animation test */

/*.animated-background {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    background: linear-gradient(90deg, rgb(85, 190, 254) 0%, rgb(144, 212, 254) 25%, rgb(199, 233, 255) 50%, rgba(57,108,253,1) 75%, rgba(64,97,254,1) 100%)!important;*/
/*    background-size: 300% 300% !important;*/
/*    animation: gradientAnimation 10s ease infinite !important;*/
/*}*/

/*@keyframes gradientAnimation {*/
/*    0% { background-position: 0% 50%; }*/
/*    50% { background-position: 100% 50%; }*/
/*    100% { background-position: 0% 50%; }*/
/*}*/

/*chatttt css*/


/*scolarite css*/

#eleves-table-section button .active{
    border: 3px solid black;
}

#eleves-table-section .border-danger-important {
    border: 4px solid red !important;
}

#eleves-table-section .border-warning-important {
    border: 4px solid orange !important;
}
#eleves-table-section .card_eleve {
    cursor: pointer;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
    margin-bottom: 2.2rem;
    transition: border-color 0.2s ease;
}
#eleves-table-section .card_eleve:hover {
    box-shadow: -9px 1px 10px 0 rgba(25, 42, 70, .13);
}

/*css de l'empoie du temps '*/
.schedule-table {
    table-layout: fixed;
    width: 100%;
}
.schedule-cell {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.schedule-cell.francais { background-color: #f78bbd !important; }
.schedule-cell.svt { background-color: #80f78b !important; }
.schedule-cell.mathematiques { background-color: #80baf7 !important; }
.schedule-cell.eps { background-color: #f7d580 !important; }
.schedule-cell.histoire { background-color: #f780cc !important; }
.schedule-cell.technologie { background-color: #80f7e5 !important; }
.schedule-cell.anglais { background-color: #80e8f7 !important; }
.schedule-cell.espagnol { background-color: #8080f7 !important; }
.schedule-cell.methodologie { background-color: #b580f7 !important; }
.schedule-cell.actualite { background-color: #f7e880 !important; }
.schedule-cell.pause { background-color: #d8d8d8 !important; font-weight: bold; }


/*css Notificaiton*/
#notifications-pusher .notification {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
}

#notifications-pusher .notification.unread {
    background: #f8f9fa;
    font-weight: bold;
}

#notifications-pusher .notification:hover {
    background: #e9ecef;
    cursor: pointer;
}

/* Style pour une notification non lue */
.notification {
    background-color: #f8d7da;  /* Rouge clair */
    border-left: 5px solid #dc3545; /* Rouge foncé */
    padding: 10px;
    transition: background-color 0.3s ease-in-out;
}

/* Style pour une notification lue */
.notification.lu {
    background-color: #d4edda;  /* Vert clair */
    border-left: 5px solid #28a745; /* Vert foncé */
}


.notification .icon {
    width: 40px;
    height: 40px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.notification .text {
    flex: 1;
}

.notification .date {
    font-size: 0.8em;
    color: gray;
}



