/*
    Created on : 2016-09-21, 15:14:10
    Author     : simardjm
*/

/*Les polices Web doivent être référencées dans le fichier css*/
@font-face{
    font-family:'Pixel Emulator';
    src:url("../fonts/PixelEmulator.otf") format("opentype");
}

@font-face{
    font-family:'FontAwesome';
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#wrongOrientation{
    background-color: #000000;
    position: absolute;
    display: none;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

#wrongOrientation .fa-refresh{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
}

.fa-refresh span{
    font-size: 70%;
    font-family: 'Pixel Emulator';

}

canvas{
    border: 1px solid #fff;
    box-sizing:border-box;
}