/* =============================================================================
   CONTENT
   ========================================================================== */
#home {
  position:relative;
	float:left;	
	width: 100%;
	height:auto;
	z-index:3;
	margin-top:-220px;	
	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_front_left {
	position: absolute;
	z-index:2;
	top:-15px;
	left:11px;
}
#home .bloc_front_right {
	position: absolute;
	z-index:1;
	top:-15px;
	right:1px;
}
#home .bloc_title {
	position: relative;
	float: left;
	width: 100%;
	height:29px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left:55px;
	padding-top:2px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	font-style: normal;		
	text-transform:uppercase;	
	border: 1px solid #ff9600;
}
#home .bloc_title a {
	color:#ff9600;
	text-decoration:none;
}
#home .bloc_icon_left {
	position: absolute;
	z-index:10;
	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: url(../img/pattern/pattern_grey.gif) repeat;
	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: 1px solid #ff9600;
	border-top:none;
}
#home .bloc_texte {
	position:absolute;
	z-index:0;
	bottom:0px;
	right:0px;
	width:100%;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align:right;
	font-weight:normal;
  text-transform: uppercase;
	text-align: right;
	padding: 8px 10px 10px 10px;
	background: rgba(63,21,0,0.5);
	border-top: #b94100 1px solid;
}
#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:hover .bloc_back {
	border: #baff01 1px solid;
}



/* =============================================================================
   BLOC GAME
   ========================================================================== */ 
#hgame {
	height: 175px;
}
#hgame:hover h2 {
	color: #fff;
}
#hgame .bloc_back {
	background: #000 url(../img/home/game_back.jpg) no-repeat right;
	border: #ff9600 1px solid;
}

/* =============================================================================
   BLOC MEDIA
   ========================================================================== */ 
#hmedia {
	height: 175px;
}
#hmedia:hover h2 {
	color: #fff;
}
#hmedia .bloc_back {
	background: #000 url(../img/home/media_back.jpg) no-repeat right;
	border: #ff9600 1px solid;
}

/* =============================================================================
   BLOC SHOP
   ========================================================================== */ 
#hshop {
	height: 175px;
}

#hshop .bloc_back {
	background: #000 url(../img/home/shop_back.jpg) no-repeat right;
	border: #c80000 1px solid;
}

#hshop .bloc_texte {
	border-top: rgba(255,255,255,0.40) 1px solid;
	background: rgba(0,0,0,0.50);
	height:55px;
}
#hshop .bloc_logos {
	position: absolute;
	bottom:0px;
	right:5px;
	z-index:10;
}
#hshop h2 {
	font-size: 18px;
	color: #c80000;
	text-shadow:none;	
}

#hshop p {	
	color: #fff;
	font-size: 14px;
	text-shadow:none;
}


#hshop .bloc_download {	
	position: absolute;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align: center;
	background: rgba(186,255,1,0.75);
	padding:10px 15px 10px 15px;
	color: #000;
	z-index:10;
	top: 30px;
	right:20px;
	font-size:20px;
	text-transform: uppercase;
}
#hshop:hover .bloc_download {
	background: rgba(46,85,18,0.75);
	color: #fff;
}

#hshop .preco {
	position: absolute;
	z-index: 10;
	top: 30px;
	right: 5%;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align: center;
	background: rgba(186,255,1,0.75);
	padding: 5px;
} 

#hshop:hover .preco {
	background: rgba(46,85,18,0.75);
}

#hshop .preco p {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}

#hshop:hover .preco p {
	color: #fff;
}

/* =============================================================================
   BLOC FACEBOOK
   ========================================================================== */ 
#hfacebook {
	margin-top:5px;
}
#hfacebook .bloc_title {
	background-image:url(../img/home/title_back_facebook.png);
}
#hfacebook .bloc_title i {
	color:#5f7cb6;
}
/* 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:5px;
}
#htwitter .bloc_title {
	background-image:url(../img/home/title_back_twitter.png);
}
#htwitter .bloc_title i {
	color:#4cb4d3;
}
#htwitter  .twitter-timeline {
	width:100%;
	height:170px;
	overflow:hidden;
	padding-left:10px;
}
#htwitter .twitter-timeline .loading img{
	margin-top:50px;
}

/* =============================================================================
   BLOC DEVBLOG
   ========================================================================== */
#hdevblog {
	margin-top:5px;
}
#hdevblog .bloc_title {
	background-image:url(../img/home/title_back_devblog.png);
}
#hdevblog .bloc_title i {
	color:#8c9aa9;
}
#hdevblog .bloc_icon_left {
	top:-20px;
}
/* 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;	
}

