body {
/*    background-color: #282828;*/
    background : url('../img/Fond-DVC-patern2.png');
    margin: 0px;
    font-family: "Rubik";
}

.titleP{
    font-family: "Rubik";
    font-size : 4em;
    font-weight:bold;
    text-align : center;
    color: #BFA25D;
    margin:40px 0px;

}

#container {
    max-width : 1220px;
    overflow:hidden;
    margin:auto;
}

#canvasCont {
    position: relative;
    display : none;
    max-width: 400px;
    height : 400px;
    margin: auto;
}

/*
#tmSe{
    margin:auto;
}

#tmSe th{
    color : #c4a459;
}

#tmSe td, th{
    width : 200px;
    height : 50px;
    vertical-align: top;
    text-align: center;
    display:inline-block;
}
*/
.nosel {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family:Rubik;
    src: url("../font/Rubik-VariableFont_wght.ttf");
}
