{"id":358,"date":"2016-02-18T13:10:02","date_gmt":"2016-02-18T12:10:02","guid":{"rendered":"http:\/\/chateau-coutet.wine\/?page_id=358&#038;lang=en"},"modified":"2026-05-05T17:38:08","modified_gmt":"2026-05-05T16:38:08","slug":"wine-tour","status":"publish","type":"page","link":"https:\/\/chateau-coutet.com\/en\/wine-tour\/","title":{"rendered":"Wine Tour"},"content":{"rendered":"\n<!-- STYLES GLOBAUX -->\n<style>\n  body {\n    font-family: Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    margin: 0;\n    padding: 0;\n  }\n\n  .container {\n    max-width: 1100px;\n    margin: auto;\n    padding: 40px 20px;\n  }\n\n  h1 {\n    text-align: center;\n    color: #000;\n    font-size: 3rem;\n    margin-bottom: 10px;\n  }\n\n  .subtitle {\n    text-align: center;\n    font-size: 1.5rem;\n    color: #555;\n    font-style: italic;\n    margin-bottom: 50px;\n  }\n\n  .booking-bar {\n    position: sticky;\n    top: 0;\n    background: #46ab6e;\n    color: white;\n    padding: 15px 20px;\n    text-align: center;\n    font-size: 1.2rem;\n    font-weight: bold;\n    z-index: 1000;\n  }\n\n  .booking-bar span {\n    display: inline-block;\n    margin-right: 20px;\n  }\n\n  .cards {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 25px;\n    justify-content: center;\n  }\n\n  .card {\n    background: #f9f9f9;\n    border-radius: 15px;\n    padding: 30px;\n    width: 100%;\n    max-width: 500px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    transition: transform 0.3s, box-shadow 0.3s;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  .card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n  }\n\n  .card h2 {\n    text-align: center;\n    color: #46ab6e;\n    font-size: 1.8rem;\n    margin-bottom: 5px;\n  }\n\n  .card .info {\n    text-align: center;\n    font-size: 1.2rem;\n    font-weight: bold;\n    margin-bottom: 15px;\n    color: #444;\n  }\n\n  .card ul {\n    padding-left: 20px;\n    font-size: 1.1rem;\n    flex-grow: 1;\n  }\n\n  .section-title {\n    text-align: center;\n    color: #46ab6e;\n    font-size: 2rem;\n    margin-top: 20px;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n  }\n\n  .intro-buggys {\n    font-style: italic;\n    text-align: center;\n    font-size: 1.2rem;\n    max-width: 700px;\n    margin: 60px auto 30px;\n  }\n\n  form {\n    max-width: 600px;\n    margin: 50px auto;\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n  }\n\n  \/* FOND BLANC + PADDING + BORDS ARRONDIS POUR LE FORMULAIRE *\/\n  form#reservation-form {\n    background: white;\n    padding: 25px 30px;\n    border-radius: 15px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    color: #000; \/* Texte noir *\/\n  }\n\n  form label {\n    font-weight: bold;\n    color: #000; \/* Texte noir *\/\n  }\n\n  form input,\n  form select,\n  form textarea {\n    padding: 10px;\n    border-radius: 5px;\n    border: 1px solid #ccc;\n    font-size: 1rem;\n    color: #000; \/* Texte noir *\/\n  }\n\n  form input::placeholder,\n  form textarea::placeholder {\n    color: #666;\n  }\n\n  form button {\n    padding: 10px;\n    background: #46ab6e;\n    color: white;\n    border: none;\n    border-radius: 25px;\n    font-weight: bold;\n    font-size: 1rem;\n    cursor: pointer;\n  }\n\n  form button:hover {\n    background: #3a925d;\n  }\n\n  footer {\n    text-align: center;\n    margin-top: 50px;\n    font-size: 1rem;\n    color: #555;\n  }\n\n  footer a {\n    color: #46ab6e;\n    text-decoration: none;\n  }\n\n  \/* Media query pour centrer h1 sur mobile *\/\n  @media (max-width: 600px) {\n    h1 {\n      text-align: center !important;\n      margin-left: auto !important;\n      margin-right: auto !important;\n    }\n  }\n.custom-alert{\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,0.45);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  z-index: 99999;\n\n  opacity: 0;\n  visibility: hidden;\n  transition: 0.25s ease;\n}\n\n.custom-alert.show{\n  opacity: 1;\n  visibility: visible;\n}\n\n.custom-alert-box{\n  background: white;\n  width: 90%;\n  max-width: 420px;\n  border-radius: 20px;\n  padding: 35px 30px;\n  text-align: center;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.2);\n\n  transform: translateY(20px);\n  transition: 0.25s ease;\n}\n\n.custom-alert.show .custom-alert-box{\n  transform: translateY(0);\n}\n\n.custom-alert-icon{\n  font-size: 3rem;\n  margin-bottom: 10px;\n}\n\n.custom-alert-box h3{\n  margin: 0 0 10px;\n  color: #46ab6e;\n  font-size: 1.5rem;\n}\n\n.custom-alert-box p{\n  margin-bottom: 25px;\n  color: #555;\n  line-height: 1.5;\n  white-space: pre-line;\n}\n\n.custom-alert-box button{\n  background: #46ab6e;\n  color: white;\n  border: none;\n  padding: 12px 26px;\n  border-radius: 30px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 1rem;\n}\n\n.custom-alert-box button:hover{\n  background: #3a925d;\n}\n<\/style>\n\n<!-- BARRE DE CONTACT -->\n<div class=\"booking-bar\">\n  <span>chateau.coutet@gmail.com<\/span>\n  <span>+335 57 74 43 21<\/span>\n<\/div>\n\n<!-- CONTENU PRINCIPAL -->\n<div class=\"container\">\n  <h1>Our Wine Tours<\/h1>\n  <p class=\"subtitle\">Discover our unique routes in the heart of our terroir !<\/p>\n\n  <h2 class=\"section-title\">Walking tours<\/h2>\n  <div class=\"cards\">\n    <div class=\"card\">\n      <h2>Tradition Tour<\/h2>\n      <div class=\"info\">1h \u2013 9\u202f\u20ac\/pers \/\/\/ 14\u202f\u20ac\/pers (private)<\/div>\n      <ul>\n        <li>History of the family, the property, terroirs and grape varieties.<\/li>\n        <li>Winemaking techniques and visit of the family cellar.<\/li>\n        <li>Guided and commented tasting of 2 wines.<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"card\">\n      <h2>Discovery Tour<\/h2>\n      <div class=\"info\">1h30 \u2013 40\u202f\u20ac\/pers<\/div>\n      <ul>\n        <li>Biodiversity, richness of the terroir, remains of the property.<\/li>\n        <li>Tour of the facilities and explanation of winemaking.<\/li>\n        <li>Tasting of 3 wines with charcuterie\/cheese platter.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <p class=\"intro-buggys\">\n    We also offer you the chance to discover our little paradise aboard our electric buggies.\n  <\/p>\n\n  <h2 class=\"section-title\">The buggy Tours<\/h2>\n  <div class=\"cards\">\n    <div class=\"card\">\n      <h2>The simple tour in buggy<\/h2>\n      <div class=\"info\">1h15 \u2013 50\u202f\u20ac\/pers<\/div>\n      <ul>\n        <li>Property overview in 3 steps.<\/li>\n        <li>Buggy tour through the vineyards, organic viticulture.<\/li>\n        <li>Visit the cellar, the aging cellar and winemaking techniques.<\/li>\n        <li>Guided and commented tasting of 2 wines.<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"card\">\n      <h2>The full tour in buggy<\/h2>\n      <div class=\"info\">2h \u2013 120\u202f\u20ac\/pers<\/div>\n      <ul>\n        <li>Discovery of the village of Saint-\u00c9milion and its Jurisdiction.<\/li>\n        <li>History of the family, the property, the terroirs and grape varieties.<\/li>\n        <li>Presentation of the wine range.<\/li>\n        <li>Visit the family cellar, winemaking techniques and aging cellar.<\/li>\n        <li>Guided tasting of 3 wines with appetizer platter.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- FORMULAIRE DE DEMANDE DE R\u00c9SERVATION -->\n  <h2 class=\"section-title\">Tour request \/ Availability<\/h2>\n  <p class=\"subtitle\">We are open from Monday to Saturday from 9am to 6pm. Closed on Sundays.<\/p>\n <form id=\"reservation-form\">\n    <label>\n      Type of visit :\n      <select id=\"visitType\" name=\"visitType\" required>\n        <option value=\"\">&#8212; Select &#8212;<\/option>\n        <option value=\"Tradition Tour\">Tradition Tour<\/option>\n        <option value=\"Discovery Tour\">Discovery Tour<\/option>\n        <option value=\"The simple tour in buggy\">The simple tour in buggy<\/option>\n        <option value=\"The full tour in buggy\">The full tour in buggy<\/option>\n      <\/select>\n    <\/label>\n\n    <label>\n      Desired date :\n      <input type=\"date\" id=\"visitDate\" name=\"visitDate\" required>\n    <\/label>\n\n    <label>\n      Number of people :\n      <input type=\"number\" id=\"visitPeople\" name=\"visitPeople\" min=\"1\" required>\n    <\/label>\n\n    <label>\n      Your full name :\n      <input type=\"text\" id=\"userName\" name=\"userName\" required>\n    <\/label>\n\n    <label>\n      Phone number :\n      <input type=\"tel\" id=\"userPhone\" name=\"userPhone\" required>\n    <\/label>\n\n    <label>\n      Email adress :\n      <input type=\"email\" id=\"userEmail\" name=\"userEmail\" required>\n    <\/label>\n\n    <label>\n      Additional message :\n      <textarea id=\"userMessage\" name=\"userMessage\" rows=\"4\" placeholder=\"Optional\"><\/textarea>\n    <\/label>\n\n    <button type=\"submit\">Submit<\/button>\n  <\/form>\n\n  <footer>\n    <p><strong>Ch\u00e2teau Coutet<\/strong><br>33330 Saint-\u00c9milion<br>+33 (0)5 57 74 43 21<br>\n      <a href=\"mailto:chateau.coutet@gmail.com\">chateau.coutet@gmail.com<\/a>\n    <\/p>\n    <p><em><strong>Direct sales at the estate<\/strong><\/em><\/p>\n  <\/footer>\n<\/div>\n\n<script>\n\nfunction showCustomAlert(message) {\n  document.getElementById('customAlertMessage').innerText = message;\n  document.getElementById('customAlert').classList.add('show');\n}\n\nfunction closeCustomAlert() {\n  document.getElementById('customAlert').classList.remove('show');\n}\n\ndocument.addEventListener('DOMContentLoaded', function () {\n\n  const form = document.getElementById('reservation-form');\n\n  form.addEventListener('submit', async function (event) {\n\n    event.preventDefault();\n\n    const formData = new FormData(form);\n\n    try {\n\n      const response = await fetch('\/send-reservation-en.php', {\n        method: 'POST',\n        body: formData\n      });\n\n      const result = await response.text();\n\n      if (response.ok) {\n\n        showCustomAlert(\n          \"Thank you for your booking request.\\n\\nWe will get back to you shortly to confirm the time of your visit.\"\n        );\n\n        form.reset();\n\n      } else {\n\n        showCustomAlert(result);\n\n      }\n\n    } catch (error) {\n\n      showCustomAlert(\n        \"An error occurred. Please contact us by phone or email.\"\n      );\n\n    }\n\n  });\n\n});\n<\/script>\n<div id=\"customAlert\" class=\"custom-alert\">\n  <div class=\"custom-alert-box\">\n    <div class=\"custom-alert-icon\">&#x1f377;<\/div>\n    <h3>Ch\u00e2teau Coutet<\/h3>\n    <p id=\"customAlertMessage\"><\/p>\n    <button onclick=\"closeCustomAlert()\">Close<\/button>\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"chateau.coutet@gmail.com +335 57 74 43 21 Our Wine Tours Discover our unique routes in the heart of our terroir ! Walking tours Tradition Tour 1h \u2013 9\u202f\u20ac\/pers \/\/\/ 14\u202f\u20ac\/pers (private) History of the family, the property, terroirs and grape varieties. Winemaking techniques and visit of the family cellar. Guided and commented tasting of 2 wines&#8230;. <a class=\"view-article\" href=\"https:\/\/chateau-coutet.com\/en\/wine-tour\/\">View Article<\/a>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-358","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wine Tour | Ch\u00e2teau Coutet<\/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:\/\/chateau-coutet.com\/en\/wine-tour\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wine Tour | Ch\u00e2teau Coutet\" \/>\n<meta property=\"og:description\" content=\"chateau.coutet@gmail.com +335 57 74 43 21 Our Wine Tours Discover our unique routes in the heart of our terroir ! Walking tours Tradition Tour 1h \u2013 9\u202f\u20ac\/pers \/\/\/ 14\u202f\u20ac\/pers (private) History of the family, the property, terroirs and grape varieties. Winemaking techniques and visit of the family cellar. Guided and commented tasting of 2 wines.... View Article\" \/>\n<meta property=\"og:url\" content=\"https:\/\/chateau-coutet.com\/en\/wine-tour\/\" \/>\n<meta property=\"og:site_name\" content=\"Ch\u00e2teau Coutet\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/chateau.coutet.saint.emilion\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T16:38:08+00:00\" \/>\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:\/\/chateau-coutet.com\/en\/wine-tour\/\",\"url\":\"https:\/\/chateau-coutet.com\/en\/wine-tour\/\",\"name\":\"Wine Tour | Ch\u00e2teau Coutet\",\"isPartOf\":{\"@id\":\"https:\/\/chateau-coutet.com\/#website\"},\"datePublished\":\"2016-02-18T12:10:02+00:00\",\"dateModified\":\"2026-05-05T16:38:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/chateau-coutet.com\/en\/wine-tour\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/chateau-coutet.com\/en\/wine-tour\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/chateau-coutet.com\/en\/wine-tour\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/chateau-coutet.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wine Tour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/chateau-coutet.com\/#website\",\"url\":\"https:\/\/chateau-coutet.com\/\",\"name\":\"Ch\u00e2teau Coutet \u2013 Saint-\u00c9milion Grand Cru\",\"description\":\"Saint Emilion Grand Cru\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/chateau-coutet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wine Tour | Ch\u00e2teau Coutet","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:\/\/chateau-coutet.com\/en\/wine-tour\/","og_locale":"en_US","og_type":"article","og_title":"Wine Tour | Ch\u00e2teau Coutet","og_description":"chateau.coutet@gmail.com +335 57 74 43 21 Our Wine Tours Discover our unique routes in the heart of our terroir ! Walking tours Tradition Tour 1h \u2013 9\u202f\u20ac\/pers \/\/\/ 14\u202f\u20ac\/pers (private) History of the family, the property, terroirs and grape varieties. Winemaking techniques and visit of the family cellar. Guided and commented tasting of 2 wines.... View Article","og_url":"https:\/\/chateau-coutet.com\/en\/wine-tour\/","og_site_name":"Ch\u00e2teau Coutet","article_publisher":"https:\/\/www.facebook.com\/chateau.coutet.saint.emilion","article_modified_time":"2026-05-05T16:38:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/chateau-coutet.com\/en\/wine-tour\/","url":"https:\/\/chateau-coutet.com\/en\/wine-tour\/","name":"Wine Tour | Ch\u00e2teau Coutet","isPartOf":{"@id":"https:\/\/chateau-coutet.com\/#website"},"datePublished":"2016-02-18T12:10:02+00:00","dateModified":"2026-05-05T16:38:08+00:00","breadcrumb":{"@id":"https:\/\/chateau-coutet.com\/en\/wine-tour\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/chateau-coutet.com\/en\/wine-tour\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/chateau-coutet.com\/en\/wine-tour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/chateau-coutet.com\/en\/"},{"@type":"ListItem","position":2,"name":"Wine Tour"}]},{"@type":"WebSite","@id":"https:\/\/chateau-coutet.com\/#website","url":"https:\/\/chateau-coutet.com\/","name":"Ch\u00e2teau Coutet \u2013 Saint-\u00c9milion Grand Cru","description":"Saint Emilion Grand Cru","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/chateau-coutet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/pages\/358","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/comments?post=358"}],"version-history":[{"count":55,"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/pages\/358\/revisions"}],"predecessor-version":[{"id":2956,"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/pages\/358\/revisions\/2956"}],"wp:attachment":[{"href":"https:\/\/chateau-coutet.com\/en\/wp-json\/wp\/v2\/media?parent=358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}