{"id":935,"date":"2024-12-03T11:50:01","date_gmt":"2024-12-03T10:50:01","guid":{"rendered":"https:\/\/www.vendee-camping-bellevue.com\/?page_id=935"},"modified":"2026-01-29T11:40:40","modified_gmt":"2026-01-29T10:40:40","slug":"saint-christophe-du-ligneron","status":"publish","type":"page","link":"https:\/\/www.vendee-camping-bellevue.com\/en\/saint-christophe-du-ligneron\/","title":{"rendered":"Saint Christophe du Ligneron"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-18e46f6\" data-block-id=\"18e46f6\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-18e46f6-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-b3c6026\" data-v=\"4\" data-block-id=\"b3c6026\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-b3c6026-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-b3c6026-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\/Eglise_Saint-Christophe_de_Saint-Christophe-du-Ligneron.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\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\n<!-- ================= HERO ================= -->\n<section class=\"hero-block\">\n    <div class=\"hero-content\">\n        <h1>\ud83c\udf3f Discover Saint-Christophe-du-Ligneron and its treasures<\/h1>\n        <p class=\"hero-description\">\n            Since <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong>, Explore Saint-Christophe-du-Ligneron and the surrounding area, with its historic heritage, educational farms, gourmet artisans, nature walks and festive events for all the family. Enjoy a holiday combining relaxation, culture and local gastronomy in the Vend\u00e9e.\n        <\/p>\n        <div class=\"hero-cta\">\n            <a href=\"#destinations\">See the activities<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ================= INTRO ================= -->\n<section class=\"intro-block\">\n    <h2>In the immediate vicinity of the campsite<\/h2>\n    <p>\n        Situated just 1.5 km from the centre of Saint-Christophe-du-Ligneron, the campsite is ideally located with all shops and services within easy reach: bakery, supermarket, tobacconist, pharmacy, banks and hairdressers. The proximity of doctors, physiotherapists, dentists and veterinary surgeons ensures a relaxing stay for all the family.\n    <\/p>\n    <p>\n        Outdoor enthusiasts will love the hiking trails and the <strong>family orienteering race<\/strong>, accessible via QR Code. Discover the local heritage through the <strong>Saint-Jean Chapel<\/strong>, the wall of the medieval Ch\u00e2teau de la Chalonni\u00e8re and the church with its <strong>15th century Christ on the Cross<\/strong>.\n    <\/p>\n    <p>\n        Taste the local specialities with the artisanal ice creams from <strong>La Bel'Glace<\/strong> or enjoy fun and educational experiences on the farm <strong>Fun K'banes<\/strong>. To complete your stay, take part in local events such as the <strong>Ligneron flea market<\/strong>the <strong>M\u00e9tives Ligneronnaises<\/strong> or the half-marathon <strong>La Vir\u00e9e des Puces<\/strong>.\n    <\/p>\n<\/section>\n\n<!-- ================= DESTINATIONS ================= -->\n<section class=\"destinations-block\" id=\"destinations\">\n    <h2>Must-see places and activities<\/h2>\n    <p>Discover the best attractions and outings around Saint-Christophe-du-Ligneron for an unforgettable holiday in the Vend\u00e9e.<\/p>\n\n    <div class=\"destination-grid\">\n\n        <!-- Les Fun K\u2019banes -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/05\/MjAyMjA4NmMyNGE4YmZlOTg0NzJhZjBm.jpg\" alt=\"Les Fun K&#039;banes - educational farm\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Fun K'banes<\/h3>\n                <p class=\"card-description\">\n                    An educational and therapeutic farm, Les Fun K'banes offers guided or self-guided tours, fun and sensory workshops, as well as activities for school groups and families. Ideal for learning while having fun, and for getting closer to nature and animals.\n                <\/p>\n                <a href=\"https:\/\/www.facebook.com\/p\/Les-Fun-Kbanes-ferme-p%C3%A9dagogique-100081862503880\/\" class=\"card-btn\" target=\"_blank\">Read more \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- La Bel\u2019Glace -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2025\/05\/325469258-894915568306114-670659.jpg\" alt=\"La Bel&#039;Glace - traditional ice creams\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">La Bel'Glace<\/h3>\n                <p class=\"card-description\">\n                    Artisanal ice creams and sorbets made with fresh milk from the farm and local ingredients. Direct sales at the farm, markets and summer events for all food lovers. An authentic taste experience for young and old.\n                <\/p>\n                <a href=\"https:\/\/www.labelglace.fr\/\" class=\"card-btn\">Read more \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Les Puces Ligneronnaises -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2024\/12\/st-christophe-du-ligneron-brocante-puces-ligneronnaises-58.jpg\" alt=\"The Ligneron flea market\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">The Ligneronnaises Flea Market<\/h3>\n                <p class=\"card-description\">\n                    The biggest flea market in the north-west Vend\u00e9e, with 200 to 250 exhibitors, a vintage area, local craftspeople and producers. A must-see in mid-July and mid-August, perfect for bargain hunters and authentic souvenirs.\n                <\/p>\n                <a href=\"https:\/\/www.lespuces85.com\" class=\"card-btn\" target=\"_blank\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- M\u00e9tives Ligneronnaises -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/metives-ligneronnaises.jpg\" alt=\"M\u00e9tives Ligneronnaises\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">Les M\u00e9tives Ligneronnaises<\/h3>\n                <p class=\"card-description\">\n                    A traditional festival with a tractor parade, demonstrations of traditional farming skills and rural entertainment. Immerse yourself in the heritage and traditions of the Vend\u00e9e.\n                <\/p>\n                <a href=\"http:\/\/metives.ligneronnais.free.fr\/index.htm\" class=\"card-btn\">Discover \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- La Vir\u00e9e des Puces -->\n        <div class=\"destination-card\">\n            <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.vendee-camping-bellevue.com\/wp-content\/uploads\/2026\/01\/viree-des-puces.jpg\" alt=\"La Vir\u00e9e des Puces - half-marathon\">\n            <div class=\"card-content\">\n                <h3 class=\"card-title\">La Vir\u00e9e des Puces<\/h3>\n                <p class=\"card-description\">\n                    Half marathon organised on the weekend of 1 November by the Athl\u00e9tique Club les Puces Ligneronnaises. Combine sport, discovery of the village and a friendly atmosphere for a family event.\n                <\/p>\n                <a href=\"https:\/\/www.ac-pucesligneronnaises.org\/la-viree-des-puces\/\" 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 Plan your stay in Saint-Christophe-du-Ligneron<\/h2>\n    <p>\n        Make the most of all that Saint-Christophe-du-Ligneron has to offer near the <strong>Camping Paradis Domaine de Bellevue&nbsp;<\/strong>. From nature and heritage to gastronomy and events, each day promises unforgettable memories for all the family.\n    <\/p>\n    <a href=\"https:\/\/www.vendee-camping-bellevue.com\/en\/\" target=\"_blank\">Book now<\/a>\n<\/section>\n\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf3f D\u00e9couvrez Saint-Christophe-du-Ligneron et ses richesses Depuis le Camping Paradis Domaine de Bellevue, explorez Saint-Christophe-du-Ligneron et ses alentours : patrimoine historique, fermes p\u00e9dagogiques, artisans gourmands, balades nature et \u00e9v\u00e9nements festifs pour toute la famille. Profitez d\u2019un s\u00e9jour combinant d\u00e9tente, culture et gastronomie locale en Vend\u00e9e. Voir les activit\u00e9s \u00c0 proximit\u00e9 imm\u00e9diate du camping Situ\u00e9 \u00e0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":478,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Saint Christophe du Ligneron - Camping p\u00eache 4 \u00e9toiles","_seopress_titles_desc":"D\u00e9couvrez l'histoire et les manifestations culturelles de Saint-Christophe-du-Ligneron sur le site du Camping Paradis Domaine de Bellevue.","_seopress_robots_index":"","_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-935","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\/935","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=935"}],"version-history":[{"count":18,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/935\/revisions"}],"predecessor-version":[{"id":35926,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/pages\/935\/revisions\/35926"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media\/478"}],"wp:attachment":[{"href":"https:\/\/www.vendee-camping-bellevue.com\/en\/wp-json\/wp\/v2\/media?parent=935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}