/* =============================================================================
   CONTENT
   ========================================================================== */
#news {
	position:relative;
	margin:auto;
	text-align:center;
	margin:auto;
	width:100%;
	max-width:1200px;
	/*margin-top: 115px;*/
}
#news:after {
	content:'';
	display:block;
	clear:both;
}
#news .hidden{display:none;}
#news .visible{display:block;}


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

/* NAV NEWS TOP : BTN PREVIOUS NEXT */
.btn-arrows {
	position: absolute;
	width:33px;
	height:59px;
	top:50%;
	cursor:pointer;
	transform: translateY(-60%);
}
.btn-arrows.left-arrow {
	left:-38px;
	background: url(../img/arrow_left.png) no-repeat top left;
}
.btn-arrows.left-arrow:hover {
	background-position: 0px -70px;
}
.btn-arrows.right-arrow {
	right: -38px;
	background: url(../img/arrow_right.png) no-repeat top left;
}
.btn-arrows.right-arrow:hover {
	background-position: 0px -70px;
}
.btn-arrows a  {
	display: inline-block;
	position: relative;
	width:33px;
	height:59px;
	transition: all 0.3s ease;
}

/* NAV NEWS BOTTOM : NUMERO DE PAGE */
#nav-pages {
  position:relative;
	float:left;
	text-align:center;
	width:100%;
  height:40px;
}
#nav-pages-bullet {
  position:relative;
  margin:auto;
}
#nav-pages a {
	position: relative;
	display: inline-block;	
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	color:#fff;
	font-size:17px;
	line-height:30px;
	width:30px;
	height:30px;
	background: transparent;
	border:1px solid #fff;
	margin:0px 2px;
}
#nav-pages a:hover {
	color:#000;
	background: #fff;
}

#nav-pages a.page_current {
	color:#000;
	background: #eee;
}

/* NAV HEADER */
#nav-footer {
	width:100%;
	height:45px;
	margin-top:15px;
}
#nav-footer .btn-back, 
#nav-footer .btn-arrows {
	position: relative;
}
#nav-footer .btn-back {
	width: 70%;
}
#nav-footer .btn-arrows {
	width: 30%;
	text-align:right;
}
#nav-footer .btn-back a {
	display:block;
	font-size: 16px;
	text-align:center;
	color:#fff;
	padding: 8px 10px;
	background: transparent;
	border:1px solid #fff;
	background: rgba(0,0,0,.8);
}
#nav-footer .btn-back a i {
	font-size: 12px;
	padding-right:3px;
	display:inline-block;
	vertical-align:middle;
}
#nav-footer .btn-back a:hover {	
	color:#000;
	background: #fff;
} 

/* NAV FOOTER */  
#nav-footer .btn-arrows {
	width: 100%;
	text-align:right;
}




/* =============================================================================
   NEWS LIST
   ========================================================================== */  
   
 /* BLOC */  
.news-bloc {
	position:relative;
	display:inline-block;	
	width:30%;
	margin:10px;
	/* box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3); */
}

/* SCREEN */
.news-screen {
	position:relative;
	display:inline-block;	
	width:100%;
	margin:0;
	cursor: pointer;
	overflow:hidden;
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);	
	border: 2px solid transparent;
	border-image: linear-gradient(to bottom, #d1ab46 0%, #000 90%);
	border-image-slice: 1;
}

/* POUR LE FLASH LIGHT */
.news-screen:after {
  position: absolute;  
	background: #fff;
	content: "";
	width:100px;
	height:300px;
	top: -53px;
	left: -180px;
	opacity:.2;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);	
	z-index:10;
}


/* IMAGE */
.news-screen img {
	margin:-10px auto 0px auto;
	width:100%;
	/* border: 1px solid #009de0; */
	transition: all .2s ease-in-out;
	backface-visibility: hidden;
}
/* MORE */
.news-more {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:10;	
	margin-left:-30px;
	margin-top:-30px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0.1s;
}
.news-more img {
	width:auto;
	border:none;
}


/* LEGEND */
.news-legend {
	position:relative;
	display:block;	
	overflow:hidden;
	z-index:20;
	width:100%;	
	height:60px;	
	margin-top:-30px;
	padding:10px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	text-align:center;
	text-transform:uppercase;
	color:#ccc;	
	transition: all 0.3s ease;
	background: rgba(0,0,0,1);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
}


/* HOVER */
.news-bloc:hover .news-screen img {
  transform: scale(1.05);
}
.news-bloc:hover .news-more {
	opacity: 1;
}
.news-bloc:hover .news-more img{
	transform: scale(1);
}
.news-bloc:hover .news-screen:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-bloc:hover .news-legend {
  color:#fff;
}

/* =============================================================================
   NEWS DETAIL
   ========================================================================== */
	 
/* HEADER */
.article-title {
	display:inline-block;
	width:100%;
	text-align:left;
	position: relative;
	padding-right: 110px;
}
.article-title h1 {
	position:relative;	
	padding:0;
	font-size:23px;
	line-height:23px;
	color:#e6b61e;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
	font-weight: normal;
	padding:15px 60px 15px 15px;
	display:inline-block;
	font-family: 'cgtimes', 'Helvetica Neue', 'helioscondregular', Arial, 'Helvetica CY', Helvetica, sans-serif;
	font-variant: small-caps;
	background: -moz-linear-gradient(left,  rgba(0,0,0,.8) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,.8) 0%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,.8) 0%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.article-title h1:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	position: absolute;
	left:0;
	right:0;
	bottom:0px;
	background: -moz-linear-gradient(left,  rgba(193,157,47,0.8) 0%, rgba(193,157,47,0.8) 20%, rgba(193,157,47,0.8) 70%, rgba(187,152,45,0.8) 71%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(left,  rgba(193,157,47,0.8) 0%,rgba(193,157,47,0.8) 20%,rgba(193,157,47,0.8) 70%,rgba(187,152,45,0.8) 71%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to right,  rgba(193,157,47,0.8) 0%,rgba(193,157,47,0.8) 20%,rgba(193,157,47,0.8) 70%,rgba(187,152,45,0.8) 71%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc19d2f', endColorstr='#1a000000',GradientType=1 );
}
.news-date {
	position: absolute;
	bottom:0px;
	right:0;
	z-index:4;
	text-align:center;
	width:150px;
	padding-left:50px;
	height:40px;
	line-height:40px;	
	color:#e6b61e;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 58%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(58%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 58%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 58%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 58%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 58%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.news-date:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	position: absolute;
	left:0;
	right:0;
	bottom:0px;
background: rgba(230,182,30,0);
background: -moz-linear-gradient(left, rgba(230,182,30,0) 0%, rgba(230,182,30,1) 58%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,182,30,0)), color-stop(58%, rgba(230,182,30,1)));
background: -webkit-linear-gradient(left, rgba(230,182,30,0) 0%, rgba(230,182,30,1) 58%);
background: -o-linear-gradient(left, rgba(230,182,30,0) 0%, rgba(230,182,30,1) 58%);
background: -ms-linear-gradient(left, rgba(230,182,30,0) 0%, rgba(230,182,30,1) 58%);
background: linear-gradient(to right, rgba(230,182,30,0) 0%, rgba(230,182,30,1) 58%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b61e', endColorstr='#e6b61e', GradientType=1 );
}

/* CONTENU TEXTE */
.news-content {
	position:relative;
	width: 100%;
	display:block;
	overflow:hidden;
	background: rgba(0,0,0,.8);
	padding: 10px 15px;

}
/*.news-content:after {
	content:'';
	display:block;
	clear:both;
}*/
.news-text {
	position:relative;
	width:100%;
	line-height:1.5;
	text-align:justify;
	font-size:15px;
	color:#fff;
	padding:18px;
	column-count: 2;
	column-gap: 35px;
}
.news-text p {
	margin: 0 0 1em 0;
}
.news-text a {
	color:#009de0;
	font-weight:bold;
	text-decoration:none;
	border-bottom: #009de0 0px solid;
}
.news-text a:hover {
	color:#fff;
	border-bottom: #fff 1px solid;
}	
.news-text img {	
	width:100%;
	height:auto;
}



/* YOUTUBE PLAYER */
.news-youtube {
  position: relative;
	display:block;
	width: 100%;
	padding-bottom: 56.27198%;
}
.news-youtube iframe, 
.news-youtube embed, 
.news-youtube object {
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/* FOOTER */
.news-footer {
	float: right;
}
.news-footer:after {
	content:'';
	display:block;
	clear:both;
}

.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;
}
.btn-share:hover {
	background: #fff;	
	color:#000;
}

.social-btn {
	width:30px;
	font-size:20px;
	padding: 5px;
	text-align:center;
	color: #fff;
	margin-left:8px;
}

.news-footer .fa-facebook {
	background: #3C5998;	
}
.news-footer .fa-twitter {
	background: #00ABF0;
}
.news-footer .fa-share-alt {
	background: #de634b;
}

.news-footer .btn-more, 
.news-footer .btn-comment {
	text-align:center;
	padding: 7px 14px 5px 10px;
	margin-left: 1.5%;
	color:#fff;
	background: rgba(0,157,224, 0.7);
}
.news-footer .btn-more {
	margin-left:0%;
	font-size: 14px;
}
.news-footer .btn-more i {
	font-size: 14px;
	margin-top:-1px;
	padding-right: 4px;
}
.news-footer .btn-comment {
	width:36%;
	margin-left:1.875%;
	font-size: 14px;
}
.news-footer .btn-comment i {
	font-size: 15px;
	margin-top:-2px;
}
.news-footer .btn-more:hover, 
.news-footer .btn-comment:hover {
	color:#000;
	background: #eee;
}
.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;
}

.arrow-mobile {
	display:none;
}

#rub-news{
	overflow: visible;
}


/* =============================================================================
   MEDIA QUERIES DESKTOP
   ========================================================================== */ 
@media screen and (max-width: 1280px) { 
	#news {
		width:85%;
	}
	.news-legend {
		font-size:16px;
		line-height:18px;	
	}	
	
}

@media screen and (max-width: 1000px) {
	#news{
		margin-top: 0;
	}
	.arrow-mobile {
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	.arrow-mobile:after {
		content:'';
		display:block;
		clear:both;
	}
	.arrow-mobile div {
		display:inline-block;
		line-height:38px;
		width:36px;
		height:36px;
		border:1px solid #fff;
		color: #fff;
		margin: 0 15px;
		transition: .2s ease-in-out;
		cursor: pointer;
	}
	.arrow-mobile div:hover {
		background: #fff;
		color: #222;
	}

	.arrow-mobile div i {
		font-size: 18px;
	}
	.arrow-mobile div.left-arrow {
		padding-right:2px;
	}
	.arrow-mobile div.right-arrow {
		padding-left:2px;
	}
	#news-detail  .btn-arrows {
		display:none;
	}
}

@media screen and (max-width: 900px) {
	
	#news {
		margin-top:-20px;
	}
	.news-text {
		column-count: 1;
	}
	.article {
		text-align:center;
		margin-top:30px;
	}
	.article-title {
		width:90%;
		text-align:left;
		padding-right:0;
		background: rgba(0,0,0,.8);
	}
	.article-title h1 {
		padding:15px;
	}
	.article-title .news-date {
		top:-40px;
	}
	.news-content {
		width:90%;
		margin:auto;
	}
	#nav-footer {
		width:90%;
		margin:15px auto;
	}
	#news .news-bloc {
		float:left;
		width: 45%;
		margin: 2.5%;
	}
}

@media screen and (max-width: 750px) {
	.news-cat {
		width:48%;
	}
}

@media screen and (max-width: 450px) {
	#news .news-bloc {
		width:100%;
		margin: 1% 0;
	}
}