#Home{
	opacity: 0;
	-webkit-transition:opacity 0.6s ease-out;
	-ms-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}
	#Home.displayed{
		opacity: 1;
	}
	.home_title{
		margin: 0;
		font-size: 36px;
		text-align: left;
		left: 40px;
		top: 40px;
		color: #4e90c7;
		position: absolute;
	}
	.min .home_title{
      		font-size: 30px; 
	}
	.home_disclaimer{
		position: absolute;
		font-size: 15px;
		line-height: 20px;
		left: 40px;
		top: 80px;
		color: #666666;
		text-align: left;
		top: 120px;
		width: 280px;
	}
	.oecd_logo{
		position: absolute;
		left: 40px;
		bottom: 80px;
		width: 160px;
		height: 50px;
		background: url("../img/oecd_logo.png") no-repeat 0 0;
		background-size: 160px 50px;
	}
		.fr .oecd_logo, .figaro .oecd_logo{
			height: 60px;
			background: url("../img/oecd_logo_fr.png") no-repeat 0 0;
			background-size: 160px 60px;
		}
		.it .oecd_logo{
			height: 60px;
			background: url("../img/oecd_logo_it.png") no-repeat 0 0;
			background-size: 160px 60px;
		}
		.es .oecd_logo, .cnn .oecd_logo{
			height: 60px;
			background: url("../img/oecd_logo_es.png") no-repeat 0 0;
			background-size: 160px 60px;
		}

		.de .oecd_logo{
			height: 60px;
			bottom: 20px;
			background: url("../img/oecd_logo_de.png") no-repeat 0 0;
			background-size: 160px;
		}
	.cnn_logo{
		display: none;
		position: absolute;
		left: 230px;
		bottom: 94px;
		width: 240px;
	}
		.cnn .cnn_logo{ display: inline-block;}
	.figaro_logo{
		display: none;
		position: absolute;
		left: 240px;
		bottom: 80px;
		width: 200px;
	}
		.figaro .figaro_logo{ display: inline-block;}
	.home_steps{
		position: absolute;
		left: 340px;
		top: 210px;
		list-style: none;
		text-align: left;
		color: #666666;
		font-size: 18px;
	}
	.min .home_steps{ 
		left: 280px;
		top: 250px;
	}
		.home_step{
			position: relative;
			padding-left: 30px;
			height: 30px;
		}
			.home_step_label{
				position: relative;
				top: -2px;
			}
			.home_step .puce{
				position: absolute;
				left: 0px;
				height: 21px;
				width: 21px;
				line-height: 20px;
				border-radius: 21px;
				color: #fff;
				font-size: 18px;
				text-align: center;
				background: #fac748;
			}
				.home_step--2 .puce{ background: #e16476; }
				.home_step--3 .puce{ background: #4b92ca; }
				.home_step .puce:after{
					content: "";
					position: absolute;
					right: 0px;
					top: 0px;
					width: 50%;
					height: 100%;
					border-radius: 0px 21px 21px 0px;
					background: #fae568;
				}
					.home_step--2 .puce:after{ background: #ec788b; }
					.home_step--3 .puce:after{ background: #70a8d7; }
				.home_step .puce_label{
					z-index: 10;
					position: relative;
				}
	.home_illu{
		position: absolute;
		right: -170px;
		bottom: -363px;
		width: 598px;
		height: 794px;
		-webkit-transform:translate(0,110%);
		-ms-transform:translate(0,110%);
		transform:translate(0,110%);
		-webkit-transition:transform 1s ease-out;
		-ms-transition:transform 1s ease-out;
		transition:transform 1s ease-out;
	}
		.home_illu.displayed{
			-webkit-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
		}
		.home_illu_bg{
			position: absolute;
			left: 0px;
			top: 0px;
			background: url("../img/illu_home.svg") no-repeat 0 0;
			background-size: 598px 794px;
			width: 100%;
			height: 100%;
		}

	.home_start{
		position: absolute;
		left: 380px !important;
		top: 120px !important;
	}
	.min .home_start{
		left: 350px !important;
	}

	.home_languages{
		position: absolute;
		left: 670px;
		top: 56px;
		width: 280px;
	}
	.min .home_languages{
		left: 580px;
	}