@font-face {
    font-family: 'My font';
    src: url('../squelette/DS-DIGII.TTF') format('truetype');
}

html {
    overflow-y: scroll;
    background-color: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    overflow: hidden;
    height: 100%;
    /* color: black; */
    font-family: courier, Times New Roman, sans-serif;
}

p,
td {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.blockCentral {
    top: 50px;
    left: 50px;
    width: 700px;
    height: auto;
    position: absolute;
    /* background-color: #000000; */
}

.BlockTimer {
    top: 50px;
    left: 800px;
    width: 200px;
    height: auto;
    position: absolute;
    /* background-color: #000000; */
    text-align: center;
}

.BlockAutre {
    top: 150px;
    left: 800px;
    width: 400px;
    height: 430px;
    position: absolute;
    /* background-color: #000000; */
    text-align: center;
}

.txtTimer {
    font-size: 20px;
}

.txtNoir {
    /* color: #000000; */
}

.txtNoirGras {
    font-weight: 700;
    font-size: 20px;
    /* color: #000000; */
}

.txtGrosEvident {
    font-size: 18px;
    color: #34C924;
}

.txtGrosEvident2 {
    font-size: 20px;
    color: #FF0000;
}

.txtAide {
    color: #999999;
}

.txtGris {
    font-family: 'My Font';
    color: #999999;
    font-size: 30px;
    font-weight: 700;
}

a.valide {
    font-size: 20px;
    font-weight: 400;
    color: #34C924;
    text-decoration: underline;
}

a:hover.valide {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    font-size: 14px;
    font-weight: 400;
    color: #34C924;
    text-decoration: underline;
}

#refresh {
    background: none;
    color: #34C924;
    border: none;
    width: auto;
    font-size: 3em;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 821px;
    bottom: 11px;
    z-index: 9999999;
    top: 431px;
}

#minutes {
    color: white;
}

#labelRefresh {
    color: #34C924;
    font-family: 'My Font';
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
}

button#skip {
    font-family: 'My Font';
    width: 6em;
    height: 3em;
    color: #34C924;
    background-color: #000000;
    font-size: 1.5em;
    letter-spacing: 0.5em;
    cursor: pointer;
    border: none;
}

button#skip:focus {
    outline: none;
}