#bloc_equipe{
    margin: 0;
    padding: 0;
    height: 80vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#liste_user{
    border: solid rgb(255, 255, 255) 2px;
    font-family: verdana;
    display: flex;
    padding: 2vw;
    flex-direction: column;
    color: black;
    background-color:rgba(255, 255, 255, 0.49) ;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

#titre_liste{
    font-size: xx-large;
    color: black;
}

.titre_tabl{
    font-weight: bold;
}


h3{
    color: rgb(255, 255, 255);
}

.table_user{
    border: solid rgb(0, 0, 0) 2px;
    color: black;
}

th{
    color: rgb(255, 208, 0);
    border: solid rgb(0, 0, 0) 2px;
    padding: 2vh;
}

td{
    align-items: center;
    text-align: center;
    border: solid rgb(0, 0, 0) 2px;
}

.btn_sup{
    margin: 2vh;
    height: 3vh;
    font-family: verdana;
    font-weight: bold;
    background-color:rgb(255, 208, 0) ;
    border-radius: 10px;
    border: solid rgb(0, 0, 0) 1px;

    &:hover{
        background-color: rgb(255, 0, 0);
    }
}

/* ==================================================================\\CREATION UTILISATEUR//============================================================ */

#creation{
    border: solid rgb(255, 255, 255) 2px;
    font-family: verdana;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw;
    color: black;
    background-color:rgba(255, 255, 255, 0.49) ;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.titre_crea{
    color: rgb(255, 208, 0);
}

.input_crea{
    width: 20vw;
    font-family: verdana;
}

.btn_crea{
    height: 3vh;
    font-family: verdana;
    font-weight: bold;
    background-color:rgb(255, 208, 0) ;
    border-radius: 10px;
    border: solid rgb(0, 0, 0) 1px;

    &:hover{
        background-color: rgb(61, 213, 61);
    }
}
