/*
* ordonner.php
*/
#randomNumbersContainer {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.list-group-item {
    justify-content: space-between;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.handle {
    cursor: grab;
    margin-right: 10px;
}

#resultMessage {
    margin-top: 20px;
    font-weight: bold;
}

#jeu{
display: none;
}

#consignes{
display: flex;
}

#orderDiv{
display: none;
}

#deciDiv{
display: none;
}

#orthographe{
display: none;
}