{"id":24869,"date":"2024-12-13T15:10:19","date_gmt":"2024-12-13T14:10:19","guid":{"rendered":"https:\/\/www.vendee-camping-bellevue.com\/?page_id=24869"},"modified":"2026-01-28T16:03:41","modified_gmt":"2026-01-28T15:03:41","slug":"cote-mer-nature","status":"publish","type":"page","link":"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-mer-nature\/","title":{"rendered":"Sea and nature"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-2422d97\" data-block-id=\"2422d97\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-2422d97-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-0487e79\" data-v=\"4\" data-block-id=\"0487e79\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-0487e79-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-0487e79-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.85), rgba(243,146,0,0.85)),\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.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-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(2, 1fr);\n    gap: 30px;\n}\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: 1fr 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    .cta-block { padding: 80px 20px 50px; }\n}\n<\/style>\n\n<!-- ================= HERO ================= -->\n<section class=\"hero-block\">\n    <div class=\"hero-content\">\n        <div class=\"hero-badge\">\ud83c\udf3f\ud83c\udf0a Between Sea and Nature<\/div>\n        <h1>The ideal place to get away from it all at Camping Paradis Domaine de Bellevue<\/h1>\n        <p class=\"hero-description\">\n            Enjoy an unspoilt environment between <strong>green forests<\/strong> and <strong>fine sandy beaches<\/strong> of the Vend\u00e9e.\n            Go hiking or cycling and breathe in the iodised air to recharge your batteries.\n        <\/p>\n        <div class=\"hero-cta\">\n            <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-mer-nature\/beaches-and-forests-vendee\/\" class=\"hero-btn hero-btn-primary\">Beaches &amp; Forests<\/a>\n            <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-mer-nature\/hikes\/\" class=\"hero-btn hero-btn-secondary\">Hiking trails<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= INTRO ================= -->\n<section class=\"intro-block\">\n    <h2>Holidays between sea and nature in the Vend\u00e9e<\/h2>\n    <p>\n        Visit <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong>, Let yourself be seduced by a setting where the <strong>nature is king<\/strong>. .\n        Between <strong>lush forests, peaceful marshes<\/strong> and <strong>fine sandy beaches<\/strong>, You'll find the perfect place to disconnect and enjoy every moment.  \n        Families will love the nearby footpaths and cycle paths, while beach lovers will enjoy the crystal-clear waters and memorable sunsets.\n    <\/p>\n    <p>\n        Our modern, comfortable accommodation, from mobile homes to spacious pitches, offers everything you need for a successful stay.\n        Children will be able to explore the surrounding countryside in complete safety, and parents will be able to recharge their batteries in a calm and soothing environment.  \n        Just a few kilometres away, discover typical Vend\u00e9e villages, local markets and craftsmen, for a holiday that's both refreshing and rewarding.\n    <\/p>\n<\/section>\n\n<!-- ================= DESTINATIONS ================= -->\n<section class=\"destinations-block\" id=\"destinations\">\n    <h2>Our favourite activities and discoveries<\/h2>\n    <p>Explore the beaches, forests and paths around the campsite to enrich your holiday<\/p>\n\n    <div class=\"destination-grid\">\n        <div class=\"destination-card\" onclick=\"window.location.href='https:\/\/www.vendee-camping-bellevue.com\/cote-mer-nature\/plages-et-forets-vendee\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/03\/2023_Paysage_CoteSauvage_Plage_LesSablesdOlonne_EnVendee_023-3.jpg\" alt=\"Beaches and forests of the Vend\u00e9e\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Beaches &amp; Forests<\/h3>\n                <p class=\"card-description\">\n                    Take advantage of <strong>wild and safe beaches<\/strong> for swimming, sunbathing and water sports.  \n                    The surrounding forests offer shady paths perfect for family walks, picnics and discovering the local wildlife.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-mer-nature\/beaches-and-forests-vendee\/\" 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\/cote-mer-nature\/randonnees\/'\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/03\/Velo-Fief-Rainettes-Saint-Julien-des-Landes-4-Pays-des-Achards.jpg\" alt=\"Hiking trails\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Hiking &amp; Cycling<\/h3>\n                <p class=\"card-description\">\n                    Discover the <strong>waymarked paths<\/strong> through marshes, hedgerows and forests.  \n                    You can cycle along the coast or explore the small villages of the Vend\u00e9e, enjoying exceptional views at every turn.\n                <\/p>\n                <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/cote-mer-nature\/hikes\/\" class=\"card-btn\">Explore \u2192<\/a>\n            <\/div>\n        <\/div>\n        <\/div>\n<\/section>\n\n<!-- ================= CTA FULL WIDTH ================= -->\n<section class=\"cta-block\">\n    <h2>\u26fa Book your stay at Camping Paradis Domaine de Bellevue<\/h2>\n    <p>\n        Between unspoilt nature, beaches and activities for all the family, enjoy a rejuvenating and authentic stay in the Vend\u00e9e.  \n        Our comfortable accommodation and tailored services guarantee you a memorable holiday.  \n        Breathe in the fresh sea air, explore the unique landscapes and enjoy a holiday where relaxation and adventure come together at every moment.\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>\ud83c\udf3f\ud83c\udf0a Entre Mer et Nature Un cadre id\u00e9al pour s\u2019\u00e9vader au Camping Paradis Domaine de Bellevue Profitez d\u2019un environnement pr\u00e9serv\u00e9 entre for\u00eats verdoyantes et plages de sable fin de Vend\u00e9e. Partez en randonn\u00e9e ou \u00e0 v\u00e9lo et respirez l\u2019air iod\u00e9 pour un ressourcement complet. Plages &#038; For\u00eats Sentiers de Randonn\u00e9es Vacances entre mer et nature [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":168,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_titles_title":"C\u00f4t\u00e9 mer et nature en Vend\u00e9e","_seopress_titles_desc":"D\u00e9couvrez les plus beaux lieux de Vend\u00e9e se trouvant \u00e0 proximit\u00e9 du camping Paradis du Domaine de Bellevue. Plages, for\u00eats, sentiers randonn\u00e9es.","_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-24869","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\/24869","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=24869"}],"version-history":[{"count":15,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/24869\/revisions"}],"predecessor-version":[{"id":35832,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/24869\/revisions\/35832"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media\/168"}],"wp:attachment":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media?parent=24869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}