.filters {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.villard-annonces-filter-form {
	max-width: 880px;
	margin: 0 auto;
	font-family: Roboto, Arial, sans-serif;
}

.filters-departments {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .75em;
	width: 100%;
}

.filters-departments .checkbox label {
	cursor: pointer;
}

.filters-departments input {
	margin-right: .35em;
}

.villard-annonces-filter-form select,
.villard-annonces-filter-form input[type="number"] {
	box-sizing: border-box;
	height: 34px;
	margin: 0;
	padding: 0 11px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #777;
	font-size: 14px;
	line-height: 34px;
}

.filters > select.filter-select {
	flex: 0 0 173px;
	width: 173px;
}

.filter-group {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 0 0 auto;
}

.filter-ca {
	width: 173px;
}

.filter-ca-label {
	height: 34px;
	padding: 0 20px;
	background: #792181;
	color: #fff;
	font-weight: 700;
	line-height: 34px;
}

.villard-annonces-filter-form .wpv-submit-trigger {
	height: 34px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	border-radius: 0;
	background: #792181;
	color: #fff;
	font-weight: 700;
	line-height: 34px;
	cursor: pointer;
}

.sorting {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 18px auto 0;
	text-align: center;
}

.sorting select {
	width: auto;
	min-width: 180px;
	margin: 0;
}

.sorting select:last-child {
	min-width: 136px;
}

.annonces-list {
	display: flex;
	flex-wrap: wrap;
}

.annonces-list-item {
	position: relative;
	height: 0;
	margin: 2px;
	padding-bottom: 33.33%;
	background-position: center;
	background-size: cover;
	width: calc(33.33% - 4px);
	font-family: 'Roboto', sans-serif;
}

.infos {
	position: absolute;
	bottom: 0;
	color: #792181;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 2em .5em 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.infos span {
	display: block;
}

.annonce-fav {
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
}

.annonce-exclu {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
}

.annonce-vendu {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
}

.annonces-list-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.annonces-list-item a:hover {
	background: rgba(121,33,129,.3);
}

.annonces-list-item a span {
	opacity: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
}

.annonces-list-item i {
	opacity: 0;
	color: #792181;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 2em;
	margin: 0 auto;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.annonces-list-item a:hover span,
.annonces-list-item a:hover i {
	opacity: 1;
}

.villard-single-reference,
.villard-single-title {
	margin: 0;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
}

.villard-single-reference {
	color: #792181;
	font-size: 18px;
	text-transform: uppercase;
}

.villard-single-title {
	color: #000;
	font-size: 23px;
}

.villard-single-environment {
	font-weight: 600;
	text-transform: uppercase;
}

.villard-single-meta,
.villard-single-description {
	font-size: 14px;
	line-height: 1.5;
}

.villard-single-description > strong {
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}

.villard-single-description p:last-child {
	margin-bottom: 0;
}

.villard-single-badge {
	display: block;
	height: auto;
	max-width: 100%;
}

.villard-single-badge-fav {
	width: 55px;
}

.villard-single-badge-exclu {
	width: 152px;
}

@media screen and (max-width: 767px) {
	.filters {
		display: block;
		text-align: center;
	}

	.filters > select.filter-select,
	.filter-ca,
	.villard-annonces-filter-form .wpv-submit-trigger {
		width: 100%;
		margin: 1em auto;
	}

	.filters-departments input.filter-select {
		width: auto;
		margin: 0 .35em 0 0;
	}

	.filter-group {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		gap: 4px;
	}

	.filter-ca-label {
		grid-column: 1 / -1;
	}

	.sorting {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.sorting select,
	.sorting select:last-child {
		width: 100%;
		min-width: 0;
	}

	.annonces-list-item {
		width: calc(50% - 4px);
		padding-bottom: 50%;
	}

	.villard-single-reference,
	.villard-single-title,
	.villard-single-environment,
	.villard-single-meta,
	.villard-single-description {
		text-align: center;
	}
}
