{"id":5371,"date":"2026-02-03T22:48:08","date_gmt":"2026-02-03T22:48:08","guid":{"rendered":"https:\/\/masdelhermitage.fr\/?page_id=5371"},"modified":"2026-02-03T22:49:00","modified_gmt":"2026-02-03T22:49:00","slug":"formulaire-camargue","status":"publish","type":"page","link":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/","title":{"rendered":"Formulaire Camargue"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5371\" class=\"elementor elementor-5371 elementor-5334\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2b9ae26 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b9ae26\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b89f37b\" data-id=\"b89f37b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-409d7a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"409d7a2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-60b7676\" data-id=\"60b7676\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4207204 elementor-widget elementor-widget-spacer\" data-id=\"4207204\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5665290 elementor-widget elementor-widget-heading\" data-id=\"5665290\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Booking Form\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7465d5c elementor-widget elementor-widget-spacer\" data-id=\"7465d5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a2e111 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a2e111\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-894f6c8\" data-id=\"894f6c8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce075e7 elementor-widget elementor-widget-html\" data-id=\"ce075e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  \/\/ Fonction pour lire un param\u00e8tre d'URL\r\n  function getQueryParam(name) {\r\n    const urlParams = new URLSearchParams(window.location.search);\r\n    return urlParams.get(name);\r\n  }\r\n\r\n  const startDate = getQueryParam(\"wpbs-selection-start\");\r\n  const endDate   = getQueryParam(\"wpbs-selection-end\");\r\n\r\n  if(startDate && endDate) {\r\n\r\n    \/\/ Convertit en objets Date\r\n    const d1 = new Date(startDate);\r\n    const d2 = new Date(endDate);\r\n\r\n    \/\/ Calcule la diff\u00e9rence en jours\r\n    const diffTime = d2 - d1;\r\n    const diffDays = Math.ceil(diffTime \/ (1000 * 60 * 60 * 24));\r\n\r\n    \/\/ S\u00e9lecteurs des inputs radio\r\n    const radio1 = document.querySelector('input[name=\"wpbs-input-1-24\"][value=\"|1\"]');\r\n    const radio2 = document.querySelector('input[name=\"wpbs-input-1-24\"][value=\"|2\"]');\r\n\r\n    if(diffDays <= 1) {\r\n      if(radio1) radio1.checked = true;\r\n    } else {\r\n      if(radio2) radio2.checked = true;\r\n    }\r\n  }\r\n\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a800afc elementor-widget elementor-widget-html\" data-id=\"a800afc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n#dates-reservation {\r\n  background: #f7f7f7;\r\n  border-radius: 10px;\r\n  padding: 12px 18px;\r\n  margin-bottom: 20px;\r\n  font-family: inherit;\r\n  text-align: center;\r\n}\r\n\r\n#dates-reservation p {\r\n  margin: 0;\r\n  font-size: 1.1rem;\r\n  color: #333;\r\n}\r\n#dates-reservation strong {\r\n  font-weight: 600;\r\n}\r\n<\/style>\r\n\r\n<div id=\"dates-reservation\"><\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  const params = new URLSearchParams(window.location.search);\r\n  const start = params.get('wpbs-selection-start');\r\n  const end = params.get('wpbs-selection-end');\r\n\r\n  if (start && end) {\r\n    const s = new Date(start);\r\n    const e = new Date(end);\r\n    const options = { day: '2-digit', month: '2-digit', year: 'numeric' };\r\n    const text = `<strong>Booking from:<\/strong> ${s.toLocaleDateString('en-GB', options)} to ${e.toLocaleDateString('en-GB', options)}`;\r\n    \r\n    document.getElementById('dates-reservation').innerHTML = `<p>${text}<\/p>`;\r\n  }\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-225fac8 elementor-widget elementor-widget-html\" data-id=\"225fac8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n\/* cache l'ensemble du groupe de choix \"nuits\" *\/\n.wpbs-form-field-product_radio.wpbs-form-field-1-24 {\n    display: none !important;\n}\n\n    .wpbs-container\n{\ndisplay : none;\n}\n.wpbs-widget {\n    display: flex;           \/* active le mode flex *\/\n    justify-content: center; \/* centre horizontalement *\/\n}\n\n\/*.wpbs-widget form {\n    max-width: 600px;        \/* limite la largeur du formulaire *\/\n    width: 100%;             \/* formulaire prend toute la largeur du wrapper *\/\n}*\/\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4222e89 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4222e89\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ec670c1\" data-id=\"ec670c1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dceca42 elementor-widget elementor-widget-Single Calendar\" data-id=\"dceca42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"Single Calendar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wpbs-main-wrapper wpbs-main-wrapper-calendar-3 wpbs-main-wrapper-form-1\"><a class=\"wpbs-visually-hidden wpbs-skip-to-content-link\" title=\"Skip Booking Form\" href=\"#wpbs-booking-form-end\">Skip Booking Form<\/a><div class=\"wpbs-container wpbs-enable-hover wpbs-calendar-3 \" data-id=\"3\" data-show_title=\"1\" data-months_to_show=\"1\" data-start_weekday=\"1\" data-show_legend=\"0\" data-legend_position=\"side\" data-show_button_navigation=\"1\" data-show_selector_navigation=\"1\" data-show_week_numbers=\"0\" data-current_year=\"2026\" data-current_month=\"6\" data-jump_months=\"0\" data-highlight_today=\"0\" data-history=\"1\" data-show_tooltip=\"1\" data-show_prices=\"0\" data-language=\"en\" data-min_width=\"200\" data-max_width=\"380\" data-start_date=\"0\" data-end_date=\"0\" data-changeover_start=\"25\" data-changeover_end=\"26\" data-currency=\"EUR\" data-form_position=\"bottom\" data-current_date=\"1782259200000\" data-show_first_available_date=\"0\" ><h2>Camargue<\/h2><div class=\"wpbs-calendars-wrapper \"><div class=\"wpbs-calendars\"><div class=\"wpbs-calendar wpbs-calendar-month-6 wpbs-calendar-year-2026 \"><div class=\"wpbs-calendar-header wpbs-heading\"><div class=\"wpbs-calendar-header-navigation\"><button class=\"wpbs-prev\" aria-label=\"Navigate to previous month\"><span class=\"wpbs-arrow\"><\/span><\/button><div class=\"wpbs-select-container\"><select name=\"wpbs-month-selector-dropdown\" aria-label=\"Calendar month navigation\"><option value=\"1773532800\" >March 2026<\/option><option value=\"1776211200\" >April 2026<\/option><option value=\"1778803200\" >May 2026<\/option><option value=\"1781481600\"  selected='selected'>June 2026<\/option><option value=\"1784073600\" >July 2026<\/option><option value=\"1786752000\" >August 2026<\/option><option value=\"1789430400\" >September 2026<\/option><option value=\"1792022400\" >October 2026<\/option><option value=\"1794700800\" >November 2026<\/option><option value=\"1797292800\" >December 2026<\/option><option value=\"1799971200\" >January 2027<\/option><option value=\"1802649600\" >February 2027<\/option><option value=\"1805068800\" >March 2027<\/option><option value=\"1807747200\" >April 2027<\/option><option value=\"1810339200\" >May 2027<\/option><option value=\"1813017600\" >June 2027<\/option><\/select><\/div><button class=\"wpbs-next\" aria-label=\"Navigate to next month\"><span class=\"wpbs-arrow\"><\/span><\/button><\/div><\/div><div class=\"wpbs-calendar-wrapper\"><table><thead><tr><th>M<\/th><th>T<\/th><th>W<\/th><th>T<\/th><th>F<\/th><th>S<\/th><th>S<\/th><\/tr><\/thead><tbody><tr><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"1\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">1<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"2\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">2<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"3\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">3<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"4\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">4<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"5\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">5<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"6\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">6<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"7\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">7<\/span><\/div><\/div><\/td><\/tr><tr><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"8\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">8<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"9\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">9<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"10\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">10<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"11\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">11<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"12\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">12<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"13\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">13<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"14\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">14<\/span><\/div><\/div><\/td><\/tr><tr><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"15\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">15<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"16\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">16<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"17\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">17<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"18\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">18<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"19\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">19<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"20\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">20<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-5    \" data-year=\"2026\" data-month=\"6\" data-day=\"21\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-5\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">21<\/span><\/div><\/div><\/td><\/tr><tr><td><div class=\"wpbs-date wpbs-legend-item-25    \" data-year=\"2026\" data-month=\"6\" data-day=\"22\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-25\" data-type=\"split\"><div class=\"wpbs-legend-item-icon-color\" ><svg preserveAspectRatio=\"none\" viewBox=\"0 0 200 200\"><polygon points=\"0,0 0,200 200,0\" \/><\/svg><\/div><div class=\"wpbs-legend-item-icon-color\" ><svg preserveAspectRatio=\"none\" viewBox=\"0 0 200 200\"><polygon points=\"0,200 200,200 200,0\" \/><\/svg><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">22<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"23\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">23<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"24\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">24<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"25\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">25<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"26\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">26<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"27\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">27<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"28\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">28<\/span><\/div><\/div><\/td><\/tr><tr><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"29\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">29<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date wpbs-legend-item-6    \" data-year=\"2026\" data-month=\"6\" data-day=\"30\" data-price=\"160\" ><div class=\"wpbs-legend-item-icon wpbs-legend-item-icon-6\" data-type=\"single\"><div class=\"wpbs-legend-item-icon-color\" ><\/div><div class=\"wpbs-legend-item-icon-color\" ><\/div><\/div><div class=\"wpbs-date-inner\"><span class=\"wpbs-date-number\">30<\/span><\/div><\/div><\/td><td><div class=\"wpbs-date   wpbs-gap  \"  data-price=\"130\" ><div class=\"wpbs-date-inner\"><\/div><\/div><\/td><td><div class=\"wpbs-date   wpbs-gap  \"  data-price=\"130\" ><div class=\"wpbs-date-inner\"><\/div><\/div><\/td><td><div class=\"wpbs-date   wpbs-gap  \"  data-price=\"130\" ><div class=\"wpbs-date-inner\"><\/div><\/div><\/td><td><div class=\"wpbs-date   wpbs-gap  \"  data-price=\"130\" ><div class=\"wpbs-date-inner\"><\/div><\/div><\/td><td><div class=\"wpbs-date   wpbs-gap  \"  data-price=\"130\" ><div class=\"wpbs-date-inner\"><\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div><\/div><\/div><\/div><style>.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-5 div:first-of-type { background-color: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-5 div:nth-of-type(2) { background-color: transparent !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-5 div:first-of-type svg { fill: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-5 div:nth-of-type(2) svg { fill: transparent !important; }.wpbs-ical-changeover .wpbs-legend-item-icon:after {background-color: #ddffcc;}.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-6 div:first-of-type { background-color: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-6 div:nth-of-type(2) { background-color: transparent !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-6 div:first-of-type svg { fill: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-6 div:nth-of-type(2) svg { fill: transparent !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-25 div:first-of-type { background-color: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-25 div:nth-of-type(2) { background-color: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-25 div:first-of-type svg { fill: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-25 div:nth-of-type(2) svg { fill: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-26 div:first-of-type { background-color: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-26 div:nth-of-type(2) { background-color: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-26 div:first-of-type svg { fill: #ffc0bd !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-26 div:nth-of-type(2) svg { fill: #ddffcc !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-today div:first-of-type { background-color: rgba( 33,150,243, .9 ) !important; }.wpbs-container.wpbs-calendar-3 .wpbs-legend-item-icon-0 div:first-of-type { background-color: #E4E4E4 !important; }.wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-is-bookable:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon div:first-of-type, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon div:first-of-type, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-hover.wpbs-selected-first.wpbs-selected-last .wpbs-legend-item-icon div:first-of-type { background-color: #7bb9e4 !important; }.wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-is-bookable:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=\"split\"] div svg, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=\"split\"] div svg, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-legend-item-icon .wpbs-legend-icon-select svg { fill: #7bb9e4 !important; }.wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon div:first-of-type, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected.wpbs-selected-first.wpbs-selected-last .wpbs-legend-item-icon div:first-of-type, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-date-selected:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon div:first-of-type { background-color: #5aa7dd !important; }.wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=\"split\"] div svg, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-date-selected:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=\"split\"] div svg, .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected .wpbs-legend-item-icon .wpbs-legend-icon-select svg { fill: #5aa7dd !important; }.wpbs-date-today:not(.wpbs-date-hover):not(.wpbs-date-selected) .wpbs-legend-item-icon {border: 4px solid #7bb9e4 !important;}<\/style><div class=\"wpbs-container-loaded\" data-just-loaded=\"1\"><\/div><\/div><form method=\"post\" novalidate=\"novalidate\" action=\"#\" id=\"wpbs-form-1\" class=\"wpbs-form-container wpbs-form-1\" data-id=\"1\" data-minimum_days=\"0\" data-maximum_days=\"0\" data-booking_start_day=\"0\" data-booking_end_day=\"0\" data-selection_type=\"multiple\" data-selection_style=\"split\" data-language=\"en\" data-auto_pending=\"1\" data-show_date_selection=\"0\" data-currency=\"EUR\" ><div class=\"wpbs-form-fields\"><div class=\"wpbs-form-field wpbs-form-field-text wpbs-form-field-1-4 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-4-05f09b4d\">First Name<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><input\r\n            type=\"text\"\r\n            name=\"wpbs-input-1-4\"\r\n            id=\"wpbs-form-field-input-1-4-05f09b4d\"\r\n            value=\"\"\r\n            placeholder=\"\"\r\n            \r\n            \r\n        ><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-text wpbs-form-field-1-5 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-5-05f09b4d\">Last Name<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><input\r\n            type=\"text\"\r\n            name=\"wpbs-input-1-5\"\r\n            id=\"wpbs-form-field-input-1-5-05f09b4d\"\r\n            value=\"\"\r\n            placeholder=\"\"\r\n            \r\n            \r\n        ><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-email wpbs-form-field-1-1 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-1-05f09b4d\">Email<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><input\r\n            type=\"email\"\r\n            name=\"wpbs-input-1-1\"\r\n            id=\"wpbs-form-field-input-1-1-05f09b4d\"\r\n            value=\"\"\r\n            placeholder=\"\"\r\n            \r\n        ><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-phone wpbs-form-field-1-2 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-2-05f09b4d\">Phone<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><input\r\n            type=\"text\"\r\n            name=\"wpbs-input-1-2\"\r\n            id=\"wpbs-form-field-input-1-2-05f09b4d\"\r\n            value=\"\"\r\n            placeholder=\"\"\r\n            data-error=\"Invalid phone number.\"\r\n            \r\n        ><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-textarea wpbs-form-field-1-12 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-12-05f09b4d\">Postal Address<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><textarea\r\n            name=\"wpbs-input-1-12\"\r\n            id=\"wpbs-form-field-input-1-12-05f09b4d\"\r\n            placeholder=\"\"\r\n            \r\n        ><\/textarea><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-dropdown wpbs-form-field-1-8 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-8-05f09b4d\">Number of Guests<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><select\r\n            name=\"wpbs-input-1-8\"\r\n            id=\"wpbs-form-field-input-1-8-05f09b4d\"\r\n            \r\n        ><option  value=\"1\">1<\/option><option  value=\"2\">2<\/option><option  value=\"3\">3<\/option><option  value=\"4\">4<\/option><\/select><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-dropdown wpbs-form-field-1-13 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-13-05f09b4d\">Including Children<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><select\r\n            name=\"wpbs-input-1-13\"\r\n            id=\"wpbs-form-field-input-1-13-05f09b4d\"\r\n            \r\n        ><option  value=\"0\">0<\/option><option  value=\"1\">1<\/option><option  value=\"2\">2<\/option><option  value=\"3\">3<\/option><\/select><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-consent wpbs-form-field-1-9 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><label for=\"wpbs-form-field-input-1-9-05f09b4d\">Terms and Conditions<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/label><\/div><div class=\"wpbs-form-field-input\"><label><input\r\n            type=\"checkbox\"\r\n            name=\"wpbs-input-1-9[]\"\r\n            id=\"wpbs-form-field-input-1-9-05f09b4d\"\r\n            value=\"I accept the terms and conditions.\"\r\n            \r\n            \r\n        > <a href=\"https:\/\/masdelhermitage.fr\/termes-et-conditions\/\" target=\"_blank\"  title=\"I accept the terms and conditions.\">I accept the terms and conditions.<\/a><span><\/span><\/label><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-total wpbs-form-field-1-15 wpbs-field-layout-default\"><div class=\"wpbs-form-field-label\"><span >Total<\/span><\/div><div class=\"wpbs-form-field-input\"><div class=\"wpbs-total-price wpbs-total-price-1-15\" data-string-item=\"Item\" data-string-total=\"Total\" data-string-select-dates=\"Please select a date first.\">Please select a date first.<\/div><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-payment_method wpbs-form-field-1-14 wpbs-field-layout-default wpbs-field-required\"><div class=\"wpbs-form-field-label\"><span >Payment Method<sup class=\"wpbs-field-required-asterisk\">*<\/sup><\/span><\/div><div class=\"wpbs-form-field-input\"><label class=\"wpbs-payment-method-label wpbs-payment-method-label-woocommerce\"><input type=\"radio\" checked name=\"wpbs-input-1-14\" value=\"woocommerce\" > WooCommerce<span><\/span><\/label><p class=\"wpbs-payment-method-description wpbs-payment-method-description-woocommerce wpbs-payment-method-description-open\">Check out with WooCommerce.<\/p><\/div><\/div><div class=\"wpbs-form-field wpbs-form-field-product_radio wpbs-form-field-1-24 wpbs-field-layout-default\"><div class=\"wpbs-form-field-label\"><span >nuits<\/span><\/div><div class=\"wpbs-form-field-input\"><label for=\"wpbs-form-field-input-1-24-0-05f09b4d\"><input\r\n                    type=\"radio\"\r\n                    name=\"wpbs-input-1-24\"\r\n                    id=\"wpbs-form-field-input-1-24-0-05f09b4d\"\r\n                    value=\"|1\"\r\n                    data-value=\"|1\"\r\n                    data-display-value=\"1\"\r\n                    data-price=\"\"\r\n                    data-addition=\"per_booking\"\r\n                    checked\r\n                    \r\n                > 1<span><\/span><\/label><label for=\"wpbs-form-field-input-1-24-1-05f09b4d\"><input\r\n                    type=\"radio\"\r\n                    name=\"wpbs-input-1-24\"\r\n                    id=\"wpbs-form-field-input-1-24-1-05f09b4d\"\r\n                    value=\"|2\"\r\n                    data-value=\"|2\"\r\n                    data-display-value=\"2\"\r\n                    data-price=\"\"\r\n                    data-addition=\"per_booking\"\r\n                    checked\r\n                    \r\n                > 2<span><\/span><\/label><\/div><\/div><\/div><input type=\"hidden\" name=\"wpbs-upload-token\" value=\"21c8e33d\"><input type=\"hidden\" name=\"wpbs-return-url\" value=\"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/pages\/5371\"><input type=\"hidden\" name=\"wpbs-post-id\" value=\"5371\"><div class=\"wpbs-form-field wpbs-form-submit-button\"><button type=\"submit\" class=\"\" id=\"wpbs-form-submit-1\">Book<\/button><\/div><style><\/style><\/form><span class=\"wpbs-visually-hidden\" id=\"wpbs-booking-form-end\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Booking Form\u200b Skip Booking Form Camargue November 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August 2026September 2026October 2026November 2026December 2026January 2027February 2027 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5371","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Formulaire Camargue | Mas de l&#039;Hermitage<\/title>\n<meta name=\"description\" content=\"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Formulaire Camargue | Mas de l&#039;Hermitage\" \/>\n<meta property=\"og:description\" content=\"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August\" \/>\n<meta property=\"og:url\" content=\"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/\" \/>\n<meta property=\"og:site_name\" content=\"Mas de l&#039;Hermitage\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mashermitage\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-03T22:49:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/masdelhermitage.fr\/wp-content\/uploads\/2025\/07\/IMG_1398-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/formulaire-camargue\\\/\",\"url\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/formulaire-camargue\\\/\",\"name\":\"Formulaire Camargue | Mas de l&#039;Hermitage\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#website\"},\"datePublished\":\"2026-02-03T22:48:08+00:00\",\"dateModified\":\"2026-02-03T22:49:00+00:00\",\"description\":\"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/formulaire-camargue\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/formulaire-camargue\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/formulaire-camargue\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Formulaire Camargue\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/\",\"name\":\"Mas de l'Hermitage\",\"description\":\"Locations saisonni\u00e8res en Bouches-du-Rhone - Arles\",\"publisher\":{\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#organization\",\"name\":\"Mas de l'Hermitage\",\"url\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/masdelhermitage.fr\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cropped-logo_favicon.png\",\"contentUrl\":\"https:\\\/\\\/masdelhermitage.fr\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cropped-logo_favicon.png\",\"width\":512,\"height\":512,\"caption\":\"Mas de l'Hermitage\"},\"image\":{\"@id\":\"https:\\\/\\\/masdelhermitage.fr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mashermitage\\\/\",\"https:\\\/\\\/www.instagram.com\\\/masdelhermitage?igsh=MXl1YXF3N2ZzNjJ4\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Formulaire Camargue | Mas de l&#039;Hermitage","description":"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August","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:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/","og_locale":"en_US","og_type":"article","og_title":"Formulaire Camargue | Mas de l&#039;Hermitage","og_description":"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August","og_url":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/","og_site_name":"Mas de l&#039;Hermitage","article_publisher":"https:\/\/www.facebook.com\/mashermitage\/","article_modified_time":"2026-02-03T22:49:00+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/masdelhermitage.fr\/wp-content\/uploads\/2025\/07\/IMG_1398-1.webp","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/","url":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/","name":"Formulaire Camargue | Mas de l&#039;Hermitage","isPartOf":{"@id":"https:\/\/masdelhermitage.fr\/en\/#website"},"datePublished":"2026-02-03T22:48:08+00:00","dateModified":"2026-02-03T22:49:00+00:00","description":"Booking Form\u200b Skip Booking FormCamargueNovember 2025December 2025January 2026February 2026March 2026April 2026May 2026June 2026July 2026August","breadcrumb":{"@id":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/masdelhermitage.fr\/en\/formulaire-camargue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/masdelhermitage.fr\/en\/"},{"@type":"ListItem","position":2,"name":"Formulaire Camargue"}]},{"@type":"WebSite","@id":"https:\/\/masdelhermitage.fr\/en\/#website","url":"https:\/\/masdelhermitage.fr\/en\/","name":"Mas de l'Hermitage","description":"Locations saisonni\u00e8res en Bouches-du-Rhone - Arles","publisher":{"@id":"https:\/\/masdelhermitage.fr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/masdelhermitage.fr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/masdelhermitage.fr\/en\/#organization","name":"Mas de l'Hermitage","url":"https:\/\/masdelhermitage.fr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/masdelhermitage.fr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/masdelhermitage.fr\/wp-content\/uploads\/2016\/04\/cropped-logo_favicon.png","contentUrl":"https:\/\/masdelhermitage.fr\/wp-content\/uploads\/2016\/04\/cropped-logo_favicon.png","width":512,"height":512,"caption":"Mas de l'Hermitage"},"image":{"@id":"https:\/\/masdelhermitage.fr\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mashermitage\/","https:\/\/www.instagram.com\/masdelhermitage?igsh=MXl1YXF3N2ZzNjJ4"]}]}},"_links":{"self":[{"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/pages\/5371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/comments?post=5371"}],"version-history":[{"count":7,"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/pages\/5371\/revisions"}],"predecessor-version":[{"id":5378,"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/pages\/5371\/revisions\/5378"}],"wp:attachment":[{"href":"https:\/\/masdelhermitage.fr\/en\/wp-json\/wp\/v2\/media?parent=5371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}