html {
	margin: 0;
}

body {
	background: url(img/cover.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	/*background: url(img/cover.jpg) no-repeat;
	-webkit-background-size: cover;*/
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

a {
	color: #1A9CBF;
	text-decoration: none;
	-webkit-transition: .4s linear;
}

a:hover {
	color: #22c3ee;
	-webkit-transition: .4s linear;
}

.bold {
	font-weight: 700;
}

header {
	position: absolute;
	height: 70px;
	width: 100%;
	background: rgba(226, 226, 226, 1);
	border-bottom: 3px solid rgba(191, 191, 191, 1);
	top: 0;
	left: 0;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#logo img {
	position: absolute;
	width: 170px;
	margin-top: -115px;
	margin-left: 30px;
}

#logo img:hover {
	margin-top: -116px;
	
}

.flowplayer {
	width: 960px;
	height: 540px;
/*	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -160px;*/
	margin-left: 30px;
	margin-top: 20px;
}

h1 {
	color: white;
	font-size: 45px;
	/*position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -340px;
	margin-top: -95px;*/
	/*text-shadow: 0 1px 0px rgba(0, 0, 0, .4) ;*/
	margin-top: 130px;
	margin-left: 305px;
	font-weight: 500;
}

h2 {
	color: white;
	font-size: 21px;
	/*text-shadow: 0 1px 0px rgba(0, 0, 0, .3);*/
	margin-top: 10px;
	margin-left: 174px;
	margin-bottom: 40px;
	font-weight: 300;
}

h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}

h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	float: right;
}

h5 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}


.grayscale {
	filter: grayscale(0.7);
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.5);
	-o-filter: grayscale(0.5);
	-ms-filter: grayscale(0.5);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */

	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.grayscale:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: none;

	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.hidden {
	display: none;
}


#bloc1 {
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0;
	box-shadow: 0 -10px 80px rgba(0, 0, 0, .3);
	margin-top: -3px;
	/*background: rgba(226, 226, 226, 1);*/
	z-index: 10;
	/*display: none;*/
}

.blanc {
	background: white url(img/pattern-demo.png) repeat;
}

.blanc h3, .blanc h4 {
	color: #189cbe;
}

.blanc p {
	float: left;
	width: 440px;
	text-align: justify;
	font-size: 24px;
	color: #555;
	line-height: 1.3;
	font-weight: 400;
}

.blanc p:last-child {
	margin-left: 80px;
}

.bleu {
	background: white url(img/pattern-demo-bleu.png) repeat;
}

.bleu h3, .bleu h4 {
	color: white;
}

.bleu p {
	float: left;
	width: 440px;
	text-align: justify;
	font-size: 24px;
	color: #444;
	line-height: 1.3;
	font-weight: 400;
}


#bloc1-content {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#bloc2 {
	position: absolute;
	top: 1300px;
	width: 100%;
	height: 730px;
	left: 0;
	margin-top: -3px;
	/*background: rgba(226, 226, 226, 1);*/
	z-index: 10;
	/*display: none;*/
}

#bloc2-content {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#bloc2 ul {
	margin: 100px 0 30px 10px;
}

#bloc2 ul li {
	float: left;
	margin: 0 0 0 80px;
	list-style: none;
}

#bloc2 ul li img {
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 200px;
    height: 200px;
    border: 5px solid rgba(0, 0, 0, 0)
}

#bloc2 ul li img:hover {
	border: 5px solid white;
}


#bloc2 p {
	width: 960px;
	margin-top: 40px;
}

#texte-general {
	margin: 40px 0 0 82px;
}

#bloc3 {
	position: absolute;
	top: 2030px;
	width: 100%;
	height: 370px;
	left: 0;
	margin-top: -3px;
	/*background: rgba(226, 226, 226, 1);*/
	z-index: 10;
	/*display: none;*/
}

#bloc3-content {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#bloc3 p {
	margin: 0;
}

.float-left {
	float: left;
	width: 310px;
	margin-top: 40px;
}

#merci {
	margin-right: 97px;
	margin-left: 164px;
}


footer {
	position: absolute;
	height: 70px;
	width: 100%;
	background: rgba(66, 66, 66, 1);
	border-top: 3px solid rgba(191, 191, 191, 1);
	top: 2397px;
	left: 0;
	z-index: 30;
	/*display: none;*/
}

#footer-content p {
	position: absolute;
	color: white;
	font-size: 14px;
	margin-left: 511px;
	margin-top: 1622px;
	z-index: 50;
}

#logo-white img {
	z-index: 40;
	position: absolute;
	width: 130px;
	margin-top: 1612px;
	margin-left: 30px;
}

.flowplayer .fp-controls { background-color: rgba(17, 17, 17, 1)}
.flowplayer .fp-timeline { background-color: rgba(189, 189, 189, 1)}
.flowplayer .fp-progress { background-color: rgba(26, 156, 191, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}


