* {
    font-family: Abel;
    font-size: 42px;
    color: #4d4d4d;
}

div,
img,
.page {
    position: absolute;
}

body {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page {
    width: 980px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cache {
    visibility: hidden;
    display: none;
}

.titre {
    font-family: Amaranth;
    font-size: 45px;
    color: #d2af41;
    background-color: #4d515a;
    padding: 0 20px;
}

.bouton {
    display: grid;
    justify-content: space-around;
    align-items: center;
    font-size: 69px;
    color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/fond_bouton.png");
    background-size: 100% 100%;
    cursor: pointer;
    padding: 10px 30px;
}

.coche {
    display: block;
    box-sizing: border-box;
    background: url('../images/case_cochee.png') no-repeat;
    width: 100px;
    padding-left: 100px;
}

.pied {}