/* Importation des fonts */
/*
 * FF-Vortex
================================================================================ */
@font-face {
    font-family: 'ffvortexregular';
    src: url('css/ffvortex/ffvortex-webfont.eot');
    src: url('css/ffvortex/ffvortex-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/ffvortex/ffvortex-webfont.woff2') format('woff2'),
         url('css/ffvortex/ffvortex-webfont.woff') format('woff'),
         url('css/ffvortex/ffvortex-webfont.ttf') format('truetype'),
         url('css/ffvortex/ffvortex-webfont.svg#ffvortexregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================================= */
/* Styles spéciaux */

.videoWrapper {
	padding-bottom: 45.3125%; /* 1280x580 */
}

/* ============================================================================= */
/* Styles complémentaires */

body {
	background: Black url("images/bg.jpg") no-repeat top center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	font: 16px "open_sanslight";
	color: GhostWhite;
}

/* ============================================================================= */
/* Style des textes */
h1 {
	font: 50px "ffvortexregular";
	margin: 0px 0px -35px 0px;
	/*text-transform: uppercase;*/
}