/* Nouvelles */

.news_list article .featured_image {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}
.news_list article .featured_image a {
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}
.news_list article .featured_image img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
	transition: all 0.3s;
}
.news_list article .featured_image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0;
	background: rgba(153, 33, 48, 0.8);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news_list article.format-video .featured_image .overlay {
	background: rgba(0, 0, 0, 0.5);
}
.news_list article .featured_image a:hover .overlay, .news_list article.format-video .featured_image .overlay {
	opacity: 1;
}
.news_list article .featured_image a:hover img {
	-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);
}
.news_list article .featured_image .overlay .expand {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	margin: 0 auto -30px auto;
	text-align: center;
}
.news_list article .featured_image .overlay div {
	transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
}
.news_list article .featured_image a:hover .overlay .expand {
	bottom: 47%;
}
.news_list article .featured_image .overlay .play-icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48%;
	margin-bottom: -1.25em;
	text-align: center;
	display: block;
	z-index: 5;
}
.news_list article .featured_image a:hover .overlay .play-icon {
	bottom: 150%;
}
.news_list article .featured_image .overlay .play-icon i {
	font-size: 2.5em;
}
.news_list article .featured_image .overlay span {
	display: block;
}
.news_list article .featured_image .overlay .icon i {
	font-size: 30px;
}
.news_list article .featured_image .overlay .action {
	font-family: 'ITCGaramondStd-LtIta';
	font-size: 1.5em;
	text-transform: none;
	color: #fff;
}
.news_list article .content-container header {
	position: relative;
	margin: 0 0 30px 0;
	text-align: center;
}
.news_list article .content-container header:before {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 0 0 -10px;
	background: #d4d4d4;
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: "";
}
.news_list article .content-container h3 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
}
.news_list article .content-container h3 a {

}
.news_list article .content-container .date {
	margin: 10px 0 0 0;
	font-family: 'ITCGaramondStd-LtIta';
	font-size: 1.1em;
	color: #820e11;
}

/* Nouvelles (index) */

#news_index_list article .post {
	margin: 0 10px 20px 10px;
	background: #fff;
}
#news_index_list article:last-child .post {
	margin-bottom: 0;
}
#news_index_list article .content-container {
	padding: 25px;
}

/* Nouvelles (home) */

#news-home-list {
	padding: 25px 0;
}
#news-home-list article .post {
	margin-bottom: 45px;
	background: #fff;
	border: 4px solid #820e11;
}
#news-home-list article:last-child .post {
	margin-bottom: 0;
}
#news-home-list article .content-container {
	padding: 25px;
}

/* Nouvelles (single) */

#news_single article {
	margin: 0 0 50px 0;
}
#news_single article h1 {
	font-family: "Marlene Stencil Light 3", Georgia, serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
}
#news_single article .featured_image img {
	width: 100%;
	height: auto;
}
#news_single article .article-extras h4 {
	margin: 0 0 10px 0;
}
#news_single article .article-extras .date {
	padding: 10px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 1px solid #d4d4d4;
}

#news_single article .article-text {
	font-size: 1.1em;
	line-height: 1.7em;
}
#news_single article .article-text p {
	margin-bottom: 1.5em;
}

#news_single .related-news {
	margin: 0 0 1.4em 0;
	padding: 15px 0;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}
#news_single .related-news .related-news-link .news-entry {
	padding: 10px 0;
}
#news_single .related-news .related-news-link .news-entry h3 {
	margin: 0;
	font-weight: normal;
}

#news_single .article-comments {
	width: 100%;
}

@media only screen and (min-width: 480px) {

	/* Nouvelles (home) */

	#news-home-list {
		padding: 90px 0 75px 0;
	}
	#news-home-list article .post {
		margin: 0 20px 50px 20px;
	}

	/* Nouvelles (single) */

	#news_single article h1 {
		font-size: 3em;
	}

}

@media only screen and (min-width: 768px) {

	/* Nouvelles (index) */

	#news_index_list article {
		float: left;
		width: 50%;
	}
	#news_index_list article:nth-child(2n+1) {
		clear: left;
	}
	#news_index_list article .content-container {
		min-height: 20em;
	}

	/* Nouvelles (home) */

	#news-home-list article {
		float: left;
		width: 50%;
	}
	#news-home-list article:nth-child(2n+1) {
		clear: left;
	}
	#news-home-list article .post {
		margin: 0 10px 45px 10px;
		min-height: 480px;
	}

	/* Nouvelles (single) */

	/*#news_single {
		padding: 25px 0;
	}*/
	#news_single article h1 {
		font-size: 3.8em;
	}
	#news_single article .article-text {
		margin: 0 auto;
		max-width: 630px;
		width: 80%;
	}
	#news_single .article-comments {
		margin: 0 auto;
		padding: 0 0 25px 0;
		max-width: 630px;
	}
	#news_single .related-news .related-news-link {
		position: relative;
		float: left;
		width: 50%;
	}
	#news_single .related-news .related-news-link.prev-news {
		padding-right: 20px;
		border-right: 1px solid #353535;
	}
	#news_single .related-news .related-news-link.prev-news:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -15px;
		width: 40px;
		font-family:"Ionicons";
		font-size: 30px;
		line-height: 30px !important;
		content: "\f27f";
	}
	#news_single .related-news .related-news-link.prev-news .news-entry {
		margin-left: 40px;
	}
	#news_single .related-news .related-news-link.next-news {
		padding-left: 20px;
	}
	#news_single .related-news .related-news-link.next-news:before {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -15px;
		width: 40px;
		font-family:"Ionicons";
		font-size: 30px;
		line-height: 30px !important;
		content: "\f280";
	}
	#news_single .related-news .related-news-link.next-news .news-entry {
		margin-right: 40px;
	}
	#news_single .related-news .related-news-link a {
		display: block;
		opacity: .5;
		text-decoration: none;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
	}
	#news_single .related-news .related-news-link a:hover {
		opacity: 1;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
	}

}

@media only screen and (min-width: 992px) {

	/* Nouvelles (home) */

	#news-home-list article {
		width: 33.33333333%;
	}
	#news-home-list article:nth-child(2n+1) {
		clear: none;
	}
	#news-home-list article:nth-child(3n+1) {
		clear: left;
	}

}

@media only screen and (min-width: 1200px) {

	/* Nouvelles (index) */

	#news_index_list article {
		width: 25%;
	}
	#news_index_list article:nth-child(2n+1) {
		clear: none;
	}
	#news_index_list article .post {
		margin-bottom: 0;
	}
	#news_index_list article .content-container {
		min-height: 22em;
	}

    /* Nouvelles (single) */

	#news_single article .article-etc {
		margin: 0 auto;
		max-width: 630px;
		width: 80%;
	}
	#news_single article .article-extras {
		float: left;
		font-family: 'Interstate',sans-serif;
		font-weight: 600;
		margin: 5px 0 0 -30%;
		width: 25%;
	}

}
