{"id":35906,"date":"2026-01-29T10:28:07","date_gmt":"2026-01-29T09:28:07","guid":{"rendered":"https:\/\/www.vendee-camping-bellevue.com\/?page_id=35906"},"modified":"2026-02-03T10:06:13","modified_gmt":"2026-02-03T09:06:13","slug":"cote-loisirs","status":"publish","type":"page","link":"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-loisirs\/","title":{"rendered":"C\u00f4t\u00e9 Loisirs"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-1ffe34e\" data-block-id=\"1ffe34e\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-1ffe34e-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-bc0f05e\" data-v=\"4\" data-block-id=\"bc0f05e\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-bc0f05e-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-bc0f05e-inner-blocks\">\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\/2026\/01\/Loisirs_Hero.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\udfa2 Leisure activities at Camping Paradis Domaine de Bellevue<\/h1>\n        <p class=\"hero-description\">\n            Make the most of your holiday in the Vend\u00e9e with a selection of activities and parks to suit all ages. Slides, dinosaurs, aquariums or nature discoveries: your stay will be rich in emotions and memories.\n        <\/p>\n        <div class=\"hero-cta\">\n            <a href=\"#destinations\">See leisure activities<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= INTRO ================= -->\n<section class=\"intro-block\">\n    <h2>Leisure and activities near the campsite<\/h2>\n    <p>\n        Since <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong>, Discover unique leisure activities in the Vend\u00e9e. Thanks to our ticket office available at reception, you can easily take advantage of our favourite activities: <strong>Aquarium de Vend\u00e9e<\/strong>, <strong>Atlantic Toboggan<\/strong>, <strong>Ch\u00e2teau des Aventuriers<\/strong> or even <strong>Dino's Park<\/strong>.\n    <\/p>\n    <p>\n        For an original experience, don't miss the <strong>Route du Sel<\/strong> and <strong>Vend\u00e9e Miniature<\/strong>, Perfect outings for all the family.\n    <\/p>\n<\/section>\n\n<!-- ================= DESTINATIONS ================= -->\n<section class=\"destinations-block\" id=\"destinations\">\n    <h2>Our favourite leisure activities<\/h2>\n    <p>Parks and activities to discover around the campsite<\/p>\n\n    <div class=\"destination-grid\">\n\n        <!-- Aquarium 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\/2026\/01\/aquarium-de-vendee-25-09.png\" alt=\"Aquarium de Vend\u00e9e\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Aquarium de Vend\u00e9e<\/h3>\n                <p class=\"card-description\">\n                    Explore over 600 marine species, from sharks to jellyfish, and enjoy educational activities for all the family. An immersive visit, ideal whatever the weather.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/aquarium-de-vendee-2\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Atlantic Toboggan -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/15-atlantic-toboggan-st-hilaire-de-riez.jpg\" alt=\"Atlantic Toboggan\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Atlantic Toboggan<\/h3>\n                <p class=\"card-description\">\n                    Giant slides, wave pool and buoy rivers: a refreshing day out for young and old alike, with zones to suit all ages.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/atlantic-toboggan\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Ch\u00e2teau des Aventuriers -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/chateau-des-aventuriers.jpg\" alt=\"Ch\u00e2teau des Aventuriers\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Ch\u00e2teau des Aventuriers<\/h3>\n                <p class=\"card-description\">\n                    Treasure hunts and interactive trails in a medieval setting. A fun, cultural adventure for all the family.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/chateau-des-aventuriers-2\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Dino's Park -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/DINOSPARK-STHILAIREDERIEZ-ENTREE-1200x900-1.jpg\" alt=\"Dino&#039;s Park\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Dino's Park<\/h3>\n                <p class=\"card-description\">\n                    Life-size reproductions of dinosaurs, animations and interactive games. An immersive, fun experience for little prehistory enthusiasts.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/dinos-park-dinosaur-park-in-vendee\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- La Route du Sel -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/05\/rsz_085_laroutedusel.jpg\" alt=\"The Salt Route\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">The Salt Route<\/h3>\n                <p class=\"card-description\">\n                    A nature walk through the salt marshes, in a boat or canoe, to discover the fauna, flora and history of the Vend\u00e9e salt.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/the-vendee-salt-route\/\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Vend\u00e9e Miniature -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2024\/12\/VendeeMiniature1.jpg\" alt=\"Vend\u00e9e Miniature\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Vend\u00e9e Miniature<\/h3>\n                <p class=\"card-description\">\n                    A miniature village recreating the landscapes and scenes of life in the Vend\u00e9e. A fun and educational visit for all the family.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/vendee-miniature\/\" 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>\ud83c\udf9f\ufe0f Ready to discover the leisure activities of the Vend\u00e9e?<\/h2>\n    <p>\n        Come and enjoy our favourite activities near the <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong> and get inspired for your next family outing.\n    <\/p>\n    <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/\" target=\"_blank\">Book<\/a>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfa2 C\u00f4t\u00e9 Loisirs autour du Camping Paradis Domaine de Bellevue Profitez pleinement de vos vacances en Vend\u00e9e avec une s\u00e9lection d\u2019activit\u00e9s et de parcs adapt\u00e9s \u00e0 tous les \u00e2ges. Toboggans, dinosaures, aquariums ou d\u00e9couvertes nature : votre s\u00e9jour sera riche en \u00e9motions et souvenirs. Voir les loisirs Loisirs et activit\u00e9s \u00e0 proximit\u00e9 du camping Depuis [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":35904,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-35906","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\/35906","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=35906"}],"version-history":[{"count":3,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/35906\/revisions"}],"predecessor-version":[{"id":36264,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/35906\/revisions\/36264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media\/35904"}],"wp:attachment":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media?parent=35906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}