/* 
	/* gris
	background-color: #2e2e2e;
	color:#818181;
	*/
	/* jaune
	background-color: #ffaa00;
	color:#1a1a1a;
	*/
	/* bleu 
	background-color: #556487;
	
*/


/* =============================================================================
   CONTENT
   ========================================================================== */
#home {
  float: left;
  width: 70%;
  /* padding: top right bottom left; */
  padding: 0px 15px 25px 0px;
}

#home h1 {
	margin: 15px 0px 15px 15px;
}

#home-loading {
	position:relative;
	width: 100%;
	height:100%;
	color:#555555;
	display:none;	
}

#home-loading .loading {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}

#home-content {
	min-height:600px;
	margin: 10px 0px 0px 0px;
	display:block;
}
#home-content .hidden{display:none;}
#home-content .visible{display:block;}

/* =============================================================================
   NAV
   ========================================================================== */   

/* NAV NEWS TOP : BTN PREVIOUS NEXT */
#nav-arrows {
	clear: both;
	text-align: center;
	float:right;
	height:40px;
	padding:0;
	margin-top:-30px;
}
#nav-arrows .btn-arrows {
	display:    inline-block;
	position:   relative;
	float:      left;
}
.btn-arrows a i  {
	display: inline-block;
	position: relative;
	text-align:center;
	background: #f7f4d9 url(../img/news/btn-arrow.jpg) repeat-x;
	text-shadow: 0 1px 0 #918066;
	color: #2e2e2e;
	font-size: 14px;
	width:25px;
	height:25px;
	padding-top:5px;
	margin-left:6px;
	-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;
}
.btn-arrows a i:hover {
	background: #901E1D;
	background-image: none;
	text-shadow: 0 0 0 #918066;
	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;
}


/* NAV NEWS BOTTOM : NUMERO DE PAGE */
#nav-pages {
  clear: both;
  text-align: center;
  float:right;
  height:40px;
  padding:0;
}
#nav-pages a {
	display: inline-block;
	position: relative;
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	background: #5f0000;
	color: #fff;
	font-size: 14px;
	width:25px;
	height:25px;
	padding-top:6px;
}
#nav-pages a:hover {
	background: #901e1d;
	color:#fff;
}
#nav-pages a.page_current {
  background: #fff;
	color:#000;
}   

   
/* =============================================================================
   NEWS
   ========================================================================== */    
article {
	position:relative;
	float: left;
	margin-bottom: 2em;
	padding:0;
}
article:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.news-title, .news-figure, .news-content, .news-text, .news-footer {
	display:    inline-block;
	position:   relative;
	float:      left;
	width:      100%;
}
.news-title a, .news-figure a, .news-content a, .news-footer a {
	color:#FFF;
	text-decoration:none;
}

/* MARGE */
.news-marge {	
	display:block;
}
.news-puce {
	position:absolute;
	width:48px;
	height:39px;
	left:-48px;
	top:0px;
}

/* TITRE */
.news-title {
	position:relative;
	width:100%;
	height:auto;
	background: #890101; /* Old browsers */
	background: -moz-linear-gradient(top,  #890101 0%, #510001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890101), color-stop(100%,#510001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #890101 0%,#510001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #890101 0%,#510001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #890101 0%,#510001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #890101 0%,#510001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890101', endColorstr='#510001',GradientType=0 ); /* IE6-9 */
	border-top: #AF0000 1px solid;
	border-bottom: #1E0000 1px solid;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:23px;
	line-height:1.0em;
	font-weight: normal;
    font-style: normal;		
	text-transform:uppercase;
	text-shadow: 0 1px 0 #510001;
	min-height:39px;
	padding:7px 6px 3px 15px;	
}
.news-title a {
	background: none;
	border: none;
}
.news-title a:hover {
	color:#ffae00;
}

/* NEWS CONTENT */
.news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 10px 6px 15px;
}

/* SCREEN */
.news-figure {
	width:39%;
	margin:0;
	padding:0;
	position: relative;
	-webkit-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
}

.news-date {
	position:absolute;
	z-index:10;
	width:25%;
	top: 0px;
	left: 0px;
	background: #ffae00;
	color: #000;
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
	text-align:center;
}

.news-screen {
	width:100%;
	margin:0;
	padding:0;	
}
.screen {
	position: relative;
}
.filtre {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width:100%;
	height:100%;
	opacity: 0.4;
	border: #581216 1px solid;
}
.pic {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;	
}


/* CONTENU TEXTE */
.news-text {
	width:60%;
	position:relative;
	float:left;
	padding:0px 0px 10px 20px;
	margin:0;
	margin-bottom:8px;	
	line-height:1.6em;	
	text-align:justify;
}
.news-text a {
	color:#ffae00;
	text-decoration:none;
}
.news-text a:hover {
	color:#FFF;
}
a:hover .news-text {
	color:rgba(255,255,255,0.8);
}

.news-text img {
	max-width: 100%;
}

/* YOUTUBE PLAYER */
.news-text iframe, 
.news-text embed, 
.news-text object {
	max-width: 100%;
	margin:auto;
}
.news-text video {
	max-width: 100%;
	height: auto;
}

.news-text p img,.news-text a img,.news-text img {
	width:100%;
}

/* FOOTER */
.news-footer {
	position:relative;
	float: right;
	margin-top: -28px;
	z-index: 0;
}

.news-footer a {
	float: right;
}


/* BOUTONS SOCIAL, MORE ET COMMENT  */
.btn-share, .btn-more, .btn-comment, .btn-back a {
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;	
	color: #000;
	text-transform: uppercase;
	font-size: 12px;	
	display: inline-block;
	position: relative;
	float: left;	
	height:28px;
}

/* BOUTONS SHARE SOCIAL */
.news-footer .btn-share {
	text-align:center;
	font-size:20px;
}
.news-footer .btn-share:hover {
	background: #fff;
	color:#000;
}

.news-footer .icon-facebook {
	/* padding: top right bottom left; */
	padding:4px 10px 0px 10px;
	margin-left: 1.5%;
	background: #3C5998;
}
.news-footer .icon-twitter {
	padding:5px 5px 1px 5px;
	font-size:16px;
	margin-left: 1.5%;
	background: #00ABF0;	
}
.news-footer .icon-share {
	padding:4px 6px 0px 6px;
	margin-left: 1.5%;
	background: #fc5d45;
}

/* BOUTONS MORE ET COMMENT FOOTER */
.news-footer .btn-more, .news-footer .btn-comment {
	text-align:center;
	padding: 7px 14px 5px 10px;
	margin-left: 1.5%;
	color:#000;
}
.news-footer .btn-comment {
	background: #ffae00;
}
.news-footer .btn-more {
	background: #ffae00;
}
.news-footer .btn-more i, .news-footer .btn-comment i {
	font-size: 13px;
}
.news-footer .btn-comment i {
	margin-right: 3px;
}
.news-footer .btn-more:hover, .news-footer .btn-comment:hover {
	background: #fff;
	color:#000;
}
.news-footer .mobile-content {
	display:none;
}

/* ADDTHIS */
.addthis_more {
	cursor:pointer;
}
/* pour cacher les boutons AddThis sur Facebook et Twitter*/
.addthis_button_twitter span, .addthis_button_facebook span  {
	display:none !important;
}

/* =============================================================================
   SOCIAL
   ========================================================================== */

#social {
	position:relative;
	float:left;
  margin: 0;
  padding: 0;
	padding-left:15px;
	width:100%;
	height:auto;	
	margin-bottom: 2em;
} 
#social a {
	color:#FFF;
	text-decoration:none;
}
.social-header {
	background: transparent url(../img/news/social_header.jpg) repeat;
	width:100%;
	height:35px;
	overflow:hidden;
	float:left;
	padding-top:0.2em;
	padding-left:0.5em;
}
.social-title {	
	padding:0px 6px 3px 6px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:23px;
	line-height:1.1em;
	font-weight: normal;
  font-style: normal;			
	text-transform:uppercase;
	padding-top:3px;
	text-shadow: 0 1px 0 #918066;
	color: #2e2e2e;
}
.social-title {	
	padding-top:3px;
}
.icon-thumbs-up:before {
	padding: 0px 10px 0px 0px;
}

.social-header .mobile-content {
	display:none;
}

.social-content {
	position:relative;
	background: #363636 url(../img/news/social_back.jpg) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #363636;
	float:left;
	width:100%;	
	height:135px;
	overflow:hidden;
	text-align:	center;
	padding-top:0px;
}

.social-content a {
	width: 33%;
	display: block;
	float: left;
}
.social-content a:hover {
	opacity: 0.7;
}

.social-content i, .social-content img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 3px;
  border-radius: 3px;
}

.social-content .social-txt {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:16px;
	text-shadow: 0px 0px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	margin: 7px 0px 0px 0px;
}

.btn-facebook i, .btn-youtube i {
	font-size: 60px;
	padding: 7px 0px 0px 0px;
}
.btn-facebook i {
	background-image: -moz-linear-gradient(top, #5f7cb6, #3b5998);
	background-image: -ms-linear-gradient(top, #5f7cb6, #3b5998);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f7cb6), to(#3b5998));
	background-image: -webkit-linear-gradient(top, #5f7cb6, #3b5998);
	background-image: -o-linear-gradient(top, #5f7cb6, #3b5998);
	background-image: linear-gradient(top, #5f7cb6, #3b5998);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#466fa9', endColorstr='#466fa9', GradientType=0);
	border-color: #466fa9 #466fa9 #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #466fa9;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-youtube i {
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-twitter i {
	font-size: 47px;
	padding: 13px 0px 0px 0px;
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* =============================================================================
   NEWS DETAIL
   ========================================================================== */

/* Nav header : boutons retour et boutons next et previous */
#nav-header {
	width:100%;
	height:40px;
	padding-left: 15px;
	margin-top: 10px;
}
#nav-header .btn-back, #nav-header .btn-arrows {
	display:    inline-block;
	position:   relative;
	float:      left;	
}
#nav-header .btn-back {
	width: 70%;
}
#nav-header .btn-arrows {
	width: 30%;
	text-align:right;
}
#nav-header .btn-back a {
	font-size: 14px;
	text-align:center;
	padding: 7px 14px 4px 10px;	
	color:#000;
	background: #ffae00;
	/* background: #f7f4d9 url(../img/news/btn-back.jpg) repeat-x; */
}
#nav-header .btn-back a i {
	font-size: 14px;
}
#nav-header .btn-back a:hover {
	background: #901E1D;
	color:#fff;
}

/* Nav footer : boutons retour et boutons next et previous */  
#nav-footer .btn-arrows {
	width: 100%;
	text-align:right;
}

/* NEWS */
#news-detail .news-title {
	min-height:39px;
	padding:7px 6px 3px 15px;	
}
#news-detail .news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 15px 6px 15px;
}
#news-detail .news-figure {
	width:100%;
	z-index:10;
}
#news-detail .news-date {
	text-align:center;
	width:13%;
	padding:8px 4px;
	top: 2px;
	left: 2px;
}
#news-detail .news-screen img {
	width:100%;
	margin:0;
	padding:0;
	border: 2px solid #333;
	-webkit-box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    box-shadow: 1px 2px 10px #000;
}
#news-detail .news-text {	
	width:100%;
	padding:0px 5px 10px 5px;
}
#news-detail .news-text img {	
	width:100%;
}
#news-detail .news-footer {
	position:relative;
	float: left;
	margin-top:0px;
}
#news-detail .news-footer a {
	float: left;
}
#news-detail .news-footer .btn-share {
	display:inline-block;
	width:10%;
	margin-left:1.875%;
}
#news-detail .news-footer .btn-more {
	width:26%;
	margin-left:0%;
}
#news-detail .news-footer .btn-comment {
	width:36%;
	margin-left:1.875%;
}


/* =============================================================================
   FACEBOOK COMMENTS
   ========================================================================== */
#fbcomments {
	width:100%;
	margin-top:20px;
	padding-left:15px;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

/* =============================================================================
   DISQUS COMMENTS
   ========================================================================== */
#disquscomments {
	width:100%;
	margin-top:20px;
	padding:0px 15px;
}

/* =============================================================================
   SOCIAL
   ========================================================================== */

#social {
	position:relative;
	float:left;
  margin: 0;
  padding: 0;
	padding-left:15px;
	width:100%;
	height:auto;	
	margin-bottom: 2em;
} 
#social a {
	color:#FFF;
	text-decoration:none;
}
.social-header {
	background: transparent url(../img/news/social_header.jpg) repeat;
	width:100%;
	height:35px;
	overflow:hidden;
	float:left;
	padding-top:0.2em;
	padding-left:0.5em;
}
.social-title {	
	padding:3px 6px 3px 6px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:23px;
	line-height:1.1em;
	font-weight: normal;
    font-style: normal;			
	text-transform:uppercase;	
}

.social-header .mobile-content {
	display:none;
}

.social-content {
	position:relative;
	background: #363636 url(../img/news/social_back.jpg) no-repeat;
	background-size:  cover;
	border: 4px solid #363636;
	float:left;
	width:100%;	
	height:135px;
	overflow:hidden;
	text-align:	center;
}

.social-boutons {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;	
}

.btn-facebook, .btn-twitter, .btn-youtube {	
	display: inline-block;
	position: relative;
	text-align:center;
	float: left;
	width: 33%;	
	padding-top:13px;
}

.btn-facebook a, .btn-twitter a, .btn-youtube a {
	text-align:center;
	width:80px;
	height:80px;		
	line-height: normal;
	color:#fff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	opacity: 1;	
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
	transition:opacity 1s ease;
} 
.btn-facebook a:hover, .btn-twitter a:hover, .btn-youtube a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}  

.btn-facebook a span, .btn-twitter a span, .btn-youtube a span {
	position:absolute;
	top:85px;
	left:0px;
	width:100%;
	text-align:center;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}

.btn-facebook a {
	font-size: 58px;
  padding:5px 25px;
	background-color: #3b5998;
  background-image: -moz-linear-gradient(top, #5f7cb6, #3b5998);
  background-image: -ms-linear-gradient(top, #5f7cb6, #3b5998);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f7cb6), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #5f7cb6, #3b5998);
  background-image: -o-linear-gradient(top, #5f7cb6, #3b5998);
  background-image: linear-gradient(top, #5f7cb6, #3b5998);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#466fa9', endColorstr='#466fa9', GradientType=0);
  border-color: #466fa9 #466fa9 #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #466fa9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-facebook a:hover,
.btn-facebook a:active,
.btn-facebook a.active,
.btn-facebook a.disabled,
.btn-facebook a[disabled] {
  background-color: #466fa9;
  *background-color: #a9302a;
}
.btn-facebook a:active,
.btn-facebook a.active {
  background-color: #942a25 \9;
}

.btn-twitter a {
	font-size: 50px;
	padding:10px 12px;
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-twitter a:hover,
.btn-twitter a:active,
.btn-twitter a.active,
.btn-twitter a.disabled,
.btn-twitter a[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-twitter a:active,
.btn-twitter a.active {
  background-color: #24748c \9;
}

.btn-youtube a {
	font-size: 58px;
	padding:5px 18px;
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-youtube a:hover,
.btn-youtube a:active,
.btn-youtube a.active,
.btn-youtube a.disabled,
.btn-youtube a[disabled] {
  background-color: #bd362f;
}
.btn-youtube a:active,
.btn-youtube a.active {
  background-color: #942a25 \9;
}


/* =============================================================================
   ASIDE
   ========================================================================== */
   
#aside {
	float: left;
	width: 30%;
	padding: 15px 15px 25px 5px;
}
#aside img {
	width: 100%;
} 
   
#aside .bloc {
	position:relative;
	display:block;
}
   
#aside .separateur {
	position:relative;
	float: left;
	width:100%;
	display:none;
	padding:0;	
}

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

#aside .bloc-title {
	position:relative;
	background: transparent url(../img/pattern/pattern_greylightlight.gif) repeat;	
	padding:4px 7px 2px 6px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:20px;
	line-height:1.1em;
	font-weight: normal;
    font-style: normal;		
	text-transform:uppercase;	
}
#aside .bloc-title a {
	color:#ffffff;
	text-decoration:none;
}
#aside .bloc-title a:hover {
	color:#ffae00;
}

#aside .bloc-content {
	width:100%;
	position:relative;
	background: url(../img/pattern/pattern_greylight.gif) repeat;
	padding:15px;
	margin-bottom:15px;
	font-size:12px;
}

#aside .bloc-img {
	width:100%;
	/* padding: 10em 0;	*/
	opacity: 1;
	text-align:center;
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
	transition:opacity 1s ease;
} 
#aside .bloc-img img {
	width:100%;
} 
#aside .bloc-img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

/* BLOC SHOP */
/* #aside #shop {
	padding: 0px;
	margin: 20px 0px 15px 0px;
	border: #ffae00 1px solid;
	background: #430000 url(../img/shop/rd_back.jpg) top center no-repeat;
	height: 200px;
	position: relative;
} */

#aside #shop {
	padding: 0px;
	margin: 20px 0px 15px 0px;
	border: #ffae00 1px solid;
	background: #430000 url(../img/shop/rd_back.jpg) top center no-repeat;
	height: 190px;
	position: relative;
}

#aside #ashop_pack {	
	position: absolute;
	top: 10px;
	left: 7px;
	width: 100px;
	z-index: 2;
}
#aside #ashop_pack img {
	width: 100%;	
}

#aside #ashop_content {
	position: relative;
	float: right;
	width: 160px;
	text-align: center;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;	
	z-index: 3;
	margin-right: 2.5%;
	margin:50px 5px 0px 0px;
}
#aside #ashop_text {
	font-size: 24px;
	text-shadow: 0 0 5px #000000;
	margin-bottom:10px;
}
#aside #ashop_btn {
	position: relative;	
	display: inline-block;
	font-size:18px;
	margin:auto;	
	padding: 5px 10px 5px 10px;	
	color: #000;	
	background: #E8A402;
	background: -moz-linear-gradient(top,  #febb18 0%, #e6a300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febb18), color-stop(100%,#e6a300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #febb18 0%,#e6a300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #febb18 0%,#e6a300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #febb18 0%,#e6a300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #febb18 0%,#e6a300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febb18', endColorstr='#e6a300',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#aside #shop .preco,
#aside #shop .promo {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	width: 100%;
	text-align: center;
}

#aside #shop .preco {
	padding: 0px 10px;
	z-index: 1;
	font-size:24px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	line-height: 2px;
}
/* #aside #shop .preco img {
	padding-top:10px;
	width: 100%;
} */
#aside #shop .preco p {
	margin: 16px 0px 0px 0px;
}

#aside #shop .preco p:last-child {
	font-size: 30px;
	color: #ff9900;
	margin: 25px 0px 0px 0px; 
}


#aside #shop:hover .preco {
	color: #FF9D00;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#aside #shop .promo {
	font-size: 22px;
	padding: 0px 10px;
	margin: 25px 0px 0px 0px;
}

#aside #shop .promo span {
	color: #fff;
}


/* BLOC DEVBLOG */
#aside #devblog .bloc-img .mobile-content {
	display:none;
}

#aside #devblog .home-devblog-title {
	position: relative;
	z-index: 50;
	width: 100%;
}
#aside #devblog .bloc-devblog {
	text-align: right;
}
#aside #devblog .home-devblog-footer {
	margin: -150px -10px -18px 0px !important;
	position: relative;
	z-index: 50;
	width: 40% !important;
}
/* FLUX TUMBLR */
#aside #devblog #tumblr_posts {
	width:100%;
	height:250px;
	overflow:hidden;
	text-align: left;
	margin: 5px 0px 0px 0px;
}
#aside #tumblr_posts ul, #aside #tumblr_posts li {
	list-style: none;
	margin:0;
	padding:0;
}
#aside #tumblr_posts li {	
	padding-top:5px;
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-left:10px;
	padding-right:10px;
}
#aside #tumblr_posts a:hover {
	color: #fff; 
}
#aside #tumblr_posts .tumblr_desc {
	display:none;
}
#aside #tumblr_posts .tumblr_time {
	color:#808080;
	font-size:10px;
	text-transform:uppercase;	
}

#aside #tumblr_posts .loading {
	width:28px;
	height:28px;
	padding-top:10px;
}

/* BLOC VIDEO */
#aside #video  .mobile-content {
	display:none;
}
#aside #video .icon-youtube {
	position:absolute;
	width:100%;
	left:0px;
	padding:15px;
	top:31px;
	z-index:2;
	text-align:center;
	font-size: 55px;
	color:#fff;
	opacity: 0.5;
}
#aside #video .bloc-img:hover .icon-youtube {
	opacity: 0.8;
}

/* BLOC RANKING */
#aside #ranking  .mobile-content {
	display:none;
}

/* BLOC TWITTER */
#aside #twitter .bloc-title {
	background: transparent url(../img/pattern/pattern_greylight.gif) repeat;
}
#aside #twitter .btn-twitter {
	padding:0;	
	padding-left:4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:24px;
	height:21px;
}
#aside #twitter .bloc-title i {
	margin-top:-2px;
	font-size:14px;
	color:#fff;
}
#aside #twitter .bloc-content {
	background: url(../img/pattern/pattern_grey.gif) repeat;
	height:400px;
	overflow:hidden;
	padding:10px;
	padding-top:5px;
}
#aside #twitter .twitter-timeline {
	width: 100%;
	overflow:hidden;
}
#twitter .twitter-timeline .loading img{
	width:10%;
}

/* BLOC FORUM */
#aside #forum .bloc-title {
	background: transparent url(../img/pattern/pattern_greylight.gif) repeat;
}
#aside #forum .bloc-content {
	height: 280px;
	overflow:hidden;
	background: url(../img/pattern/pattern_grey.gif) repeat;
}
#aside #forum .bloc-content p {
	margin-top:0px;
	color:#808080;
}
#aside #forum .bloc-content a {
	color: #ffae00; 
}
#aside #forum .bloc-content a:hover {
	color: #fff; 
}

/* BLOC SONDAGE */
#aside #sondage .bloc-title {
	background: transparent url(../img/pattern/pattern_greylight.gif) repeat;
}
#aside #sondage .bloc-content {
	background: url(../img/pattern/pattern_grey.gif) repeat;
}
