nav {
    position: fixed;
    width: 100%;
    height: 45px;
    background: cornflowerblue;
    opacity: 1;
    z-index: 4;

}

#grille {
    position: relative;
    height: 778px;
    width: 778px;
    margin: 0 auto;
    top: 14px;
    background-color: gray;
}

#grilleHeader {
    position: relative;
    margin: 0 auto;
    width: 420px;
    top: 0px;
}

.sGrille {
    width: 6px;
    height: 6px;
    position: absolute;
    border-width: 0.2px;
    border-style: solid;
    border-color: black;
    cursor: pointer;
    z-index: 2;
    border-radius: 5px;
}

.sLine {
    background: black;
    position: absolute;
    border-radius: 5px;
}

.black {
    background: black !important;
}

.checked {
    background: yellow !important;
}

#clik {
    position: fixed;
    top: 58px;
    left: 1120px;
    background: green;
    color: white;
    padding: 3px;
    cursor: pointer;
    z-index: 2;
}

#openGrille {
    position: relative;
    background: green;
    color: white;
    padding: 3px;
    cursor: pointer;
    z-index: 2;
    float: right;

}

.instruction_link {
    padding-right: 150px !important;
}

#container {
    position: absolute;
    width: 800px;
    text-align: center;
    top: 45px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#gameInfo {
    position: fixed;
    top: 25px;
    padding-left: 190px;
    z-index: 4;
}

#gameList {
    top: 250px;
    padding-left: 10px;
    position: fixed;
    width: 380px;
}

.fixed-top {
    z-index: 3 !important;
}

#infoTxt {
    padding-top: 15px;
    text-align: center;
    flex-grow: 1;
    order: 1;
}

#flexContainer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

#tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #800;
    border-radius: 5px;
    padding: 2px;
    color: #fff;
    font-size: 12px Arial;
    z-index: 101;
}


#topGames {
    padding-top: 15px;
    flex-grow: 2;
    order: 1;
    text-align: center;
}

#endGame {
    cursor: pointer;
}

#topPlayers {
    flex-grow: 1;
    order: 2;
    text-align: center;
}

#userPointsDiv {
    margin-left: 150px;
    width: 150px;
    top: 10px;
    position: absolute;
}

#menu {
    padding: 8px;
}

#newGame {
    cursor: pointer;
}

#footer {
    height: 95px;
    width: 100%;
    bottom: 0px;
}

#app {
    min-height: 600px;
}

#footer img {
    float: right;
}

.footer_inside {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    line-height: 100px;
}

#canvasInfo {
    top: 136px;
    left: 214px;
    position: absolute;
    background: cornflowerblue;
    z-index: 10;
    padding: 5px;
}

#langIcon {
    line-height: 39px;
}