
<script>
	jQuery(document).ready(function($){
		$('.btn-buscar').click(function(){
			var referencia = $('#referencia').val();
			if(referencia != ''){ 
				window.location.href = '/fr/details-propriete/Reference.'+referencia;
			}else{
				var url_modo = '';
				var url_venta = '';
				var url_tipo = '';
				var url_loc = '';
				var url_cuartos = '';
				var url_wc = '';
				var url_precio_min = '';
				var url_precio_max = '';
				var url_detacado = '';
				var url_ordenar = '';
				var modo = $('#modo-busqueda').val();
				var venta = $('#modo-venta').val();
				var tipo = $('#tipo-propiedad').val();
				var loc = $('#localizacion').val();
				var cuartos = $('#cuartos').val();
				var wc = $('#wc').val();
				var rango_precios = $('#rango-precios').val();
				var partes_rango_precios = rango_precios.split(';');
				var precio_min = partes_rango_precios[0];
				var precio_max = partes_rango_precios[1];
				var detacado = $('#detacado').val();
				var ordenar = $('.ordenar-form-pmr').val();

				if(modo != ''){ url_modo = 'proprietes.'+modo+'/'; }
				if(venta != ''){ url_venta = 'Modo.A-vendre/'; }else{ url_venta = 'Modo.A-vendre/'; }
				if(tipo != ''){ url_tipo = 'type.'+tipo+'/'; }
				if(cuartos != ''){ url_cuartos = 'cod-cuarto.'+cuartos+'/'; }
				if(wc != ''){ url_wc = 'cod-wc.'+wc+'/'; }
				if(precio_min != ''){ 	url_precio_min = 'cod-precio-min.'+precio_min+'/'; }
				if(precio_max != ''){ 	url_precio_max = 'cod-precio-max.'+precio_max+'/'; }
				if(ordenar != ''){ url_ordenar = 'order-by.'+ordenar+'/'; }else{ url_ordenar = 'order-by.price-ascending/'; }

				if(detacado != ''){ var i = 1; detacado.forEach(function(val){ if(i > 1){ url_detacado += ','; } url_detacado += val; i++; }); url_detacado = 'extras.'+url_detacado+'/'; }
				if(loc != ''){ var i = 1; loc.forEach(function(val){ if(i > 1){ url_loc += ','; } url_loc += val; i++; }); url_loc = 'cod-loc.'+url_loc+'/'; }
				var url_envia = url_modo+url_venta+url_tipo+url_loc+url_cuartos+url_wc+url_precio_min+url_precio_max+url_detacado+url_ordenar;
				var url = "https://www.antaraproperties.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/guardar-busqueda.php";
				var formData = new FormData();
				formData.append('url_envia','/fr/resultat/'+url_envia);
				$.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){ 
					window.location.href = '/fr/resultat/'+url_envia;
				}});
			}
		});
	});
</script>

<input type="hidden" id="lang-localidades" value="Localisation des sites">
<input type="hidden" id="lang-caracteristicas" value="Caractéristiques">


<div class="buscador-pmr">
	<div class="fondo-azul-pmr"></div>
	<div class="grid-cntrlz-three">
		<div>
			<input type="text" id="referencia" class="referencia" value="" placeholder="Référence du bien" />
		</div>
		<div>
			<select id="modo-busqueda" class="propiedades">
								<option value="Tous-les-biens">Tous les biens</option>
								<option value="Propriétés-Antara">Propriétés Antara</option>
			</select>	
		</div>
		<div class="ultima-caja">

			<select id="tipo-propiedad" multiple class="tipos" style="display:none;">
				<option value='all'>Type de bien</option>
															<option value="1-2">
											Appartement Rez de Chaussée										</option>
																				<option value="1-4">
											Appartement Mi-étage										</option>
																				<option value="1-5">
											Appartement au Dernier Étage										</option>
																				<option value="1-6">
											Penthouse										</option>
																				<option value="1-7">
											Penthouse Duplex										</option>
																				<option value="1-8">
											Duplex										</option>
																				<option value="1-9">
											Rez de Chaussée Studio										</option>
																				<option value="1-10">
											Studio mi-etage										</option>
																				<option value="1-11">
											Studio Dernier Étage										</option>
																				<option value="2-2">
											Villa Individuelle										</option>
																				<option value="2-4">
											Maison de Ville Semi-détachée										</option>
																				<option value="2-5">
											Maison mitoyenne										</option>
																				<option value="2-6">
											Finca - Cortijo										</option>
																				<option value="2-9">
											Bungalow										</option>
																				<option value="2-10">
											Quad										</option>
																				<option value="2-12">
											Château										</option>
																				<option value="2-13">
											Palais de la ville										</option>
																				<option value="2-14">
											Cabane de Bois										</option>
																				<option value="2-15">
											Maison en Bois										</option>
																				<option value="2-16">
											Mobil-home										</option>
																				<option value="2-17">
											Cave House										</option>
																				<option value="3-2">
											Terrain Résidentiel										</option>
																				<option value="3-3">
											Terrain Zone Commerciale										</option>
																				<option value="3-4">
											Terrain										</option>
																				<option value="3-5">
											Terrain avec ruine										</option>
																				<option value="4-2">
											Bar										</option>
																				<option value="4-3">
											Restaurant										</option>
																				<option value="4-4">
											Café										</option>
																				<option value="4-5">
											Hôtel										</option>
																				<option value="4-6">
											Pension										</option>
																				<option value="4-7">
											Maison de hôtes										</option>
																				<option value="4-8">
											Auberge										</option>
																				<option value="4-9">
											Magasin										</option>
																				<option value="4-10">
											Bureau										</option>
																				<option value="4-11">
											Débarras										</option>
																				<option value="4-12">
											Parking										</option>
																				<option value="4-13">
											Ferme										</option>
																				<option value="4-15">
											Boîte de Nuit										</option>
																				<option value="4-16">
											Entrepôt										</option>
																				<option value="4-17">
											Garage										</option>
																				<option value="4-18">
											Entreprise										</option>
																				<option value="4-19">
											Amarrage										</option>
																				<option value="4-20">
											Écuries										</option>
																				<option value="4-21">
											Kiosque										</option>
																				<option value="4-22">
											Snack										</option>
																				<option value="4-23">
											Bar de la plage										</option>
																				<option value="4-24">
											Mécanique										</option>
																				<option value="4-25">
											Coiffeurs										</option>
																				<option value="4-26">
											Studio de Photographie										</option>
																				<option value="4-27">
											Blanchisserie										</option>
																				<option value="4-28">
											Aparthotel										</option>
																				<option value="4-29">
											Complexe d'Appartements										</option>
																				<option value="4-30">
											Maison de Retraite										</option>
																				<option value="4-32">
											Vignoble										</option>
																				<option value="4-33">
											Olivaie										</option>
																				<option value="4-34">
											Les Espaces de Stationnement Multiples										</option>
																				<option value="4-35">
											Locaux Commerciaux										</option>
																				<option value="4-36">
											Camping										</option>
																				<option value="4-37">
											Avec Lieu de Résidence										</option>
																				<option value="4-38">
											Bâtiment										</option>
																				<option value="4-100">
											Autre										</option>
													</select>

			<div class="select-input-check">
			  <div class="selected-values" id="select-input-check">Type de bien</div>
			  <ul class="options-list" id="options-list-tipos" style="display: none;">
											
						


									<li>
																				<input type="checkbox" id="tipo-appartement" value="appartement"><label for="tipo-appartement">Appartement</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-1-2" value="1-2"><label for="tipo-1-2">Appartement Rez de Chaussée</label></li>
																																			<li><input type="checkbox" id="tipo-1-4" value="1-4"><label for="tipo-1-4">Appartement Mi-étage</label></li>
																																			<li><input type="checkbox" id="tipo-1-5" value="1-5"><label for="tipo-1-5">Appartement au Dernier Étage</label></li>
																																			<li><input type="checkbox" id="tipo-1-6" value="1-6"><label for="tipo-1-6">Penthouse</label></li>
																																			<li><input type="checkbox" id="tipo-1-7" value="1-7"><label for="tipo-1-7">Penthouse Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-8" value="1-8"><label for="tipo-1-8">Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-9" value="1-9"><label for="tipo-1-9">Rez de Chaussée Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-10" value="1-10"><label for="tipo-1-10">Studio mi-etage</label></li>
																																			<li><input type="checkbox" id="tipo-1-11" value="1-11"><label for="tipo-1-11">Studio Dernier Étage</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-maison" value="maison"><label for="tipo-maison">Maison</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-2-2" value="2-2"><label for="tipo-2-2">Villa Individuelle</label></li>
																																			<li><input type="checkbox" id="tipo-2-4" value="2-4"><label for="tipo-2-4">Maison de Ville Semi-détachée</label></li>
																																			<li><input type="checkbox" id="tipo-2-5" value="2-5"><label for="tipo-2-5">Maison mitoyenne</label></li>
																																			<li><input type="checkbox" id="tipo-2-6" value="2-6"><label for="tipo-2-6">Finca - Cortijo</label></li>
																																			<li><input type="checkbox" id="tipo-2-9" value="2-9"><label for="tipo-2-9">Bungalow</label></li>
																																			<li><input type="checkbox" id="tipo-2-10" value="2-10"><label for="tipo-2-10">Quad</label></li>
																																			<li><input type="checkbox" id="tipo-2-12" value="2-12"><label for="tipo-2-12">Château</label></li>
																																			<li><input type="checkbox" id="tipo-2-13" value="2-13"><label for="tipo-2-13">Palais de la ville</label></li>
																																			<li><input type="checkbox" id="tipo-2-14" value="2-14"><label for="tipo-2-14">Cabane de Bois</label></li>
																																			<li><input type="checkbox" id="tipo-2-15" value="2-15"><label for="tipo-2-15">Maison en Bois</label></li>
																																			<li><input type="checkbox" id="tipo-2-16" value="2-16"><label for="tipo-2-16">Mobil-home</label></li>
																																			<li><input type="checkbox" id="tipo-2-17" value="2-17"><label for="tipo-2-17">Cave House</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-terrain" value="terrain"><label for="tipo-terrain">Terrain</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-3-2" value="3-2"><label for="tipo-3-2">Terrain Résidentiel</label></li>
																																			<li><input type="checkbox" id="tipo-3-3" value="3-3"><label for="tipo-3-3">Terrain Zone Commerciale</label></li>
																																			<li><input type="checkbox" id="tipo-3-4" value="3-4"><label for="tipo-3-4">Terrain</label></li>
																																			<li><input type="checkbox" id="tipo-3-5" value="3-5"><label for="tipo-3-5">Terrain avec ruine</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-commerce" value="commerce"><label for="tipo-commerce">Commerce</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-4-2" value="4-2"><label for="tipo-4-2">Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-3" value="4-3"><label for="tipo-4-3">Restaurant</label></li>
																																			<li><input type="checkbox" id="tipo-4-4" value="4-4"><label for="tipo-4-4">Café</label></li>
																																			<li><input type="checkbox" id="tipo-4-5" value="4-5"><label for="tipo-4-5">Hôtel</label></li>
																																			<li><input type="checkbox" id="tipo-4-6" value="4-6"><label for="tipo-4-6">Pension</label></li>
																																			<li><input type="checkbox" id="tipo-4-7" value="4-7"><label for="tipo-4-7">Maison de hôtes</label></li>
																																			<li><input type="checkbox" id="tipo-4-8" value="4-8"><label for="tipo-4-8">Auberge</label></li>
																																			<li><input type="checkbox" id="tipo-4-9" value="4-9"><label for="tipo-4-9">Magasin</label></li>
																																			<li><input type="checkbox" id="tipo-4-10" value="4-10"><label for="tipo-4-10">Bureau</label></li>
																																			<li><input type="checkbox" id="tipo-4-11" value="4-11"><label for="tipo-4-11">Débarras</label></li>
																																			<li><input type="checkbox" id="tipo-4-12" value="4-12"><label for="tipo-4-12">Parking</label></li>
																																			<li><input type="checkbox" id="tipo-4-13" value="4-13"><label for="tipo-4-13">Ferme</label></li>
																																			<li><input type="checkbox" id="tipo-4-15" value="4-15"><label for="tipo-4-15">Boîte de Nuit</label></li>
																																			<li><input type="checkbox" id="tipo-4-16" value="4-16"><label for="tipo-4-16">Entrepôt</label></li>
																																			<li><input type="checkbox" id="tipo-4-17" value="4-17"><label for="tipo-4-17">Garage</label></li>
																																			<li><input type="checkbox" id="tipo-4-18" value="4-18"><label for="tipo-4-18">Entreprise</label></li>
																																			<li><input type="checkbox" id="tipo-4-19" value="4-19"><label for="tipo-4-19">Amarrage</label></li>
																																			<li><input type="checkbox" id="tipo-4-20" value="4-20"><label for="tipo-4-20">Écuries</label></li>
																																			<li><input type="checkbox" id="tipo-4-21" value="4-21"><label for="tipo-4-21">Kiosque</label></li>
																																			<li><input type="checkbox" id="tipo-4-22" value="4-22"><label for="tipo-4-22">Snack</label></li>
																																			<li><input type="checkbox" id="tipo-4-23" value="4-23"><label for="tipo-4-23">Bar de la plage</label></li>
																																			<li><input type="checkbox" id="tipo-4-24" value="4-24"><label for="tipo-4-24">Mécanique</label></li>
																																			<li><input type="checkbox" id="tipo-4-25" value="4-25"><label for="tipo-4-25">Coiffeurs</label></li>
																																			<li><input type="checkbox" id="tipo-4-26" value="4-26"><label for="tipo-4-26">Studio de Photographie</label></li>
																																			<li><input type="checkbox" id="tipo-4-27" value="4-27"><label for="tipo-4-27">Blanchisserie</label></li>
																																			<li><input type="checkbox" id="tipo-4-28" value="4-28"><label for="tipo-4-28">Aparthotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-29" value="4-29"><label for="tipo-4-29">Complexe d'Appartements</label></li>
																																			<li><input type="checkbox" id="tipo-4-30" value="4-30"><label for="tipo-4-30">Maison de Retraite</label></li>
																																			<li><input type="checkbox" id="tipo-4-32" value="4-32"><label for="tipo-4-32">Vignoble</label></li>
																																			<li><input type="checkbox" id="tipo-4-33" value="4-33"><label for="tipo-4-33">Olivaie</label></li>
																																			<li><input type="checkbox" id="tipo-4-34" value="4-34"><label for="tipo-4-34">Les Espaces de Stationnement Multiples</label></li>
																																			<li><input type="checkbox" id="tipo-4-35" value="4-35"><label for="tipo-4-35">Locaux Commerciaux</label></li>
																																			<li><input type="checkbox" id="tipo-4-36" value="4-36"><label for="tipo-4-36">Camping</label></li>
																																			<li><input type="checkbox" id="tipo-4-37" value="4-37"><label for="tipo-4-37">Avec Lieu de Résidence</label></li>
																																			<li><input type="checkbox" id="tipo-4-38" value="4-38"><label for="tipo-4-38">Bâtiment</label></li>
																																			<li><input type="checkbox" id="tipo-4-100" value="4-100"><label for="tipo-4-100">Autre</label></li>
																					</ul>
																		</li>


								
								  </ul>
			</div>

		</div>
	</div>
	<div class="grid-cntrlz-three-t">
		<div>
		    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css"/>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js"></script>

		    <div class="label-form-pmr">Prix:</div>
			<input type="text" class="js-range-slider" id="rango-precios" name="rango" value="" />

		    <script>
			var custom_values = [75000,100000,150000,200000,250000,300000,350000,400000,450000,500000,550000,600000,650000,700000,750000,800000,850000,900000,950000,1000000,1250000,1500000,1750000,2000000,2500000,3000000,4000000,5000000,7500000,10000000,15000000,20000000,25000000];				var my_from = custom_values.indexOf(50000);
				var my_to = custom_values.indexOf(25000000);
				jQuery("#rango-precios").ionRangeSlider({
					type:"double",
					grid: true,
					from: my_from,
					to: my_to,
					values: custom_values
				});
		    </script>

		</div>
		<div class="centrar">
			<select id="cuartos" class="cuartos">
				<option value="">Chambres à coucher</option>
				<option value="1">1 Chambre à coucher</option><option value="1x">1 ou plus de chambres</option><option value="2">2 Chambres à coucher</option><option value="2x">2 ou plus de chambres</option><option value="3">3 Chambres à coucher</option><option value="3x">3 ou plus de chambres</option><option value="4">4 Chambres à coucher</option><option value="4x">4 ou plus de chambres</option><option value="5">5 Chambres à coucher</option><option value="5x">5 ou plus de chambres</option><option value="6">6 Chambres à coucher</option><option value="6x">6 ou plus de chambres</option><option value="7">7 Chambres à coucher</option><option value="7x">7 ou plus de chambres</option><option value="8">8 Chambres à coucher</option><option value="8x">8 ou plus de chambres</option><option value="9">9 Chambres à coucher</option><option value="9x">9 ou plus de chambres</option>			</select>
		</div>
		<div class="ultima-caja centrar">
			<select id="wc" class="wc">
				<option value=''>Salles de bains</option>
				<option value="1">1 Salle de bains</option><option value="1x">1 ou plus de salles de bains</option><option value="2">2 Salles de bains</option><option value="2x">2 ou plus de salles de bains</option><option value="3">3 Salles de bains</option><option value="3x">3 ou plus de salles de bains</option><option value="4">4 Salles de bains</option><option value="4x">4 ou plus de salles de bains</option><option value="5">5 Salles de bains</option><option value="5x">5 ou plus de salles de bains</option><option value="6">6 Salles de bains</option><option value="6x">6 ou plus de salles de bains</option><option value="7">7 Salles de bains</option><option value="7x">7 ou plus de salles de bains</option><option value="8">8 Salles de bains</option><option value="8x">8 ou plus de salles de bains</option><option value="9">9 Salles de bains</option><option value="9x">9 ou plus de salles de bains</option>			</select>
		</div>
	</div>



	<div class="grid-cntrlz-two">
		<div>
						<select id="localizacion" name="busca_localidades" class="localizar" multiple="multiple">
				<option value=''>Tous les sites</option>
					<optgroup label="Málaga"><option value="malaga">Málaga</option><option value="503-viviendas">503 Viviendas</option><option value="alameda">Alameda</option><option value="alcaucin">Alcaucín</option><option value="alfarnate">Alfarnate</option><option value="alfarnatejo">Alfarnatejo</option><option value="algarrobo">Algarrobo</option><option value="algarrobo-costa">Algarrobo Costa</option><option value="alhaurin-de-la-torre">Alhaurín de la Torre</option><option value="alhaurin-el-grande">Alhaurín el Grande</option><option value="alhaurin-golf">Alhaurin Golf</option><option value="almachar">Almachar</option><option value="almayate">Almayate</option><option value="almayate-alto">Almayate Alto</option><option value="almogia">Almogía</option><option value="aloha">Aloha</option><option value="alora">Alora</option><option value="alozaina">Alozaina</option><option value="altos-de-los-monteros">Altos de los Monteros</option><option value="antequera">Antequera</option><option value="archez">Árchez</option><option value="archidona">Archidona</option><option value="ardales">Ardales</option><option value="arenas">Arenas</option><option value="arriate">Arriate</option><option value="arroyo-de-la-miel">Arroyo de la Miel</option><option value="arroyo-de-los-angeles">Arroyo de los Ángeles</option><option value="artola">Artola</option><option value="atajate">Atajate</option><option value="atalaya">Atalaya</option><option value="bahia-de-marbella">Bahía de Marbella</option><option value="bajondillo">Bajondillo</option><option value="bel-air">Bel Air</option><option value="benahavis">Benahavís</option><option value="benajarafe">Benajarafe</option><option value="benalauria">Benalauría</option><option value="benalmadena">Benalmadena</option><option value="benalmadena-costa">Benalmadena Costa</option><option value="benalmadena-pueblo">Benalmadena Pueblo</option><option value="benamara">Benamara</option><option value="benamargosa">Benamargosa</option><option value="benamocarra">Benamocarra</option><option value="benaojan">Benaoján</option><option value="benarraba">Benarrabá</option><option value="bobadilla">Bobadilla</option><option value="cabopino">Cabopino</option><option value="cajiz">Cajiz</option><option value="cala-del-moral">Cala del Moral</option><option value="calahonda">Calahonda</option><option value="calanova-golf">Calanova Golf</option><option value="caleta-de-velez">Caleta de Vélez</option><option value="calypso">Calypso</option><option value="campanillas">Campanillas</option><option value="campo-mijas">Campo Mijas</option><option value="cancelada">Cancelada</option><option value="canete-la-real">Cañete la Real</option><option value="canillas-de-aceituno">Canillas de Aceituno</option><option value="canillas-de-albaida">Canillas de Albaida</option><option value="capuchinos">Capuchinos</option><option value="carib-playa">Carib Playa</option><option value="cartajima">Cartajima</option><option value="cartama">Cártama</option><option value="carvajal">Carvajal</option><option value="casabermeja">Casabermeja</option><option value="casarabonela">Casarabonela</option><option value="casares">Casares</option><option value="casares-playa">Casares Playa</option><option value="casares-pueblo">Casares Pueblo</option><option value="centro-historico">Centro Histórico</option><option value="cerrado-de-calderon">Cerrado de Calderón</option><option value="cerros-del-aguila">Cerros del Aguila</option><option value="chilches">Chilches</option><option value="churriana">Churriana</option><option value="ciudad-jardin">Ciudad Jardín</option><option value="coin">Coín</option><option value="colmenar">Colmenar</option><option value="comares">Comares</option><option value="competa">Cómpeta</option><option value="conde-de-urena">Conde de Ureña</option><option value="cortes-de-la-frontera">Cortes de la Frontera</option><option value="cortijo-blanco">Cortijo Blanco</option><option value="cortijo-de-maza">Cortijo de Maza</option><option value="corumbela">Corumbela</option><option value="costabella">Costabella</option><option value="costalita">Costalita</option><option value="cuevas-bajas">Cuevas Bajas</option><option value="cuevas-de-san-marcos">Cuevas De San Marcos</option><option value="cuevas-del-becerro">Cuevas del Becerro</option><option value="diana-park">Diana Park</option><option value="dona-julia">Doña Julia</option><option value="dos-hermanas">Dos Hermanas</option><option value="el-atabal">El Atabal</option><option value="el-borge">El Borge</option><option value="el-burgo">El Burgo</option><option value="el-candado">El Candado</option><option value="el-chaparral">El Chaparral</option><option value="el-chorro">El Chorro</option><option value="el-coto">El Coto</option><option value="el-ejido">El Ejido</option><option value="el-faro">El Faro</option><option value="el-hornillo">El Hornillo</option><option value="el-madronal">El Madroñal</option><option value="el-morche">El Morche</option><option value="el-padron">El Padron</option><option value="el-palo">El Palo</option><option value="el-paraiso">El Paraiso</option><option value="el-pinillo">El Pinillo</option><option value="el-presidente">El Presidente</option><option value="el-rosario">El Rosario</option><option value="el-tomillar">El Tomillar</option><option value="el-torcal">El Torcal</option><option value="elviria">Elviria</option><option value="entrerrios">Entrerrios</option><option value="estacion-de-cartama">Estacion de Cartama</option><option value="estacion-de-gaucin">Estación de Gaucin</option><option value="estepona">Estepona</option><option value="finca-el-pato">Finca El Pato</option><option value="frigiliana">Frigiliana</option><option value="fuengirola">Fuengirola</option><option value="fuente-de-piedra">Fuente de Piedra</option><option value="gaucin">Gaucín</option><option value="genalguacil">Genalguacil</option><option value="gibralgalia">Gibralgalia</option><option value="guadalmar">Guadalmar</option><option value="guadalmina-alta">Guadalmina Alta</option><option value="guadalmina-baja">Guadalmina Baja</option><option value="guaro">Guaro</option><option value="hacienda-del-sol">Hacienda del Sol</option><option value="hacienda-las-chapas">Hacienda Las Chapas</option><option value="higueron">Higueron</option><option value="huelin">Huelin</option><option value="humilladero">Humilladero</option><option value="istan">Istán</option><option value="iznate">Iznate</option><option value="jubrique">Jubrique</option><option value="juzcar">Júzcar</option><option value="la-cala">La Cala</option><option value="la-cala-de-mijas">La Cala de Mijas</option><option value="la-cala-del-moral">La Cala del Moral</option><option value="la-cala-golf">La Cala Golf</option><option value="la-cala-hills">La Cala Hills</option><option value="la-campana">La Campana</option><option value="la-capellania">La Capellania</option><option value="la-carihuela">La Carihuela</option><option value="la-colina">La Colina</option><option value="la-duquesa">La Duquesa</option><option value="la-heredia">La Heredia</option><option value="la-mairena">La Mairena</option><option value="la-merced">La Merced</option><option value="la-quinta">La Quinta</option><option value="la-trinidad">La Trinidad</option><option value="la-victoria">La Victoria</option><option value="la-vinuela">La Viñuela</option><option value="la-zagaleta">La Zagaleta</option><option value="lagos">Lagos</option><option value="las-brisas">Las Brisas</option><option value="las-chapas">Las Chapas</option><option value="las-flores">Las Flores</option><option value="las-lagunas">Las Lagunas</option><option value="lauro-golf">Lauro Golf</option><option value="limonar">Limonar</option><option value="los-alamos">Los Alamos</option><option value="los-almendros">Los Almendros</option><option value="los-arqueros">Los Arqueros</option><option value="los-boliches">Los Boliches</option><option value="los-flamingos">Los Flamingos</option><option value="los-monteros">Los Monteros</option><option value="los-pacos">Los Pacos</option><option value="los-tilos">Los Tilos</option><option value="macharaviaya">Macharaviaya</option><option value="malaga">Málaga</option><option value="malaga-centro">Málaga Centro</option><option value="malaga-este">Málaga Este</option><option value="malagueta">Malagueta</option><option value="manilva">Manilva</option><option value="marbella">Marbella</option><option value="marbesa">Marbesa</option><option value="maro">Maro</option><option value="martiricos">Martiricos</option><option value="mayorazgo">Mayorazgo</option><option value="mijas">Mijas</option><option value="mijas-costa">Mijas Costa</option><option value="mijas-golf">Mijas Golf</option><option value="miraflores">Miraflores</option><option value="moclinejo">Moclinejo</option><option value="mollina">Mollina</option><option value="monda">Monda</option><option value="monte-halcones">Monte Halcones</option><option value="monte-sancha">Monte Sancha</option><option value="montemar">Montemar</option><option value="montes-de-malaga">Montes de Málaga</option><option value="nagueles">Nagüeles</option><option value="nerja">Nerja</option><option value="new-golden-mile">New Golden Mile</option><option value="nueva-andalucia">Nueva Andalucía</option><option value="ojen">Ojén</option><option value="olletas">Olletas</option><option value="pacifico">Pacífico</option><option value="parque-clavero">Parque Clavero</option><option value="pedregalejo">Pedregalejo</option><option value="perchel-norte">Perchel Norte</option><option value="perchel-sur">Perchel Sur</option><option value="periana">Periana</option><option value="pinares-de-san-anton">Pinares de San Antón</option><option value="pizarra">Pizarra</option><option value="playamar">Playamar</option><option value="portada-alta">Portada Alta</option><option value="puerto-banus">Puerto Banús</option><option value="puerto-de-cabopino">Puerto de Cabopino</option><option value="puerto-de-la-torre">Puerto de la Torre</option><option value="pujerra">Pujerra</option><option value="punta-chullera">Punta Chullera</option><option value="recinto-ferial">Recinto Ferial</option><option value="reserva-de-marbella">Reserva de Marbella</option><option value="rincon-de-la-victoria">Rincón de la Victoria</option><option value="rio-real">Río Real</option><option value="riogordo">Riogordo</option><option value="riviera-del-sol">Riviera del Sol</option><option value="ronda">Ronda</option><option value="salares">Salares</option><option value="san-luis-de-sabinillas">San Luis de Sabinillas</option><option value="san-pedro-de-alcantara">San Pedro de Alcántara</option><option value="santa-clara">Santa Clara</option><option value="santa-rosalia">Santa Rosalía</option><option value="sayalonga">Sayalonga</option><option value="sedella">Sedella</option><option value="selwo">Selwo</option><option value="serrato">Serrato</option><option value="sierra-blanca">Sierra Blanca</option><option value="sierra-de-yeguas">Sierra de Yeguas</option><option value="sierrezuela">Sierrezuela</option><option value="soho">Soho</option><option value="suarez">Suárez</option><option value="teatinos">Teatinos</option><option value="the-golden-mile">The Golden Mile</option><option value="tolox">Tolox</option><option value="torre-de-benagalbon">Torre de Benagalbón</option><option value="torre-del-mar">Torre del Mar</option><option value="torre-real">Torre Real</option><option value="torreblanca">Torreblanca</option><option value="torremolinos">Torremolinos</option><option value="torremolinos-centro">Torremolinos Centro</option><option value="torremuelle">Torremuelle</option><option value="torrenueva">Torrenueva</option><option value="torrequebrada">Torrequebrada</option><option value="torrox">Torrox</option><option value="torrox-costa">Torrox Costa</option><option value="totalan">Totalán</option><option value="valle-de-abdalajis">Valle de Abdalajis</option><option value="valle-del-sol">Valle del Sol</option><option value="valle-romano">Valle Romano</option><option value="valle-niza">Valle-Niza</option><option value="valtocado">Valtocado</option><option value="velez-malaga">Vélez-Málaga</option><option value="victoria-eugenia">Victoria Eugenia</option><option value="villafranco-del-guadalhorce">Villafranco del Guadalhorce</option><option value="villanueva-de-algaidas">Villanueva de Algaidas</option><option value="villanueva-de-la-concepcion">Villanueva De La Concepcion</option><option value="villanueva-de-tapia">Villanueva de Tapia</option><option value="villanueva-del-rosario">Villanueva del Rosario</option><option value="vinuela">Viñuela</option><option value="yunquera">Yunquera</option><option value="zalea">Zalea</option></optgroup>			</select>
		</div>
		<div class="ultima-caja">


			<select id="detacado" class="destacado" multiple="multiple" style="display:none;">
															<option value="Bord-de-mer">Bord de mer</option>
											<option value="Golf-adjacent">Golf adjacent</option>
											<option value="Ville">Ville</option>
											<option value="Banlieue">Banlieue</option>
											<option value="Campagne">Campagne</option>
											<option value="Zone-commerçante">Zone commerçante</option>
											<option value="Près-de-la-plage">Près de la plage</option>
											<option value="Port">Port</option>
											<option value="Village">Village</option>
											<option value="Village-de-montagne">Village de montagne</option>
											<option value="Golf-à-proximité">Golf à proximité</option>
											<option value="Port-à-proximité">Port à proximité</option>
											<option value="Magasins-à-proximité">Magasins à proximité</option>
											<option value="Mer-à-proximité">Mer à proximité</option>
											<option value="Ville-à-proximité">Ville à proximité</option>
											<option value="Ecoles-à-proximité">Ecoles à proximité</option>
											<option value="Ski-à-proximité">Ski à proximité</option>
											<option value="Forêt-à-proximité">Forêt à proximité</option>
											<option value="Marina">Marina</option>
											<option value="Marina-à-proximité">Marina à proximité</option>
											<option value="Urbanisation">Urbanisation</option>
											<option value="Développement-de-plage-de-première-ligne">Développement de plage de première ligne</option>
																				<option value="Orienté-nord">Orienté nord</option>
											<option value="Orientation-Nord-Est">Orientation Nord-Est</option>
											<option value="Est-Face">Est Face</option>
											<option value="Orientation-Sud-Est">Orientation Sud-Est</option>
											<option value="Face-Sud">Face Sud</option>
											<option value="Orientation-Sud-Ouest">Orientation Sud-Ouest</option>
											<option value="Face-à-l'Ouest">Face à l'Ouest</option>
											<option value="Orientation-Nord-Ouest">Orientation Nord-Ouest</option>
																				<option value="Excellent-état">Excellent état</option>
											<option value="Bon-état">Bon état</option>
											<option value="Passable-état">Passable état</option>
											<option value="Rénovation-nécessaire">Rénovation nécessaire</option>
											<option value="Récemment-modernisé">Récemment modernisé</option>
											<option value="Récemment-restauré">Récemment restauré</option>
											<option value="Nécessite-la-Restauration">Nécessite la Restauration</option>
											<option value="Nouvelle-construction">Nouvelle construction</option>
																				<option value="Piscine-communautaire">Piscine communautaire</option>
											<option value="Piscine-privée">Piscine privée</option>
											<option value="Piscine-Intérieure">Piscine Intérieure</option>
											<option value="Piscine-Chauffée">Piscine Chauffée</option>
											<option value="Espace-pour-piscine">Espace pour piscine</option>
											<option value="Bassin-pour-enfants">Bassin pour enfants</option>
																				<option value="Climatisation">Climatisation</option>
											<option value="Clim.-préinstallée">Clim. préinstallée</option>
											<option value="Clim.-chaud">Clim. chaud</option>
											<option value="Clim.-froid">Clim. froid</option>
											<option value="Chauffage-central">Chauffage central</option>
											<option value="Cheminée">Cheminée</option>
											<option value="Chauffage-au-sol">Chauffage au sol</option>
											<option value="SDB-sol-chauffant">SDB sol chauffant</option>
																				<option value="Vues-sur-la-Mer">Vues sur la Mer</option>
											<option value="Vue-sur-la-montagne">Vue sur la montagne</option>
											<option value="Vue-sur-Golf">Vue sur Golf</option>
											<option value="vue-sur-la-plage">vue sur la plage</option>
											<option value="Port-Vues">Port Vues</option>
											<option value="pays-Vues">pays Vues</option>
											<option value="Panoramique">Panoramique</option>
											<option value="Jardin-Vues">Jardin Vues</option>
											<option value="piscine-Vues">piscine Vues</option>
											<option value="Courtyard-Vues">Courtyard Vues</option>
											<option value="Vue-sur-le-lac">Vue sur le lac</option>
											<option value="Vues-urbaines">Vues urbaines</option>
											<option value="Vues-de-ski">Vues de ski</option>
											<option value="vue-sur-la-forêt">vue sur la forêt</option>
											<option value="Vues-sur-la-rue">Vues sur la rue</option>
																				<option value="Terrasse-couverte">Terrasse couverte</option>
											<option value="Ascenseur">Ascenseur</option>
											<option value="Garde-robes-encastrées">Garde-robes encastrées</option>
											<option value="Transports-à-proximité">Transports à proximité</option>
											<option value="Terrasse-privée">Terrasse privée</option>
											<option value="Solarium">Solarium</option>
											<option value="Télévision-par-satellite">Télévision par satellite</option>
											<option value="WiFi">WiFi</option>
											<option value="Salle-de-sport">Salle de sport</option>
											<option value="Sauna">Sauna</option>
											<option value="Salle-de-jeux">Salle de jeux</option>
											<option value="Paddle-tennis">Paddle-tennis</option>
											<option value="Terrain-de-tennis">Terrain de tennis</option>
											<option value="Appartement-hôte">Appartement hôte</option>
											<option value="Maison-d’hôte">Maison d’hôte</option>
											<option value="Débarras">Débarras</option>
											<option value="Buanderie">Buanderie</option>
											<option value="Salle-de-bains-attenante">Salle de bains attenante</option>
											<option value="Parquet">Parquet</option>
											<option value="Accès-pour-personnes-à-mobilité-réduite">Accès pour personnes à mobilité réduite</option>
											<option value="Sol-en-marbre">Sol en marbre</option>
											<option value="Jacuzzi">Jacuzzi</option>
											<option value="Bar">Bar</option>
											<option value="Barbecue">Barbecue</option>
											<option value="Doubles-vitrages">Doubles-vitrages</option>
											<option value="Domotique">Domotique</option>
											<option value="Réception-24 h-sur-24">Réception 24 h sur 24</option>
											<option value="Restaurant-sur-place">Restaurant sur place</option>
											<option value="Location-de-voiture">Location de voiture</option>
											<option value="Navette-gratuite">Navette gratuite</option>
											<option value="Garderie">Garderie</option>
											<option value="Mosquée-à-proximité">Mosquée à proximité</option>
											<option value="Logement-du-personnel">Logement du personnel</option>
											<option value="Ecuries">Ecuries</option>
											<option value="Près-d'une-église">Près d'une église</option>
											<option value="Sous-sol">Sous-sol</option>
											<option value="Fibre-optique">Fibre optique</option>
																				<option value="Entièrement-meublé">Entièrement meublé</option>
											<option value="Partiellement-meublé">Partiellement meublé</option>
											<option value="Non-meublé">Non meublé</option>
											<option value="Meubles-en-option">Meubles en option</option>
																				<option value="Cuisine-toute-équipée">Cuisine toute équipée</option>
											<option value="Cuisine-équipée-partiellement">Cuisine équipée partiellement</option>
											<option value="Non-Cuisine">Non Cuisine</option>
											<option value="Cuisine-Lounge">Cuisine-Lounge</option>
																				<option value="Jardin-communautaire">Jardin communautaire</option>
											<option value="Jardin-privé">Jardin privé</option>
											<option value="jardin-paysagé">jardin paysagé</option>
											<option value="Facile-d'entretien-de-jardin">Facile d'entretien de jardin</option>
																				<option value="Complexe-sécurisé">Complexe sécurisé</option>
											<option value="Stores-électriques">Stores électriques</option>
											<option value="Interphone">Interphone</option>
											<option value="Système-d’alarme">Système d’alarme</option>
											<option value="Surveillance-24-h-/-24">Surveillance 24 h / 24</option>
											<option value="Coffre-fort">Coffre-fort</option>
																				<option value="Parking-souterrain">Parking souterrain</option>
											<option value="garage">garage</option>
											<option value="Parking-couvert">Parking couvert</option>
											<option value="Parking-ouvert">Parking ouvert</option>
											<option value="Parking-dans-la-rue">Parking dans la rue</option>
											<option value="Plusieurs-espaces-de-stationnement">Plusieurs espaces de stationnement</option>
											<option value="Parking-communal">Parking communal</option>
											<option value="Parking-privé">Parking privé</option>
											<option value="Borne-de-recharge-pour-véhicules-électriques">Borne de recharge pour véhicules électriques</option>
																				<option value="Electricité">Electricité</option>
											<option value="Eau-potable">Eau potable</option>
											<option value="Téléphone">Téléphone</option>
											<option value="Gaz">Gaz</option>
											<option value="Panneaux-solaires-photovoltaïques">Panneaux solaires photovoltaïques</option>
											<option value="Chauffage-solaire-de-l’eau">Chauffage solaire de l’eau</option>
																				<option value="Bonne-affaire">Bonne affaire</option>
											<option value="Face-à-la-plage">Face à la plage</option>
											<option value="Bon-marché">Bon marché</option>
											<option value="Propriétés-affligées">Propriétés affligées</option>
											<option value="Golf">Golf</option>
											<option value="Maisons-de-vacances">Maisons de vacances</option>
											<option value="Investissement">Investissement</option>
											<option value="De-luxe">De luxe</option>
											<option value="Sur-plan-propriétés">Sur plan propriétés</option>
											<option value="Réduite">Réduite</option>
											<option value="Saisie-immobilière">Saisie immobilière</option>
											<option value="Revente">Revente</option>
											<option value="Avec-Permis-de-Construire">Avec Permis de Construire</option>
											<option value="Contemporain">Contemporain</option>
											<option value="Nouvelle-Construction">Nouvelle Construction</option>
																				<option value="Terrain">Terrain</option>
											<option value="Avec-permis">Avec permis</option>
											<option value="Sans-permis">Sans permis</option>
											<option value="Résidentiel">Résidentiel</option>
											<option value="Commerce">Commerce</option>
											<option value="Projet">Projet</option>
											<option value="Rustique">Rustique</option>
											<option value="Urbanisé">Urbanisé</option>
											<option value="Entièrement-approuvé">Entièrement approuvé</option>
											<option value="Non-commencé">Non commencé</option>
											<option value="Partiellement-achevé">Partiellement achevé</option>
											<option value="Entièrement-achevé">Entièrement achevé</option>
											<option value="Hôtel">Hôtel</option>
											<option value="Auberge">Auberge</option>
											<option value="Chambre-d’hôte">Chambre d’hôte</option>
											<option value="Bar">Bar</option>
											<option value="Restaurant">Restaurant</option>
											<option value="Magasin">Magasin</option>
											<option value="Bureau">Bureau</option>
											<option value="Appartements">Appartements</option>
											<option value="Hôtels-particuliers">Hôtels particuliers</option>
											<option value="Villas">Villas</option>
											<option value="Maison-de-retraite">Maison de retraite</option>
											<option value="Hôpital">Hôpital</option>
											<option value="Ecole">Ecole</option>
											<option value="Centre-sportif">Centre sportif</option>
											<option value="Centre-équestre">Centre équestre</option>
											<option value="Parcours-de-golf">Parcours de golf</option>
											<option value="Garage">Garage</option>
											<option value="Entrepôt">Entrepôt</option>
											<option value="Domicile-à-bail">Domicile à bail</option>
											<option value="Salle-de-sport">Salle de sport</option>
																				<option value="Caution-bancaire-requise">Caution bancaire requise</option>
											<option value="Références-requises">Références requises</option>
											<option value="Fumeurs">Fumeurs</option>
											<option value="Animaux-domestiques-autorisés">Animaux domestiques autorisés</option>
												</select>


			<div class="select-input-check-destacado">
				<div class="selected-values-destacado" id="select-input-check-destacado">Caractéristiques</div>
				<div class="options-list-destacado" id="options-list-destacado" style="display:none;">
											<button class="accordion">Situation</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bord-de-mer" value="Bord-de-mer"><label for="destacado-Bord-de-mer">Bord de mer</label></li>
																	<li><input type="checkbox" id="destacado-Golf-adjacent" value="Golf-adjacent"><label for="destacado-Golf-adjacent">Golf adjacent</label></li>
																	<li><input type="checkbox" id="destacado-Ville" value="Ville"><label for="destacado-Ville">Ville</label></li>
																	<li><input type="checkbox" id="destacado-Banlieue" value="Banlieue"><label for="destacado-Banlieue">Banlieue</label></li>
																	<li><input type="checkbox" id="destacado-Campagne" value="Campagne"><label for="destacado-Campagne">Campagne</label></li>
																	<li><input type="checkbox" id="destacado-Zone-commerçante" value="Zone-commerçante"><label for="destacado-Zone-commerçante">Zone commerçante</label></li>
																	<li><input type="checkbox" id="destacado-Près-de-la-plage" value="Près-de-la-plage"><label for="destacado-Près-de-la-plage">Près de la plage</label></li>
																	<li><input type="checkbox" id="destacado-Port" value="Port"><label for="destacado-Port">Port</label></li>
																	<li><input type="checkbox" id="destacado-Village" value="Village"><label for="destacado-Village">Village</label></li>
																	<li><input type="checkbox" id="destacado-Village-de-montagne" value="Village-de-montagne"><label for="destacado-Village-de-montagne">Village de montagne</label></li>
																	<li><input type="checkbox" id="destacado-Golf-à-proximité" value="Golf-à-proximité"><label for="destacado-Golf-à-proximité">Golf à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Port-à-proximité" value="Port-à-proximité"><label for="destacado-Port-à-proximité">Port à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Magasins-à-proximité" value="Magasins-à-proximité"><label for="destacado-Magasins-à-proximité">Magasins à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Mer-à-proximité" value="Mer-à-proximité"><label for="destacado-Mer-à-proximité">Mer à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Ville-à-proximité" value="Ville-à-proximité"><label for="destacado-Ville-à-proximité">Ville à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Ecoles-à-proximité" value="Ecoles-à-proximité"><label for="destacado-Ecoles-à-proximité">Ecoles à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Ski-à-proximité" value="Ski-à-proximité"><label for="destacado-Ski-à-proximité">Ski à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Forêt-à-proximité" value="Forêt-à-proximité"><label for="destacado-Forêt-à-proximité">Forêt à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Marina" value="Marina"><label for="destacado-Marina">Marina</label></li>
																	<li><input type="checkbox" id="destacado-Marina-à-proximité" value="Marina-à-proximité"><label for="destacado-Marina-à-proximité">Marina à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Urbanisation" value="Urbanisation"><label for="destacado-Urbanisation">Urbanisation</label></li>
																	<li><input type="checkbox" id="destacado-Développement-de-plage-de-première-ligne" value="Développement-de-plage-de-première-ligne"><label for="destacado-Développement-de-plage-de-première-ligne">Développement de plage de première ligne</label></li>
															</ul>
						</div>
											<button class="accordion">Orientation</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Orienté-nord" value="Orienté-nord"><label for="destacado-Orienté-nord">Orienté nord</label></li>
																	<li><input type="checkbox" id="destacado-Orientation-Nord-Est" value="Orientation-Nord-Est"><label for="destacado-Orientation-Nord-Est">Orientation Nord-Est</label></li>
																	<li><input type="checkbox" id="destacado-Est-Face" value="Est-Face"><label for="destacado-Est-Face">Est Face</label></li>
																	<li><input type="checkbox" id="destacado-Orientation-Sud-Est" value="Orientation-Sud-Est"><label for="destacado-Orientation-Sud-Est">Orientation Sud-Est</label></li>
																	<li><input type="checkbox" id="destacado-Face-Sud" value="Face-Sud"><label for="destacado-Face-Sud">Face Sud</label></li>
																	<li><input type="checkbox" id="destacado-Orientation-Sud-Ouest" value="Orientation-Sud-Ouest"><label for="destacado-Orientation-Sud-Ouest">Orientation Sud-Ouest</label></li>
																	<li><input type="checkbox" id="destacado-Face-à-l'Ouest" value="Face-à-l'Ouest"><label for="destacado-Face-à-l'Ouest">Face à l'Ouest</label></li>
																	<li><input type="checkbox" id="destacado-Orientation-Nord-Ouest" value="Orientation-Nord-Ouest"><label for="destacado-Orientation-Nord-Ouest">Orientation Nord-Ouest</label></li>
															</ul>
						</div>
											<button class="accordion">Etat</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Excellent-état" value="Excellent-état"><label for="destacado-Excellent-état">Excellent état</label></li>
																	<li><input type="checkbox" id="destacado-Bon-état" value="Bon-état"><label for="destacado-Bon-état">Bon état</label></li>
																	<li><input type="checkbox" id="destacado-Passable-état" value="Passable-état"><label for="destacado-Passable-état">Passable état</label></li>
																	<li><input type="checkbox" id="destacado-Rénovation-nécessaire" value="Rénovation-nécessaire"><label for="destacado-Rénovation-nécessaire">Rénovation nécessaire</label></li>
																	<li><input type="checkbox" id="destacado-Récemment-modernisé" value="Récemment-modernisé"><label for="destacado-Récemment-modernisé">Récemment modernisé</label></li>
																	<li><input type="checkbox" id="destacado-Récemment-restauré" value="Récemment-restauré"><label for="destacado-Récemment-restauré">Récemment restauré</label></li>
																	<li><input type="checkbox" id="destacado-Nécessite-la-Restauration" value="Nécessite-la-Restauration"><label for="destacado-Nécessite-la-Restauration">Nécessite la Restauration</label></li>
																	<li><input type="checkbox" id="destacado-Nouvelle-construction" value="Nouvelle-construction"><label for="destacado-Nouvelle-construction">Nouvelle construction</label></li>
															</ul>
						</div>
											<button class="accordion">Piscine</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Piscine-communautaire" value="Piscine-communautaire"><label for="destacado-Piscine-communautaire">Piscine communautaire</label></li>
																	<li><input type="checkbox" id="destacado-Piscine-privée" value="Piscine-privée"><label for="destacado-Piscine-privée">Piscine privée</label></li>
																	<li><input type="checkbox" id="destacado-Piscine-Intérieure" value="Piscine-Intérieure"><label for="destacado-Piscine-Intérieure">Piscine Intérieure</label></li>
																	<li><input type="checkbox" id="destacado-Piscine-Chauffée" value="Piscine-Chauffée"><label for="destacado-Piscine-Chauffée">Piscine Chauffée</label></li>
																	<li><input type="checkbox" id="destacado-Espace-pour-piscine" value="Espace-pour-piscine"><label for="destacado-Espace-pour-piscine">Espace pour piscine</label></li>
																	<li><input type="checkbox" id="destacado-Bassin-pour-enfants" value="Bassin-pour-enfants"><label for="destacado-Bassin-pour-enfants">Bassin pour enfants</label></li>
															</ul>
						</div>
											<button class="accordion">Régulateur de température</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Climatisation" value="Climatisation"><label for="destacado-Climatisation">Climatisation</label></li>
																	<li><input type="checkbox" id="destacado-Clim.-préinstallée" value="Clim.-préinstallée"><label for="destacado-Clim.-préinstallée">Clim. préinstallée</label></li>
																	<li><input type="checkbox" id="destacado-Clim.-chaud" value="Clim.-chaud"><label for="destacado-Clim.-chaud">Clim. chaud</label></li>
																	<li><input type="checkbox" id="destacado-Clim.-froid" value="Clim.-froid"><label for="destacado-Clim.-froid">Clim. froid</label></li>
																	<li><input type="checkbox" id="destacado-Chauffage-central" value="Chauffage-central"><label for="destacado-Chauffage-central">Chauffage central</label></li>
																	<li><input type="checkbox" id="destacado-Cheminée" value="Cheminée"><label for="destacado-Cheminée">Cheminée</label></li>
																	<li><input type="checkbox" id="destacado-Chauffage-au-sol" value="Chauffage-au-sol"><label for="destacado-Chauffage-au-sol">Chauffage au sol</label></li>
																	<li><input type="checkbox" id="destacado-SDB-sol-chauffant" value="SDB-sol-chauffant"><label for="destacado-SDB-sol-chauffant">SDB sol chauffant</label></li>
															</ul>
						</div>
											<button class="accordion">Vues</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Vues-sur-la-Mer" value="Vues-sur-la-Mer"><label for="destacado-Vues-sur-la-Mer">Vues sur la Mer</label></li>
																	<li><input type="checkbox" id="destacado-Vue-sur-la-montagne" value="Vue-sur-la-montagne"><label for="destacado-Vue-sur-la-montagne">Vue sur la montagne</label></li>
																	<li><input type="checkbox" id="destacado-Vue-sur-Golf" value="Vue-sur-Golf"><label for="destacado-Vue-sur-Golf">Vue sur Golf</label></li>
																	<li><input type="checkbox" id="destacado-vue-sur-la-plage" value="vue-sur-la-plage"><label for="destacado-vue-sur-la-plage">vue sur la plage</label></li>
																	<li><input type="checkbox" id="destacado-Port-Vues" value="Port-Vues"><label for="destacado-Port-Vues">Port Vues</label></li>
																	<li><input type="checkbox" id="destacado-pays-Vues" value="pays-Vues"><label for="destacado-pays-Vues">pays Vues</label></li>
																	<li><input type="checkbox" id="destacado-Panoramique" value="Panoramique"><label for="destacado-Panoramique">Panoramique</label></li>
																	<li><input type="checkbox" id="destacado-Jardin-Vues" value="Jardin-Vues"><label for="destacado-Jardin-Vues">Jardin Vues</label></li>
																	<li><input type="checkbox" id="destacado-piscine-Vues" value="piscine-Vues"><label for="destacado-piscine-Vues">piscine Vues</label></li>
																	<li><input type="checkbox" id="destacado-Courtyard-Vues" value="Courtyard-Vues"><label for="destacado-Courtyard-Vues">Courtyard Vues</label></li>
																	<li><input type="checkbox" id="destacado-Vue-sur-le-lac" value="Vue-sur-le-lac"><label for="destacado-Vue-sur-le-lac">Vue sur le lac</label></li>
																	<li><input type="checkbox" id="destacado-Vues-urbaines" value="Vues-urbaines"><label for="destacado-Vues-urbaines">Vues urbaines</label></li>
																	<li><input type="checkbox" id="destacado-Vues-de-ski" value="Vues-de-ski"><label for="destacado-Vues-de-ski">Vues de ski</label></li>
																	<li><input type="checkbox" id="destacado-vue-sur-la-forêt" value="vue-sur-la-forêt"><label for="destacado-vue-sur-la-forêt">vue sur la forêt</label></li>
																	<li><input type="checkbox" id="destacado-Vues-sur-la-rue" value="Vues-sur-la-rue"><label for="destacado-Vues-sur-la-rue">Vues sur la rue</label></li>
															</ul>
						</div>
											<button class="accordion">Caractéristiques</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Terrasse-couverte" value="Terrasse-couverte"><label for="destacado-Terrasse-couverte">Terrasse couverte</label></li>
																	<li><input type="checkbox" id="destacado-Ascenseur" value="Ascenseur"><label for="destacado-Ascenseur">Ascenseur</label></li>
																	<li><input type="checkbox" id="destacado-Garde-robes-encastrées" value="Garde-robes-encastrées"><label for="destacado-Garde-robes-encastrées">Garde-robes encastrées</label></li>
																	<li><input type="checkbox" id="destacado-Transports-à-proximité" value="Transports-à-proximité"><label for="destacado-Transports-à-proximité">Transports à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Terrasse-privée" value="Terrasse-privée"><label for="destacado-Terrasse-privée">Terrasse privée</label></li>
																	<li><input type="checkbox" id="destacado-Solarium" value="Solarium"><label for="destacado-Solarium">Solarium</label></li>
																	<li><input type="checkbox" id="destacado-Télévision-par-satellite" value="Télévision-par-satellite"><label for="destacado-Télévision-par-satellite">Télévision par satellite</label></li>
																	<li><input type="checkbox" id="destacado-WiFi" value="WiFi"><label for="destacado-WiFi">WiFi</label></li>
																	<li><input type="checkbox" id="destacado-Salle-de-sport" value="Salle-de-sport"><label for="destacado-Salle-de-sport">Salle de sport</label></li>
																	<li><input type="checkbox" id="destacado-Sauna" value="Sauna"><label for="destacado-Sauna">Sauna</label></li>
																	<li><input type="checkbox" id="destacado-Salle-de-jeux" value="Salle-de-jeux"><label for="destacado-Salle-de-jeux">Salle de jeux</label></li>
																	<li><input type="checkbox" id="destacado-Paddle-tennis" value="Paddle-tennis"><label for="destacado-Paddle-tennis">Paddle-tennis</label></li>
																	<li><input type="checkbox" id="destacado-Terrain-de-tennis" value="Terrain-de-tennis"><label for="destacado-Terrain-de-tennis">Terrain de tennis</label></li>
																	<li><input type="checkbox" id="destacado-Appartement-hôte" value="Appartement-hôte"><label for="destacado-Appartement-hôte">Appartement hôte</label></li>
																	<li><input type="checkbox" id="destacado-Maison-d’hôte" value="Maison-d’hôte"><label for="destacado-Maison-d’hôte">Maison d’hôte</label></li>
																	<li><input type="checkbox" id="destacado-Débarras" value="Débarras"><label for="destacado-Débarras">Débarras</label></li>
																	<li><input type="checkbox" id="destacado-Buanderie" value="Buanderie"><label for="destacado-Buanderie">Buanderie</label></li>
																	<li><input type="checkbox" id="destacado-Salle-de-bains-attenante" value="Salle-de-bains-attenante"><label for="destacado-Salle-de-bains-attenante">Salle de bains attenante</label></li>
																	<li><input type="checkbox" id="destacado-Parquet" value="Parquet"><label for="destacado-Parquet">Parquet</label></li>
																	<li><input type="checkbox" id="destacado-Accès-pour-personnes-à-mobilité-réduite" value="Accès-pour-personnes-à-mobilité-réduite"><label for="destacado-Accès-pour-personnes-à-mobilité-réduite">Accès pour personnes à mobilité réduite</label></li>
																	<li><input type="checkbox" id="destacado-Sol-en-marbre" value="Sol-en-marbre"><label for="destacado-Sol-en-marbre">Sol en marbre</label></li>
																	<li><input type="checkbox" id="destacado-Jacuzzi" value="Jacuzzi"><label for="destacado-Jacuzzi">Jacuzzi</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Barbecue" value="Barbecue"><label for="destacado-Barbecue">Barbecue</label></li>
																	<li><input type="checkbox" id="destacado-Doubles-vitrages" value="Doubles-vitrages"><label for="destacado-Doubles-vitrages">Doubles-vitrages</label></li>
																	<li><input type="checkbox" id="destacado-Domotique" value="Domotique"><label for="destacado-Domotique">Domotique</label></li>
																	<li><input type="checkbox" id="destacado-Réception-24 h-sur-24" value="Réception-24 h-sur-24"><label for="destacado-Réception-24 h-sur-24">Réception 24 h sur 24</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant-sur-place" value="Restaurant-sur-place"><label for="destacado-Restaurant-sur-place">Restaurant sur place</label></li>
																	<li><input type="checkbox" id="destacado-Location-de-voiture" value="Location-de-voiture"><label for="destacado-Location-de-voiture">Location de voiture</label></li>
																	<li><input type="checkbox" id="destacado-Navette-gratuite" value="Navette-gratuite"><label for="destacado-Navette-gratuite">Navette gratuite</label></li>
																	<li><input type="checkbox" id="destacado-Garderie" value="Garderie"><label for="destacado-Garderie">Garderie</label></li>
																	<li><input type="checkbox" id="destacado-Mosquée-à-proximité" value="Mosquée-à-proximité"><label for="destacado-Mosquée-à-proximité">Mosquée à proximité</label></li>
																	<li><input type="checkbox" id="destacado-Logement-du-personnel" value="Logement-du-personnel"><label for="destacado-Logement-du-personnel">Logement du personnel</label></li>
																	<li><input type="checkbox" id="destacado-Ecuries" value="Ecuries"><label for="destacado-Ecuries">Ecuries</label></li>
																	<li><input type="checkbox" id="destacado-Près-d'une-église" value="Près-d'une-église"><label for="destacado-Près-d'une-église">Près d'une église</label></li>
																	<li><input type="checkbox" id="destacado-Sous-sol" value="Sous-sol"><label for="destacado-Sous-sol">Sous-sol</label></li>
																	<li><input type="checkbox" id="destacado-Fibre-optique" value="Fibre-optique"><label for="destacado-Fibre-optique">Fibre optique</label></li>
															</ul>
						</div>
											<button class="accordion">Mobilier</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Entièrement-meublé" value="Entièrement-meublé"><label for="destacado-Entièrement-meublé">Entièrement meublé</label></li>
																	<li><input type="checkbox" id="destacado-Partiellement-meublé" value="Partiellement-meublé"><label for="destacado-Partiellement-meublé">Partiellement meublé</label></li>
																	<li><input type="checkbox" id="destacado-Non-meublé" value="Non-meublé"><label for="destacado-Non-meublé">Non meublé</label></li>
																	<li><input type="checkbox" id="destacado-Meubles-en-option" value="Meubles-en-option"><label for="destacado-Meubles-en-option">Meubles en option</label></li>
															</ul>
						</div>
											<button class="accordion">Cuisine</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Cuisine-toute-équipée" value="Cuisine-toute-équipée"><label for="destacado-Cuisine-toute-équipée">Cuisine toute équipée</label></li>
																	<li><input type="checkbox" id="destacado-Cuisine-équipée-partiellement" value="Cuisine-équipée-partiellement"><label for="destacado-Cuisine-équipée-partiellement">Cuisine équipée partiellement</label></li>
																	<li><input type="checkbox" id="destacado-Non-Cuisine" value="Non-Cuisine"><label for="destacado-Non-Cuisine">Non Cuisine</label></li>
																	<li><input type="checkbox" id="destacado-Cuisine-Lounge" value="Cuisine-Lounge"><label for="destacado-Cuisine-Lounge">Cuisine-Lounge</label></li>
															</ul>
						</div>
											<button class="accordion">Jardin</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Jardin-communautaire" value="Jardin-communautaire"><label for="destacado-Jardin-communautaire">Jardin communautaire</label></li>
																	<li><input type="checkbox" id="destacado-Jardin-privé" value="Jardin-privé"><label for="destacado-Jardin-privé">Jardin privé</label></li>
																	<li><input type="checkbox" id="destacado-jardin-paysagé" value="jardin-paysagé"><label for="destacado-jardin-paysagé">jardin paysagé</label></li>
																	<li><input type="checkbox" id="destacado-Facile-d'entretien-de-jardin" value="Facile-d'entretien-de-jardin"><label for="destacado-Facile-d'entretien-de-jardin">Facile d'entretien de jardin</label></li>
															</ul>
						</div>
											<button class="accordion">Sécurité</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Complexe-sécurisé" value="Complexe-sécurisé"><label for="destacado-Complexe-sécurisé">Complexe sécurisé</label></li>
																	<li><input type="checkbox" id="destacado-Stores-électriques" value="Stores-électriques"><label for="destacado-Stores-électriques">Stores électriques</label></li>
																	<li><input type="checkbox" id="destacado-Interphone" value="Interphone"><label for="destacado-Interphone">Interphone</label></li>
																	<li><input type="checkbox" id="destacado-Système-d’alarme" value="Système-d’alarme"><label for="destacado-Système-d’alarme">Système d’alarme</label></li>
																	<li><input type="checkbox" id="destacado-Surveillance-24-h-/-24" value="Surveillance-24-h-/-24"><label for="destacado-Surveillance-24-h-/-24">Surveillance 24 h / 24</label></li>
																	<li><input type="checkbox" id="destacado-Coffre-fort" value="Coffre-fort"><label for="destacado-Coffre-fort">Coffre-fort</label></li>
															</ul>
						</div>
											<button class="accordion">Parking</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Parking-souterrain" value="Parking-souterrain"><label for="destacado-Parking-souterrain">Parking souterrain</label></li>
																	<li><input type="checkbox" id="destacado-garage" value="garage"><label for="destacado-garage">garage</label></li>
																	<li><input type="checkbox" id="destacado-Parking-couvert" value="Parking-couvert"><label for="destacado-Parking-couvert">Parking couvert</label></li>
																	<li><input type="checkbox" id="destacado-Parking-ouvert" value="Parking-ouvert"><label for="destacado-Parking-ouvert">Parking ouvert</label></li>
																	<li><input type="checkbox" id="destacado-Parking-dans-la-rue" value="Parking-dans-la-rue"><label for="destacado-Parking-dans-la-rue">Parking dans la rue</label></li>
																	<li><input type="checkbox" id="destacado-Plusieurs-espaces-de-stationnement" value="Plusieurs-espaces-de-stationnement"><label for="destacado-Plusieurs-espaces-de-stationnement">Plusieurs espaces de stationnement</label></li>
																	<li><input type="checkbox" id="destacado-Parking-communal" value="Parking-communal"><label for="destacado-Parking-communal">Parking communal</label></li>
																	<li><input type="checkbox" id="destacado-Parking-privé" value="Parking-privé"><label for="destacado-Parking-privé">Parking privé</label></li>
																	<li><input type="checkbox" id="destacado-Borne-de-recharge-pour-véhicules-électriques" value="Borne-de-recharge-pour-véhicules-électriques"><label for="destacado-Borne-de-recharge-pour-véhicules-électriques">Borne de recharge pour véhicules électriques</label></li>
															</ul>
						</div>
											<button class="accordion">Services publics</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Electricité" value="Electricité"><label for="destacado-Electricité">Electricité</label></li>
																	<li><input type="checkbox" id="destacado-Eau-potable" value="Eau-potable"><label for="destacado-Eau-potable">Eau potable</label></li>
																	<li><input type="checkbox" id="destacado-Téléphone" value="Téléphone"><label for="destacado-Téléphone">Téléphone</label></li>
																	<li><input type="checkbox" id="destacado-Gaz" value="Gaz"><label for="destacado-Gaz">Gaz</label></li>
																	<li><input type="checkbox" id="destacado-Panneaux-solaires-photovoltaïques" value="Panneaux-solaires-photovoltaïques"><label for="destacado-Panneaux-solaires-photovoltaïques">Panneaux solaires photovoltaïques</label></li>
																	<li><input type="checkbox" id="destacado-Chauffage-solaire-de-l’eau" value="Chauffage-solaire-de-l’eau"><label for="destacado-Chauffage-solaire-de-l’eau">Chauffage solaire de l’eau</label></li>
															</ul>
						</div>
											<button class="accordion">Catégorie</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bonne-affaire" value="Bonne-affaire"><label for="destacado-Bonne-affaire">Bonne affaire</label></li>
																	<li><input type="checkbox" id="destacado-Face-à-la-plage" value="Face-à-la-plage"><label for="destacado-Face-à-la-plage">Face à la plage</label></li>
																	<li><input type="checkbox" id="destacado-Bon-marché" value="Bon-marché"><label for="destacado-Bon-marché">Bon marché</label></li>
																	<li><input type="checkbox" id="destacado-Propriétés-affligées" value="Propriétés-affligées"><label for="destacado-Propriétés-affligées">Propriétés affligées</label></li>
																	<li><input type="checkbox" id="destacado-Golf" value="Golf"><label for="destacado-Golf">Golf</label></li>
																	<li><input type="checkbox" id="destacado-Maisons-de-vacances" value="Maisons-de-vacances"><label for="destacado-Maisons-de-vacances">Maisons de vacances</label></li>
																	<li><input type="checkbox" id="destacado-Investissement" value="Investissement"><label for="destacado-Investissement">Investissement</label></li>
																	<li><input type="checkbox" id="destacado-De-luxe" value="De-luxe"><label for="destacado-De-luxe">De luxe</label></li>
																	<li><input type="checkbox" id="destacado-Sur-plan-propriétés" value="Sur-plan-propriétés"><label for="destacado-Sur-plan-propriétés">Sur plan propriétés</label></li>
																	<li><input type="checkbox" id="destacado-Réduite" value="Réduite"><label for="destacado-Réduite">Réduite</label></li>
																	<li><input type="checkbox" id="destacado-Saisie-immobilière" value="Saisie-immobilière"><label for="destacado-Saisie-immobilière">Saisie immobilière</label></li>
																	<li><input type="checkbox" id="destacado-Revente" value="Revente"><label for="destacado-Revente">Revente</label></li>
																	<li><input type="checkbox" id="destacado-Avec-Permis-de-Construire" value="Avec-Permis-de-Construire"><label for="destacado-Avec-Permis-de-Construire">Avec Permis de Construire</label></li>
																	<li><input type="checkbox" id="destacado-Contemporain" value="Contemporain"><label for="destacado-Contemporain">Contemporain</label></li>
																	<li><input type="checkbox" id="destacado-Nouvelle-Construction" value="Nouvelle-Construction"><label for="destacado-Nouvelle-Construction">Nouvelle Construction</label></li>
															</ul>
						</div>
											<button class="accordion">Terrains et commerces</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Terrain" value="Terrain"><label for="destacado-Terrain">Terrain</label></li>
																	<li><input type="checkbox" id="destacado-Avec-permis" value="Avec-permis"><label for="destacado-Avec-permis">Avec permis</label></li>
																	<li><input type="checkbox" id="destacado-Sans-permis" value="Sans-permis"><label for="destacado-Sans-permis">Sans permis</label></li>
																	<li><input type="checkbox" id="destacado-Résidentiel" value="Résidentiel"><label for="destacado-Résidentiel">Résidentiel</label></li>
																	<li><input type="checkbox" id="destacado-Commerce" value="Commerce"><label for="destacado-Commerce">Commerce</label></li>
																	<li><input type="checkbox" id="destacado-Projet" value="Projet"><label for="destacado-Projet">Projet</label></li>
																	<li><input type="checkbox" id="destacado-Rustique" value="Rustique"><label for="destacado-Rustique">Rustique</label></li>
																	<li><input type="checkbox" id="destacado-Urbanisé" value="Urbanisé"><label for="destacado-Urbanisé">Urbanisé</label></li>
																	<li><input type="checkbox" id="destacado-Entièrement-approuvé" value="Entièrement-approuvé"><label for="destacado-Entièrement-approuvé">Entièrement approuvé</label></li>
																	<li><input type="checkbox" id="destacado-Non-commencé" value="Non-commencé"><label for="destacado-Non-commencé">Non commencé</label></li>
																	<li><input type="checkbox" id="destacado-Partiellement-achevé" value="Partiellement-achevé"><label for="destacado-Partiellement-achevé">Partiellement achevé</label></li>
																	<li><input type="checkbox" id="destacado-Entièrement-achevé" value="Entièrement-achevé"><label for="destacado-Entièrement-achevé">Entièrement achevé</label></li>
																	<li><input type="checkbox" id="destacado-Hôtel" value="Hôtel"><label for="destacado-Hôtel">Hôtel</label></li>
																	<li><input type="checkbox" id="destacado-Auberge" value="Auberge"><label for="destacado-Auberge">Auberge</label></li>
																	<li><input type="checkbox" id="destacado-Chambre-d’hôte" value="Chambre-d’hôte"><label for="destacado-Chambre-d’hôte">Chambre d’hôte</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant" value="Restaurant"><label for="destacado-Restaurant">Restaurant</label></li>
																	<li><input type="checkbox" id="destacado-Magasin" value="Magasin"><label for="destacado-Magasin">Magasin</label></li>
																	<li><input type="checkbox" id="destacado-Bureau" value="Bureau"><label for="destacado-Bureau">Bureau</label></li>
																	<li><input type="checkbox" id="destacado-Appartements" value="Appartements"><label for="destacado-Appartements">Appartements</label></li>
																	<li><input type="checkbox" id="destacado-Hôtels-particuliers" value="Hôtels-particuliers"><label for="destacado-Hôtels-particuliers">Hôtels particuliers</label></li>
																	<li><input type="checkbox" id="destacado-Villas" value="Villas"><label for="destacado-Villas">Villas</label></li>
																	<li><input type="checkbox" id="destacado-Maison-de-retraite" value="Maison-de-retraite"><label for="destacado-Maison-de-retraite">Maison de retraite</label></li>
																	<li><input type="checkbox" id="destacado-Hôpital" value="Hôpital"><label for="destacado-Hôpital">Hôpital</label></li>
																	<li><input type="checkbox" id="destacado-Ecole" value="Ecole"><label for="destacado-Ecole">Ecole</label></li>
																	<li><input type="checkbox" id="destacado-Centre-sportif" value="Centre-sportif"><label for="destacado-Centre-sportif">Centre sportif</label></li>
																	<li><input type="checkbox" id="destacado-Centre-équestre" value="Centre-équestre"><label for="destacado-Centre-équestre">Centre équestre</label></li>
																	<li><input type="checkbox" id="destacado-Parcours-de-golf" value="Parcours-de-golf"><label for="destacado-Parcours-de-golf">Parcours de golf</label></li>
																	<li><input type="checkbox" id="destacado-Garage" value="Garage"><label for="destacado-Garage">Garage</label></li>
																	<li><input type="checkbox" id="destacado-Entrepôt" value="Entrepôt"><label for="destacado-Entrepôt">Entrepôt</label></li>
																	<li><input type="checkbox" id="destacado-Domicile-à-bail" value="Domicile-à-bail"><label for="destacado-Domicile-à-bail">Domicile à bail</label></li>
																	<li><input type="checkbox" id="destacado-Salle-de-sport" value="Salle-de-sport"><label for="destacado-Salle-de-sport">Salle de sport</label></li>
															</ul>
						</div>
											<button class="accordion">Locations</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Caution-bancaire-requise" value="Caution-bancaire-requise"><label for="destacado-Caution-bancaire-requise">Caution bancaire requise</label></li>
																	<li><input type="checkbox" id="destacado-Références-requises" value="Références-requises"><label for="destacado-Références-requises">Références requises</label></li>
																	<li><input type="checkbox" id="destacado-Fumeurs" value="Fumeurs"><label for="destacado-Fumeurs">Fumeurs</label></li>
																	<li><input type="checkbox" id="destacado-Animaux-domestiques-autorisés" value="Animaux-domestiques-autorisés"><label for="destacado-Animaux-domestiques-autorisés">Animaux domestiques autorisés</label></li>
															</ul>
						</div>
									</div>
			</div>



		</div>
	</div>
	<div class="grid-cntrlz-three">
		<div>
			<select name="ordenar" class="ordenar-form-pmr">
				<option value="" selected="selected">Trier par</option>
				<option value="prix-ascendant">Prix (ascendant)</option>
				<option value="prix-decroissant">Prix (descendant)</option>
				<option value="emplacement">Localisation</option>
				<option value="dernier-rendez-vous">Dernière publication</option>
			</select>
		</div>
		<div>
			<input type="submit" class="btn-buscar" value='Recherche' />
		</div>
		<div class="ultima-caja">
			<a href="#" id="reset-formulario" class="btn-reset gris">Nouvelle recherche</a>
		</div>
	</div>
</div>
<p class="num-resultados">Nombre de résultats: 8104</p><div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.811/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>

<div style="display:none;">
	</div>


<style>
	.prop_social {
	    position: relative;
	    top: unset;
	    right: unset;
	    float: right;
	}
</style>


	<section class="property-items" style="margin-left: -20px;">
		<div id="listing_ajax_container" class="grid-cntrlz-three">
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.el-madronal" rel="tag">El Madroñal</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/"><img src="https://cdn.resales-online.com/public/hgk050u44e/properties/43f0501fd1e011ee8efd0217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1730079397" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4652665 - El Madroñal" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/">R4652665 - El Madroñal</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 3.450.000                                </div>
								<div class="listing_details the_grid_view">Exquisite Andalusian 4 bed luxury villa with lots of personality for sale in El Madroñal, Benahavis

Villa </div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>364 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R4652665/El-Madroñal/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.new-golden-mile" rel="tag">New Golden Mile</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/"><img src="https://cdn.resales-online.com/public/hgk050u44e/properties/8971dbf40cfd11f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1772503776" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5309206 - New Golden Mile" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/">R5309206 - New Golden Mile</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 850.000                                </div>
								<div class="listing_details the_grid_view">Luxury contemporary middle floor apartment in the stylish Cataleya complex on the New Golden Mile, East-Estepo</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>123 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5309206/New-Golden-Mile/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.el-paraiso" rel="tag">El Paraiso</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/"><img src="https://cdn.resales-online.com/public/hgk050u44e/properties/beb885062bc111f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1774831770" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5346175 - El Paraiso" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/">R5346175 - El Paraiso</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 600.000                                </div>
								<div class="listing_details the_grid_view">Beautiful, renovated Andalusian townhouse with 3 bedrooms for sale in Paraiso Bellevue, Benahavis

Townhouse</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2.5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>150 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5346175/El-Paraiso/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.los-pacos" rel="tag">Los Pacos</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/"><img src="https://cdn.resales-online.com/public/ssn5h8jbuj/properties/1fd71a3c270f11f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776034504" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5339272 - Los Pacos" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/">R5339272 - Los Pacos</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 269.000                                </div>
								<div class="listing_details the_grid_view">Beautiful apartment located in the lower part of Los Pacos (Fuengirola). Excellent location, just steps from a</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>103 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5339272/Los-Pacos/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.calahonda" rel="tag">Calahonda</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/"><img src="https://cdn.resales-online.com/public/litmvj8gm2/properties/67df3915e1c211edb6600217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1718923620" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4300345 - Calahonda" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/">R4300345 - Calahonda</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 640.000                                </div>
								<div class="listing_details the_grid_view">IDEAL LOCATION!!!

JUST 300M FROM THE BEACH

50M FROM MERCADONA SUPERMARKET

This really is a special pr</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>150 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R4300345/Calahonda/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.santa-clara" rel="tag">Santa Clara</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/"><img src="https://cdn.resales-online.com/public/oh4009bsw2/properties/9d2c241fb4a311f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776031983" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5210164 - Santa Clara" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/">R5210164 - Santa Clara</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 1.590.000                                </div>
								<div class="listing_details the_grid_view">An exceptional property located within the prestigious Soul Marbella development by Aedas Homes.
A spacious a</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2.5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>178 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5210164/Santa-Clara/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.selwo" rel="tag">Selwo</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/"><img src="https://cdn.resales-online.com/public/hmvml88gqh/properties/769077b3bd5611f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1763569757" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5219470 - Selwo" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/">R5219470 - Selwo</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 339.000                                </div>
								<div class="listing_details the_grid_view">Discover this well-appointed 2 bedroom, 2 bathroom apartment is located in the desirable Golf Hills urbanisati</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>99 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5219470/Selwo/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.benahavis" rel="tag">Benahavís</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/"><img src="https://cdn.resales-online.com/public/hmvml88gqh/properties/2ceb59140fe811f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1771841663" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5311489 - Benahavís" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/">R5311489 - Benahavís</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 630.000                                </div>
								<div class="listing_details the_grid_view">Set within the picturesque hillside community of La Heredia in Monte Mayor, this beautifully presented 3-bedro</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2.5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>169 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R5311489/Benahavís/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/fr/resultat/cod-loc.nueva-andalucia" rel="tag">Nueva Andalucía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/"><img src="https://cdn.resales-online.com/public/hmvml88gqh/properties/40c392f5fbfe11ef8cfb02e0405b089b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1741529396" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4980175 - Nueva Andalucía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/">R4980175 - Nueva Andalucía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 5.595.000                                </div>
								<div class="listing_details the_grid_view">Set in the heart of Nueva Andalucía, this magnificent luxury estate exudes timeless Andalusian elegance. Situ</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>7								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>8								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>1133 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Je suis intéressé par&body=https://www.antaraproperties.com/fr/details-propriete/Reference.R4980175/Nueva-Andalucía/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
					</div>
	</section>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.antaraproperties.com/fr/resultat/property.All-properties/pag.811/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>{"id":31262,"date":"2022-12-25T18:47:03","date_gmt":"2022-12-25T18:47:03","guid":{"rendered":"https:\/\/www.antaraproperties.com\/resultado\/"},"modified":"2023-04-21T08:30:25","modified_gmt":"2023-04-21T08:30:25","slug":"resultat","status":"publish","type":"page","link":"https:\/\/www.antaraproperties.com\/fr\/resultat\/","title":{"rendered":"Resultat"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-31262","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resultat - Antara Properties<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.antaraproperties.com\/fr\/resultat\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resultat - Antara Properties\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.antaraproperties.com\/fr\/resultat\/\" \/>\n<meta property=\"og:site_name\" content=\"Antara Properties\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-21T08:30:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"696\" \/>\n\t<meta property=\"og:image:height\" content=\"696\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/resultat\/\",\"url\":\"https:\/\/www.antaraproperties.com\/fr\/resultat\/\",\"name\":\"Resultat - Antara Properties\",\"isPartOf\":{\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#website\"},\"datePublished\":\"2022-12-25T18:47:03+00:00\",\"dateModified\":\"2023-04-21T08:30:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/resultat\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.antaraproperties.com\/fr\/resultat\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/resultat\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.antaraproperties.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resultat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#website\",\"url\":\"https:\/\/www.antaraproperties.com\/fr\/\",\"name\":\"Antara Properties\",\"description\":\"New property developments on the Costa Del Sol\",\"publisher\":{\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.antaraproperties.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#organization\",\"name\":\"Antara Properties\",\"url\":\"https:\/\/www.antaraproperties.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\",\"contentUrl\":\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"Antara Properties\"},\"image\":{\"@id\":\"https:\/\/www.antaraproperties.com\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/\",\"https:\/\/www.instagram.com\/antara.properties\/?hl=es\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resultat - Antara Properties","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.antaraproperties.com\/fr\/resultat\/","og_locale":"fr_FR","og_type":"article","og_title":"Resultat - Antara Properties","og_url":"https:\/\/www.antaraproperties.com\/fr\/resultat\/","og_site_name":"Antara Properties","article_publisher":"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/","article_modified_time":"2023-04-21T08:30:25+00:00","og_image":[{"width":696,"height":696,"url":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.antaraproperties.com\/fr\/resultat\/","url":"https:\/\/www.antaraproperties.com\/fr\/resultat\/","name":"Resultat - Antara Properties","isPartOf":{"@id":"https:\/\/www.antaraproperties.com\/fr\/#website"},"datePublished":"2022-12-25T18:47:03+00:00","dateModified":"2023-04-21T08:30:25+00:00","breadcrumb":{"@id":"https:\/\/www.antaraproperties.com\/fr\/resultat\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.antaraproperties.com\/fr\/resultat\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.antaraproperties.com\/fr\/resultat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.antaraproperties.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Resultat"}]},{"@type":"WebSite","@id":"https:\/\/www.antaraproperties.com\/fr\/#website","url":"https:\/\/www.antaraproperties.com\/fr\/","name":"Antara Properties","description":"New property developments on the Costa Del Sol","publisher":{"@id":"https:\/\/www.antaraproperties.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.antaraproperties.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.antaraproperties.com\/fr\/#organization","name":"Antara Properties","url":"https:\/\/www.antaraproperties.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.antaraproperties.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","contentUrl":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","width":696,"height":696,"caption":"Antara Properties"},"image":{"@id":"https:\/\/www.antaraproperties.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/","https:\/\/www.instagram.com\/antara.properties\/?hl=es"]}]}},"_links":{"self":[{"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/pages\/31262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/comments?post=31262"}],"version-history":[{"count":0,"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/pages\/31262\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.antaraproperties.com\/fr\/wp-json\/wp\/v2\/media?parent=31262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}