.Aligne_Item_CLASS{
    display: flex;
    justify-content: center;
    align-items: center;
}

#Bouton_de_Calcule {
    width: 80%;
    height: 250px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(240, 248, 255, 0.219);
    border: 5px solid rgba(0, 255, 149, 0.281);
    border-width: 4px;
    border-radius: 20px;
}

#Bouton_de_Set_Time {
    background-color: rgba(119, 20, 61, 0.733);
    color: rgba(208, 255, 0, 0.973);
    border-width: 0px;
    border-radius: 20px;
    height: 25px;
    width: 60px;
}

#Bouton_Edit_Time_ID{
    background-color: rgb(63, 20, 119);
    color: rgba(255, 0, 234, 0.911);
    border-width: 0px;
    border-radius: 20px;
    height: 25px;
    width: 60px;
}