@font-face {
    font-family: 'encode_sansmedium';
    src: url('fonts/encodesans-medium-webfont.woff2') format('woff2'),
         url('fonts/encodesans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'encode_sansregular';
    src: url('fonts/encodesans-regular-webfont.woff2') format('woff2'),
         url('fonts/encodesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'encode_sans_compressedblack';
    src: url('fonts/encodesanscompressed-black-webfont.woff2') format('woff2'),
         url('fonts/encodesanscompressed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	font-family: 'encode_sansmedium';
	color: white;
}

a {
	text-decoration: none;
	outline: 0;
}

body {
	background: black;
}

.langue {
	cursor: pointer;
}

header {
	width: 100%;
	text-align: center;
	margin-bottom: -100px;
}

.banner {
	width: 100%;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	text-align: center;
	z-index: 999;
}

nav img {
	display: block;
	width: 40px;
}

#borderlinefixed {
	width: 100px;
	cursor: pointer;
}

.distri {
	max-width: 200px;
}

section {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5;
	line-height: 1.5;
}

#products {
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
}

.product {
	display: inline-block;
	width: 500px;
	max-width: 100%;
	background: white;
	margin: 20px 10px;
	vertical-align: top;
}

.box {
	max-width: 100%;
	margin-bottom: -10px;
}

.rule img {
	width: 300px;
	max-width: 90%;
}

.rules img {
	display: inline-block;
	width: 60px;
	margin: 0 2px;
}

.product p {
	color: black;
	padding: 5px;
}

.product strong {
	color: black;
}

.text {
	margin: 10px 20px;
}

.text a {
	color: darkred;
	text-transform: uppercase;
}

.warning {
	font-size: 10px;
}

.product iframe {
	max-width: 100%;
	margin-bottom: -10px;
}

.challenge {
	margin-bottom: 20px;
}

.challenge div {
	display: inline-block;
	vertical-align: middle;
}

.challenge .text {
	max-width: 280px;
	margin: 10px;
}

.app {
	max-width: 130px;
	padding: 5px;
	background: black;
	border-radius: 15px;
	border: 5px solid #2e2e2e;
	box-shadow:  1px 1px 1px 0 #999999, 3px 3px #2e2e2e, inset 1px 1px 1px 0 #595959;
}

.app img {
	max-width: 120px;
}

#story img {
	margin: 40px 0 20px;
	width: 300px;
}

.presentation {
	display: inline-block;
	max-width: 600px;
	margin: 0 0 40px;
}

.presentation h3 {
	font-size: 20px;
	font-family: "encode_sansregular";
	font-weight: 200;
	text-transform: uppercase;
}

.presentation p, .presentation h3 {
	padding: 5px;
}

.presentation a {
	text-transform: uppercase;
}

.onepercent img {
	width: 200px;
	max-width: 100%;
}

footer {
	width: 100%;
	text-align: center;
}

.legal {
	display: inline-block;
	max-width: 600px;
	padding: 20px;
	font-size: 10px;
	letter-spacing: 1px;
}

.legal p {
	color: grey;
}

@media only screen and (max-width: 600px) {
	header {
		margin-bottom: -50px;
	}

	.product {
		margin: 20px 0;
	}

	iframe {
		height: 200px;
	}
