.flimmo-plg-gal-img{
    background-position: center center;
    background-size: cover;
    height: 512px!important;
    width: 350px!important;
    background-repeat: no-repeat;
	margin: 0;
	padding-top:30px;
	padding-left: 30px;
}
.flimmo-txt-in, .flimmo-txt-in p{
	color: #FFF;
    font-size: 19px;
    font-weight: 700;
	line-height: 27px;
	font-family: "Montserrat", Sans-serif;
}
.flimmo-single-slider-full{
    background-position: center center;
    background-size: cover;
	max-width: 872px!important;
	height: 578px!important;
    background-repeat: no-repeat;
}

.flimmo-plg-locgal-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	height: 224px!important;
	margin: 12px 12px;
	position:relative;
	text-align: center;
}
.flimmo-plg-locgal-img p{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(62,69,78,0.8);
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
}

.flimmo-plg-vendugal-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	width: 302px!important;
	height: 320px!important;
	margin-top: 60px;
}
.flimmo-plg-vendus-wrap .slick-center .flimmo-plg-vendugal-img{
	height: 427px!important;
	margin-top: 0px;
}

.flimmo-relatedpost-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	height: 224px!important;
	margin: 10px;
	color:#FFF!important;
	padding:10px!important;
}

.slick-prev:before, .slick-next:before{
    font-size: 40px!important;
	color: #fff !important;
    font-weight: bold;
	font-family: 'Montserrat';
}
.slick-next:before{
    content: '›';
}
.slick-prev:before{
    content: '‹';
}

.flimmo-relatedpost-wrap .slick-prev:before, .flimmo-relatedpost-wrap .slick-next:before {
    font-family: 'slick';
    font-size: 23px!important;
    line-height: unset!important;
    opacity: 1;
    color: #0D1550!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
	/*.slick-prev:before, .slick-next:before {
    	color: #fff !important;
  	}*/
	
	.slick-next {
    	right: 0;
	}
	.slick-prev {
		left: 0;
		z-index: 9;
	}
	
	.flimmo-plg-locgal-img {
		margin: 20px 0;
	}	

	.flimmo-plg-gal-img{
		height: 200px!important;
		width: 200px!important;
	}
	.flimmo-plg-nouveaute-wrap{height:unset!important;}
	.flimmo-plg-vendus-wrap .slick-center .flimmo-plg-vendugal-img{
		height: unset!important;
	}
	.flimmo-single-slider-full{
		height: 250px!important;
	}
	.flimmo-plg-locgal-img p{
		height: 60px;
		padding-top: 13px;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;	
	}
	.flimmo-plg-vendugal-img, .flimmo-plg-locgal-img, .flimmo-plg-gal-img{width:100%!important;}

}