#homeMain {
	background-color:#FFFFFF;
	min-height:calc(100% - 225px);
}
#homeIntro {
	position:relative;
	width:100%;
	height:530px;
	background-color:#0A83CA;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJ5ZXMiPz4NCjxzdmcgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMwQTdCQkU7IGZpbGwtb3BhY2l0eToxIiBkPSJNOTAuOCAxNC41NUw5MC44IDQwLjg1TDExMCA2MEw5MyA2MEw5MyA4Ny4wNUwyNyA4Ny4wNUwyNyA2MEwxMCA2MEw2MCAxMEw2MC40IDEwLjM1TDYwLjQgMTAuNEw3Ni43NSAyNi43NUw3Ni43NSAxNC41NUw5MC44IDE0LjU1IiAvPg0KPC9zdmc+DQo=);
}
#homeIntro> h2 {
	position:absolute;
	left:calc(50% - 435px);
	top:20px;
	width:470px;
	height:170px;
	padding:20px 30px;
	background:rgba(255,255,255,0.25);
	border-radius:20px;
	font-weight:bold;
	font-size:30px;
	color:#FFFFFF;
	margin:0px;
}
#homeIntro > h2::after {
	display:block;
	width:399px;
	height:104px;
	background:url(home.webp) -1px -1px no-repeat;
	margin:0px auto;
	content:" ";
}
#homeIntroAttract,
#homeIntroAdvergames,
#homeIntroAds,
#homeIntroPurchase {
	position:absolute;
	padding:20px;
	background:rgba(255,255,255,0.25);
	border-radius:20px;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	margin:0px;
}
#homeIntroAttract {
	right:calc(50% - 425px);
	top:30px;
	width:180px;
	height:160px;
}
#homeIntroAttract::after {
	display:block;
	width:135px;
	height:91px;
	background:url(home.webp) -1px -106px no-repeat;
	margin:20px auto 0px;
	content:" ";
}
#homeIntroAttract::before,
#homeIntroAdvergames::before,
#homeIntroAds::before,
#homeIntroPurchase::before {
	position:absolute;
	display:block;
	width:44px;
	height:53px;
	background:url(home.webp) -286px -106px no-repeat;
	content:" ";
}
#homeIntroAttract::before {
	left:-70px;
	top:75px;
}
#homeIntroAdvergames {
	left:calc(50% - 435px);
	top:300px;
	width:260px;
	height:160px;
}
#homeIntroAdvergames::after {
	display:block;
	width:134px;
	height:52px;
	background:url(home.webp) -1px -198px no-repeat;
	margin:15px auto 0px;
	content:" ";
}
#homeIntroAdvergames::before {
	left:135px;
	top:-58px;
	transform:rotate(90deg);
}
#homeIntroAdvergames > a,
#homeIntroAds > a,
#homeIntroPurchase > a {
	position:absolute;
	left:calc(50% - 95px);
	bottom:20px;
	display:block;
	width:190px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	background:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	border-radius:10px;
	color:#008cde;
	border:1px solid #008cde;
}
#homeIntroAds {
	left:calc(50% - 100px);
	top:300px;
	width:195px;
	height:160px;
}
#homeIntroAds::after {
	display:block;
	width:142px;
	height:56px;
	background:url(home.webp) -137px -160px no-repeat;
	margin:15px auto 0px;
	content:" ";
}
#homeIntroAds::before {
	left:90px;
	top:-58px;
	transform:rotate(90deg);
}
#homeIntroPurchase {
	right:calc(50% - 460px);
	top:275px;
	width:225px;
	height:160px;
}
#homeIntroPurchase::after {
	display:block;
	width:148px;
	height:53px;
	background:url(home.webp) -137px -106px no-repeat;
	margin:15px auto 0px;
	content:" ";
}
#homeIntroPurchase::before {
	left:-65px;
	top:-50px;
	transform:rotate(45deg);
}

#homeGameInfos {
	position:relative;
	width:100%;
	height:390px;
	background-color:#E0F6FE;
	overflow:hidden;
}
#homeGameInfos > h2,
#homeLicenseTypes > h2 {
	margin:0px;
	color:#3d3c3c;
	padding-top:30px;
	text-align:center;
	font-weight:bold;
	font-size:30px;
}
#homeGameInfosSingle,
#homeGameInfosMulti,
#homeGameInfosLanguages {
	position:absolute;
	top:100px;
	width:240px;
	height:150px;
	background-color:#FFFFFF;
	border-radius:12px;
	text-align:center;
	color:#3d3c3c;
	font-weight:bold;
	font-size:20px;
}
#homeGameInfosSingle > span,
#homeGameInfosMulti > span,
#homeGameInfosLanguages > span {
	display:block;
	color:#008CDE;
	font-weight:bold;
	font-size:54px;
	padding-top:30px;
	height:70px;
}
#homeGameInfosSingle {
	left:calc(50% - 440px);
}
#homeGameInfosMulti {
	left:calc(50% - 120px);
}
#homeGameInfosLanguages {
	right:calc(50% - 440px);
}
#homeGameInfosSingle::after,
#homeGameInfosMulti::after,
#homeGameInfosLanguages::after {
	position:absolute;
	display:block;
	background:url(home.webp) no-repeat;
	content:" ";
}
#homeGameInfosSingle::after {
	right:-34px;
	top:-18px;
	width:82px;
	height:82px;
	background-position:-1px -251px;
}
#homeGameInfosMulti::after {
	right:-34px;
	top:-18px;
	width:87px;
	height:87px;
	background-position:-84px -251px;
}
#homeGameInfosLanguages::after {
	right:-18px;
	top:-18px;
	width:77px;
	height:77px;
	background-position:-172px -249px;
}
#homeGameInfos > a {
	position:absolute;
	left:calc(50% - 140px);
	bottom:60px;
	display:block;
	width:280px;
	height:50px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	background:#FFE86A;
	border-radius:20px;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	box-shadow:0px 2px #ff560b;
	color:#ff621d;
}
#homeGameInfos::before {
	position:absolute;
	left:calc(50% - 750px);
	top:50px;
	display:block;
	width:217px;
	height:224px;
	background:url(home.webp) -189px -327px no-repeat;
	content:" ";
}
#homeGameInfos::after {
	position:absolute;
	left:calc(50% - 530px);
	top:270px;
	display:block;
	width:84px;
	height:84px;
	background:url(home.webp) -331px -106px no-repeat;
	content:" ";
}
#homeGameInfos > h2::before {
	position:absolute;
	left:calc(50% + 380px);
	top:220px;
	display:block;
	width:187px;
	height:186px;
	background:url(home.webp) -1px -339px no-repeat;
	content:" ";
}
#homeGameInfos > h2::after {
	position:absolute;
	left:calc(50% - 235px);
	top:150px;
	display:block;
	width:135px;
	height:135px;
	background:url(home.webp) -280px -191px no-repeat;
	content:" ";
}

#homeLicenseTypes {
	position:relative;
	width:100%;
	height:370px;
}
#homeLicenseCloud,
#homeLicenseHTML5,
#homeLicenseAndroid,
#homeLicenseJava {
	position:absolute;
	top:90px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	width:200px;
	color:#008cde;
}
#homeLicenseCloud::before,
#homeLicenseHTML5::before,
#homeLicenseAndroid::before,
#homeLicenseJava::before {
	display:block;
	border-radius:10px;
	content:" ";
	background-color:#EFEFEF;
	background-image:url(common.webp);
	background-repeat:no-repeat;
	margin:0px auto 15px;
}
#homeLicenseCloud {
	left:calc(50% - 400px);
}
#homeLicenseHTML5 {
	left:calc(50% - 200px);
}
#homeLicenseAndroid {
	left:50%;
}
#homeLicenseJava {
	left:calc(50% + 200px);
}
#homeLicenseCloud::before {
	width:82px;
	height:49px;
	border-top:25px solid #EFEFEF;
	border-right:9px solid #EFEFEF;
	border-bottom:26px solid #EFEFEF;
	border-left:9px solid #EFEFEF;
	background-position:-311px -32px;
}
#homeLicenseHTML5::before {
	width:56px;
	height:79px;
	border-top:11px solid #EFEFEF;
	border-right:22px solid #EFEFEF;
	border-bottom:10px solid #EFEFEF;
	border-left:22px solid #EFEFEF;
	background-position:-1px -59px;
}
#homeLicenseAndroid::before {
	width:63px;
	height:73px;
	border-top:14px solid #EFEFEF;
	border-right:18px solid #EFEFEF;
	border-bottom:13px solid #EFEFEF;
	border-left:19px solid #EFEFEF;
	background-position:-118px -59px;
}
#homeLicenseJava::before {
	width:59px;
	height:78px;
	border-top:11px solid #EFEFEF;
	border-right:21px solid #EFEFEF;
	border-bottom:11px solid #EFEFEF;
	border-left:20px solid #EFEFEF;
	background-position:-58px -59px;
}
#homeLicenseLearnMore {
	position:absolute;
	left:calc(50% - 140px);
	bottom:60px;
	display:block;
	width:280px;
	height:50px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	background:#008CDE;
	border-radius:20px;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	box-shadow:0px 2px #49DFFF;
	color:#FFFFFF;
}