.imagesJeu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: white;
    border-style: solid;
    border-radius: 5px;
    margin: 20px;
    padding: 5px;
}

.imgcube {
    width: 200px;
    height: 200px;
}

.hidden {
    display: none;
}