/*
	Style for prestanews module.
*/

#news_content p img,#news_content img{
	margin:2px 8px;
}
#bigphoto
{
	width:100%;
}
#sliders_list, #bigsliders_list
{
display:inline-block; padding: 0;
}
#product_list_actus p.product_desc a
{
	color:#000;
	font-size:13px;
}
#product_list_actus li h4, #product_list_actus li h4:hover, #product_list_actus li h4 a, #product_list_actus li h4 a:hover
{
	color:#9E7F3A;
}
.button.link_actus
{
	background:#70b800;
	color:#ffffff;
	border:0px;
	font-size:14px;
	padding:4px;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.button.link_actus:hover{ background:#dd2a94}
#product_list_actus li
{
	border-bottom:3px solid #70b800;
	padding:10px 0px;
	margin: 0 3px;
}
#bigsliders_list #bigphoto {
    width:auto;
	min-width:600px;
}
#bigsliders_list {
   text-align:center;
}

#news_content em
{
	font-style:italic;
}

#news_content h2{ color:#6fb500}
#news_content h3 a,#news_content h3{  color:#204194; font: bold 20px 'Open Sans', sans-serif;}
#news_content p.news_desc{ color:#fff}

@media (min-width: 768px) {

	#news_content h3 a,#news_content h3{

		height: 80px;
	}
}


@media (max-width: 767px) {

#news_content h3 a,#news_content h3{

	height: 90px;
}

}
