/*
rose : #eaa8a9
bleu clair : #9BDAEC
bleu foncé : #4587B0
*/


@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	background: url("../img/back.png");
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	min-width: 960px;
}

g path,path,polygon {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

g:hover path,path:hover,polygon:hover {
	cursor: pointer;

	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}


a:hover {
	cursor: pointer;
}

h2 {
	width: 320px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #CCE0E5;	
	clear: both;
}

#container {
	height: 100%;
	overflow: hidden;
}

/* ------------------  HEADER ------------------ */
header {
	height: 110px;
	background: #E3EFF3;
	position: relative;
	z-index: 100;
}

	#logo a {
		float: left;
		font-size: 50px;
		color: #036d89;
		text-shadow: 1px 1px 1px #224358;
		text-decoration: none;
		font-style: italic;
		font-weight: 100;
		margin-top: 25px;
		margin-left: 50px;
	}
		#logo a span {
			color: #d3e6ed;
			font-style: italic;
			font-size: 40px;
			text-shadow: 1px 1px 1px #8fbdcc;
		}

nav ul {
	float: right;
	margin-top: 55px;
	margin-right: 25px;
}

	nav ul li {
		float: left;
		color: #036D89;
		font-size: 20px;
	}

		nav ul li a {
			font-size: 16px;
			padding: 10px;
			color: #036D89;
			text-decoration: none;

			-webkit-transition: all .1s ease;
			-moz-transition: all .1s ease;
			-o-transition: all .1s ease;
			-ms-transition: all .1s ease;
			transition: all .1s ease;
		}
		nav ul li a.active {
			text-decoration: underline;
		}
		nav ul li a:hover {
			color: #2b97b5;

			-webkit-transition: all .1s ease;
			-moz-transition: all .1s ease;
			-o-transition: all .1s ease;
			-ms-transition: all .1s ease;
			transition: all .1s ease;
		}


/* ------------------  TIMELINE ------------------ */
#timeline {
	height: 47px;
	/*min-width: 1300px;*/
	border-bottom: 6px solid #9BDAEC;
	border-top: 6px solid #9BDAEC;
	background: #356787;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,.12);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.12);
	position: relative;
	z-index: 100;
}

	#timeline nav ul {
		float: none;
		margin: 0;
		}

			#timeline nav ul li a {
				color: #E3EFF3;
				padding: 15px;
				padding-right: 30px;
				padding-left: 30px;
				padding-bottom: 16px;
				font-style: italic;
				float: left;

				-webkit-transition: background-color .3s ease;
				-moz-transition: background-color .3s ease;
				-o-transition: background-color .3s ease;
				-ms-transition: background-color .3s ease;
				transition: background-color .3s ease;
			}


			#timeline ul li a.active {
				background: rgba(89,233,255,0.43) url("../img/fleche-bleu.png") no-repeat center bottom;
				text-decoration: none;
			}

			#timeline ul li a:hover {
				color: #d8f6ff;
				background-color: rgba(89,233,255,0.43);
				text-decoration: underline;

				-webkit-transition: background-color .5s ease;
				-moz-transition: background-color .5s ease;
				-o-transition: background-color .5s ease;
				-ms-transition: background-color .5s ease;
				transition: background-color .5s ease;
			}

				@media screen and (min-width: 1500px) { 
					#timeline nav ul li a {
						padding-right: 45px;
						padding-left: 45px;
					}
				}

				@media screen and (min-width: 1750px) { 
					#timeline nav ul li a {
						padding-right: 60px;
						padding-left: 60px;
					}
				}

				@media screen and (max-width: 1300px) { 
					#timeline nav ul li a{
						padding-right: 20px;
						padding-left: 20px;
					}
				}



/* ------------------  SIDEBAR ------------------ */
#sidebar {
	clear: both;
	float: left;
	left: 0;
	width: 317px;
	background: #ffffff;
	
	-ms-overflow-y: scroll;
	overflow: hidden;
	overflow-y: scroll;
	padding: 20px;
	height: 80%;

	position: relative;
	z-index: 150;

/*	-webkit-box-shadow: 2px 2px 6px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,.2);*/
}

	#sidebar::-webkit-scrollbar {
		width: 15px;
		height: 15px;
	}

	#sidebar::-webkit-scrollbar-track {
		background: #E3EFF3;
	}

	#sidebar::-webkit-scrollbar-thumb {
		background: #356787;
	}

	#choix-pays {
		width: 373px;
		z-index: 50;
		/*position: relative;
		top: -20px;
		left: -20px;*/
	}
			#choix-pays li a {
				float: left;
				width: 77px;
				height: 21px;
				padding: 20px;
				color: #6CACBB;
				text-align: center;
				background: #b9e5f1;

				-webkit-transition: background-color .2s ease;
				-moz-transition: background-color .2s ease;
				-o-transition: background-color .2s ease;
				-ms-transition: background-color .2s ease;
				transition: background-color .2s ease;
				border-right: 2px solid #84CBD7;
			}

			#choix-pays li a.active {
				background: #9BDAEC url("../img/fleche-blanc.png") no-repeat center bottom;
			}

				#choix-pays li a:hover {
					background-color: #9BDAEC;

					-webkit-transition: background-color .5s ease;
					-moz-transition: background-color .5s ease;
					-o-transition: background-color .5s ease;
					-ms-transition: background-color .5s ease;
					transition: background-color .5s ease;
				}

	
.intro {
	font-size: 17px;
	font-style: italic;
}

	.chiffres {
		font-size: 24px;
		font-style: normal;
		letter-spacing: 1px;
		color: #284F67;
		font-weight: bold;
		padding: 4px;
	}

.big-num {
	font-size: 60px;
	float: right;
	font-style: italic;
	padding-right: 10px;
	color: #284F67;
	position: relative;
	z-index: 100;
}

#bonhomme {
	margin-top: 8px;
	background: url("../img/bonhomme.png") repeat-x;
	width: 148px;
	height: 78px;
	float: left;
}

.stud {
	margin-top: 8px;
	display: block;
	color: #8EBDCD;
	font-size: 20px;
	margin-left: 5px;
	float: right;
}

/* % hommes / femmes */
.blocpourcent {
	width: 100%;
	height: 70px;
	margin-top: 20px;
}

.hommebleu {
	width: 50%;
	text-align: center;
	height: 50px;
	float: left;
	background: #9BDAEC;
	line-height: 45px;
	padding-top: 10px;
	color: #fff;
}

.femmerose {
	width: 50%;
	text-align: center;
	height: 50px;
	background: #eaa8a9;
	line-height: 45px;
	float: left;
	padding-top: 10px;
	color: #fff;
}

.pchf {
	float: left;
	font-size: 24px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	
}
	.pchf img {
		margin: -35px 10px 0 25px;
	}
	.pchf span {
		font-size: 25px;
		font-weight: bold;
		position: relative;
		top: -8px;
	}
	.blocpourcent .pchf:first-child img {
		margin: -35px 5px 0 0;
	}


.piechart {
	float: left;
	width: 317px;
	overflow: hidden;
}

/* Les prénoms les plus répendus en Belgique */
#piePrenoms {
	position: relative;
}
.nbrPrenoms {
	background: #4587b0;
	border-radius: 50%;
	color: white;
	font-size: 12px;
	text-align: center;
	
	position: absolute;
	height: 80px;
	width: 80px;
	line-height: 80px;	
	top: 20px;
}
	.prenom {
		color: #1e1e1e;
		font-size: 15px;
		display: block;
		position: absolute;
		top: 70px;
		left: 0px;
		text-align: center;
		display: block;
		width: 80px;
	}

	.p1 {
		left: 10px;
	}

	.p2 {
		left: 110px;
	}

	.p3 {
		
		height: 50px;
		width: 50px;

		left: 215px;
		line-height: 50px;	
		top: 35px;
	}

/* ------------------  CONTENT ------------------ */
#content {
	position: relative;
	left: 337px;
	right: 0;
}
	#legend {
		/*display: none;*/
		width: 92px;
		height: 247px;
		position: absolute;
		top: 25px;
		right: 362px;
		background: url(../img/legBelgique.png);
		background-size: cover;
	}
	@media screen and (min-width: 1800px) { 
		#legend {
			width: 110px;
			height: 296px;
			top: 50px;
			right: 387px;
		}
	}

	@media screen and (max-width: 1200px) { 
		#legend {
			width: 74px;
			height: 198px;
			top: 15px;
			right: 352px;
		}
	}
		div[id*="nbr"] {
			position: absolute;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			line-height: 50px;
			text-align: center;
			color: white;
			cursor: pointer;
			border: 1px solid rgba(0,0,0,0);
			background: rgba(0,0,0,0);

			-webkit-transition: background 1.4s ease;
			-moz-transition: background 1.4s ease;
			-o-transition: background 1.4s ease;
			-ms-transition: background 1.4s ease;
			transition: background 1.4s ease;
		}

		div[id*="nbr"]:hover {
			-webkit-transition: background .6s ease;
			-moz-transition: background .6s ease;
			-o-transition: background .6s ease;
			-ms-transition: background .6s ease;
			transition: background .6s ease;
		}


		div[id*="nbr"]:after {
			content: attr(data-content);
		}

			#pieCarte {
				width: 402px;
				padding: 10px;
				height: 180px;
				background: white;
				position: absolute;
				bottom: 25px;
				left: 382px;

				-webkit-transform-origin: 0px 200px;
				-moz-transform-origin: 0px 200px;
				-o-transform-origin: 0px 200px;
				-ms-transform-origin: 0px 200px;
				transform-origin: 0px 200px;
			}

			#provRes {
				font-size: 13px;
				border-bottom: 2px solid #CCE0E5;
				padding-bottom: 10px;
			}

			#pieCartePie p {
				margin-top: 15px;
				font-size: 14px;
				color: #1e1e1e;
			}
#carte {
	width: 1730px;
	/*height: 1000px;*/
}
#vignettesPays {
	width: 1360px;
	height: 100px;
	position: relative;
	top: 20px;
	left: -329px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
}
		#vignettesPays::-webkit-scrollbar {
			width: 10px;
			height: 10px;
		}

		#vignettesPays::-webkit-scrollbar-track {
			background: #E3EFF3;
		}

		#vignettesPays::-webkit-scrollbar-thumb {
			background: #356787;
		}

	.blockPays {
		background: white;
		width: 200px;
		height: 227px;
		margin-left: 20px;
		margin-bottom: 20px;
		float: left;
		position: relative;
		cursor: pointer;
	}

	.blockPays:nth-child(4n+13) {
		margin-left: 460px;
	}
		.namePays {
			width: 209px;
			text-align: center;
			margin-top: 15px;


		}
		.svgPays {
			width: 130px;
			margin: 10px;
			height: 120px;
		}
			
 /*--------------------------- Crédits-------------------------------- */

#contentc{
	width: 1280px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	border-bottom: 6px solid #356787;
	}
#contentcre{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	}
.colonne{
	float: left;
	width: 240px;
	margin: 40px;
	margin-right: 36px;
}
.photo{
	width: 230px;
	height: 230px;
	background: #CCEBF3;
	border: 5px solid #1A7189;
}
h1{
	margin-top: 10px;
	width: 220px;
	height: 15px;
	padding: 10px;
	padding-left: 5px;
	background:  url("../img/mac.png") no-repeat right center;
}
a{
	color: #004fad;
	text-decoration: none;
}
a:hover{
	color: #0777ff;
	}
	a:active{
	color: #004fad;
	}
.win{
	
	background:  url("../img/win.png") no-repeat right center;
}
p.info{
	margin-left: 5px;
	margin-top: 10px;
	line-height: 24px;
	height: 240px;
}
.pie{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #CCE0E5;
}
.origine{
	display: block;
	text-align: right;
	line-height: 24px;
}
.mapinfo{
	margin-top: 20px;
	overflow: hidden;
	height: 103px;
}
.denis{
	background: url("../img/mapdenis.png") no-repeat
}
.vincent{
	background: url("../img/mapvincent.png") no-repeat;
}
.stan{
	background: url("../img/mapstan.png") no-repeat;
}
.jerome{
	background: url("../img/mapjerome.png") no-repeat;
}
.blocre{
	width: 563px;
	background: #fff;
	overflow: hidden;
	margin: 20px;
	padding: 10px;
	margin-bottom: 50px;
	float: left;
}
.blocre:first-child{
	margin-left: 40px;
	
}
.bleuté{
	color: #4587B0; 
}
#contentcre ul li{
	font-style: italic;
	line-height: 24px;
}

/*------------------------------------Making Of------------------------------*/

section{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	width: 1180px;
	border-bottom: 2px solid #CCE0E5;
	line-height: 24px;
	font-weight: 300;
	min-height: 380px;
}
section:first-child{
	margin-top: 80px;
}
article{
	width: 550px; 
	overflow: hidden;
	display: block;
}
.left{
	float: left;
	margin-right: 70px;
}
p{
	margin-bottom: 24px;
}
h3{
	font-size: 18px;
	font-weight: 700;
}
h4{
	color: #4587B0;
	margin-bottom: 24px;
}
section img{
	border: 5px solid #356787;
}
/*-------------------------------Index----------------------------------------*/

#contenti{
	padding-top: 50px;
	width: 1024px;
	margin: 0 auto;
}
#contenti div{
	overflow: hidden;
}
#contenti p{
	line-height: 36px;
	width: 800px;
	float: right;
	padding-right: 30px;
}
.chifindex{
	font-size: 48px;
	line-height: 36px;
	font-style: italic;
	color: #87D2E7;
	width: 150px;
	height: 50px;
	float: left;
	text-align: right;
	padding-right: 40px;
	padding-top: 20px;
	text-shadow: 1px 1px 2px black;
}
.bontousuite{
	margin-left: 140px;
	float: left;
	width: 400px;
	display: block;
	height: 40px;
	margin-bottom: 50px;
	padding: 52px;
	text-align: center;
	background: url("../img/fondlien.png") no-repeat;
	color: #387093;
	text-decoration: none;
	font-size: 20px;
}
.bontousuite:hover{
	color: #4587B0;
	background: url("../img/fondlienhover.png") no-repeat;
}
.bontousuite:active{
	color: #284F67;
	background: url("../img/fondlienactive.png") no-repeat;
}
.center{
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
strong{
	font-weight: bold;
}
.dlaffiche{
	color: #648954;
	padding: 15px 20px;
	background: #A3C397;
	font-style: italic;
	font-size: 18px;
	margin-left: 80px;
	margin-top: 40px;
	float: left;
	display: block;
}
.dlaffiche:hover{
	color: #7caa68;
	background: #b8e0a9;
	}
.dlaffiche:active{
	color: #4f773e;
	background: #6f9461;
	}
/*-----------------------------------------Media---------------------------------------*/

@media (max-width: 1230px) {

  #timeline nav ul li a {
  	padding-left: 18px;
  	padding-right: 18px;
  	}

  #contentc{
	width: 1024px;
	}
  #contentcre{
	width: 1024px;
	}
  .colonne{
	width: 210px;
	margin: 4px;
	margin-right: 36px;
   }
   .photo{
	width: 210px;
	height: 210px;
	}
	.imgprofil{
		width: 210px;
	}
h1{
	width: 180px;
}
.origine{
	font-size: 76%;
}
.blocre{
	width: 424px;
	}
	
	section{
		width: 924px;
	}
article{
	width: 420px; 
}
section img{
	width: 420px;
}
#contenti p{
	width: 760px;
	padding-right: 70px;
}

}

@media (max-width: 1064px) {

  #timeline nav ul li a {
  	padding-left: 12px;
  	padding-right: 12px;
  	}
  }