html,
head,
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

html,
body {
	height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
}

footer {
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
}

h1 {
	font-size: 60px;
	font-style: bold;
	color: #6CBFFF;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

h2 {
	font-size: 45px;
	color: black;
	text-align: center;
	margin-top: 0;
	font-style: regular;
	text-shadow: 1px 1px 4px rgba(180, 180, 180, 0.6);
}

h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	color: black;
	margin-bottom: 0;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(180, 180, 180, 0.6);
}

p {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	margin-top: 5px;
	text-shadow: 1px 1px 4px rgba(180, 180, 180, 0.6);
}

.flex-container {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	width: 100%;
	vertical-align: middle;
	margin: auto;
	justify-content: space-around;
}

#content {
	margin-top: 10%;
}

#logo-fr,
#logo-en {
	order: 1;
}

#video {
	overflow: hidden;
	/* position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; */
	z-index: -99;
	/* display: block; */
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	filter: blur(15px) brightness(0.7) grayscale(10%);

	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}