body {
    background-image: url("../img/photo1.jpg");
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.modal-content{
    background-color: #181A1B !important;
    color: white !important;
}
.modal-body a {
    color:white !important;
}
.profile-image {
    transition: transform 0.3s ease;
    /* Ajout d'une transition fluide */
}

.profile-image:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    /* Ombre blanche légère */

}

#send {
    transition: background-color 0.3s ease;
}

#send:hover {
    background-color: #4CAF50;
    color: white;
}

#userCount {
    font-size: 12px;
}

.liitemtofade {
    line-height: 1.1;
    display: none;
}

#members {
    max-height: 70vh;
    overflow-y: auto;
}

#send {
    height: 31px;
    background-color: black;
    border-color: rgb(123 104 238 / 82%);
    color: lightgreen;
}

#message {
    background-color: black;
    border-color: darkslategrey;
    color: white;
}

@media only screen and (max-width: 600px) {
    #membresEnLigne {
        display: none;
    }

    #footer {
        display: none !important;
    }

    #containerChatTextuel {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    #navMobile {
        display: block !important;
    }
}

#volumeSwitch {
    position: absolute;
    top: 1.8rem;
    right: 1.25rem;
    color: white;
    cursor: pointer;
}

#paragrapheCookie {
    font-size: 14px;
    line-height: 3;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
}

#navMobile {
    display: none;
    z-index: 3;
    margin-top: 0.9rem;
}

#menuMobile {
    top: 0;
    width: 100%;
    position: absolute;
    background-color: rgba(76, 29, 149, 1);
    display: none;
    z-index: 2
}

.align-bottom-center {
    position: absolute;
    bottom: 10px;
    /* Ajustez cette valeur selon vos besoins */
    left: 50%;
    transform: translateX(-50%);
}

#containerChatTextuel {
    background-color: rgba(0, 0, 0, 0.4);
    ;
    color: white;
    max-height: 100%;
    z-index: 1;

}

#formConnexion {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 400px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -200px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}

#alert-danger-pop-up {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    background-color: #f8d7da;
    z-index: 10;
    width: 400px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -200px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
    opacity: 1;
    color: red;
    text-align: center;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lightgrey;
}

/* Style de la croix */
.close-icon {
    cursor: pointer;
    /* Change le curseur en pointeur */
    margin-left: 4px;
}

/* Style de survol pour la croix */
.close-icon:hover {
    color: red;
    /* Couleur de la croix */
}

#container-chat {
    max-height: 100%;
    height: 90vh;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.bg-blue {
    background-color: blue !important;
}


.mask-custom {
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}

/* PARTICLES BACKGROUND */
/* ---- reset ---- */

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.titre {
    width: 100%;
    font-size: 20px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    color: #FFFFFF;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #03a9f4;
    background-image: url("../img/photo1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 5;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* END PARTICLES BACKGROUND */