/*
	Style for prestanews module.
*/


#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, .button.link_actus:hover, .button.link_actus span
{
	background:#333333;
	color:#ffffff;
	border:0px;
	font-size:14px;
}


#bigsliders_list #bigphoto {
    width:auto;
	min-width:600px;
}
#bigsliders_list {
   text-align:center;
}
#news_content em
{
	font-style:italic;
}


div#flitre-actus ul {
    margin: 0 auto;
    text-align: center;
}

div#flitre-actus ul li a:hover,
div#flitre-actus ul li a.active,
.link a:hover {
    background: #8c7d5b;
    color: #fff;
		text-decoration: none;
}

div#flitre-actus ul li a,
.link a {
	border: 2px solid #dfd9cc;
	border-radius: 25px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #8c7d5b;
	padding: 10px 20px;
}
div#flitre-actus ul li {
    display: inline-block;
    margin: 10px 10px;
}


.news_item {
    padding: 10px;
		border: 1px solid #8c7d5b;
	 min-height: 252px;
	 cursor: pointer;
}

ul#product_list_actus li {
    margin: 20px 0px;
}

.product_desc_wrapper h4 {
    margin: 20px 0px;
		text-align: center;
}
.product_desc_wrapper h3 {
    margin: 20px 0px;
		font-size: 16px;
		min-height: 60px;
		max-height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	 	text-align: center;
}

.product_desc_wrapper h3 a {color: #8c7d5b;}


p.product_desc {
    margin: 10px 0px;
    height: 30px;
}


.button.link_actus {
	position: absolute;
	top: -100%;
	left: 40%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60%;
	z-index: 9999;
	opacity: 0;
}


.news_item:hover .button.link_actus  {opacity: 1; top:0%}
.button.link_actus:hover {
    transform: scale(1.1);
}


.news_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0;
}

.news_item:hover:before {
    opacity: 0.5;
		z-index: 1;
}

.fa-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    width: 100%;
    text-align: center;
    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;
    color: #8c7d5b;
}

.center {
    text-align: center;
}

h1 {
	margin: 30px 0px ;
	font:100 45px 'Roboto Slab', serif;
}

@media (max-width:511px){
#product_list_actus li {
width:100%;
float: left;
}
}


#news_content .link {display: block;float: left;}

div#news_content {
    text-align: center;
}


.margin { margin: 30px 0px ;}
#bigphoto {
position: relative;
}

a.link_photo {
display: block;
margin-bottom: 5px;
}
