#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: 100px;
		width: 290px;
	}
	.oecd_logo{
		position: absolute;
		left: 40px;
		bottom: 45px;
		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 60px;
		}
		.jp .oecd_logo{
			height: 60px;
			bottom: 20px;
			background: url("../img/oecd_logo_jp.png") no-repeat 0 0;
			background-size: 160px 60px;
		}
		.cn .oecd_logo{
			height: 60px;
			bottom: 20px;
			background: url("../img/oecd_logo_cn.png") no-repeat 0 0;
			background-size: 160px 60px;
		}
		.pt .oecd_logo{
			height: 60px;
			bottom: 20px;
			background: url("../img/oecd_logo_pt.png") no-repeat 0 0;
			background-size: 160px 60px;
		}
		.kr .oecd_logo,
		.dk .oecd_logo,
		.cz .oecd_logo{
			height: 60px;
			bottom: 20px;
			background: url("../img/oecd_logo_standard.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{
	    list-style-type: none;
	display: inline;
        z-index: 400;
        position: absolute;
        left: 520px;
        top: 44px;
        width: 400px;
        text-align: right;
	}
.home_languages li.default{
        display: inline;
    }
	.home_languages.de, .home_languages.dk, .home_languages.jp{
        top: 24px;
        left: 480px;
        width: 450px;
    }
	.home_languages.de .submenu, .home_languages.dk .submenu, .home_languages.jp .submenu{
        left: 375px;
    }
	.home_languages.de .lang_link, .home_languages.dk .lang_link, .home_languages.jp .lang_link{
            margin-right: 5px;
    }
    .lang_hidden{
        display:none;
    }
    .home_languages .default{
        display: inline;
    }
    #more:hover > .submenu{
        display: block;
    }
    #more{
        height:40px;
    }
    .submenu{
        display: none;
    }
    .home_languages .submenu{
        position: absolute;
        left: 320px;
        z-index: 100;
        top: 18px;
        text-align: left;
        width:200px;
    }
    .home_languages .submenu li{
        list-style-type: none;
        display: block;
    }
    .home_languages .selected{
            display: inline-block;
    }	.min .home_languages{
		    top: 10px;
    		left: 400px;
	}