#StMaurice{
    position: absolute;
    top: 8%;
    left: 0%;
    height: 75vh;
}

div{
    position: absolute;
    width: 40%;
    height: 75%;
    margin: 10px;
    left: 30%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

a.miniJeu{
    width: 40%;
    margin: 3%;
    border: solid;
    border-color: rgb(223, 218, 184);
    background-color: #ffffffd6;
    text-align: center;
    border-style: outset;
    text-decoration: none;
    color: #000000;
}

a.miniJeu:hover{
    background: linear-gradient(to bottom right, #e3e3e3d6, #ffffffd6);
    border-style: inset;
}

@media screen and (max-width : 1200px){
    div{
        left: 50%;
    }
    a.miniJeu{
        width: 100%;
    }
}