/* 
    Created on : 14 déc. 2016, 11:31:10
    Author     : seb
*/

#backScreen{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}
.frame{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /*z-index: 9999999;*/
}