.sonb-hero {
position: relative; width: 100vw; margin-left: calc(-50vw + 50%);
height: 88vh; min-height: 520px;
background: url('https://www.terresdexception.com/wp-content/uploads/2026/06/9.jpeg') center center / cover no-repeat;
display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
padding-bottom: 60px; text-align: center;
}
.sonb-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.45) 100%); }
.sonb-hero-inner { position: relative; z-index: 2; }
.sonb-hero-eyebrow { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.sonb-hero-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: clamp(38px, 6vw, 68px); line-height: 1.05; color: #fff; margin-bottom: 16px; }
.sonb-hero-sub { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.sonb-badges { background: #2f3e34; width: 100vw; margin-left: calc(-50vw + 50%); display: flex; justify-content: center; flex-wrap: wrap; }
.sonb-badge { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 36px; border-right: 1px solid rgba(255,255,255,0.12); min-width: 130px; }
.sonb-badge:last-child { border-right: none; }
.sonb-badge-val { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px; color: #B5924C; line-height: 1; }
.sonb-badge-lbl { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 4px; }
.ars-section { width:100vw; margin-left:calc(-50vw + 50%); background:#f6f2ec; padding:4rem 2rem; font-family:'Jost',sans-serif; }
.ars-inner { max-width:1100px; margin:0 auto; }
.ars-desc-grid { display:grid; grid-template-columns:1.4fr 1fr; gap:4rem; margin-bottom:4rem; align-items:start; }
@media (max-width:768px) { .ars-desc-grid { grid-template-columns:1fr; gap:2rem; } }
.ars-h2 { font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:300; font-style:italic; color:#2f3e34; line-height:1.2; margin-bottom:1.2rem; }
.ars-text { font-size:14px; font-weight:300; color:#1f1f1f; line-height:1.7; }
.ars-equip-title { font-size:9px; letter-spacing:0.28em; text-transform:uppercase; color:#B5924C; margin-bottom:1rem; font-weight:400; }
.ars-equip-list { font-size:13px; font-weight:300; color:#1f1f1f; line-height:2; }
.ars-equip-item { display:flex; align-items:center; gap:8px; padding:6px 0; border-bottom:0.5px solid rgba(47,62,52,0.08); }
.ars-equip-item:last-child { border-bottom:none; }
.ars-equip-dot { width:4px; height:4px; border-radius:50%; background:#B5924C; flex-shrink:0; }
.ars-gallery-title { font-size:9px; letter-spacing:0.28em; text-transform:uppercase; color:#B5924C; margin-bottom:1.5rem; font-weight:400; }
.ars-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:4rem; }
@media (max-width:640px) { .ars-gallery { grid-template-columns:repeat(2,1fr); } }
.ars-gallery-item { position:relative; aspect-ratio:4/3; overflow:hidden; cursor:pointer; }
.ars-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s ease; display:block; }
.ars-gallery-item:hover img { transform:scale(1.05); }
.ars-lightbox { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.92); z-index:9999; align-items:center; justify-content:center; }
.ars-lightbox.open { display:flex; }
.ars-lightbox img { max-width:90vw; max-height:85vh; object-fit:contain; }
.ars-lb-close { position:absolute; top:20px; right:24px; color:#f6f2ec; font-size:28px; cursor:pointer; background:none; border:none; font-family:'Jost',sans-serif; font-weight:300; }
.ars-lb-prev,.ars-lb-next { position:absolute; top:50%; transform:translateY(-50%); color:#f6f2ec; font-size:36px; cursor:pointer; background:none; border:none; font-family:'Jost',sans-serif; font-weight:300; padding:0 1.5rem; }
.ars-lb-prev { left:0; } .ars-lb-next { right:0; }
.ars-lb-counter { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); font-family:'Jost',sans-serif; font-size:11px; letter-spacing:2px; color:rgba(255,255,255,0.4); text-transform:uppercase; }
.ars-map-share-grid { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:stretch; }
@media (max-width:768px) { .ars-map-share-grid { grid-template-columns:1fr; } }
.ars-map-title { font-size:9px; letter-spacing:0.28em; text-transform:uppercase; color:#B5924C; margin-bottom:1rem; font-weight:400; }
#sonb-map { height:100%; min-height:380px; width:100%; border:0.5px solid rgba(47,62,52,0.15); }
.ars-share-box { background:#fff; border:0.5px solid rgba(47,62,52,0.12); padding:2rem; height:100%; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center; }
.ars-share-title { font-size:9px; letter-spacing:0.28em; text-transform:uppercase; color:#B5924C; margin-bottom:1.2rem; font-weight:400; }
.ars-share-desc { font-size:12px; font-weight:300; color:#7a7570; line-height:1.6; margin-bottom:1.5rem; }
.ars-share-btn { display:flex; align-items:center; gap:10px; width:100%; padding:10px 16px; border:1px solid rgba(47,62,52,0.2); background:transparent; font-family:'Jost',sans-serif; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:#2f3e34; cursor:pointer; margin-bottom:8px; transition:all 0.2s ease; text-decoration:none; justify-content:center; }
.ars-share-btn:hover { background:#2f3e34; color:#f6f2ec; }
.ars-share-btn svg { width:14px; height:14px; stroke:currentColor; fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.ars-copy-msg { font-size:11px; color:#B5924C; text-align:center; margin-top:8px; display:none; }
.sonb-jumele { background:#2f3e34; border-radius:4px; padding:36px 40px; margin-bottom:4rem; display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center; }
@media (max-width:768px) { .sonb-jumele { grid-template-columns:1fr; padding:28px 24px; } }
.sonb-jumele-label { font-size:9px; letter-spacing:3px; text-transform:uppercase; color:#B5924C; margin-bottom:10px; }
.sonb-jumele-title { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:26px; color:#fff; margin-bottom:12px; font-weight:300; }
.sonb-jumele-desc { font-size:13px; color:rgba(255,255,255,0.75); line-height:1.7; }
.sonb-jumele-stats { display:flex; gap:24px; flex-wrap:wrap; margin-top:20px; }
.sonb-jumele-stat-val { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:30px; color:#B5924C; line-height:1; }
.sonb-jumele-stat-lbl { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.6); margin-top:3px; }
.sonb-jumele-cta { display:inline-block; margin-top:24px; font-family:'Jost',sans-serif; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; color:#fff; border:1px solid rgba(255,255,255,0.4); padding:12px 28px; text-decoration:none; transition:all 0.3s ease; }
.sonb-jumele-cta:hover { background:rgba(255,255,255,0.1); border-color:#fff; }
.sonb-jumele-img img { width:100%; height:200px; object-fit:cover; display:block; border-radius:3px; }
Sant Lluís · Minorque · Espagne
Son Bonaventura
Finca d'exception · 10 couchages
10Couchages
5Chambres
5Salles de bain
1Piscine privée
27 haDomaine
Une finca d'exception entre mer et campagne minorquine
Nichée sur le Camí Son Bonaventura, dans la commune de Sant Lluís, cette propriété d'exception incarne l'art de vivre minorquin dans ce qu'il a de plus authentique et élégant. Deux maisons indépendantes, des piscines privées, de grands jardins et un environnement naturel préservé composent un domaine conçu pour le calme, l'intimité et le raffinement. À quelques minutes des plus belles plages du sud-est de l'île et du port de Mahón.
Équipements
Piscine privée
Jacuzzi
Mini golf
Terrain de paddle
Climatisation
Connexion Wifi
Prestations incluses
Ménage de fin de séjour
Linge de lit haut de gamme
Linge de toilette fourni
Lits faits à l'arrivée
Accueil personnalisé
Assistance pendant le séjour
Coins nuit — 5 chambres · 10 couchages
Suite Master
🛏 Lit double King size🚿 2 salles de bain privatives
🪞 2 dressings🌿 Salon & balcon privés
Chambre 2
🛏 2 lits simples🚿 Salle de bain privative🚽 WC💇 Sèche-cheveux
Chambre 3
🛏 1 lit double séparable🚿 Salle de bain attenante🚽 WC💇 Sèche-cheveux
Chambre 4
🛏 1 lit double séparable🚿 Salle de bain privative🚽 WC💇 Sèche-cheveux
Chambre 5
🛏 1 lit double séparable🚿 Salle de bain privative🚽 WC💇 Sèche-cheveux
Propriété jumelée
Son Esperanza
La maison d'hôtes indépendante du domaine, disponible simultanément pour des séjours de groupe. Louées ensemble, les deux propriétés offrent une capacité totale de 14 personnes, avec 7 chambres, 7 salles de bain et 2 piscines privées.
14Couchages
7Chambres
7Salles de bain
2Piscines privées
Voir Son Esperanza
Galerie photos — 25 vues
Localisation
Partager cette propriété
Partagez Son Bonaventura avec vos proches ou sauvegardez le lien pour plus tard.
Copier le lien
Partager sur WhatsApp
Envoyer par email
✓ Lien copié !
✕
‹
›
var sonbPhotos=['https://www.terresdexception.com/wp-content/uploads/2026/06/406ECD9D-A662-459C-8464-F7F12820815B.png','https://www.terresdexception.com/wp-content/uploads/2026/06/9CC8670F-E206-4A0B-991F-180A0DBB0F9F.png','https://www.terresdexception.com/wp-content/uploads/2026/06/1eb1233c-f6e7-42ac-a1f5-b62199beb5ef.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/25522b6c-2d7e-48b1-8706-d3a97e5c0be8.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/41.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/c132e5bc-9fe6-494d-823c-792ce7a95d3c.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/39.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/a53b520c-4dba-4176-91a1-926073c01762.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/5cbfd444-58bc-4716-a6e4-de665fe60c62.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/1681e1f8-bb7e-434f-a330-0101c19ed193.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/2.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/10.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/33.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/12.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/37.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/6.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/9-1.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/34.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/5.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/26.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/52.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/51.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/25.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/4.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/bbdd1f20-fa65-4a1b-94d2-32eacc9fb753.jpeg','https://www.terresdexception.com/wp-content/uploads/2026/06/IMG_3701.png','https://www.terresdexception.com/wp-content/uploads/2026/06/IMG_3700.png','https://www.terresdexception.com/wp-content/uploads/2026/06/IMG_3699.png','https://www.terresdexception.com/wp-content/uploads/2026/06/IMG_3698.png'];
var sonbLbIdx=0;
function sonbLbOpen(i){sonbLbIdx=i;document.getElementById('sonb-lb-img').src=sonbPhotos[i];document.getElementById('sonb-lb-counter').textContent=(i+1)+' / '+sonbPhotos.length;document.getElementById('sonb-lightbox').classList.add('open');document.body.style.overflow='hidden';}
function sonbLbClose(){document.getElementById('sonb-lightbox').classList.remove('open');document.body.style.overflow='';}
function sonbLbNav(dir){sonbLbIdx=(sonbLbIdx+dir+sonbPhotos.length)%sonbPhotos.length;document.getElementById('sonb-lb-img').src=sonbPhotos[sonbLbIdx];document.getElementById('sonb-lb-counter').textContent=(sonbLbIdx+1)+' / '+sonbPhotos.length;}
document.getElementById('sonb-lightbox').addEventListener('click',function(e){if(e.target===this)sonbLbClose();});
document.addEventListener('keydown',function(e){if(!document.getElementById('sonb-lightbox').classList.contains('open'))return;if(e.key==='Escape')sonbLbClose();if(e.key==='ArrowLeft')sonbLbNav(-1);if(e.key==='ArrowRight')sonbLbNav(1);});
function sonbCopyLink(){navigator.clipboard.writeText('https://www.terresdexception.com/son-bonaventura').then(function(){var m=document.getElementById('sonb-copy-msg');m.style.display='block';setTimeout(function(){m.style.display='none';},2000);});}
setTimeout(function(){
var map=L.map('sonb-map',{zoomControl:true,scrollWheelZoom:false});
L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png',{attribution:'© OpenStreetMap © CARTO',subdomains:'abcd',maxZoom:19}).addTo(map);
map.getContainer().style.filter='sepia(0.2) saturate(0.8)';
var icon=L.divIcon({className:'',html:'',iconSize:[14,14],iconAnchor:[7,7]});
L.marker([39.8537,4.2615],{icon:icon}).addTo(map).bindPopup('
Son Bonaventura
Sant Lluís, Minorque
').openPopup();
map.setView([39.8537,4.2615],13);
},500);
Intéressé par cette propriété ?
Demander une disponibilité
Sant Lluís, Minorque