.cont-annonces-slide {
	padding: 5% 0;
	position: relative;
}

.cont-annonces-slide:before {
	left: 0;
	z-index: 10;
	bottom: -6%;
	content: "";
	width: 252px;
	height: 200px;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}


.annonces-title {
	margin-left: 0%;
	text-align: center !important;
	margin-bottom: 2em;
}

.annonces-title h2 {
	font-size: 53px;
	line-height: 64px;
	margin: 0!important;
	letter-spacing: -1.32px;
	text-transform: uppercase;

}
.annonces-title h2 > span {
	z-index: 10;
	width: 100%;
	color: #000000;
	display: block;
	font-size: 35px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: none!important;
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-family: adobe-handwriting-ernie, sans-serif;

}

.swiper-annonces {
	/*padding: 2em;*/
	overflow: hidden;
	width: 1180px !important;
}

.swiper-annonces-arrows {
	top: 15%;
	right: 20%;
	gap: 2em;
	z-index: 99;
	width: fit-content;
	display: flex;
	position: absolute;
	flex-direction: row;
	align-items: center;
}

.swiper-annonces-arrows > div {
	width: fit-content;
}

.swiper-annonces-arrow-prev {
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-annonces-arrows > div > img {
	cursor: pointer;
	max-width: 60px!important;
	transition: filter 0.5s ease-in-out;
}

.swiper-annonces-arrows > div:hover > img {
	filter: grayscale(1);
}

.cont-annonces-slide .annonces-items {
	/*margin-left: -36%;*/
	padding-top: 1em;
	padding-bottom: 1em;
}

.item-annonce {
	/*width: 100%!important;*/
	border-radius: 0 0 30px 0;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
	/*box-shadow: 0 3px 30px #00000012;*/
}


.item-annonce .annonce-bg{
	/*width: 380px;*/
	height: 230px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.item-annonce .annonce-bg a {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.04);
}

.item-annonce .annonce-bg .bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.item-annonce .annonce-infos {
	border-radius: 0 0 30px 0;
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	min-height: 200px;
	flex-direction: column;
	justify-content: space-around;
}

.item-annonce .annonce-infos {
	color: #D81B5A;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: "Montserrat", Sans-serif;
}

.item-annonce .annonce-infos a {
	text-decoration: none!important;
}

.item-annonce .annonce-infos a h3 {
	color: #242424;
	/*font-size: 22px;*/
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.10px;
	font-family: "Montserrat", Sans-serif;
	font-size: calc(8px + 6 * ((100vw - 320px) / 680))!important;
}
.prix_loca {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.prix_loca .prix {
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
}
.prix_loca .loca {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #8A8A8A;
}
.nom_surface {
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
}
.type {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #8A8A8A;
	margin-bottom: 25px;
}

.contact a {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 25px;
	color: white;
	border-radius: 20px;
}
.condition {
	position: absolute;
	top: 7px;
	color: white;
	background-color: rgba(216,27,90,1);
	font-size: 19px;
	line-height: 11px;
	padding: 8px;
	border-radius: 50%;
	right: 7px;
	z-index : 10;
	cursor: pointer;
}
.after-price {
  font-size: 22px;
	font-weight: 700;
	line-height: 27px;
}
.item-annonce .annonce-bg .ribbon {
	z-index: 10;
	color: white;
	position: absolute;
	padding: 5px 10px;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {
	.after-price {font-size: 15px; line-height : 20px;}
	.cont-annonces-slide {
		padding-bottom: 4em;
	}

	.cont-annonces-slide:before {
		left: 0;
		bottom: -4%;
		width: 120px;
		height: 80px;
	}

	.annonces-title {
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}

	.annonces-title h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.annonces-title h2 > span {
		font-size: 24px;
		line-height: 14px;
	}
	.elementor-element-7a9f3a8 {
		position: initial !important;
	}

	.item-annonce {
		/*width: 300px!important;*/
	}

	.item-annonce .annonce-bg {
		height: 180px;
	}

	.annonces-items {
		margin-left: 0!important;
	}

	.item-annonce .annonce-infos {
		font-size: 12px;
	}

	.item-annonce .annonce-infos a h3 {
		line-height: 22px;
		font-size: 18px!important;
	}

	.swiper-annonces-arrows {
		top: unset;
		bottom: 5%;
		right: 10%;
	}

	.swiper-annonces-arrows > div > img {
		max-width: 30px!important;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.cont-annonces-slide {
		padding-bottom: 5em;
	}

	.cont-annonces-slide:before {
		left: 0;
		bottom: -4%;
		width: 140px;
		height: 90px;
	}


	.annonces-title {
		margin-left: 8%;
	}

	.annonces-title h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.annonces-title h2 > span {
		font-size: 27px;
		line-height: 20px;
	}

	.item-annonce {
		/*width: 310px!important;*/
	}

	.item-annonce .annonce-bg {
		height: 200px;
	}

	.item-annonce .annonce-infos {
		font-size: 12px;
	}

	.item-annonce .annonce-infos a h3 {
		line-height: 22px;
		font-size: 18px!important;
	}

	.swiper-annonces-arrows {
		top: 10%;
		right: 3%;
	}

	.swiper-annonces-arrows > div > img {
		max-width: 40px!important;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.swiper-annonces {
		width: 90vw !important;
	}

}

/*desktop*/
@media (min-width: 1025px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

	.cont-annonces-slide {
		padding-bottom: 10em;
	}

	.cont-annonces-slide:before {
		left: 0;
		bottom: -6%;
		width: 222px;
		height: 170px;
	}

	.annonces-title {
		/*margin-left: -10%;*/
	}

	.cont-annonces-slide .annonces-items {
		/*margin-left: -27%;*/
	}

	.swiper-annonces-arrows {
		top: 12%;
	}

	.swiper-annonces-arrows > div > img {
		max-width: 50px!important;
	}

}


/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.swiper-annonces {
		width: 1065px !important;
	}

	.swiper-annonces-arrows {
		right: 10%;
	}

}


/*RESPONSIVE*/


