/* ANNONCES - pour accueil et single annnonce */
#annonces {
	padding:3em 0;
}
#annonces h2 {
    text-align: center;
    font: normal normal 300 50px/40px Open Sans;
    color: #00505D;
    text-transform: uppercase;
    padding: 0.5em 0 0.35em;
}
#annonces .bloc-annonce{
	padding:10px;
	box-shadow: 0px 3px 6px #00000029;
}
#annonces .annonces-une{
    width: 100%;
	height: 206px;
    object-fit: cover;
}
#annonces h3 {
    font: normal normal 600 20px/21px Open Sans;
    color: #00505D;
    text-transform: uppercase;
    margin: 0.25em 0 auto;
    min-height: 63px;
}
#annonces a.ftx h3:hover {
    color: #E8AC28;
}
.blocvillpri{
	position: relative;
}
.blocvillpri .pastilleloc, .blocvillpri .pastillevente{
	position: absolute;
	right:0;
	bottom: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.02em;
	padding:.25em .5em;
	text-transform:uppercase;
	color:#fff;
	
}
.blocvillpri .pastilleloc{
	background: #E6AB17;
}
.blocvillpri .pastillevente{
	background: #00505D;
}
#annonces h4{
	font: normal normal normal 16px/40px Open Sans;
	color: #363636;
	text-transform: uppercase;
}
#annonces h5{
	font: normal normal bold 20px/12px Open Sans;
	color: #363636;
	text-transform: uppercase;
}
#annonces hr{
	border-top: 1px solid #3E3E3E;
	margin: .5em 0;
}
#annonces .infos{
	display: inline-flex;
}
#annonces .infos div {
    position: relative;
    padding-left: 2.75em;
    align-self: center;
    font: normal normal normal 14px/15px Source Sans Pro;
    color: #3E3E3E;
}
#annonces .infos div:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#annonces .infos .picto-pieces {
    padding-left: 2em;
}
#annonces .infos .picto-pieces:before {
	content:url('/wp-content/themes/immozelV2/img/pictos/pieces.svg');
}
#annonces .infos .picto-surface:before {
	content:url('/wp-content/themes/immozelV2/img/pictos/surface.svg');
}
#annonces .infos .picto-terrain:before {
	content:url('/wp-content/themes/immozelV2/img/pictos/terrain.svg');
}
#annonces .infos .picto-chambres:before {
	content:url('/wp-content/themes/immozelV2/img/pictos/chambres.svg');
}
#annonces{
	padding:3em 0;
	background:#fff;
}
#annonces .slick-arrow{
    position: absolute;
    border: none;
    color: transparent;
    top: 50%;
    cursor:pointer;
    display:none;
	height:38px;
	width:38px;
}
#annonces .slick-next{
    right: -2.5em;
    background: url(/wp-content/themes/immozelV2/img/fleche-right.svg) no-repeat;
}
#annonces .slick-prev{
    left:-2.5em;
	background: url(/wp-content/themes/immozelV2/img/fleche-left.svg) no-repeat;
}
#annonces .slick-slide {
    margin: 0 .46875em;
}
/*Commun avec l'autre caroussel*/
#annonces .slide img{
    margin:auto;
}	
#annonces .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#annonces .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0.5em 0;
    height: auto;
}
#annonces .slick-list:focus {
    outline: none;
}
#annonces .slick-list.dragging {
    cursor: pointer;
}
#annonces .slick-slider .slick-track,
#annonces .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#annonces .slick-track {
    position: relative;
    top: 0; 
    left: 0;
    display: block;
}
#annonces .slick-track:before,
#annonces .slick-track:after {
    display: table;
    content: '';
}
#annonces .slick-track:after {
    clear: both;
}
#annonces .slick-loading .slick-track {
    visibility: hidden;
}
#annonces .slick-slide {
    display: none;
    float: left;
	height: 50%;	
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
#annonces .slick-slide img {
    display: block;
	padding: 0;
	width:100%;
}
#annonces .slick-slide.slick-loading img {
    display: none;
}
#annonces .slick-slide.dragging img {
    pointer-events: none;
}
#annonces .slick-initialized .slick-slide {
    display: block;
	padding: 0 .5em;
}
#annonces .slick-loading .slick-slide {
    visibility: hidden;
}
#annonces .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#annonces .slick-arrow.slick-hidden {
    display: none;
}
.slide img {
	display: block;
    padding: 6px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width:1200px) {
.annoncesslide{
    max-width: 1130px;
    padding-left: 0;
    padding-right: 0;
}
#annonces .infos div {
    margin-right: 2em;
}
}
@media only screen and (max-width:1199px) {
#annonces .infos div {
    margin-right: .75em;
    font: normal normal normal 12px/12px Source Sans Pro;
}
}
@media only screen and (max-width: 599px) {
#annonces .slick-slider {
	padding:0;
}
#annonces .slick-arrow {
    height: 26px;
    width: 26px;
}
#annonces .slick-next{
    right: -1%;
    z-index:1;
    background: url(/wp-content/themes/immozelV2/img/fleche-right-mob.svg) no-repeat;
}
#annonces .slick-prev{
    left: -1%;
    z-index:1;
    background: url(/wp-content/themes/immozelV2/img/fleche-left-mob.svg) no-repeat;
}
}		
@media only screen and (min-width:481px) and (max-width:993px) {
#annonces h2 {
    font: normal normal 300 40px/1 Open Sans;
    padding: 0 0 0.15em;}
#annonces {
    padding: 2em 0 1em;
}
#annonces .slick-initialized .slick-slide {
	padding-bottom: 1em;
}
}

@media only screen and (max-width:480px) {
#annonces h2 {
    font: normal normal 600 30px/1 Open Sans;
}
#annonces {
    padding: 2em 0;
}
#annonces .slick-initialized .slick-slide {
	padding-bottom: 1em;
}
}

@media only screen and (max-width:360px) {
#annonces h2 {
    font: normal normal 600 25px/1 Open Sans;
}
}




#annonces .slick-slider .slick-track{
	margin: auto;
}