/* =============================================================================
   CONTENT
   ========================================================================== */
#news {
	position:relative;	
	float:left;	
	width: 100%;
	height:auto;
	z-index:3;
	padding:10px 0px;
}
#news-main {
  position:relative;
	float:left;	
	width: 70%;
	height:auto;
	z-index:3;
	padding: 0px 15px 25px 0px;
}
#news-loading {
	position:relative;
	width: 100%;
	height:100%;
	color:#000;
	display:none;	
}

#news-loading .loading {
	position:absolute;
	z-index:10;
	top:60px;
	left:0;
}
#news-content {
	min-height:600px;
	margin: 10px 0px 0px 0px;
	display:block;
}
#news-content .hidden{display:none;}
#news-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;
	text-align:center;
}
.btn-arrows a i  {
	display: inline-block;
	position: relative;
	text-align:center;
	color:#fff;
	font-size: 16px;
	line-height:27px;
	width:25px;
	height:25px;
	background: #022646;
}
.btn-arrows a i.fa-chevron-right  {
	padding-left:2px;
}
.btn-arrows a i.fa-chevron-left  {
	padding-right:2px;
}
.btn-arrows a i:hover {
	color: #fff;
	background: #20629A;
}


/* 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: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
	width:25px;
	height:25px;
	padding-top:6px;
	background: #022646;
}
#nav-pages a:hover {
	color:#022646;
	background: #fff;
}

#nav-pages a.page_current {
	color:#fff;
	background: #20629A;
}

   
/* =============================================================================
   NEWS
   ========================================================================== */   
   
 /* LA NEWS */  
article {
	position:relative;
	float: left;
	margin-bottom: 2em;
	padding:0;
}

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

/* MARGE */
.news-marge {	
	display:block;
}
.news-puce {
	position:absolute;
	width:40px;
	height:36px;
	left:-43px;
	top:0px;
	z-index: 1;
}

/* TITRE */
.news-title {
	position:relative;
	width:100%;		
	padding:0;
	margin:10px 0 5px -20px;
	font-family: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
	font-weight: normal;
}
.news-title-back {
	padding:9px 6px 8px 55px;
	background: transparent url(../img/news/title.png) no-repeat left center;
	background-size: 100% 100%;
	z-index: 2;
}
.news-title a {	
	color:#fff;
	display: block;	
}
.news-title a:hover {
	color: #FFA913;
}
.puce_title {
	position: absolute;
	height: 100%;
	width: 45px;
	top: 0px;
	left: 5px;
	background: transparent url(../img/news/puce_title.png) no-repeat center;
}


/* NEWS CONTENT */
.news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 10px 6px 15px;	
	/* POLICE */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	/* COULEUR TEXTE */
	color:#fff;
}

/* SCREEN */
.news-figure {
	width:39%;
	margin:0;
	padding:0;	
}

.news-date {
	position:absolute;
	z-index:10;
	width:28%;
	top: 0px;
	left: 0px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:12px;
	color:#eee;
	padding:6px;
	text-align:center;
	background:rgba(0,0,0,0.6);	
}

.news-screen {
	width:100%;
	margin:0;
	padding:0;
}

/* SCREENS */
.screen {
   width: 100%;
   height: auto;
   float: left;
   position: relative;
   text-align: center;      
   cursor: pointer;
}
.screen .pic {
	width: 100%;
	display: block;
	position: relative;
	border: 1px solid #393f3b;	
}
.screen .more {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left:-25px;
   margin-top:-25px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.3s ease-in-out 0.1s;
}
.screen:hover .more {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition-delay: 0s;
}
.screen img {
	opacity: 1;
	transition:opacity 1s ease;	
}
.screen:hover img {
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:opacity 0.3s ease;
}

.filtre {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width:100%;
	height:100%;
	opacity: 0.4;
	border: #5d5d5d 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;	
	text-align:justify;
	font-size:13px;
	line-height:18px;	
}
.news-text a {
	color:#3a87c2;
	font-weight:bold;
	text-decoration:none;
	border-bottom: #3a87c2 1px solid;
}
.news-text a:hover {
	color:#78b4ff;
	border-bottom: #78b4ff 1px solid;
}
a:hover .news-text {
	color:#ccc;
	transition: all 0.2s ease;
}

.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;
}

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

.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;
	text-transform: uppercase;
	font-size: 12px;	
	display: inline-block;
	position: relative;
	float: left;
	height:28px;	
}


/* BOUTONS SHARE SOCIAL */
.news-footer .fa-facebook {
	/* padding: top right bottom left; */
	width:28px;
	font-size:20px;
	line-height:26px;
	padding:2px 0px 0px 8px;
	margin-left: 1.5%;
	background: #3C5998;	
}
.news-footer .fa-twitter {
	width:28px;
	font-size:19px;
	line-height:26px;
	padding:2px 0px 0px 6px;
	margin-left: 1.5%;
	background: #00ABF0;
}
.news-footer .fa-share-alt {
	width:28px;
	font-size:19px;
	line-height:26px;
	padding:1px 0px 0px 5px;
	margin-left: 1.5%;
	background: #de634b;
}
.news-footer .btn-share:hover {
	background: #fff;	
	color:#000;
}


/* 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:#fff;
	background: #022646;
}
.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 {
	color:#fff;
	background: #20629A;
}
.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;
}

.at300b:hover {
	opacity: 1.0 !important;
}


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

/* Nav header : boutons retour et boutons next et previous */
#nav-header {
	width:100%;
	height:50px;
	padding-left: 15px;
	padding-top:8px;
}
#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;
	color:#fff;
	padding: 7px 10px;
	background: #022646;
}
#nav-header .btn-back a i {
	font-size: 12px;
	padding-right:3px;
}
#nav-header .btn-back a:hover {	
	color:#fff;
	background: #20629A;
} 

/* Nav footer : boutons retour et boutons next et previous */  
#nav-footer .btn-arrows {
	width: 100%;
	text-align:right;
}
/* NEWS */
#news-detail .news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 15px 6px 15px;
}
#news-detail .news-figure {
	width:100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#news-detail .news-date {
	text-align:center;
	width:13%;
	padding:8px 4px;
}
#news-detail .news-screen img {
	width:100%;
	margin:0;
	padding:0;
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	border: 1px solid #5d5d5d;
}
#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-more {
	width:26%;
	margin-left:0%;
	font-size: 14px;
}
#news-detail .news-footer .btn-more i {
	font-size: 14px;
	margin-top:-1px;
}
#news-detail .news-footer .btn-comment {
	width:36%;
	margin-left:1.875%;
	font-size: 14px;
}
#news-detail .news-footer .btn-comment i {
	font-size: 15px;
	margin-top:-2px;
}


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


/* =============================================================================
   ASIDE
   ========================================================================== */
 
#aside {
 position:relative;
 float: left;
 width: 30%;
 height:auto;
 z-index:3;
 padding: 15px 13px 25px 5px;
}
#aside .bloc {	
	position: relative;
	margin:auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom:30px;
}
#aside .bloc a {
	color:#fff;
}
#aside .bloc-top {
	height: 38px;
	width: 100%;
	font-family: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 3px 0px 0px;
	display: block;
	transition: all 0.2s ease;
}
#aside .bloc-top img {
	float:left;
}
#aside .bloc-top:hover {
	text-shadow: -1px 1px 8px #557eb2, 1px -1px 8px #5ca4ff;
	transition: all 0.3s ease-in;
}
#aside .bloc-content {
	overflow:hidden;
	width: 100%;
	height:155px;
	background: #1E1E1E;
	border: #484848 1px solid;
}
#aside .social_icon {
	position: absolute;
	top:-3px;
	left:0px;
}
#aside .texte {
	height: 28px;
	display: block;
	padding: 3px 10px 0px 45px; 
	position: relative;
	color: #fff;
	font-size: 20px;
}
#aside .bloc-top:hover img {
	opacity: 1 !important;
}


/* =============================================================================
   BLOC YOUTUBE
   ========================================================================== */
#ayoutube .bloc-content {
	background: #000 url(../img/news/video.jpg) no-repeat center;
	background-position: center center;
	background-size: cover;	
	display: block;
	text-align:center;
}
#ayoutube .bloc-content img {
	margin:auto;
	transition: all 0.2s ease;
}
#ayoutube .bloc-content:hover img {
	opacity:0.6;
}

/* =============================================================================
   BLOC FACEBOOK
   ========================================================================== */ 
#afacebook .social_icon {
	position: absolute;
	top: -4px;
	left: 0px;
}
#afacebook .bloc-content {
	height:350px;
	background: rgba(255,255,255,0.80);
	padding:70px 0px 0px 0px;
}
#afacebook .fb-page {
	margin-top:-142px !important;
}


/* =============================================================================
   BLOC TWITTER
   ========================================================================== */
#atwitter .bloc-content {
	background: #1e1e1e;
	width: 100%;
	height:350px;
	padding:0px 0px 10px 10px;
}
#atwitter #tumblr_posts {
	width:100%;
	height:350px;
	overflow:hidden;
	font-size:12px;	
}
#atwitter #tumblr_posts .loading img{
	margin-top:60px;
}
#atwitter #tumblr_posts ul, #tumblr_posts li {
	list-style: none;
	margin:0;
	padding:0;
}
#atwitter #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;
}
#atwitter #tumblr_posts a {
	color: #ff9d00;
}
#atwitter #tumblr_posts a:hover {
	color: #fff; 
}
#atwitter #tumblr_posts .tumblr_desc {
	display:none;
}
#atwitter #tumblr_posts .tumblr_time {
	color:#808080;
	font-size:10px;
	text-transform:uppercase;	
}
