#news_zoom
{
	margin: 			30px auto;
}
	#news_zoom_inner
	{
		position: 			relative;
	}
	#news_zoom_inner::after
	{
		content: 		" ";
		display: 		block;
		clear: 			both;
	}

	#news_list
	{
		text-align: 			center;
		margin: 				80px auto !important;
	}
	#news_list_items::after
	{
		content: 			" ";
		display: 			block;
		clear: 				both;
	}
	
	#news_list h2
	{
		text-align: 			center;
	}

	/**************************
	 * Image
	 **************************/
	#news_zoom .news_zoom_image
	{
		float: 					left;
		position: 				relative;
		width: 					45%;
		height: 				420px;
		border-bottom: 			3px solid #A87605;
		border:					10px solid #fff;
		box-shadow: 			0 3px 3px rgba(0,0,0,.2);
		margin: 				5px 30px 20px 0;
	}
	#news_zoom .news_zoom_image::after
	{
		content: 			" ";
		display: 			block;
		clear: 				both;
		position: 			absolute;
		z-index: 			0;
		top: 				0;
		left: 				0;
		right: 				0;
		bottom: 			0;
		background-color: 	rgba(168, 118, 5, .05);
		-webkit-transition:	all .4s ease-out;
		-moz-transition:	all .4s ease-out;
		-o-transition:		all .4s ease-out;
		transition:			all .4s ease-out;
	}
			
		#news_zoom .news_zoom_image ul#news_zoom_diaporama
		{
			position: 				absolute;
			top: 					0;
			right: 					0;
			bottom: 				0;
			left: 					0;
		}
		#news_zoom .news_zoom_image ul#news_zoom_diaporama,
		#news_zoom .news_zoom_image ul#news_zoom_diaporama li
		{
			margin: 				0;
			padding: 				0;
			list-style-type: 		none;
		}
		#news_zoom .news_zoom_image #news_zoom_diaporama li
		{
			position: 				relative;
			width: 					100%;
			min-height:				400px;
			background-size: 		cover;
			background-position: 	center center;
			background-repeat: 		no-repeat;
		
		}
		
		#news_zoom_previous,
		#news_zoom_next
		{
			position: 				absolute;
			z-index: 				10;
			width: 					48px;
			height: 				48px;
			top:					180px;
			background-position: 	center center;
			background-repeat: 		no-repeat;
			background-size: 		48px;
			cursor: 				pointer;
			opacity: 				0;
			-webkit-transition:		all .2s ease-out;
			-moz-transition:		all .2s ease-out;
			-o-transition:			all .2s ease-out;
			transition:				all .2s ease-out;
		}
		#news_zoom .news_zoom_image:hover #news_zoom_previous,
		#news_zoom .news_zoom_image:hover #news_zoom_next
		{
			opacity: 				0.8;
		}
		#news_zoom .news_zoom_image:hover #news_zoom_previous { left: 10px; }
		#news_zoom .news_zoom_image:hover #news_zoom_next { right: 10px; }
			
		#news_zoom_previous { left: 0; 	background-image: url(../images/commons/previous.png);}
		#news_zoom_next 	{ right: 0; background-image: url(../images/commons/next.png);}
		
	/**************************
	 * Info
	 **************************/
	#news_zoom h1
	{
		margin: 				0;
		padding: 				0;
		font-weight: 			600;
		color: 					#a16f19;
	}
		#news_zoom .news_zoom_date
		{
			float:					right;
			font-size:				8pt;
			color: 					#A87605;
			margin: 				0;
		}
		#news_zoom .news_zoom_shortdescription
		{
			font-size: 			12pt;
			font-weight: 		600;
			margin-bottom: 		25px;
		}
		
		
	#news_zoom .news_zoom_info
	{
	}
		#news_zoom .news_zoom_fulldescription
		{
			font-size: 		11pt;
			text-align: 	justify;
		}
		
		#news_zoom .news_zoom_fulldescription h1 { font-size: 14pt; padding: 3px 0; margin: 0; }
		#news_zoom .news_zoom_fulldescription h2 { font-size: 13pt; padding: 3px 0; margin: 0; }
		#news_zoom .news_zoom_fulldescription h2 { font-size: 12pt; padding: 3px 0; margin: 0; }
		
		#news_zoom .news_zoom_fulldescription a:link,
		#news_zoom .news_zoom_fulldescription a:hover,
		#news_zoom .news_zoom_fulldescription a:active,
		#news_zoom .news_zoom_fulldescription a:visited
		{
			text-decoration: 	underline;
			color: 				#fff;
		}

	
.news_list_more:link,
.news_list_more:hover,
.news_list_more:active,
.news_list_more:visited
{
	display: 			inline-block;
	margin: 			20px 20px;
	padding: 			10px 0;
	text-align: 		center;
	background-color: 	#f6f6f6;
	color: 				#888;
	text-decoration: 	none;
	border: 			1px solid #eee;
	border-radius: 		5px;
}
.news_list_more:hover
{
	background-color: 	#f0f0f0;
}
	
/**********************************
 * Responsive
 **********************************/
	
@media only screen /* Tablette */ 
and (max-width : 1030px) 
{
	
	#news_zoom .news_zoom_image
	{
		width: 					45%;
	}
	#news_zoom .news_zoom_info
	{
		float:	 			left;
		width: 				55%;
	}
}

@media only screen /* Smartphone */ 
and (max-width : 900px) 
{
	
	/**************************
	 * Image
	 **************************/
	#news_zoom .news_zoom_image,
	#news_zoom .news_zoom_image ul#news_zoom_diaporama
	{
		position: 				relative;
		width: 					auto;
		height: 				300px;
	}
		#news_zoom .news_zoom_image #news_zoom_diaporama li
		{
			min-height:				300px;
		}
		
		
		#news_zoom_previous,
		#news_zoom_next
		{
			display:	 		none !important;
		}
		
	/**************************
	 * Info
	 **************************/
	#news_zoom .news_zoom_info
	{
		float:	 			none;
		width: 				auto;
		height:				auto;
		padding: 			30px 30px;
	}
}

@media only screen /* Smartphone */ 
and (max-width : 650px) 
{
	
	/**************************
	 * Image
	 **************************/
	#news_zoom .news_zoom_image,
	#news_zoom .news_zoom_image ul#news_zoom_diaporama
	{
		position: 				relative;
		width: 					auto;
		height: 				450px;
	}
		#news_zoom .news_zoom_image #news_zoom_diaporama li
		{
			min-height:				450px;
		}
}
@media only screen /* Smartphone */ 
and (max-width : 500px) 
{
	
	/**************************
	 * Image
	 **************************/
	#news_zoom .news_zoom_image,
	#news_zoom .news_zoom_image ul#news_zoom_diaporama
	{
		position: 				relative;
		width: 					auto;
		height: 				320px;
	}
		#news_zoom .news_zoom_image #news_zoom_diaporama li
		{
			min-height:				320px;
		}
}