button {
    font-family: var(--fontfamily);
    border-top: var(--bordertop);
    border-right: var(--borderright);
    border-left: var(--borderleft);
    border-bottom: var(--borderbottom);
    font-size: var(--fontsize);
    color: var(--ink);
    padding: 7px;
    margin: 0px 0 10px;
    cursor: pointer;
    border-radius: 0;
    background: #f1e5f7;
    border-color: #916ea2;
}


@media (min-width:1200px) and (min-height:700px) {
    button:not(.openlay):hover {

        background: #916ea2 !important;
        color: var(--blanc);
        border-top:
            4px solid #ec7e5e;
        border-right:
            6px solid #ec7e5e;
        border-left: 1px solid var(--buttoncolor);
        border-bottom:
            1px solid #ec7e5e;

        border-color: #7e5f8d;

    }
}

.gamechoice_button {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    font-size: var(--fontsize);
    max-width: 417px;
    text-align: left;
}

.choicenumber {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: #e6c86e;
}