{"id":33178,"date":"2025-02-16T12:39:32","date_gmt":"2025-02-16T11:39:32","guid":{"rendered":"https:\/\/www.saint-gery.com\/?page_id=33178"},"modified":"2025-06-23T12:55:44","modified_gmt":"2025-06-23T10:55:44","slug":"reserver-un-sejour","status":"publish","type":"page","link":"https:\/\/www.saint-gery.com\/en\/une-villegiature-raffinee\/reserver-un-sejour\/","title":{"rendered":"R\u00e9servez votre s\u00e9jour"},"content":{"rendered":"\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\t<div class=\"vbo-js-helpers\" style=\"display: none;\">\n\t\t<div class=\"vbo-add-element-html\">\n\t\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t\t<span class=\"vbo-search-roomnum\">Room %d<\/span>\n\t\t\t\t<div class=\"vbo-search-num-adults-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-adults-entry-label\">Adults<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"vbo-search-num-children-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-children-entry-label\">Children<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"children[]\"><option value=\"0\">0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<script type=\"text\/javascript\">\n\tfunction vbAddElement() {\n\t\tvar ni = document.getElementById('vbo-search-num-aduchild-block');\n\t\tvar numi = document.getElementById('vbroomhelper');\n\t\tvar num = (document.getElementById('vbroomhelper').value -1)+ 2;\n\t\tnumi.value = num;\n\t\tvar newdiv = document.createElement('div');\n\t\tvar divIdName = 'vb'+num+'racont';\n\t\tnewdiv.setAttribute('id', divIdName);\n\t\tvar new_element_html = document.getElementsByClassName('vbo-add-element-html')[0].innerHTML;\n\t\tvar rp_rgx = new RegExp('%d', 'g');\n\t\tnewdiv.innerHTML = new_element_html.replace(rp_rgx, num);\n\t\tni.appendChild(newdiv);\n\t}\n\tfunction vbSetRoomsAdults(totrooms) {\n\t\tvar actrooms = parseInt(document.getElementById('vbroomhelper').value);\n\t\tvar torooms = parseInt(totrooms);\n\t\tvar difrooms;\n\t\tif(torooms > actrooms) {\n\t\t\tdifrooms = torooms - actrooms;\n\t\t\tfor(var ir = 1; ir <= difrooms; ir++) {\n\t\t\t\tvbAddElement();\n\t\t\t}\n\t\t}\n\t\tif(torooms < actrooms) {\n\t\t\tfor(var ir = actrooms; ir > torooms; ir--) {\n\t\t\t\tif(ir > 1) {\n\t\t\t\t\tvar rmra = document.getElementById('vb' + ir + 'racont');\n\t\t\t\t\trmra.parentNode.removeChild(rmra);\n\t\t\t\t}\n\t\t\t}\n\t\t\tdocument.getElementById('vbroomhelper').value = torooms;\n\t\t}\n\t}\n\tfunction vbCalcNights() {\n\t\tvar vbcheckin = document.getElementById('checkindate').value;\n\t\tvar vbcheckout = document.getElementById('checkoutdate').value;\n\t\tif (vbcheckin.length > 0 && vbcheckout.length > 0) {\n\t\t\tvar vbcheckinp = vbcheckin.split(\"\/\");\n\t\t\tvar vbcheckoutp = vbcheckout.split(\"\/\");\n\t\t\t\t\tvar vbinmonth = parseInt(vbcheckinp[1]);\n\t\t\tvbinmonth = vbinmonth - 1;\n\t\t\tvar vbinday = parseInt(vbcheckinp[0], 10);\n\t\t\tvar vbcheckind = new Date(vbcheckinp[2], vbinmonth, vbinday);\n\t\t\tvar vboutmonth = parseInt(vbcheckoutp[1]);\n\t\t\tvboutmonth = vboutmonth - 1;\n\t\t\tvar vboutday = parseInt(vbcheckoutp[0], 10);\n\t\t\tvar vbcheckoutd = new Date(vbcheckoutp[2], vboutmonth, vboutday);\n\t\t\t\t\t\tvar vbdivider = 1000 * 60 * 60 * 24;\n\t\t\tvar vbints = vbcheckind.getTime();\n\t\t\tvar vboutts = vbcheckoutd.getTime();\n\t\t\tif(vboutts > vbints) {\n\t\t\t\t\/\/var vbnights = Math.ceil((vboutts - vbints) \/ (vbdivider));\n\t\t\t\tvar utc1 = Date.UTC(vbcheckind.getFullYear(), vbcheckind.getMonth(), vbcheckind.getDate());\n\t\t\t\tvar utc2 = Date.UTC(vbcheckoutd.getFullYear(), vbcheckoutd.getMonth(), vbcheckoutd.getDate());\n\t\t\t\tvar vbnights = Math.ceil((utc2 - utc1) \/ vbdivider);\n\t\t\t\tif(vbnights > 0) {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = 'Nights: '+vbnights;\n\t\t\t\t} else {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t}\n\t\t} else {\n\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t}\n\t}\n\t<\/script>\n\t<input type=\"hidden\" id=\"vbroomhelper\" value=\"1\"\/>\n\t\t<div class=\"vbo-intro-main\"><\/div>\n\t<div class=\"vbdivsearch vbo-search-mainview\"><form action=\"https:\/\/www.saint-gery.com\/en\/une-villegiature-raffinee\/reserver-un-sejour\/?option=com_vikbooking\" method=\"post\"><div class=\"vb-search-inner\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikbooking\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkin\"><label for=\"checkindate\">Check-in date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkindate\" id=\"checkindate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-days vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkinh\" value=\"18\"\/><input type=\"hidden\" name=\"checkinm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkout\"><label for=\"checkoutdate\">Check-out date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkoutdate\" id=\"checkoutdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-days vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkouth\" value=\"13\"\/><input type=\"hidden\" name=\"checkoutm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-num-racblock\">\n\t<div class=\"vbo-search-num-rooms\"><label for=\"vbo-roomsnum\">Rooms<\/label><select id=\"vbo-roomsnum\" name=\"roomsnum\" onchange=\"vbSetRoomsAdults(this.value);\">\n<option value=\"1\">1<\/option>\n<option value=\"2\">2<\/option>\n<option value=\"3\">3<\/option>\n<option value=\"4\">4<\/option>\n<option value=\"5\">5<\/option>\n<\/select>\n<\/div>\n\t<div class=\"vbo-search-num-aduchild-block\" id=\"vbo-search-num-aduchild-block\">\n\t\t<div class=\"vbo-search-num-aduchild-entry\"><span class=\"vbo-search-roomnum\">Room 1<\/span>\n\t\t\t<div class=\"vbo-search-num-adults-entry\"><label class=\"vbo-search-num-adults-entry-label\">Adults<\/label><span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><\/select><\/span><\/div>\n\t\t<div class=\"vbo-search-num-children-entry\"><label class=\"vbo-search-num-children-entry-label\">Children<\/label><span class=\"vbo-search-num-children-entry-inp\"><select name=\"children[]\"><option value=\"0\">0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><\/select><\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"vbjstotnights\"><\/div>\n<\/div>\n<div class=\"vbo-search-submit\"><button type=\"submit\" class=\"btn vbo-pref-color-btn\">Search<\/button><\/div>\n<\/div>\n<\/form><\/div>\t<div class=\"vbo-closing-main\"><\/div>\n\n\t<script type=\"text\/javascript\">\n\tjQuery(function() {\n\t\tjQuery('.vbo-search-submit').find('button[type=\"submit\"]').on('click', function(e) {\n\t\t\te.preventDefault();\n\t\t\tjQuery(this).prop('disabled', true);\n\t\t\tjQuery(this).html('<i class=\"fas fa-circle-notch fa-spin fa-fw\"><\/i> ' + jQuery(this).text());\n\t\t\tjQuery(this).closest('form').submit();\n\t\t});\n\t});\n\t<\/script>\n\n\t\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1377,"featured_media":25270,"parent":29216,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"class_list":["post-33178","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>R\u00e9servez votre s\u00e9jour - Maison Duler<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.saint-gery.com\/en\/a-refined-country-retreat\/reserver-un-sejour\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00e9servez votre s\u00e9jour - Maison Duler\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.saint-gery.com\/en\/a-refined-country-retreat\/reserver-un-sejour\/\" \/>\n<meta property=\"og:site_name\" content=\"Maison Duler\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-23T10:55:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2024\/02\/Cahmbres_HD_FE4I1687-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\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=\"Estimated 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:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/\",\"url\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/\",\"name\":\"R\u00e9servez votre s\u00e9jour - Maison Duler\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.saint-gery.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Cahmbres_HD_FE4I1687-scaled.jpg\",\"datePublished\":\"2025-02-16T11:39:32+00:00\",\"dateModified\":\"2025-06-23T10:55:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.saint-gery.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Cahmbres_HD_FE4I1687-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.saint-gery.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Cahmbres_HD_FE4I1687-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/reserver-un-sejour\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.saint-gery.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Une vill\u00e9giature raffin\u00e9e\",\"item\":\"https:\\\/\\\/www.saint-gery.com\\\/une-villegiature-raffinee\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"R\u00e9servez votre s\u00e9jour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#website\",\"url\":\"https:\\\/\\\/www.saint-gery.com\\\/\",\"name\":\"Maison Duler\",\"description\":\"Le luxe de la simplicit\u00e9\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.saint-gery.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#organization\",\"name\":\"Maison Duler\",\"url\":\"https:\\\/\\\/www.saint-gery.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.saint-gery.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Logo_MD_2022_simplifie_couleur-scaled.png\",\"contentUrl\":\"https:\\\/\\\/www.saint-gery.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Logo_MD_2022_simplifie_couleur-scaled.png\",\"width\":2560,\"height\":1276,\"caption\":\"Maison Duler\"},\"image\":{\"@id\":\"https:\\\/\\\/www.saint-gery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\u00e9servez votre s\u00e9jour - Maison Duler","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.saint-gery.com\/en\/a-refined-country-retreat\/reserver-un-sejour\/","og_locale":"en_GB","og_type":"article","og_title":"R\u00e9servez votre s\u00e9jour - Maison Duler","og_url":"https:\/\/www.saint-gery.com\/en\/a-refined-country-retreat\/reserver-un-sejour\/","og_site_name":"Maison Duler","article_modified_time":"2025-06-23T10:55:44+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2024\/02\/Cahmbres_HD_FE4I1687-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/","url":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/","name":"R\u00e9servez votre s\u00e9jour - Maison Duler","isPartOf":{"@id":"https:\/\/www.saint-gery.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/#primaryimage"},"image":{"@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/#primaryimage"},"thumbnailUrl":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2024\/02\/Cahmbres_HD_FE4I1687-scaled.jpg","datePublished":"2025-02-16T11:39:32+00:00","dateModified":"2025-06-23T10:55:44+00:00","breadcrumb":{"@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/#primaryimage","url":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2024\/02\/Cahmbres_HD_FE4I1687-scaled.jpg","contentUrl":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2024\/02\/Cahmbres_HD_FE4I1687-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/reserver-un-sejour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.saint-gery.com\/"},{"@type":"ListItem","position":2,"name":"Une vill\u00e9giature raffin\u00e9e","item":"https:\/\/www.saint-gery.com\/une-villegiature-raffinee\/"},{"@type":"ListItem","position":3,"name":"R\u00e9servez votre s\u00e9jour"}]},{"@type":"WebSite","@id":"https:\/\/www.saint-gery.com\/#website","url":"https:\/\/www.saint-gery.com\/","name":"Duler House","description":"The luxury of simplicity","publisher":{"@id":"https:\/\/www.saint-gery.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.saint-gery.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.saint-gery.com\/#organization","name":"Duler House","url":"https:\/\/www.saint-gery.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.saint-gery.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2022\/12\/Logo_MD_2022_simplifie_couleur-scaled.png","contentUrl":"https:\/\/www.saint-gery.com\/wp-content\/uploads\/2022\/12\/Logo_MD_2022_simplifie_couleur-scaled.png","width":2560,"height":1276,"caption":"Maison Duler"},"image":{"@id":"https:\/\/www.saint-gery.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/pages\/33178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/users\/1377"}],"replies":[{"embeddable":true,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/comments?post=33178"}],"version-history":[{"count":27,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/pages\/33178\/revisions"}],"predecessor-version":[{"id":38777,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/pages\/33178\/revisions\/38777"}],"up":[{"embeddable":true,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/pages\/29216"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/media\/25270"}],"wp:attachment":[{"href":"https:\/\/www.saint-gery.com\/en\/wp-json\/wp\/v2\/media?parent=33178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}