{"id":35851,"date":"2026-01-28T16:58:24","date_gmt":"2026-01-28T15:58:24","guid":{"rendered":"https:\/\/www.vendee-camping-bellevue.com\/?page_id=35851"},"modified":"2026-01-28T17:01:19","modified_gmt":"2026-01-28T16:01:19","slug":"the-heritage-around-the-campsite","status":"publish","type":"page","link":"https:\/\/www.vendee-camping-bellevue.com\/en\/le-patrimoine-autour-du-camping\/","title":{"rendered":"Heritage around the campsite"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-8f39060\" data-block-id=\"8f39060\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-8f39060-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-07e8bba\" data-v=\"4\" data-block-id=\"07e8bba\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-07e8bba-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-07e8bba-inner-blocks\">\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>C\u00f4t\u00e9 Patrimoine - Camping Paradis Domaine de Bellevue<\/title>\n\n<style>\n\/* ==========================================================\n   RESET GLOBAL\n========================================================== *\/\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n}\n\n\/* ==========================================================\n   HERO FULL WIDTH\n========================================================== *\/\n.hero-block {\n    position: relative;\n    width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    min-height: 60vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background:\n        linear-gradient(135deg, rgba(52,189,239,0.85), rgba(243,146,0,0.85)),\n        url('https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/05\/Apremont2.jpg');\n    background-size: cover;\n    background-position: center;\n}\n\n.hero-block::before {\n    content:'';\n    position:absolute;\n    inset:0;\n    background:\n        radial-gradient(circle at 30% 50%, rgba(52,189,239,0.3), transparent 55%),\n        radial-gradient(circle at 70% 50%, rgba(243,146,0,0.3), transparent 55%);\n    animation:pulse 8s ease-in-out infinite;\n}\n\n@keyframes pulse {\n    0%,100% { opacity: 0.5; }\n    50% { opacity: 0.85; }\n}\n\n.hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 1000px;\n    padding: 0 20px;\n    text-align: center;\n    color: #fff;\n}\n\n.hero-content h1 {\n    font-size: 2.8rem;\n    margin-bottom: 15px;\n    line-height: 1.2;\n}\n\n.hero-description {\n    font-size: 1.15rem;\n    line-height: 1.6;\n    margin-bottom: 25px;\n    max-width: 900px;\n    margin-left:auto;\n    margin-right:auto;\n}\n\n.hero-cta a {\n    padding: 12px 28px;\n    border-radius: 50px;\n    color: #fff;\n    text-decoration: none;\n    font-weight: 600;\n    background: #34BDEF;\n    transition: all .3s ease;\n}\n\n.hero-cta a:hover {\n    background: #1f83bd;\n}\n\n\/* ==========================================================\n   INTRO BLOCK\n========================================================== *\/\n.intro-block {\n    max-width: 900px;\n    margin: 50px auto;\n    padding: 40px 25px;\n    background: #fff;\n    border-radius: 25px;\n    text-align: center;\n    box-shadow: 0 15px 50px rgba(0,0,0,0.15);\n}\n\n.intro-block h2 {\n    font-size: 1.9rem;\n    margin-bottom: 15px;\n    color: #34BDEF;\n}\n\n.intro-block p {\n    font-size: 1.1rem;\n    line-height: 1.7;\n    color: #444;\n}\n\n\/* ==========================================================\n   CARDS GRID\n========================================================== *\/\n.destinations-block {\n    padding: 60px 20px;\n}\n\n.destinations-block h2 {\n    text-align: center;\n    font-size: 2rem;\n    margin-bottom: 10px;\n    color: #34BDEF;\n}\n\n.destinations-block p {\n    text-align: center;\n    color: #666;\n    margin-bottom: 35px;\n}\n\n.destination-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 28px;\n}\n\n.destination-card {\n    background: #fff;\n    border-radius: 25px;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    cursor: pointer;\n    transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.destination-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 45px rgba(52,189,239,0.25);\n}\n\n.card-image {\n    width: 100%;\n    height: 240px;\n    object-fit: cover;\n    transition: transform .5s ease;\n}\n\n.destination-card:hover .card-image {\n    transform: scale(1.08);\n}\n\n.card-content {\n    padding: 18px 20px;\n}\n\n.card-title {\n    font-size: 1.4rem;\n    color: #34BDEF;\n    margin-bottom: 10px;\n    font-weight: 700;\n}\n\n.card-description {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 15px;\n}\n\n.card-btn {\n    padding: 10px 22px;\n    border-radius: 50px;\n    background: linear-gradient(135deg,#F39200,#d67d00);\n    color: #fff;\n    font-weight: 600;\n    text-decoration: none;\n    transition: background .3s ease;\n}\n\n.card-btn:hover {\n    background: linear-gradient(135deg,#d67d00,#c56b00);\n}\n\n\/* ==========================================================\n   CTA SECTION\n========================================================== *\/\n.cta-block {\n    margin: 60px auto;\n    padding: 70px 20px;\n    background: linear-gradient(135deg,#34BDEF,#F39200);\n    color: #fff;\n    text-align: center;\n    border-radius: 30px;\n}\n\n.cta-block h2 {\n    font-size: 2.1rem;\n    margin-bottom: 15px;\n}\n\n.cta-block p {\n    font-size: 1.15rem;\n    margin-bottom: 25px;\n}\n\n.cta-block a {\n    padding: 14px 34px;\n    border-radius: 50px;\n    background: #fff;\n    color: #34BDEF;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all .3s ease;\n}\n\n.cta-block a:hover {\n    background: #e8e8e8;\n}\n.intro-block strong,\n.destinations-block strong {\n    color: #F39200;\n    font-weight: 600;\n}\n\n\/* ==========================================================\n   RESPONSIVE\n========================================================== *\/\n@media (max-width:1024px) {\n    .destination-grid { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width:768px) {\n    .destination-grid { grid-template-columns: 1fr; }\n}\n@media (max-width:480px) {\n    .hero-content h1 { font-size: 2rem; }\n    .hero-description { font-size: 1rem; }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<!-- ================= HERO ================= -->\n<section class=\"hero-block\">\n    <div class=\"hero-content\">\n        <h1>\ud83c\udff0 Heritage at Camping Paradis Domaine de Bellevue<\/h1>\n        <p class=\"hero-description\">\n            Discover the rich heritage of the Vend\u00e9e close to your stay in Saint-Christophe-du-Ligneron. Ch\u00e2teaux, historic dwellings and museums invite you to take a journey through time and the history of the Vend\u00e9e.\n        <\/p>\n        <div class=\"hero-cta\">\n            <a href=\"#destinations\">See the heritage<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= INTRO ================= -->\n<section class=\"intro-block\">\n    <h2>Heritage close to Camping Paradis Domaine de Bellevue<\/h2>\n    <p>\n        Since <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong>, Discover an exceptional heritage. Between the <strong>Ch\u00e2teau d'Apremont<\/strong>the <strong>Logis de la Chabotterie<\/strong> and the unmissable <strong>Historial de Vend\u00e9e<\/strong>, The region offers cultural visits for all the family.\n    <\/p>\n    <p>\n        Don't miss the <strong>Ch\u00e2teau de Commequiers<\/strong>, the jewel in the crown of the village, which bears witness to the history of the Vend\u00e9e.\n    <\/p>\n<\/section>\n\n<!-- ================= DESTINATIONS ================= -->\n<section class=\"destinations-block\" id=\"destinations\">\n    <h2>Our heritage favourites<\/h2>\n    <p>Historical and cultural sites to discover around the campsite<\/p>\n\n    <div class=\"destination-grid\">\n\n        <!-- Ch\u00e2teau d\u2019Apremont -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/01\/Apremont4.jpg\" alt=\"Ch\u00e2teau d&#039;Apremont\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Ch\u00e2teau d'Apremont<\/h3>\n                <p class=\"card-description\">\n                    Discover this magnificent 15th-century ch\u00e2teau and its formal gardens. Immerse yourself in medieval history and the nobility of the Vend\u00e9e.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-tourisme.com\/le-chateau-dapremont\/apremont\/pcupdl053v5049lt\" target=\"_blank\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Logis de la Chabotterie -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/rsz_logisdelachabotterie1.jpg\" alt=\"Logis de la Chabotterie\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Logis de la Chabotterie<\/h3>\n                <p class=\"card-description\">\n                    Visit this 17th-century dwelling, famous for its role in the Vend\u00e9e War. An enriching and interactive historical experience.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-tourisme.com\/le-logis-de-la-chabotterie\/montreverd\/pcupdl085v500r74\" target=\"_blank\" class=\"card-btn\">Explore \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Historial de Vend\u00e9e -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/03\/Historial-de-la-Vendee_Vie-et-Boulogne-5-1.jpg\" alt=\"Historial de Vend\u00e9e\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Historial de Vend\u00e9e<\/h3>\n                <p class=\"card-description\">\n                    A modern, interactive museum retracing the history of the Vend\u00e9e, from prehistory to the present day. An enriching visit for young and old alike.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-tourisme.com\/historial-de-la-vendee\/les-lucs-sur-boulogne\/pcupdl085v5039e9\" target=\"_blank\" class=\"card-btn\">Visit \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Ch\u00e2teau de Commequiers -->\n<div class=\"destination-card\">\n    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/169401-stgilles14-mg-3094-1600x900-1.jpg\" alt=\"Ch\u00e2teau de Commequiers\">\n    <div class=\"card-content\">\n        <h3 class=\"card-title\">Ch\u00e2teau de Commequiers<\/h3>\n        <p class=\"card-description\">\n            Discover the remains of this medieval castle dating from the 15th century. Combining fortified architecture and local history, this is an ideal visit for fans of Vend\u00e9e heritage.\n        <\/p>\n        <a href=\"https:\/\/www.payssaintgilles-tourisme.fr\/patrimoine-culturel\/chateau-de-commequiers\/\" target=\"_blank\" class=\"card-btn\">Discover \u2192<\/a>\n    <\/div>\n<\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= CTA FULL WIDTH ================= -->\n<section class=\"cta-block\">\n    <h2>\ud83c\udfdb\ufe0f Ready to discover the heritage of the Vend\u00e9e?<\/h2>\n    <p>\n        Book your stay at Camping Paradis Domaine de Bellevue and enjoy privileged access to the region's historic and cultural sites.\n    <\/p>\n    <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/\" target=\"_blank\">Book<\/a>\n<\/section>\n\n<\/body>\n<\/html>\n\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>C\u00f4t\u00e9 Patrimoine \u2022 Camping Paradis Domaine de Bellevue \ud83c\udff0 C\u00f4t\u00e9 Patrimoine autour du Camping Paradis Domaine de Bellevue D\u00e9couvrez le riche patrimoine vend\u00e9en \u00e0 proximit\u00e9 de votre s\u00e9jour \u00e0 Saint-Christophe-du-Ligneron. Ch\u00e2teaux, logis historiques et mus\u00e9es vous invitent \u00e0 un voyage \u00e0 travers le temps et l\u2019histoire de la Vend\u00e9e. Voir le patrimoine Patrimoine \u00e0 proximit\u00e9 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":27801,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-35851","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/35851","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/comments?post=35851"}],"version-history":[{"count":3,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/35851\/revisions"}],"predecessor-version":[{"id":35856,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/35851\/revisions\/35856"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media\/27801"}],"wp:attachment":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media?parent=35851"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}