* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: inherit;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('font/comfortaa-regular-webfont.eot');
    src: url('font/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/comfortaa-regular-webfont.woff2') format('woff2'),
         url('font/comfortaa-regular-webfont.woff') format('woff'),
         url('font/comfortaa-regular-webfont.ttf') format('truetype'),
         url('font/comfortaa-regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('font/comfortaa-light-webfont.eot');
    src: url('font/comfortaa-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/comfortaa-light-webfont.woff2') format('woff2'),
         url('font/comfortaa-light-webfont.woff') format('woff'),
         url('font/comfortaa-light-webfont.ttf') format('truetype'),
         url('font/comfortaa-light-webfont.svg#comfortaalight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('font/comfortaa-bold-webfont.eot');
    src: url('font/comfortaa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/comfortaa-bold-webfont.woff2') format('woff2'),
         url('font/comfortaa-bold-webfont.woff') format('woff'),
         url('font/comfortaa-bold-webfont.ttf') format('truetype'),
         url('font/comfortaa-bold-webfont.svg#comfortaabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family: "Comfortaa", "Futura", Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.centrage {
	height: 100%;
}

h1 {
	line-height: 100%;
	font-family: "Comfortaa", "Futura", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2 {
	padding: 10px 10px 4px 10px;
	line-height: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

p {
	margin: 0px 10px 0px 10px;
	line-height: 100%;
	font-family: "Comfortaa", "Futura", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.cut {
	display: block;
}

.aligngauche {
	text-align: left;
}

.aligndroite {
	text-align: right;
}

.alignmilieu {
	text-align: center;
}

.blanc {
	color: white;
}

.bleu {
	color: #0073CC;
}

.light {
	font-weight: 100;
}

.book {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

#logodiv {
	position: fixed;
	top: 0px;
	z-index: 11;
}

#logo {
}

#menu {
	float: right;
}

#l11 {
	background-color: #80E0FF;
	color: #0073CC;
	display: block;
}

#l12 {
	background-color: #37B6FF;
	color: #E5FF00;
	display: block;
}

#l21 {
	background-color: #00FF74;
	color: #00C1FF;
	display: block;
}

#l22 {
	background-color: #B5FF00;
	color: #FF8080;
	display: block;
}

#l30 {
	background-color: #E5FF00;
	color: #A300FF;
	display: block;
	text-align: center;
}

#imgmenu {
	vertical-align: middle;
}

#legal {
	text-align: center;
	display: block;
}

@media (min-width: 1400px) {
	body {
		width: 100%;
		margin: 0 auto;
	}

	#logodiv {
		width: 1400px;
		height: 78px;
	}
}

@media (min-width: 1160px) and (max-width: 1399px) {
	#logodiv {
		width: 100%;
		height: 78px;
	}
}

@media (min-width: 1160px) {
	body {
		max-width: 1400px;
	}

	h1 {
		font-size: 69px;
	}

	p {
		font-size: 24px;
	}

	#logodiv {
	}

		#logo {
			height: 78px;
		}

		#menu {
			height: 78px
		}
	
			#l11, #l12, #l21, #l22, #l30 {
				height: 78px;
				width: 78px;
				line-height: 74px;
				float: left;
			}

			#imgmenu {
				width: 60px;
			}

	#texte {
		margin-top: 80px;
	}

	#legal {
		font-size: 18px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 16px 0px;
	}
}

@media (min-width: 960px) and (max-width: 1159px) {
	h1 {
		font-size: 69px;
	}

	p {
		font-size: 24px;
	}

	#logodiv {
		width: 100%;
		height: 78px;
	}

		#logo {
			height: 78px;
		}

		#menu {
			height: 78px
		}
	
			#l11, #l12, #l21, #l22, #l30 {
				height: 78px;
				width: 78px;
				line-height: 74px;
				float: left;
			}

			#imgmenu {
				width: 60px;
			}

	#texte {
		margin-top: 80px;
	}

	#legal {
		font-size: 18px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 16px 0px;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	h1 {
		font-size: 48px;
	}

	p {
		font-size: 21px;
	}

	#logodiv {
		width: 100%;
		height: 78px;
	}

		#logo {
			height: 78px;
		}

		#menu {
			height: 78px
		}

			#l11, #l12, #l21, #l22, #l30 {
				height: 78px;
				width: 78px;
				line-height: 74px;
				float: left;
			}

			#imgmenu {
				width: 60px;
			}

	#texte {
		margin-top: 80px;
	}

	#legal {
		font-size: 16px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	p {
		font-size: 21px;
	}

	#logodiv {
		width: 100%;
		height: 48px;
	}

		#logo {
			height: 48px;
		}

		#menu {
			height: 48px
		}

			#l11, #l12, #l21, #l22, #l30 {
				height: 48px;
				width: 48px;
				line-height: 44px;
				float: left;
			}

			#imgmenu {
				width: 30px;
			}

	#texte {
		margin-top: 48px;
	}

	#legal {
		font-size: 16px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (min-width: 400px) and (max-width: 479px) {
	h1 {
		font-size: 24px;
	}

	p {
		font-size: 16px;
	}

	#logodiv {
		width: 100%;
		height: 48px;
	}

		#logo {
			height: 48px;
		}

		#menu {
			height: 48px
		}

			#l11, #l12, #l21, #l22, #l30 {
				height: 48px;
				width: 42px;
				line-height: 44px;
				float: left;
			}

			#imgmenu {
				width: 30px;
			}

	#texte {
		margin-top: 48px;
	}

	#legal {
		font-size: 12px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (max-width: 399px) {
	body {
		min-width: 305px;
	}

	h1 {
		font-size: 24px;
	}

	p {
		font-size: 16px;
	}

	#logodiv {
		width: 100%;
		height: 48px;
		min-width: 305px;
	}

		#logo {
			height: 48px;
		}

		#menu {
			height: 48px;
		}

			#l11, #l12, #l21, #l22, #l30 {
				height: 48px;
				width: 30px;
				line-height: 44px;
				float: left;
			}

			#imgmenu {
				width: 21px;
			}

	#texte {
		margin-top: 48px;
	}

	#legal {
		font-size: 12px;
		line-height: 18px;
		margin: 14px 0px 0px 0px;
		padding: 0px 0px 14px 0px;
	}

	#sautlegal {
		display: block;
	}

	#displegal {
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
#menunoscript {
/* 	height: 48px; */
	display: block;
}

	#b11 {
		background-color: #80E0FF;
		color: #0073CC;
	}

	#b12 {
		background-color: #37B6FF;
		color: #E5FF00;
	}

	#b21 {
		background-color: #00FF74;
		color: #00C1FF;
	}

	#b22 {
		background-color: #B5FF00;
		color: #FF8080;
	}

	#b30 {
		background-color: #E5FF00;
		color: #A300FF;
		display: block;
	}

	.pnoscript {
		font-family: "Comfortaa", "Futura", Helvetica, Arial, sans-serif;
		font-weight: 100;
		margin: 0px 10px 0px 10px;
	}

	#clearer {
		clear: both;
	}

@media (min-width: 960px) {
	.sautplus {
		line-height: 248px;
	}

	h2 {
		font-size: 44px;
	}

	.pnoscript {
		font-size: 24px;
	}

	#b11 {
		width: 20%;
		height: 100%;
		min-height: 248px;
		float: left;
	}

	#b12 {
		width: 20%;
		height: 100%;
		min-height: 248px;
		float: left;
	}

	#b21 {
		width: 20%;
		height: 100%;
		min-height: 248px;
		float: left;
	}

	#b22 {
		width: 20%;
		height: 100%;
		min-height: 248px;
		float: left;
	}

	#b30 {
		width: 20%;
		height: 100%;
		min-height: 248px;
		float: right;
	}

		.cutgd {
			display: block;
		}
}

@media (min-width: 768px) and (max-width: 959px) {
	.sautplus {
		line-height: 120px;
	}

	h2 {
		font-size: 44px;
	}

	.pnoscript {
		font-size: 24px;
	}

	#b11 {
		width: 33.33334%;
		height: 50%;
		min-height: 188px;
		float: left;
	}

	#b12 {
		width: 33.33333%;
		height: 50%;
		min-height: 188px;
		float: left;
	}

	#b21 {
		width: 33.33333%;
		height: 50%;
		min-height: 188px;
		float: right;
	}

	#b22 {
		width: 33.33333%;
		height: 50%;
		min-height: 162px;
		float: left;
	}

	#b30 {
		width: 66.66666%;
		height: 50%;
		min-height: 162px;
		float: right;
	}

		.cutgd {
			display: block;
		}
}

@media (min-width: 480px) and (max-width: 767px) {
	.sautplus {
	}

	h2 {
		font-size: 40px;
	}

	.pnoscript {
		font-size: 21px;
	}

	#b11 {
		width: 50%;
		height: 41%;
		min-height: 174px;
		float: left;
	}

	#b12 {
		width: 50%;
		height: 41%;
		min-height: 174px;
		float: right;
	}

	#b21 {
		width: 50%;
		height: 41%;
		min-height: 134px;
		float: left;
	}

	#b22 {
		width: 50%;
		height: 41%;
		min-height: 134px;
		float: right;
	}

	#b30 {
		width: 100%;
		height: 18%;
		min-height: 68px;
		clear: both;
	}

		.cutgd {
		}
}

@media (max-width: 479px) {
	#menunoscript {
		padding-top: 21px;
	}

	.sautplus {
	}

	h2 {
		font-size: 28px;
	}

	.pnoscript {
		font-size: 16px;
	}

	#b11 {
		width: 50%;
		height: 41%;
		min-height: 144px;
		float: left;
	}

	#b12 {
		width: 50%;
		height: 41%;
		min-height: 144px;
		float: right;
	}

	#b21 {
		width: 50%;
		height: 41%;
		min-height: 138px;
		float: left;
	}

	#b22 {
		width: 50%;
		height: 41%;
		min-height: 138px;
		float: right;
	}

	#b30 {
		width: 100%;
		height: 18%;
		min-height: 68px;
		clear: both;
	}

		.cutgd {
		}
}

/* ---------------------------------------------------------------------------------------------------- */

#menujs {
	display: none;
	position: fixed;
	right: 0px;
	width: 100%;
	z-index: 10;
}

	#menudiv {
		display: block;
		position: absolute;
		right: 0px;
	}

@media (min-width: 400px) {
	.menubarre {
		display: block;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menucoin {
		width: 0px;
		height: 0px;
		border-style: solid;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: relative;
	}
}

	.menuspan {
		font-weight: bold;
		position: relative;
	}

	#a11 {
		background-color: #80E0FF;
		color: #0073CC;
	}
	#c11 {
		border-color: transparent transparent transparent #80E0FF;
	}
	
	#a12 {
		background-color: #37B6FF;
		color: #E5FF00;
		position: relative;
	}
	#c12 {
		border-color: transparent transparent transparent #37B6FF;
	}

	#a21 {
		background-color: #00FF74;
		color: #00C1FF;
		position: relative;
	}
	#c21 {
		border-color: transparent transparent transparent #00FF74;
	}

	#a22 {
		background-color: #B5FF00;
		color: #FF8080;
		position: relative;
	}
	#c22 {
		border-color: transparent transparent transparent #B5FF00;
	}

	#a30 {
		background-color: #E5FF00;
		color: #A300FF;
		position: relative;
	}
	#c30 {
		border-color: transparent transparent transparent #E5FF00;
	}

@media (min-width: 1400px) {
	#menujs {
		width: 1400px;
		right: auto;
	}
}

@media (min-width: 768px) {
	#menujs {
		top: 78px;
		height: 246px;
	}

	#menudiv {
		height: 170px;
		width: 628.5px;
		top: 76px;
	}

	.menubarre {
		height: 55px;
		width: 348px;
	}

	.menucoin {
		border-width: 39px;
		left: -39px;
		top: -39px;
	}

	.menuspan {
		font-size: 38px;
		top: -76px
	}

	#a12 {
		left: 78px;
		top: -55px;
	}

	#a21 {
		left: 156px;
		top: -110px;
	}

	#a22 {
		left: 234px;
		top: -165px;
	}

	#a30 {
		left: 312px;
		top: -220px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#menujs {
		top: 48px;
		padding-top: 48px;
		height: 172px;
	}

	#menudiv {
		height: 115px;
		width: 412px;
		top: 57px;
	}

	.menubarre {
		height: 34px;
		width: 243px;
	}

	.menucoin {
		border-width: 24px;
		left: -24px;
		top: -24px;
	}

	.menuspan {
		font-size: 26px;
		top: -49px
	}

	#a12 {
		left: 48px;
		top: -34px;
	}

	#a21 {
		left: 96px;
		top: -68px;
	}

	#a22 {
		left: 144px;
		top: -102px;
	}

	#a30 {
		left: 192px;
		top: -136px;
	}
}

@media (min-width: 400px) and (max-width: 479px) {
	#menujs {
		top: 48px;
		padding-top: 48px;
		height: 141px;
	}

	#menudiv {
		height: 97px;
		width: 349px;
		top: 45px;
	}

	.menubarre {
		height: 30px;
		width: 200px;
	}

	.menucoin {
		border-width: 21px;
		left: -21px;
		top: -21px;
	}

	.menuspan {
		font-size: 21px;
		top: -40px
	}

	#a12 {
		left: 42px;
		top: -30px;
	}

	#a21 {
		left: 84px;
		top: -60px;
	}

	#a22 {
		left: 126px;
		top: -90px;
	}

	#a30 {
		left: 168px;
		top: -120px;
	}
}

@media (max-width: 399px) {
	#menujs {
		height: 150px;
		min-width: 305px;
	}

	#menudiv {
		height: 150px;
		width: 281px;
	}

	.menubarre {
		text-align: right;
		height: 30px;
		width: 200px;
	}

	.menucoin {
		border-width: 0px;
	}

	.menuspan {
		font-size: 21px;
		top: 2px;
	}

	#a11 {
		display: block;
		width: 161px;
		height: 30px;
		padding-right: 4px;
		position: relative;
		z-index: 16;
	}

	#a12 {
		display: block;
		width: 191px;
		height: 60px;
		padding-right: 4px;
		padding-top: 30px;
		top: -30px;
		position: relative;
		z-index: 15;
	}

	#a21 {
		display: block;
		width: 221px;
		height: 90px;
		padding-right: 4px;
		padding-top: 60px;
		top: -90px;
		position: relative;
		z-index: 14;
	}

	#a22 {
		display: block;
		width: 251px;
		height: 120px;
		padding-right: 4px;
		padding-top: 90px;
		top: -180px;
		position: relative;
		z-index: 13;
	}

	#a30 {
		display: block;
		width: 281px;
		height: 150px;
		padding-right: 4px;
		padding-top: 120px;
		top: -300px;
		position: relative;
		z-index: 12;
	}
}