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

#footer {
	width:96.5%;
	margin-left:15px;
}

/* =============================================================================
   BLOCS : STYLES GENERIQUES
   ========================================================================== */

#home .bloc {
	display: inline-block;
	position: relative;
	width:325px;
	padding:10px;	
}

#home .bloc a:hover img {
	zoom: 1;
	opacity: 1;	
}

/*
#home div.bloc:last-child {
    padding-right:0px;
}
*/

#home .bloc-title, #home .bloc-content {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}

#home .bloc-title {
	position:relative;
	padding:3px 7px 0px 26px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
  font-style: normal;		
	text-transform:uppercase;	
	height:25px;	
}
#home .bloc-title a {
	color:#000;
	text-decoration:none;
}
#home .bloc-title a:hover {
	color:#8b260e;
}
#home .bloc-title i {	
	position:absolute;
	z-index:2;
	top:3px;
	left:6px;
	font-size:20px;
}
#home .bloc-title em {
	position:absolute;
	z-index:0;
	top:5px;
	left:8px;
	width:13px;
	height:16px;
	background-color: #282828;
}

#home .bloc-content {
	height:170px;
	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 #6f2512;
	-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;
}

#home .bloc-back {
	width: 100%;
	padding:0;
	margin:0;
}
#home .bloc-back .normal-content {
	display:none;
}
#home .bloc-back .mobile-content {
	display:none;
}

#home .bloc-texte {
	position:absolute;
	z-index:2;
	bottom:15px;
	right:10px;
	width:100%;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align:right;
	font-weight:normal;
  text-transform: uppercase;
}
#home .bloc-texte h1 {	
	color: #ea8f00;
	font-size: 23px;  
	margin: 0;
  padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
#home .bloc-texte p {	
  color: #fff;
	font-size: 12px;
  margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}

/* OVER */
#home a:hover .bloc-content {
	border: 1px solid #ff9d00;	
}
#home a:hover .bloc-texte h1, #home a:hover .bloc-texte p {
	color:#fff;
}

/* =============================================================================
   BLOC SHOP
   ========================================================================== */ 

#shop .bloc-content {
	background: #5f1f0f;
}
   
#shop .bloc-texte {
	width:70%;
	right:15px;
	bottom:15px;
	font-size: 16px;
}

#shop .bloc-btn {
	position:absolute;
	z-index:10;
	right:10px;
	top:15px;
	width:180px;
	text-align:center;
	height: 90px;
	/* background: rgba(255,141,39,0.2); */
}
#shop .bloc-btn h1 {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	text-transform: uppercase;
	color: ##ff9d00;
	font-size: 18px;		
	margin:0;		
	padding:8px 11px 11px 11px;
	text-shadow: none;
}
#shop .bloc-btn:hover {
	/* background: rgba(95,31,15,0.6); */
}
#shop .bloc-btn:hover h1 {
	color: #fff;
}

#shop .logos {
	position:absolute;
	right: 11%;
	top: 65px;
	z-index: 1;
}

#shop .bloc-back {
	opacity: 1;
	z-index: 2;
	-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;
}

#shop:hover .bloc-back {
	opacity: 0.2;
	-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;
}

#shop .pack {
	position: absolute;
	z-index: 2;
}

#shop:hover .pack {
	opacity: 1;
}

/* =============================================================================
   BLOC FACEBOOK
   ========================================================================== */ 
#facebook .bloc-content {
	height:160px;
	background: url(../img/pattern/pattern_grey.gif) repeat;
	border-top: none;
	padding:1px;
}
#facebook .bloc-title {
	background: transparent url(../img/home/facebook_title.png) top left no-repeat;
	background-size:cover;	
}
#facebook .bloc-title i {
	color:#5f7cb6;
}

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.shareSubtext{
	border:none;
}


/* =============================================================================
   BLOC TWITTER
   ========================================================================== */
#twitter .bloc-title {
	background: transparent url(../img/home/twitter_title.png) top left no-repeat;
	background-size:cover;	
}
#twitter .bloc-title i {
	color:#4cb4d3;
}
#twitter .bloc-content {
	width: 100%;
	padding:0;
	height:160px;
	background: url(../img/pattern/pattern_grey.gif) repeat;
	border-top: none;
}
#twitter .twitter-timeline {
	width:100%;
	height:155px;
	overflow:hidden;
	padding-left:10px;
}
#twitter .twitter-timeline .loading img{
	margin-top:35px;
}
			
/* =============================================================================
   BLOC DEVBLOG
   ========================================================================== */
#devblog .bloc-content {
	width: 100%;
	padding:0;
	height:160px;
	background: url(../img/pattern/pattern_grey.gif) repeat;
	border-top: none;
}
#devblog .bloc-title {
	background: transparent url(../img/home/devblog_title.png) top left no-repeat;
	background-size:cover;		
}
#devblog .bloc-title i {
	color:#8c9aa9;
}
/* OVER */
#devblog a:hover .bloc-content {
	border-top: none;	
}

/* FLUX TUMBLR */
#devblog #tumblr_posts {
	width:100%;
	height:160px;
	overflow:hidden;	
}
#devblog #tumblr_posts .loading img{
	margin-top:35px;
}
#devblog #tumblr_posts ul, #devblog #tumblr_posts li {
	list-style: none;
	margin:0;
	padding:0;
}
#devblog #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;
}
#devblog #tumblr_posts a {
	color: #ff9d00;
}
#devblog #tumblr_posts a:hover {
	color: #fff; 
}
#devblog #tumblr_posts .tumblr_desc {
	display:none;
}
#devblog #tumblr_posts .tumblr_time {
	color:#808080;
	font-size:10px;
	text-transform:uppercase;	
}


 /* =============================================================================
   IMAGES EN BACKGROUND DES BLOCS VISIBLES POUR LES GRANDES RESOLUTIONS
   ========================================================================== */
@media only screen and (min-width: 1001px) {		
	#home .bloc-back .normal-content {
		display:block;
	}
	#home .bloc-back .mobile-content {
		display:none;
	}
}
