
{"id":58592,"date":"2026-03-08T15:36:29","date_gmt":"2026-03-08T19:36:29","guid":{"rendered":"https:\/\/bookstmartin.com\/?page_id=58592"},"modified":"2026-03-15T19:47:00","modified_gmt":"2026-03-15T23:47:00","slug":"location-de-villas-a-saint-martin","status":"publish","type":"page","link":"https:\/\/bookstmartin.com\/fr\/location-de-villas-a-saint-martin\/","title":{"rendered":"location de villas a saint martin"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"58592\" class=\"elementor elementor-58592 elementor-58587\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69dac00 e-flex e-con-boxed e-con e-parent\" data-id=\"69dac00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-788ee0c elementor-widget elementor-widget-heading\" data-id=\"788ee0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Location de Villas \u00e0 Saint-Martin - Collection BookStMartin<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99bf5b0 elementor-widget elementor-widget-shortcode\" data-id=\"99bf5b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- ========================= -->\n<!--  BOOKST MARTIN SEARCH BOX -->\n<!--  Luxury SXM Style v1       -->\n<!-- ========================= -->\n\n<!-- Flatpickr CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/flatpickr.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/themes\/airbnb.css\">\n\n<style>\n\n\/* Global Container *\/\n.bsm-search-box {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 22px;\n    background: #ffffff;\n    border-radius: 18px;\n    border: 1px solid #e6e6e6;\n    box-shadow: 0 6px 24px rgba(0,0,0,0.08);\n    display: flex;\n    flex-wrap: wrap;\n    align-items: flex-end;\n    gap: 18px;\n    font-family: 'Poppins', sans-serif;\n}\n\n\/* Generic field container *\/\n.bsm-field {\n    flex: 1;\n    min-width: 260px;\n    display: flex;\n    flex-direction: column;\n}\n\n\/* Labels *\/\n.bsm-field label {\n    font-size: 14px;\n    font-weight: 500;\n    color: #444;\n    margin-bottom: 6px;\n}\n\n\/* Inputs *\/\n.bsm-input {\n    padding: 16px;\n    border-radius: 14px;\n    border: 1px solid #dcdcdc;\n    background: #f9fafb;\n    font-size: 15px;\n    transition: .25s;\n}\n\n.bsm-input:focus {\n    border-color: #00cee3;\n    background: white;\n    box-shadow: 0 0 0 3px rgba(0,206,227,0.25);\n    outline: none;\n}\n\n\/* Guests dropdown *\/\n.bsm-dropdown {\n    position: relative;\n}\n\n.bsm-dropdown-menu {\n    position: absolute;\n    top: 115%;\n    left: 0;\n    right: 0;\n    padding: 18px;\n    background: #ffffff;\n    border-radius: 14px;\n    border: 1px solid #eee;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.15);\n    z-index: 20;\n    display: none;\n}\n\n.bsm-dropdown-menu.active {\n    display: block;\n}\n\n.bsm-counter {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\n.bsm-counter span {\n    font-size: 15px;\n    font-weight: 500;\n}\n\n.bsm-counter button {\n    width: 34px;\n    height: 34px;\n    border-radius: 10px;\n    background: #00cee3;\n    border: none;\n    color: white;\n    font-size: 20px;\n    line-height: 0;\n    cursor: pointer;\n}\n\n\/* Search Button *\/\n.bsm-btn {\n    padding: 16px;\n    min-width: 185px;\n    border-radius: 14px;\n    border: none;\n    background: linear-gradient(135deg, #00CEE3, #00AFC5);\n    color: white;\n    font-size: 17px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: 0.25s;\n}\n\n.bsm-btn:hover {\n    background: linear-gradient(135deg, #00b8cb, #009fb4);\n}\n\n\/* Mobile *\/\n@media(max-width: 768px){\n    .bsm-search-box {\n        padding: 18px;\n    }\n    .bsm-input {\n        padding: 14px;\n    }\n}\n\n@media (max-width: 768px) {\n    .bsm-search-box {\n        padding: 16px 14px;           \/* r\u00e9duit un peu *\/\n        gap: 12px;                    \/* moins d'espace entre champs *\/\n        flex-direction: column;       \/* passe tout en colonne sur mobile \u2192 plus propre *\/\n        align-items: stretch;         \/* les champs prennent toute la largeur *\/\n    }\n\n    .bsm-field {\n        min-width: 100% !important;   \/* force full width *\/\n        flex: none;\n    }\n\n    .bsm-input {\n        padding: 15px 16px;\n        font-size: 16px;              \/* mieux pour le tactile *\/\n    }\n\n    .bsm-btn {\n        min-width: 100%;              \/* bouton full width sur mobile *\/\n        padding: 16px;\n        margin-top: 8px;\n        font-size: 17px;\n    }\n\n    \/* Am\u00e9liore le dropdown guests *\/\n    .bsm-dropdown-menu {\n        width: 100%;\n        left: 0;\n        right: 0;\n    }\n}\n<\/style>\n\n<!-- ======================== -->\n<!-- HTML SEARCH BOX LUXURY   -->\n<!-- ======================== -->\n<div class=\"bsm-search-box\">\n\n  <!-- DATE RANGE -->\n  <div class=\"bsm-field\">\n    <label>Dates<\/label>\n    <input type=\"text\"\n           id=\"bsm-dates\"\n           class=\"bsm-input\"\n           placeholder=\"Arriv\u00e9e \u2192 D\u00e9part\"\n           readonly>\n  <\/div>\n\n  <!-- GUESTS -->\n  <div class=\"bsm-field bsm-dropdown\">\n    <label>Voyageurs<\/label>\n\n    <input type=\"text\"\n           id=\"bsm-guests\"\n           class=\"bsm-input\"\n           value=\"2 Voyageurs\"\n           readonly>\n\n    <div class=\"bsm-dropdown-menu\" id=\"bsm-guests-menu\">\n        <div class=\"bsm-counter\">\n            <span>Voyageurs<\/span>\n            <div>\n                <button type=\"button\" id=\"bsm-minus\">\u2212<\/button>\n                <button type=\"button\" id=\"bsm-plus\">+<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- BUTTON -->\n  <button class=\"bsm-btn\" id=\"bsm-submit\">Rechercher<\/button>\n\n<\/div>\n\n\n<!-- Hidden real fields sent to the search results page -->\n<form id=\"bsm-real-form\" method=\"GET\" action=\"https:\/\/bookstmartin.com\/fr\/resultats\/\" style=\"display:none;\">\n    <input type=\"hidden\" name=\"checkin\" id=\"bsm-checkin\">\n    <input type=\"hidden\" name=\"checkout\" id=\"bsm-checkout\">\n    <input type=\"hidden\" name=\"guests\" id=\"bsm-guests-hidden\">\n<\/form>\n\n<!-- ======================== -->\n<!-- FLATPICKR + LOGIC        -->\n<!-- ======================== -->\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\"><\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/l10n\/fr.js\"><\/script>\n\n<script>\n\/\/ === DATE RANGE PICKER ===\nlet fp = flatpickr(\"#bsm-dates\", {\n    mode: \"range\",\n    dateFormat: \"Y-m-d\",\n    minDate: \"today\",\n    disableMobile: true,\n    locale: \"fr\",\n    onChange: function(selectedDates) {\n\n        if (selectedDates.length === 2) {\n            document.getElementById('bsm-checkin').value =\n                selectedDates[0].toISOString().split('T')[0];\n\n            document.getElementById('bsm-checkout').value =\n                selectedDates[1].toISOString().split('T')[0];\n        }\n    }\n});\n\n\n\/\/ === GUESTS DROPDOWN ===\nconst guestsToggle = document.getElementById(\"bsm-guests\");\nconst menu        = document.getElementById(\"bsm-guests-menu\");\nconst minusBtn    = document.getElementById(\"bsm-minus\");\nconst plusBtn     = document.getElementById(\"bsm-plus\");\nconst hiddenGuests= document.getElementById(\"bsm-guests-hidden\");\n\nlet guests = 2;\nhiddenGuests.value = guests;\n\n\/\/ toggle menu\nguestsToggle.addEventListener(\"click\", () => {\n    menu.classList.toggle(\"active\");\n});\n\n\/\/ minus\nminusBtn.addEventListener(\"click\", () => {\n    if (guests > 1) guests--;\n    updateGuests();\n});\n\n\/\/ plus\nplusBtn.addEventListener(\"click\", () => {\n    guests++;\n    updateGuests();\n});\n\n\/\/ update UI\nfunction updateGuests(){\n    guestsToggle.value = guests + (guests > 1 ? \" Travelers\" : \" Traveler\");\n    hiddenGuests.value = guests;\n}\n\n\n\/\/ === SUBMIT SEARCH ===\ndocument.getElementById(\"bsm-submit\").addEventListener(\"click\", () => {\n\n    \/\/ v\u00e9rif dates\n    if (!document.getElementById(\"bsm-checkin\").value ||\n        !document.getElementById(\"bsm-checkout\").value) {\n        alert(\"Please select your arrival and departure dates.\");\n        return;\n    }\n\n    document.getElementById(\"bsm-real-form\").submit();\n});\n\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0919f2e elementor-widget elementor-widget-html\" data-id=\"0919f2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"bsm-travel-tip\">\r\n  <div class=\"bsm-tip-icon\">\u26a0\ufe0f<\/div>\r\n  <div class=\"bsm-tip-text\">\r\n    <strong>Conseil voyage<\/strong>\r\n    Saint-Martin \/ Sint Maarten est l\u2019une des destinations les plus pris\u00e9es des Cara\u00efbes, et de nombreuses locations de vacances sont souvent r\u00e9serv\u00e9es d\u2019une ann\u00e9e \u00e0 l\u2019autre par des voyageurs fid\u00e8les.\r\n    <br>\r\n    Pour profiter des meilleures options pour votre s\u00e9jour, nous vous recommandons de r\u00e9server votre h\u00e9bergement le plus t\u00f4t possible.\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb58727 e-flex e-con-boxed e-con e-parent\" data-id=\"bb58727\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fefeddd elementor-widget elementor-widget-custom_listing_widget\" data-id=\"fefeddd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"custom_listing_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <section class=\"property-listings\">\n            <div class=\"grid grid-cols-3 gap-4\">\n                                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-o-villa-de-luxe-paisible-avec-4-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/400999096_2695643357251092_8685085753175098937_n.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa \u00d4 &#8211; Villa de luxe paisible ave\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $1,217 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-turquoze-vue-mer-imprenable\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/FRA0314-Modifier.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Turquoze &#8211; Vue mer imprenable<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $643 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-topaze-luxe-serein-3-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/Topaze--1024x684.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Topaze &#8211; Luxe serein 3 chambre\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $568 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-acropole-orient-bay\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/bb18f633-ccbe-48bc-8308-6669286279f6-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Acropole &#8211; Orient Bay<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $426 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-flow-villa-3-chambres-pres-de-la-plage\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/07\/520260292_3260830204065735_1520820863248502127_n-Copier.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa FLOW &#8211; Villa 3 chambres proche\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $420 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-nirvana-bleu-acces-direct-a-la-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2026\/01\/b01bff32-e035-450a-8133-b9f19be13d4e-1024x473.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Nirvana Bleu &#8211; Acc\u00e8s direct \u00e0 \u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $576 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-belle-lurette-villa-en-bord-de-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2026\/01\/1a581593-5e06-40eb-a0df-5fd35ea3ddbb-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Belle Lurette &#8211; Villa en bord \u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $420 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-paloma-adaptee-aux-naturistes\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2024\/03\/1e3e1ce9-1024x768.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Paloma &#8211; Adapt\u00e9e aux naturiste\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  4 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $430 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-hideaway-villa-3-chambres-orient-bay\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/Villa-Brunet-Basse-def-2025-Basse-def-Jeanne-LE-MENN_45-Copie.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Hideaway &#8211; Villa 3 chambres Or\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $420 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-secret-harbor-villa-de-luxe-3-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/3e350a7f-3b31-43d7-93b1-0473069530dc-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Secret Harbor &#8211; Villa de luxe \u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $594 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-venus-villa-3-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/1738092163-screenshot-2025-01-28-141505.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Venus &#8211; Villa 3 chambres<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $636 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-venus-villa-de-luxe-4-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/1738092165-screenshot-2025-01-28-141520.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Venus &#8211; Villa de luxe 4 chambr\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  5 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $810 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-thomarine-vue-mer-exceptionnelle\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/IMG_9-Copie-1024x576.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Thomarine &#8211; Vue mer exceptionn\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $384 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-casa-antilla-villa-accueillant-les-naturistes\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/11\/1-CASA-ANTILLA-Copie-1024x576.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  VILLA CASA ANTILLA &#8211; Villa accueilla\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $276 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-natica-villa-naturiste-optionnel\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/10\/501430477.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  VILLA NATICA &#8211; Villa naturiste (opti\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $240 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-bruneva-villa-naturiste\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/10\/20250728_153058553_iOS.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  VILLA BRUNEVA &#8211; Villa naturiste<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $276 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-pinel-luxe-en-bord-de-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/10\/1-1024x658.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Pinel &#8211; Luxe en bord de mer<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $1,012 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-be-vue-imprenable\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/VB-56-scaled-1-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa BE &#8211; Vue imprenable<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  7 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $600 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-petit-paradis-charme-creole\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/cabba74d-829e-4251-85a6-59839f0e181d-1024x493.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Petit Paradis &#8211; Charme cr\u00e9ole<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $540 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-aquazen-havre-en-bord-de-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/AZ-38-Copier.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa AquaZen &#8211; Havre en bord de mer<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  5 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $576 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-marine-villa-en-bord-de-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/daf0a09e-397b-4f63-8f2f-1d177eef8256-1024x683.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Marine &#8211; Villa en bord de mer<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  4 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $480 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-saba-deluxe-3-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/AMM-46_24_11zon-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Saba &#8211; Deluxe 3 chambres<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $362 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/happy-salt-villa-de-3-chambres-avec-vue-sur-locean\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/ac29eb37-1cde-4811-bf9e-fa2307e5cd41-1024x683.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Happy Salt &#8211; Villa de 3 chambres ave\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $456 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-the-salt-piscine-et-jacuzzi\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/d69364b9-93f4-4ab8-ac25-840d65ea27c1-1024x768.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa The Salt &#8211; Piscine et Jacuzzi<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $1,008 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-ele-villa-naturiste\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/68511d82-260d-4698-8e54-e413f99e3605-1024x683.webp');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa El\u00e9 &#8211; Villa naturiste<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $840 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-life-is-good-piscine-privee\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/Screenshot_3-2-1024x681.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Life is Good &#8211; Piscine priv\u00e9e<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $414 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/casa-del-jefe-4-ch-piscine-a-debordement\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/A-1024x658.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Casa del Jefe 4 ch. \u2013 Piscine \u00e0 d\u00e9bordemen\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $568 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/casa-del-jefe-3-chambres-luxe-sur-les-hauteurs\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/4-1-1024x658.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Casa del Jefe 3 chambres \u2013 Luxe sur les ha\u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $442 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-happy-blue-vue-mer\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/192634f6-7fa0-43ee-892a-431cc3a147ab-1024x683.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Happy Blue &#8211; Vue mer<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  8 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  4 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $600 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/life-is-good-maison-de-ville-cosy-avec-2-chambres\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/09\/Screenshot_1-1-1024x680.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Life is Good &#8211; Maison de ville cosy \u2026<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  4 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $222 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                            \n\n<div class=\"nfs-listing-col\">\n  <div class=\"nfs-listing-card\"\n       style=\"text-align:left; padding:10px; border:1px solid #e0e0e0;\n              border-radius:14px; overflow:hidden;\n              box-shadow:0 3px 10px rgba(0,0,0,0.08);\">\n    <a href=\"https:\/\/bookstmartin.com\/fr\/listing\/villa-romah-avec-piscine-privee\/\" class=\"nfs-listing-link\" style=\"display:block; text-decoration:none; color:inherit;\">\n      \n              <div class=\"nfs-listing-image\"\n     style=\"background-image:url('https:\/\/bookstmartin.com\/wp-content\/uploads\/2025\/05\/20353c98-f68e-41c3-a351-0e71f5f6862f-copie-1-1024x768.jpg');\n            height:200px; width:100%; margin:0;\n            background-size:cover; background-position:center;\n            border-radius:14px 14px 0 0;\">\n<\/div>\n\n      \n      <div class=\"nfs-listing-content\" style=\"color:#333; font-family:'Poppins',sans-serif;\">\n        <h3 class=\"nfs-listing-title\"\n    style=\"margin:15px 0 8px; font-size:16px; font-weight:700;\n           white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; display:block;\">\n  Villa Romah &#8211; avec piscine priv\u00e9e<\/h3>\n\n\n<div class=\"nfs-meta\"\n     style=\"font-size:12px; margin:6px 0 2px; color:#555; line-height:1.2;\">\n  6 voyageurs  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  3 chambres  <span style=\"display:inline-block; width:4px; height:4px; margin:0 8px; background:#999; border-radius:50%; vertical-align:middle;\"><\/span>\n  2 SDB<\/div>\n\n\n\n<p style=\"border-top:1px solid #ddd; margin:10px 0 0; padding-top:8px; font-size:14px; font-weight:500; color:#222;\">\n  A partir de $360 \/ nuit<\/p>\n\n      <\/div>\n    <\/a>\n  <\/div>\n<\/div>\n\n\n                                                <\/div>\n        <\/section>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80e2b46 e-flex e-con-boxed e-con e-parent\" data-id=\"80e2b46\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e001c35 elementor-widget elementor-widget-heading\" data-id=\"e001c35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vous ne trouvez pas la villa id\u00e9ale ou souhaitez explorer plus d\u2019options ?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e88430e elementor-widget elementor-widget-text-editor\" data-id=\"e88430e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"relative w-full mt-4 mb-1\"><div class=\"\"><div class=\"relative\"><div class=\"h-full min-h-0 min-w-0\"><div class=\"h-full min-h-0 min-w-0\"><div class=\"border border-token-border-light border-radius-3xl corner-superellipse\/1.1 rounded-3xl\"><div class=\"h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse\/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback\"><div class=\"pe-11 pt-3\"><div class=\"relative z-0 flex max-w-full\"><div id=\"code-block-viewer\" class=\"q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch \u037c5 \u037cj\" dir=\"ltr\"><div class=\"cm-scroller\"><div class=\"cm-content q9tKkq_readonly\" style=\"text-align: center;\"><em>Explorez davantage de locations de vacances \u00e0 St Martin avec notre partenaire VRBO.<\/em><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"\" style=\"text-align: center;\"><div class=\"\">\u00a0<\/div><\/div><\/div><\/div><\/div><p style=\"text-align: center;\" data-start=\"1246\" data-end=\"1289\">\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c658458 elementor-widget elementor-widget-html\" data-id=\"c658458\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"eg-widget\"\r\ndata-widget=\"search\"\r\ndata-program=\"us-vrbo\"\r\ndata-lobs=\"stays\"\r\ndata-network=\"pz\"\r\ndata-camref=\"1110lB4dQ\"\r\ndata-langid=\"1036\"\r\ndata-destination=\"St Martin\"\r\ndata-pubref=\"\">\r\n<\/div>\r\n\r\n<script class=\"eg-widgets-script\"\r\nsrc=\"https:\/\/creator.expediagroup.com\/products\/widgets\/assets\/eg-widgets.js\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3acd579 e-flex e-con-boxed e-con e-parent\" data-id=\"3acd579\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0976ed3 elementor-widget elementor-widget-heading\" data-id=\"0976ed3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vous pr\u00e9parez votre s\u00e9jour ? D\u00e9couvrez les meilleures activit\u00e9s \u00e0 St Martin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Location de Villas \u00e0 Saint-Martin &#8211; Collection BookStMartin \u26a0\ufe0f Conseil voyage Saint-Martin \/ Sint Maarten est l\u2019une des destinations les plus pris\u00e9es des Cara\u00efbes, et de nombreuses locations de vacances sont souvent r\u00e9serv\u00e9es d\u2019une ann\u00e9e \u00e0 l\u2019autre par des voyageurs fid\u00e8les. Pour profiter des meilleures options pour votre s\u00e9jour, nous vous recommandons de r\u00e9server votre [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":58518,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-58592","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Location de villas \u00e0 Saint-Martin \u2013 R\u00e9servez en direct propri\u00e9taires<\/title>\n<meta name=\"description\" content=\"R\u00e9servez directement aupr\u00e8s des propri\u00e9taires et profitez d&#039;un s\u00e9jour carib\u00e9en plus authentique. Location de villas \u00e0 Saint-Martin\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bookstmartin.com\/fr\/location-de-villas-a-saint-martin\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"location de villas a saint martin\" \/>\n<meta property=\"og:description\" content=\"R\u00e9servez directement aupr\u00e8s des propri\u00e9taires et profitez d&#039;un s\u00e9jour carib\u00e9en plus authentique. Location de villas \u00e0 Saint-Martin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bookstmartin.com\/fr\/location-de-villas-a-saint-martin\/\" \/>\n<meta property=\"og:site_name\" content=\"BookStMartin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bookstmartin\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-15T23:47:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Location de villas \u00e0 Saint-Martin \u2013 R\u00e9servez en direct propri\u00e9taires","description":"R\u00e9servez directement aupr\u00e8s des propri\u00e9taires et profitez d'un s\u00e9jour carib\u00e9en plus authentique. Location de villas \u00e0 Saint-Martin","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:\/\/bookstmartin.com\/fr\/location-de-villas-a-saint-martin\/","og_locale":"fr_FR","og_type":"article","og_title":"location de villas a saint martin","og_description":"R\u00e9servez directement aupr\u00e8s des propri\u00e9taires et profitez d'un s\u00e9jour carib\u00e9en plus authentique. Location de villas \u00e0 Saint-Martin","og_url":"https:\/\/bookstmartin.com\/fr\/location-de-villas-a-saint-martin\/","og_site_name":"BookStMartin","article_publisher":"https:\/\/www.facebook.com\/bookstmartin\/","article_modified_time":"2026-03-15T23:47:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[]}},"_links":{"self":[{"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/pages\/58592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/comments?post=58592"}],"version-history":[{"count":23,"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/pages\/58592\/revisions"}],"predecessor-version":[{"id":59274,"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/pages\/58592\/revisions\/59274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/media\/58518"}],"wp:attachment":[{"href":"https:\/\/bookstmartin.com\/fr\/wp-json\/wp\/v2\/media?parent=58592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}