{"id":24853,"date":"2024-12-13T14:32:19","date_gmt":"2024-12-13T13:32:19","guid":{"rendered":"https:\/\/www.vendee-camping-bellevue.com\/?page_id=24853"},"modified":"2026-01-28T15:20:58","modified_gmt":"2026-01-28T14:20:58","slug":"near-the-campsite","status":"publish","type":"page","link":"https:\/\/www.vendee-camping-bellevue.com\/en\/a-proximite-du-camping\/","title":{"rendered":"Close to the campsite"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-be2d6b6\" data-block-id=\"be2d6b6\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-be2d6b6-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-14678e2\" data-v=\"4\" data-block-id=\"14678e2\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-14678e2-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-14678e2-inner-blocks\">\n<style>\n\/* ==========================================================\n   RESET GLOBAL\n========================================================== *\/\n.hero-block *, \n.intro-block *, \n.destinations-block *, \n.cta-block * {\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   STACKABLE FULL WIDTH FIX\n========================================================== *\/\n.wp-block-stackable-html.alignfull,\n.wp-block-stackable-html.alignfull .stk-block-content {\n    width: 100vw !important;\n    max-width: 100vw !important;\n    padding: 0 !important;\n    margin: 0 !important;\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: 80vh;\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.95), rgba(243,146,0,0.95)),\n        url('https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/01\/Apremont4.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.35), transparent 55%),\n        radial-gradient(circle at 70% 50%, rgba(243,146,0,0.35), 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-badge {\n    display: inline-block;\n    padding: 10px 26px;\n    border-radius: 50px;\n    background: rgba(255,255,255,0.2);\n    backdrop-filter: blur(10px);\n    border: 2px solid rgba(255,255,255,0.35);\n    font-size: 0.9rem;\n    font-weight: 600;\n    margin-bottom: 20px;\n}\n\n.hero-content h1 {\n    font-size: 3rem;\n    margin-bottom: 20px;\n    line-height: 1.15;\n}\n\n.hero-description {\n    font-size: 1.25rem;\n    line-height: 1.7;\n    margin-bottom: 30px;\n}\n\n.hero-cta {\n    display: flex;\n    gap: 15px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.hero-btn {\n    padding: 13px 32px;\n    border-radius: 50px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all .3s ease;\n    text-align: center;\n}\n\n.hero-btn-primary { background: #fff; color:#34BDEF; }\n.hero-btn-secondary { border: 2px solid #fff; color:#fff; }\n\n\/* ==========================================================\n   INTRO SEO\n========================================================== *\/\n.intro-block {\n    max-width: 1000px;\n    margin: 60px auto;\n    padding: 50px 30px;\n    background: #fff;\n    border-radius: 30px;\n    text-align: center;\n    box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n}\n\n.intro-block h2 {\n    font-size: 2rem;\n    margin-bottom: 20px;\n    color:#34BDEF;\n}\n\n.intro-block p {\n    font-size: 1.15rem;\n    line-height: 1.8;\n    color: #555;\n}\n\n.intro-block strong { color: #F39200; }\n.intro-block a { color: #34BDEF; font-weight: 600; text-decoration: none; }\n\n\/* ==========================================================\n   DESTINATIONS\n========================================================== *\/\n.destinations-block {\n    padding: 80px 20px;\n}\n\n.destinations-block h2 {\n    text-align: center;\n    font-size: 2rem;\n    margin-bottom: 15px;\n}\n\n.destinations-block p {\n    text-align: center;\n    color: #666;\n    margin-bottom: 50px;\n}\n\n.destination-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 30px;\n}\n\n\/* ==========================================================\n   CARTES\n========================================================== *\/\n.destination-card {\n    display: flex;\n    flex-direction: column;\n    background: #fff;\n    border-radius: 25px;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    transition: transform .3s ease, box-shadow .3s ease;\n    cursor: pointer;\n}\n\n.destination-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 15px 40px rgba(52,189,239,0.3);\n}\n\n.card-image {\n    width: 100%;\n    height: 250px;\n    object-fit: cover;\n    transition: transform .5s ease;\n}\n\n.destination-card:hover .card-image {\n    transform: scale(1.1);\n}\n\n.card-content {\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n}\n\n.card-title {\n    font-size: 1.3rem;\n    color: #34BDEF;\n    margin-bottom: 10px;\n    font-weight: 600;\n}\n\n.card-description {\n    color: #666;\n    margin-bottom: auto;\n    line-height: 1.6;\n}\n\n.card-btn {\n    margin-top: 15px;\n    padding: 10px 24px;\n    border-radius: 50px;\n    background: linear-gradient(135deg,#F39200,#d67d00);\n    color: #fff;\n    text-decoration: none;\n    font-weight: 600;\n    align-self: flex-start;\n}\n\n\/* ==========================================================\n   CTA FULL WIDTH\n========================================================== *\/\n.cta-block {\n    position: relative;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    width: 100vw !important;\n    max-width: 100vw !important;\n    padding: 110px 20px 70px;\n    background: linear-gradient(135deg,#34BDEF,#F39200);\n    color: #fff;\n    text-align: center;\n    border-radius: 0 0 30px 30px;\n}\n\n.cta-block::before {\n    content:'';\n    position: absolute;\n    top:-60px;\n    left:0;\n    width:100%;\n    height:120px;\n    background:#fff;\n    border-bottom-left-radius:50% 100%;\n    border-bottom-right-radius:50% 100%;\n}\n\n.cta-block h2,\n.cta-block p { position: relative; z-index: 2; }\n\n.cta-block .hero-btn {\n    display: block;\n    width: 100%;\n    max-width: 400px;\n    margin: 25px auto 0;\n    text-align: center;\n    padding: 15px 0;\n    font-size: 1.2rem;\n    border-radius: 50px;\n}\n\n\/* ==========================================================\n   RESPONSIVE\n========================================================== *\/\n@media (max-width:1024px) { .destination-grid { grid-template-columns: repeat(2,1fr); } }\n@media (max-width:768px) { \n    .hero-content h1 { font-size:2rem; } \n    .destination-grid { grid-template-columns: 1fr; } \n}\n@media (max-width:480px) { \n    .hero-block { min-height: 60vh; } \n    .hero-content h1 { font-size: 1.6rem; } \n    .hero-description { font-size: 1rem; }\n}\n<\/style>\n\n<!-- ================= HERO ================= -->\n<section class=\"hero-block\">\n    <div class=\"hero-content\">\n        <div class=\"hero-badge\">\u2728 Camping Paradis Domaine de Bellevue<\/div>\n        <h1>Discover the authentic treasures of the Vend\u00e9e<\/h1>\n        <p class=\"hero-description\">\n            Explore the Vend\u00e9e from Saint-Christophe-du-Ligneron: unspoilt nature, family activities and local heritage\n        <\/p>\n        <div class=\"hero-cta\">\n            <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/\" class=\"hero-btn hero-btn-primary\">Book my stay<\/a>\n            <a href=\"#destinations\" class=\"hero-btn hero-btn-secondary\">Discover destinations<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= INTRO ================= -->\n<section class=\"intro-block\">\n    <h2>Holidays in Vend\u00e9e at Camping Paradis Domaine de Bellevue<\/h2>\n    <p>\n        Located in the heart of <strong>Saint-Christophe-du-Ligneron<\/strong>our <strong>camping in Vend\u00e9e<\/strong> offers you an unforgettable stay between <strong>nature, heritage and family activities<\/strong>.\n        Enjoy our comfortable mobile homes and spacious pitches, discover typical Vend\u00e9e villages and set off on adventures in the surrounding forests, lakes and hiking trails.\n        Our accommodation and services make your stay as comfortable as possible, while the region invites you to explore local markets, artisans and cultural events.\n    <\/p>\n<\/section>\n\n<!-- ================= DESTINATIONS ================= -->\n<section class=\"destinations-block\" id=\"destinations\">\n    <h2>Our favourite destinations in Vend\u00e9e<\/h2>\n    <p>Discover 5 must-see places close to the campsite to enhance your holiday<\/p>\n\n    <div class=\"destination-grid\">\n\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/saint-christophe-du-ligneron\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2024\/12\/St-Christophe-du-Ligneron-1-1024x469-1.jpg\" alt=\"Saint-Christophe-du-Ligneron\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Saint-Christophe-du-Ligneron<\/h3>\n                <p class=\"card-description\">\n                    Enjoy the peace and quiet of the hedged farmland and hiking trails. Typical village with local shops, bakeries and caf\u00e9s.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/saint-christophe-du-ligneron\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/apremont\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/01\/Apremont4.jpg\" alt=\"Apremont\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Apremont<\/h3>\n                <p class=\"card-description\">\n                    Visit the Renaissance ch\u00e2teau and stroll along the lake. Ideal for swimming, canoeing and family walks.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/apremont\/\" class=\"card-btn\">Explore \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/loisirs-a-proximite\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2024\/12\/Velo-Rail-9536-1024x683-2.jpg\" alt=\"Unusual leisure activities\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Unusual leisure activities<\/h3>\n                <p class=\"card-description\">\n                    V\u00e9lo Rail, adventure trails and original activities for all the family. Enjoy fun outings and unexpected discoveries nearby.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/nearby-leisure-activities\/\" class=\"card-btn\">Fun \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/challans\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2024\/12\/Copyright_A.lamoureux_Vendee_Expansion_Challans_5-1024x683-1.jpg\" alt=\"Challans\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Challans<\/h3>\n                <p class=\"card-description\">\n                    Discover the town of Challans: traditional markets, craft shops and cultural events.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/challans\/\" class=\"card-btn\">Visit \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/sallertaine-2\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/03\/Sallertaine-0818.jpg\" alt=\"Sallertaine\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Sallertaine<\/h3>\n                <p class=\"card-description\">\n                    Village of local craftspeople and creators. Discover workshops, exhibitions and craft traditions for all the family.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/sallertaine-2\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<!-- ================= CTA FULL WIDTH ================= -->\n<section class=\"cta-block\">\n    <h2>\u26fa Book your holiday in Vend\u00e9e today<\/h2>\n    <p>\n        With its unspoilt countryside, rich heritage and activities for all the family, the <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong> welcomes you for an unforgettable holiday.\n        Enjoy comfortable accommodation, green spaces and services tailored to your needs for a relaxing, authentic stay in the heart of the Vend\u00e9e.\n    <\/p>\n    <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/\" class=\"hero-btn hero-btn-primary\">Book my stay<\/a>\n<\/section>\n\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>\u2728 Camping Paradis Domaine de Bellevue D\u00e9couvrez les tr\u00e9sors authentiques de la Vend\u00e9e Explorez la Vend\u00e9e depuis Saint-Christophe-du-Ligneron : nature pr\u00e9serv\u00e9e, activit\u00e9s familiales et patrimoine local R\u00e9server mon s\u00e9jour D\u00e9couvrir les destinations Vacances en Vend\u00e9e au Camping Paradis Domaine de Bellevue Situ\u00e9 au c\u0153ur de Saint-Christophe-du-Ligneron, notre camping en Vend\u00e9e vous offre un s\u00e9jour inoubliable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":556,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"A proximit\u00e9 du camping Paradis Le Domaine de Bellevue en Vend\u00e9e","_seopress_titles_desc":"D\u00e9couvrez les lieux incontournables \u00e0 ne pas manquer lors de vos vacances en famille dans notre camping Paradis en Vend\u00e9e.","_seopress_robots_index":"","_seopress_analysis_target_kw":"","_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-24853","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\/24853","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/comments?post=24853"}],"version-history":[{"count":15,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/24853\/revisions"}],"predecessor-version":[{"id":35818,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/24853\/revisions\/35818"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media\/556"}],"wp:attachment":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media?parent=24853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}