.footer_grey_background {
    position: relative;
    background-color: var(--colour-grey);
    overflow: hidden;
    width: 100%;
    height: 300px;
    z-index: -2;
}

.dots_container {
    position: relative;
    top: 50px;
    width: 350px;
    height: 200px;
    margin: auto;
}

.footer_dots {
    position: relative;
    background-image: url(../images/dots_transarent_small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    left: 0;
    top: 5px;
    width: 267px;
    height: 93px;
}

.txt_dots {
    font-family: berlin;
    text-align: center;
    font-size: 20px;
}

.footer_jeux {
    display: inline-block;
    background-image: url(../images/dot_red_off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 102px;
    height: 110px;
}

.footer_jeux span {
    position: relative;
    top: 100px;
    left: -7px;
    color: var(--colour-red);
}

.footer_reserver {
    display: inline-block;
    background-image: url(../images/dot_lgt_blue_off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 102px;
    height: 110px;
}

.footer_reserver span {
    position: relative;
    top: 100px;
    left: -7px;
    color: var(--colour-light-blue);
}

.footer_contact {
    display: inline-block;
    background-image: url(../images/dot_drk_blue_off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 102px;
    height: 110px;
}

.footer_contact span {
    position: relative;
    top: 100px;
    left: -7px;
    color: var(--colour-dark-blue);
}

.txt_footer {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 110px;
    font-size: 16px;
    color: var(--colour-white);
    text-align: center;
}
