* {
	-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 {
	height: 100%;
	background-color: #40D1FF;
	color: white;
	font-family: "Comfortaa", "Futura", Helvetica, Arial, sans-serif;
	font-weight: 100;
}

@media (max-height: 500px) {
	body {
		height: auto;
	}
}

.centrage {
	height: 100%;
}

h1 {
	line-height: 100%;
}

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%;
/*
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
*/
}

.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;
}

#haut {
	display: block;
	border: none
}

	#cont {
		text-align: center;
	}

		#phrase {
			width: 94%;
			display: inline-block;
		}

#bloc {
	display: block;
}

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

		#l11:hover {
			background-color: LawnGreen;
			color: SteelBlue;
		}

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

		#l12:hover {
			background-color: Gold;
			color: DodgerBlue;
		}

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

		#l21:hover {
			background-color: Aqua;
			color: LimeGreen;
		}

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

		#l22:hover {
			background-color: Orange;
			color: SpringGreen;
		}

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

		#l30:hover {
			background-color: Violet;
			color: #E5FF00;
		}

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

}

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

	h1 {
		font-size: 69px;
	}

	.sautplus {
		line-height: 248px;
	}

	h2 {
		font-size: 44px;
	}

	p {
		font-size: 24px;
	}

	#haut {
		height: 64%;
		min-height: 488px;
	}

		#logodiv {
			height: 111px;
		}

			#logo {
				height: 78px;
			}

	#bloc {
		height: 36%;
	}

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

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

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

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

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

		.cutgd {
			display: block;
		}
}

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

	.sautplus {
		line-height: 120px;
	}

	h2 {
		font-size: 44px;
	}

	p {
		font-size: 24px;
	}

	#haut {
		height: 52%;
		min-height: 348px;
	}

		#logodiv {
			height: 111px;
		}

			#logo {
				height: 78px;
			}

	#bloc {
		height: 48%;
	}

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

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

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

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

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

		.cutgd {
			display: block;
		}
}

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

	.sautplus {
	}

	h2 {
		font-size: 40px;
	}

	p {
		font-size: 21px;
	}

	#haut {
		height: 30%;
		min-height: 210px;
	}

		#logodiv {
			height: 58px;
		}

			#logo {
				height: 48px;
			}

	#bloc {
		height: 70%;
	}

	#l11 {
		width: 50%;
		height: 41%;
		min-height: 169px;
		float: left;
	}

	#l12 {
		width: 50%;
		height: 41%;
		min-height: 169px;
		float: right;
	}

	#l21 {
		width: 50%;
		height: 41%;
		min-height: 124px;
		float: left;
	}

	#l22 {
		width: 50%;
		height: 41%;
		min-height: 124px;
		float: right;
	}

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

		.cutgd {
		}
}

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

	.sautplus {
	}

	h2 {
		font-size: 28px;
	}

	p {
		font-size: 16px;
	}

	#haut {
		height: 30%;
		min-height: 164px;
	}

		#logodiv {
			height: 58px;
		}

			#logo {
				height: 48px;
			}

	#bloc {
		height: 70%;
	}

	#l11 {
		width: 50%;
		height: 41%;
		min-height: 124px;
		float: left;
	}

	#l12 {
		width: 50%;
		height: 41%;
		min-height: 124px;
		float: right;
	}

	#l21 {
		width: 50%;
		height: 41%;
		min-height: 108px;
		float: left;
	}

	#l22 {
		width: 50%;
		height: 41%;
		min-height: 108px;
		float: right;
	}

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

		.cutgd {
		}
}
















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

@media (min-width: 1160px) {
	#legal {
		font-size: 18px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 16px 0px;
	}
}

@media (min-width: 960px) and (max-width: 1159px) {
	#legal {
		font-size: 18px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 16px 0px;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	#legal {
		font-size: 16px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#legal {
		font-size: 16px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (min-width: 400px) and (max-width: 479px) {
	#legal {
		font-size: 12px;
		margin: 21px 0px 0px 0px;
		padding: 0px 0px 21px 0px;
	}
}

@media (max-width: 399px) {
	#legal {
		font-size: 12px;
		line-height: 18px;
		margin: 14px 0px 0px 0px;
		padding: 0px 0px 14px 0px;
	}

	#sautlegal {
		display: block;
	}

	#displegal {
		display: none;
	}
}