Rentabilité & fiscalité Airbnb
Découvrez la rentabilité réelle de votre logement Airbnb selon votre ville et notre expertise fiscale.
Demandez une estimation gratuite/* === HIGHLIGHTS — Exemples clés de gains === */
#mey-renta .highlights{ display:grid; gap:12px; padding:14px; }
#mey-renta .highlights .grid{ display:grid; gap:12px; grid-template-columns:1fr; }
#mey-renta .hi-card{
background: var(--white);
border:1px solid var(--line);
border-radius:14px;
box-shadow: var(--shadow);
padding:14px;
}
#mey-renta .hi-head{
display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:6px;
}
#mey-renta .hi-city{ font-weight:700; color:var(--navy); }
#mey-renta .hi-type{ color:var(--muted); font-weight:600; }
#mey-renta .hi-gain{
font-size:1.15rem; font-weight:800; color:var(--ok);
}
#mey-renta .hi-meta{
display:flex; gap:12px; flex-wrap:wrap; font-size:.95rem; color:var(--muted);
}
#mey-renta .chip{
display:inline-flex; align-items:center; gap:6px;
border:1px solid var(--line); border-radius:999px; padding:.2rem .55rem; background:#fffdf8;
}
#mey-renta .chip b{ color:var(--navy); }
#mey-renta .hi-foot{ margin-top:8px; font-size:.88rem; color:var(--muted); }
@media (min-width:880px){
#mey-renta .highlights .grid{ grid-template-columns:repeat(4,1fr); }
}