@font-face {
    font-family: 'traveling__typewriterregular';
    src: url('../fonts/travelingtypewriter/travelingtypewriter-webfont.woff2') format('woff2'),
        url('../fonts/travelingtypewriter/travelingtypewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.preloader{
    position:fixed;
    width:100%;
    height:100%;
    background:white;
    z-index:99999;
}

.preloader .item{
    position:absolute;
    width:100px;
    height:100px;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
} 

#conteneur-video{
    margin:0;
    padding: 0;
    position: relative;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#videoplayer, #videoplayermk, #videoplayerend {
    position: relative;
    left:0;
    top:0;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    margin: 0 auto;
}

.hidden{
    display: none !important;
}

.vhidden{
    visibility: hidden;
}


/*********** BTN ************/
.btn {
    float: right;
    margin: 20px;
    background-image: url('../images/bouton_continue.png');
    width:150px;
    height: 50px;
}
.btn:hover {
    float: right;
    margin: 20px;
    background-image: url('../images/bouton_continue_hover.png');
}
    /*********** BTN ************/