body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    /*overflow: hidden;*/
}

body.no-scroll {
    overflow: hidden;
}

#side-menu {
    text-align: left;
}

.nav-second-level {
    list-style: circle !important;
}

#contenu {
    padding: 20px;
    max-width: 750px;
    margin: auto;
    height: 100%;
    overflow-y: auto;
}

#envoyer-btn.d-none {
    display: block !important;
    /* Affiché lorsque .d-none est ajouté */
}


/* Media query pour les web = pc */


/*#scroll-container {
    gap: 10px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 10px !important;
}*/

#scroll-container {
    gap: 10px;
    max-width: 60%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    padding: 10px;
    /* margin: auto; */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0px;
}

.scroll-btn {
    min-width: 70px;
    margin: 10px;
    padding: 10px;
    background: #020224;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

#cumul {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    /* Styles pour le scroll-container new version */
    #scroll-container {
        gap: 10px;
        max-width: 90%;
        display: flex;
        justify-content: space-between;
        position: fixed;
        align-items: center;
        padding: 10px;
        /* margin: auto; */
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        bottom: 0px;
    }
    .scroll-btn {
        /*width: 80px;
  height: 50px;*/
        background-color: #000;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 5px;
        font-size: 30px;
        margin: 5px 0;
        /* Space between buttons and time display */
    }
    .scroll-btn:hover {
        background: #007bff;
    }
    /* Styles pour les informations */
    /*#info,
    #cumul {
        margin: 10px;
        font-size: 1em;
        text-align: center;
    }
      
    #envoyer-btn {
        margin-top: 10px;
        margin-left: 10px;
        padding: 10px;
        background: #007bff;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
        display: none;
    }*/
}


/* Media query pour les appareils mobiles */

@media (max-width: 1200px) {
    #envoyer-btn {
        display: none !important;
    }
    .scroll-btn {
        min-width: 70px;
        margin: 10px;
        padding: 10px;
        background: #020224;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
    }
    .scroll-btn:hover {
        background: #007bff;
    }
}


/* Classe pour masquer un élément */

.d-none {
    display: none !important;
}

.note-supervisor {
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    margin: 0px auto 15px auto;
    width: fit-content;
    padding: 14px;
}

.note-supervisor h4 {
    margin-bottom: 5px
}

.note-supervisor p {
    font-weight: bold;
}


/*.scroll-container_wrap {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.scroll-container-content {
    max-width: 60%;
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}*/