/* =============================================================================
   CONTENT
   ========================================================================== */
#home {
  position:relative;
	float:left;	
	width: 100%;
	height:auto;
	z-index:3;
	margin-top:-300px;	
	padding-left:5px;	
	margin-bottom:20px;
  /* padding: top right bottom left; */
}

/* =============================================================================
   BLOCS : STYLES GENERIQUES
   ========================================================================== */
#home .normal-content {display:block;}
#home .mobile-content {display:none;}

#home .bloc {
	display: inline-block;
	position: relative;
	width:325px;
	padding:0px 0px 0px 10px;	
}
#home .bloc_back {
  position: relative;
	float: left;
  width: 100%;
	height: 159px;
}
#home .bloc_title {
	position: relative;
	float: left;
	width: 100%;
	height:29px;
	padding-left:55px;
	padding-top: 4px;
	font-family: 'lilita_oneregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	font-style: normal;		
	text-transform:uppercase;	
}
#home .bloc_title a {
	color: #d8dee1;
	text-shadow: 2px 2px 5px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
	text-decoration:none;
}
#home .bloc_icon_left {
	position: absolute;
	z-index:1;
	top:-15px;
	left:8px;
}
#home .bloc_icon_right {
	position: absolute;
	z-index:1;
	top:-17px;
	right:0px;
}

#home .bloc_content {
	position: relative;
	float: left;
	width: 100%;
	height:170px;
	background: #1e1e1e url(../img/bloc_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow:hidden;	
	padding:0;
	margin:0;
	font-size:13px;
	-moz-box-shadow: 0px 3px 12px #000; 
	-webkit-box-shadow: 0px 3px 12px #000; 
	box-shadow: 0px 3px 12px #000;
	border-top:none;
}
#home .bloc_texte {
	position:absolute;
	width:95%;
	font-family: 'lilita_oneregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 10px 10px 10px;
	background: rgba(0,0,0,0.75);
	right:14px;
}
#home .bloc_texte p {
	font-family: Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: none;
}
#home h2 {	
	color: #ea8f00;
	font-size: 23px;  
	margin: 0;
  padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
#home p {	
  color: #fff;
	font-size: 12px;
  margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}

/* OVER */
#home .bloc_title a:hover {
	color:#fff;
}
#home a:hover img {
	zoom: 1;
	opacity: 1;	
}
#home a h2, 
#home a p {
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#home a:hover h2, 
#home a:hover p {
	color:#fff;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}


/* =============================================================================
   BLOC GAME
   ========================================================================== */ 
#hgame {
	height: 200px;
	position: relative;
	overflow: hidden;
}	
#hgame .bloc_back {
	background: transparent url(../img/blocs/game_back.jpg) no-repeat bottom right;
	height: 190px;
}
#hgame .bloc_front_left {
	position: absolute;
	bottom: 2px;
	left: 2%;
	z-index: 60;
}
#hgame .bloc_front_right {
	position: absolute;
	bottom: 5px;
	right: 0px;
	z-index: 55;
	padding: 0px 0px 0px 2%;
	width: 98%;
	background: transparent url(../img/blocs/game_right.png) no-repeat bottom right;
	height: 190px;
}
#hgame .bloc_texte {
	z-index:50;
	bottom:25px;
}

/* =============================================================================
   BLOC MEDIA
   ========================================================================== */ 
#hmedia {
	height: 200px;
	position: relative;
	overflow: hidden;
}	
#hmedia .bloc_back {
	background: transparent url(../img/blocs/media_back.jpg) no-repeat bottom right;
	height: 190px;
}
#hmedia .bloc_front_left {
	position: absolute;
	bottom: 1px;
	left: 2%;
	z-index: 55;
}
#hmedia .bloc_front_right_chara {
	position: absolute;
	bottom: 3px;
	right: 14px;
	z-index: 40;
}
#hmedia .bloc_front_right {
	position: absolute;
	bottom: 5px;
	right: 0px;
	z-index: 35;
	padding: 0px 0px 0px 2%;
	width: 98%;
	background: transparent url(../img/blocs/media_right.png) no-repeat bottom right;
	height: 190px;
}
#hmedia .bloc_texte {
	z-index:50;
	bottom:25px;
}

/* =============================================================================
   BLOC SHOP
   ========================================================================== */ 
#hshop {
	height: 200px;
	position: relative;
	overflow: hidden;
}	
#hshop .bloc_back {
	background: transparent url(../img/blocs/shop_back.jpg) no-repeat bottom center;
	height: 190px;
}
#hshop .bloc_pack {
	position: absolute;
	top:25px;
	left:-15px;
	z-index:80;
}
#hshop .bloc_front_left {
	position: absolute;
	bottom: 1px;
	left: 2%;
	z-index: 55;
}
#hshop .bloc_front_right_chara {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:60;
}
#hshop .bloc_front_right {
	position: absolute;
	bottom: 5px;
	right: 0px;
	z-index: 35;
	padding: 0px 0px 0px 2%;
	width: 98%;
	background: transparent url(../img/blocs/shop_right.png) no-repeat bottom right;
	height: 190px;
}
#hshop .bloc_texte {
	z-index:70;
	bottom:40px;
	width:92%;
	background:none;
	padding:0;
}
#hshop .bloc_texte-btn {
	position:absolute;
	z-index:10;
	right:7%;
	top:-60px;
	width:180px;
	height:70px;
	text-align:center;
	background: rgba(255,187,0,.75);
}
#hshop .bloc_texte-btn h1 {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
  text-transform: uppercase;
	color: #000;
	font-size: 18px;		
	margin:0;		
	padding:8px 5px 11px 5px;
	text-shadow: none;
}

#hshop .bloc_texte-txt {
	position:absolute;
	z-index:10;
	right:7%;
	top:0px;
	width:180px;
	height:20px;
	font-size:10px;
	color:#ea8f00;
	text-align:center;
	background: rgba(0,0,0,0.75);
	padding:4px;	
}


/* =============================================================================
   BLOC FACEBOOK
   ========================================================================== */ 
#hfacebook {
	margin-top:15px;
}
#hfacebook .bloc_content {
	border: #24385f 1px solid;
	border-top: none;
}
#hfacebook .bloc_title {
	background: transparent url(../img/home/facebook_title.jpg) center no-repeat;
	background-size: 100% 100%;
}
/* FLUX FACEBOOK */
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.shareSubtext{
	border:none;
}

/* =============================================================================
   BLOC TWITTER
   ========================================================================== */
#htwitter {
	margin-top:15px;
}
#htwitter .bloc_content {
	border: #3ab4d0 1px solid;
	border-top: none;
}
#htwitter .bloc_title {
	background: transparent url(../img/home/twitter_title.jpg) center no-repeat;
	background-size: 100% 100%;
}
#htwitter  .twitter-timeline {
	width:100%;
	overflow:hidden;
	padding-left:10px;
}
#htwitter .twitter-timeline .loading img{
	margin-top:50px;
}

/* =============================================================================
   BLOC DEVBLOG
   ========================================================================== */
#hdevblog {
	margin-top:15px;
}
#hdevblog .bloc_content {
	border: #8ad2ea 1px solid;
	border-top: none;
}
#hdevblog .bloc_title {
	background: transparent url(../img/home/devblog_title.jpg) center no-repeat;
	background-size: 100% 100%;
}
/* FLUX TUMBLR */
#tumblr_posts {
	width:100%;
	height:160px;
	overflow:hidden;	
}
#tumblr_posts .loading img{
	margin-top:60px;
}
#tumblr_posts ul, #tumblr_posts li {
	list-style: none;
	margin:0;
	padding:0;
}
#tumblr_posts li {	
	padding-top:5px;
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom: 1px solid #3d3d3d;
	padding-left:10px;
	padding-right:10px;
}
#tumblr_posts a {
	color: #ff9d00;
}
#tumblr_posts a:hover {
	color: #fff; 
}
#tumblr_posts .tumblr_desc {
	display:none;
}
#tumblr_posts .tumblr_time {
	color:#808080;
	font-size:10px;
	text-transform:uppercase;	
}