{"id":18,"date":"2025-12-19T15:10:53","date_gmt":"2025-12-19T15:10:53","guid":{"rendered":"https:\/\/lesmasquesduchateau.be\/?page_id=18"},"modified":"2026-02-03T10:05:05","modified_gmt":"2026-02-03T10:05:05","slug":"accueil","status":"publish","type":"page","link":"http:\/\/lesmasquesduchateau.be\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<style>\n\/* =========================================\n   1. NETTOYAGE DU TH\u00c8ME (PAGE ONE-PAGE)\n   ========================================= *\/\nheader, footer, .site-header, .site-footer,\n#masthead, #colophon,\n.wp-block-template-part-header,\n.wp-block-template-part-footer,\naside, #secondary, .widget-area {\n    display: none !important;\n}\n\n:root {\n    --lmc-blue: #142850;    \/* Bleu Ch\u00e2teau de Seneffe *\/\n    --lmc-red: #da1e28;     \/* Rouge passion *\/\n    --lmc-yellow: #f1c21b;  \/* Or imp\u00e9rial *\/\n    --lmc-light: #f8f9fa;   \/* Fond clair *\/\n    --lmc-dark: #0a1525;    \/* Bleu fonc\u00e9 *\/\n    --shadow: 0 8px 25px rgba(0,0,0,0.1);\n    --transition: all 0.3s ease;\n    --lmc-yellow-light: #fff9e6; \/* Jaune tr\u00e8s clair pour contraste *\/\n}\n\n\/* Reset & Base *\/\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\nhtml, body {\n    width: 100%;\n    overflow-x: hidden;\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    line-height: 1.6;\n    color: #333;\n    scroll-behavior: smooth;\n}\n\n\/* Conteneur pleine largeur *\/\n.lmc-container {\n    width: 100%;\n    max-width: none;\n    margin: 0;\n}\n\n\/* Sections pleine largeur *\/\nsection {\n    width: 100%;\n    padding: 0 5%;\n}\n\n\/* HERO - Pleine largeur avec effet immersif *\/\n.lmc-hero {\n    background: linear-gradient(135deg, var(--lmc-blue), var(--lmc-dark));\n    color: white;\n    padding: 150px 5% 120px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.lmc-hero::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><path d=\"M0,0 Q50,20 100,0 L100,100 Q50,80 0,100 Z\" fill=\"rgba(241,194,27,0.03)\"\/><\/svg>');\n    opacity: 0.3;\n}\n\n.lmc-logo {\n    max-width: 200px;\n    margin: 0 auto 40px;\n    position: relative;\n}\n\n.lmc-logo img {\n    width: 100%;\n    border-radius: 50%;\n    padding: 10px;\n    background: white;\n    border: 6px solid var(--lmc-yellow);\n    box-shadow: 0 0 0 10px rgba(241,194,27,0.2),\n                0 15px 30px rgba(0,0,0,0.2);\n    transition: var(--transition);\n}\n\n.lmc-logo:hover img {\n    transform: scale(1.05);\n}\n\n.lmc-hero h1 {\n    font-size: 4rem;\n    font-weight: 900;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n}\n\n.lmc-hero p {\n    font-size: 1.5rem;\n    max-width: 800px;\n    margin: 0 auto 40px;\n    color: var(--lmc-yellow);\n    font-weight: 300;\n}\n\n\/* Section Timeline - Pleine largeur *\/\n.lmc-timeline {\n    background: var(--lmc-light);\n    padding: 100px 5%;\n    position: relative;\n}\n\n.lmc-timeline h2 {\n    text-align: center;\n    font-size: 3rem;\n    color: var(--lmc-blue);\n    margin-bottom: 80px;\n    position: relative;\n}\n\n.lmc-timeline h2::after {\n    content: '';\n    position: absolute;\n    bottom: -30px;\n    left: 50%;\n    width: 100px;\n    height: 4px;\n    background: var(--lmc-yellow);\n    transform: translateX(-50%);\n}\n\n.timeline-item {\n    display: flex;\n    margin-bottom: 60px;\n    position: relative;\n}\n\n.timeline-year {\n    flex: 0 0 200px;\n    text-align: right;\n    padding-right: 40px;\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: var(--lmc-blue);\n    position: relative;\n}\n\n.timeline-year::after {\n    content: '';\n    position: absolute;\n    top: 20px;\n    right: -25px;\n    width: 15px;\n    height: 15px;\n    background: var(--lmc-yellow);\n    border-radius: 50%;\n    border: 3px solid white;\n}\n\n.timeline-content {\n    flex: 1;\n    padding-left: 40px;\n    background: white;\n    padding: 30px;\n    border-radius: 10px;\n    box-shadow: var(--shadow);\n    border-top: 5px solid var(--lmc-red);\n}\n\n\/* Section Valeurs - 6 cases en grille 3x2 *\/\n.lmc-values {\n    padding: 100px 5%;\n    background: white;\n}\n\n.lmc-values h2 {\n    text-align: center;\n    font-size: 3.5rem;\n    color: var(--lmc-blue);\n    margin-bottom: 20px;\n}\n\n.lmc-values .subtitle {\n    text-align: center;\n    font-size: 1.4rem;\n    color: #666;\n    margin-bottom: 70px;\n    max-width: 900px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.values-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n    margin-bottom: 50px;\n}\n\n.value-card {\n    background: white;\n    padding: 40px 30px;\n    border-radius: 12px;\n    box-shadow: var(--shadow);\n    transition: var(--transition);\n    border-top: 8px solid;\n    height: 100%;\n}\n\n.value-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n}\n\n.value-card:nth-child(1) { border-top-color: var(--lmc-blue); }\n.value-card:nth-child(2) { border-top-color: var(--lmc-red); }\n.value-card:nth-child(3) { border-top-color: var(--lmc-yellow); }\n.value-card:nth-child(4) { border-top-color: var(--lmc-blue); }\n.value-card:nth-child(5) { border-top-color: var(--lmc-red); }\n.value-card:nth-child(6) { border-top-color: var(--lmc-yellow); }\n\n.value-icon {\n    font-size: 3.5rem;\n    margin-bottom: 25px;\n    display: block;\n    text-align: center;\n}\n\n.value-card h3 {\n    font-size: 1.8rem;\n    margin-bottom: 20px;\n    color: var(--lmc-blue);\n    text-align: center;\n}\n\n.value-card p {\n    font-size: 1.1rem;\n    line-height: 1.7;\n    color: #555;\n}\n\n\/* Section Ch\u00e2teau - Image pleine largeur *\/\n.lmc-chateau {\n    width: 100%;\n    padding: 0;\n    margin: 0;\n    position: relative;\n}\n\n.lmc-chateau img {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n\/* CTA - Section d'appel \u00e0 l'action modifi\u00e9e en bleu *\/\n.lmc-cta {\n    background: linear-gradient(135deg, var(--lmc-blue), var(--lmc-dark));\n    color: white;\n    padding: 100px 5% 120px; \/* Padding bottom augment\u00e9 pour s\u00e9parer du footer *\/\n    text-align: center;\n    position: relative;\n}\n\n.lmc-cta h2 {\n    font-size: 3.5rem;\n    margin-bottom: 30px;\n    color: var(--lmc-yellow);\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n}\n\n.lmc-cta p {\n    font-size: 1.4rem;\n    margin-bottom: 40px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.8;\n}\n\n.lmc-btn {\n    display: inline-block;\n    padding: 18px 45px;\n    background: var(--lmc-yellow);\n    color: var(--lmc-blue);\n    font-size: 1.3rem;\n    font-weight: 900;\n    text-transform: uppercase;\n    text-decoration: none;\n    border-radius: 50px;\n    box-shadow: 0 10px 30px rgba(241,194,27,0.4);\n    transition: var(--transition);\n    border: 3px solid var(--lmc-blue);\n    letter-spacing: 1px;\n}\n\n.lmc-btn:hover {\n    background: white;\n    color: var(--lmc-blue);\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(241,194,27,0.5);\n}\n\n\/* Copyright section *\/\n.lmc-copyright {\n    background: var(--lmc-dark);\n    color: white;\n    padding: 40px 5%;\n    text-align: center;\n}\n\n.lmc-copyright p {\n    margin: 10px 0;\n    font-size: 1.1rem;\n}\n\n.lmc-copyright a {\n    color: var(--lmc-yellow);\n    text-decoration: none;\n    font-weight: 600;\n    transition: var(--transition);\n}\n\n.lmc-copyright a:hover {\n    color: white;\n    text-decoration: underline;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .lmc-hero h1 {\n        font-size: 3rem;\n    }\n\n    .values-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .footer-content {\n        grid-template-columns: 1fr;\n        text-align: center;\n    }\n\n    .footer-links {\n        text-align: center;\n    }\n}\n\n@media (max-width: 768px) {\n    .lmc-hero h1 {\n        font-size: 2.5rem;\n    }\n\n    .lmc-hero p {\n        font-size: 1.2rem;\n    }\n\n    .timeline-item {\n        flex-direction: column;\n    }\n\n    .timeline-year {\n        text-align: center;\n        padding-right: 0;\n        margin-bottom: 20px;\n    }\n\n    .timeline-content {\n        padding-left: 0;\n    }\n\n    .values-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .lmc-mission ul {\n        text-align: center;\n    }\n\n    .lmc-mission li {\n        text-align: left;\n        display: block;\n        width: 100%;\n    }\n\n    .lmc-mission li::before {\n        display: none;\n    }\n}\n\n@media (max-width: 480px) {\n    section {\n        padding: 0 3%;\n    }\n\n    .lmc-hero {\n        padding: 100px 3% 80px;\n    }\n\n    .lmc-hero h1 {\n        font-size: 2rem;\n    }\n\n    .lmc-mission h2 {\n        font-size: 2.5rem;\n    }\n\n    .lmc-mission p,\n    .lmc-mission li {\n        font-size: 1.1rem;\n    }\n\n    .footer-content {\n        flex-direction: column;\n        gap: 30px;\n    }\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n}\n\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n.value-card, .timeline-item, .lmc-mission, .lmc-cta {\n    animation: fadeInUp 0.8s ease forwards;\n    opacity: 0;\n}\n\n.value-card:nth-child(1) { animation-delay: 0.1s; }\n.value-card:nth-child(2) { animation-delay: 0.2s; }\n.value-card:nth-child(3) { animation-delay: 0.3s; }\n.value-card:nth-child(4) { animation-delay: 0.4s; }\n.value-card:nth-child(5) { animation-delay: 0.5s; }\n.value-card:nth-child(6) { animation-delay: 0.6s; }\n<\/style>\n\n<div class=\"lmc-container\">\n    <!-- HERO - Pleine largeur -->\n    <section class=\"lmc-hero\">\n        <div class=\"lmc-logo\">\n            <img decoding=\"async\" src=\"http:\/\/lesmasquesduchateau.be\/wp-content\/uploads\/2026\/02\/LMDC_Logo.png\"\n                 alt=\"Les Masqu\u00e9s du Ch\u00e2teau - Soci\u00e9t\u00e9 folklorique de Seneffe\">\n        <\/div>\n        <h1>Les Masqu\u00e9s du Ch\u00e2teau<\/h1>\n        <p>Le nouveau souffle du folklore seneffois &#8211; Une aventure humaine et culturelle<\/p>\n    <\/section>\n\n    <!-- TIMELINE - Histoire -->\n    <section class=\"lmc-timeline\">\n        <h2>Notre Histoire<\/h2>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2025<\/div>\n            <div class=\"timeline-content\">\n                <h3>Naissance d&rsquo;une passion collective<\/h3>\n                <p>Fond\u00e9 en 2025 par des familles seneffoises passionn\u00e9es, <strong>Les Masqu\u00e9s du Ch\u00e2teau<\/strong> voit le jour avec pour mission de <em>redonner vie aux traditions locales<\/em> tout en les adaptant \u00e0 notre \u00e9poque.<\/p>\n                <p>Comme le relatait SudInfo en novembre 2025 : \u00ab\u00a0<em>Une nouvelle soci\u00e9t\u00e9 folklorique est n\u00e9e \u00e0 Seneffe pour cr\u00e9er du lien entre les g\u00e9n\u00e9rations<\/em>\u00ab\u00a0. Cette initiative marque le d\u00e9but d&rsquo;une aventure humaine unique en son genre.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2026<\/div>\n            <div class=\"timeline-content\">\n                <h3>Reconnaissance officielle<\/h3>\n                <p>Constitution en ASBL et premi\u00e8res sorties remarqu\u00e9es. Notre groupe se structure autour de valeurs fortes : <strong>transmission, convivialit\u00e9 et excellence<\/strong>.<\/p>\n                <p>Nous devenons rapidement un acteur incontournable de la vie culturelle seneffoise, comme en t\u00e9moignent les nombreux articles de presse et le soutien de la commune.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- VALEURS - 6 cases en grille 3x2 -->\n    <section class=\"lmc-values\">\n        <h2>Nos 6 Engagements<\/h2>\n        <p class=\"subtitle\">\n            Ces valeurs fondatrices guident chacune de nos actions et font de nous bien plus qu&rsquo;un simple groupe folklorique\n        <\/p>\n\n        <div class=\"values-grid\">\n            <!-- Valeur 1 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66<\/div>\n                <h3>Transmission Interg\u00e9n\u00e9rationnelle<\/h3>\n                <p>Nous r\u00e9unissons <strong>toutes les g\u00e9n\u00e9rations<\/strong>, des enfants aux a\u00een\u00e9s, pour perp\u00e9tuer nos traditions tout en cr\u00e9ant des souvenirs communs. Chaque membre, quel que soit son \u00e2ge, trouve sa place dans notre aventure collective.<\/p>\n            <\/div>\n\n            <!-- Valeur 2 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\ud83c\udfad<\/div>\n                <h3>Authenticit\u00e9 Folklorique<\/h3>\n                <p>Fid\u00e8les \u00e0 l&rsquo;esprit du <strong>folklore wallon<\/strong>, nous portons avec fiert\u00e9 des costumes et masques qui racontent notre histoire. Chaque d\u00e9tail est pens\u00e9 pour honorer notre h\u00e9ritage culturel immat\u00e9riel.<\/p>\n            <\/div>\n\n            <!-- Valeur 3 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\ud83c\udfd8\ufe0f<\/div>\n                <h3>Ancrage Local<\/h3>\n                <p>Profond\u00e9ment attach\u00e9s \u00e0 <strong>Seneffe et son ch\u00e2teau<\/strong>, nous sommes un acteur majeur de la vie locale. Notre action contribue au dynamisme de notre commune et renforce les liens entre ses habitants.<\/p>\n            <\/div>\n\n            <!-- Valeur 4 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\u2728<\/div>\n                <h3>Excellence Artistique<\/h3>\n                <p>De la conception de nos costumes \u00e0 nos chor\u00e9graphies, nous visons <strong>l&rsquo;excellence<\/strong> dans chaque d\u00e9tail. Notre esth\u00e9tique allie tradition et modernit\u00e9 pour cr\u00e9er des moments visuels inoubliables.<\/p>\n            <\/div>\n\n            <!-- Valeur 5 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\ud83e\udd1d<\/div>\n                <h3>Partenariats Durables<\/h3>\n                <p>Nous tissons des liens solides avec les <strong>acteurs locaux<\/strong> qui partagent notre vision. Nos partenaires ne sont pas de simples sponsors, mais de v\u00e9ritables alli\u00e9s dans la valorisation de notre patrimoine.<\/p>\n            <\/div>\n\n            <!-- Valeur 6 -->\n            <div class=\"value-card\">\n                <div class=\"value-icon\" aria-hidden=\"true\">\ud83c\udf89<\/div>\n                <h3>Convivialit\u00e9<\/h3>\n                <p>Au-del\u00e0 du folklore, nous cr\u00e9ons des <strong>moments de joie partag\u00e9e<\/strong>. Nos \u00e9v\u00e9nements sont des occasions de rencontres, de rires et de c\u00e9l\u00e9bration de notre identit\u00e9 collective.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CHATEAU - Image pleine largeur -->\n    <section class=\"lmc-chateau\">\n        <img decoding=\"async\" src=\"http:\/\/lesmasquesduchateau.be\/wp-content\/uploads\/2025\/12\/chateau.jpg\"\n             alt=\"Ch\u00e2teau de Seneffe - Patrimoine historique de notre r\u00e9gion\"\n             loading=\"lazy\">\n    <\/section>\n\n    <!-- CTA - Modifi\u00e9e en bleu -->\n    <section class=\"lmc-cta\">\n        <h2>Rejoignez l&rsquo;Aventure !<\/h2>\n        <p>Que vous soyez passionn\u00e9 de folklore, amateur d&rsquo;histoire locale ou simplement curieux,\n        <strong>votre place est parmi nous<\/strong>. Ensemble, \u00e9crivons la suite de cette belle histoire seneffoise !<\/p>\n\n        <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSftKjxFkgiNUPZ2s4xMpn1rIipNPl1RXJ3UVcc0jO0-mugoeA\/viewform?usp=dialog\"\n           target=\"_blank\" rel=\"noopener\" class=\"lmc-btn\">\n           Devenir Masqu\u00e9\n        <\/a>\n    <\/section>\n\n    <!-- COPYRIGHT -->\n    <section class=\"lmc-copyright\">\n        <p>\u00a9 2026 Les Masqu\u00e9s du Ch\u00e2teau ASBL &#8211; Tous droits r\u00e9serv\u00e9s<\/p>\n        <p><a href=\"mailto:info@lesmasquesduchateau.be\">info@lesmasquesduchateau.be<\/a><\/p>\n    <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Les Masqu\u00e9s du Ch\u00e2teau Le nouveau souffle du folklore seneffois &#8211; Une aventure humaine et culturelle Notre Histoire 2025 Naissance d&rsquo;une passion collective Fond\u00e9 en 2025 par des familles seneffoises passionn\u00e9es, Les Masqu\u00e9s du Ch\u00e2teau voit le jour avec pour mission de redonner vie aux traditions locales tout en les adaptant \u00e0 notre \u00e9poque. Comme <a href=\"http:\/\/lesmasquesduchateau.be\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Accueil<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":68,"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":101,"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/101"}],"wp:attachment":[{"href":"http:\/\/lesmasquesduchateau.be\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}