.mini-jeu2 {
    width: 27%;
    height: 37.2%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #F9A473;
    position: absolute;
    top: 19.4vw;
    left: 19.6vw;
    border: 0.4vw solid #0E1422;
    z-index: 5;
    justify-content: center;
    align-items: center;
}

.mentionslegales {
    text-decoration: none;
    cursor: pointer;
    color: white;
}
.mini-jeu2 p {
    width: 70%;
    font-size: 1.1vw;
}


.jeuvisible {
    display: flex;
}

@media screen and (max-width: 700px) {
    .mini-jeu2 {
        width: 82.5%;
        height: 20.2%;
        text-align: center;
        margin: 0;
        padding: 0;
        display: none;
        background-color: #F9A473;
        position: absolute;
        top: 59.4vw;
        left: 8vw;
        border: 0.8vw solid #0E1422;
        z-index: 5;
        justify-content: center;
        align-items: center;
    }

    .mini-jeu3 p {
        width: 70% !important;
        font-size: 2vw !important;
    }

    .quitter {
        all: unset;
        position: absolute;
        top: 22.4vw;
        right: 34vw;
        font-family: 'Montserrat-Regular';
        font-size: 1.8vw;
        margin: 0;
        padding: 1.6vw;
        cursor: pointer;
        background-color: #0E1422;
        color: white;
        border-radius: 0.2vw;
    }
}