.moduletable_slider_annonces {
	margin: auto;
}

.annonce {
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;

}

.annonce .btn-triangle{
    position:absolute;
    top:0px;
    left:0px;
	background: url("../images/triangle.png");
	width:72px;
	height:71px;
}

.annonce .cadre{
	position:absolute;
    top:1%;
    left:1%;
	width: 97.5%;
	height: 142px;
	background: transparent;
	border:1px solid rgba(255, 255, 255, 0.8);

}

.annonce img {
    display: block;
    height: 150px;
    width: 100%;
}



.annonce a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #000;
}

.annonce a:hover {
    background: none;
}

.annonce .description {
	display: block;
    background-color: #f0f0f0;
	padding: 5px 0px;
	text-align: center;
	width: 100%;
	color:#6E6E6E;
	font-size: 13px;
	-moz-box-shadow: 0px 3px 3px 0px #656565;
	-webkit-box-shadow: 0px 3px 3px 0px #656565;
	-o-box-shadow: 0px 3px 3px 0px #656565;
	box-shadow: 0px 3px 3px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=3);
}

.annonce .description .type_bien {
	font-family: 'Open Sans Semibold';
	text-transform: uppercase;
	color:#484848;
}
.annonce .description .localisation {
	text-transform: uppercase;
}

.annonce .description .prix {
    display: inline;
    font-size:0.9em;
    width: 100%;
}

.annonce .description button.btn-read-more{
	margin-top:10px;
	font-size:13px;
	font-family: 'Open Sans Semibold';
	background: transparent;
	border:1px solid #B0B0B0;
	border-radius:0px;
	color:#6E6E6E;
	margin-bottom: 10px;
}

.annonce .description button.btn-read-more:hover{
	background: #6E6E6E;
	color:white;
	font-family: 'Open Sans';

}
.slick-slider {
    margin-bottom: 0px !important;
}
.slick-prev, .slick-next {
	height: 70px !important;
	width: 30px !important;
	content:"" !important;
	z-index: 0 !important;
}
.slick-prev::before, .slick-next::before {
	content:"" !important;
}
.slick-next {
	background: url("/templates/central-immo/images/btn-next.png") no-repeat !important;
	right:-30px !important;
}
.slick-prev {
	background: url("/templates/central-immo/images/btn-prev.png") no-repeat !important;
	left:-30px !important;
}

.slick-list{
	/*z-index: 5 !important;*/
}
