{"id":1148,"date":"2026-03-13T11:01:37","date_gmt":"2026-03-13T11:01:37","guid":{"rendered":"https:\/\/gourmarines.org\/?page_id=1148"},"modified":"2026-03-13T11:08:34","modified_gmt":"2026-03-13T11:08:34","slug":"privacy-policy-2","status":"publish","type":"page","link":"https:\/\/gourmarines.org\/index.php\/privacy-policy-2\/","title":{"rendered":"Politique de confidentialit\u00e9"},"content":{"rendered":"\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Miniver&family=Outfit:wght@300;400;600;800&display=swap');\n\n    \/* Scoped Variables *\/\n    .gmx-wrapper {\n        --primary: #FF5A82; \n        --primary-light: #FF8BA6;\n        --primary-dark: #E03E65;\n        --secondary: #FFB347; \n        --text-dark: #2B2B44;\n        --text-light: #6C6C8A;\n        --bg-light: #FFFAFB;\n        --bg-white: #FFFFFF;\n        --radius-lg: 32px;\n        --radius-xl: 48px;\n        --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n        \n        font-family: 'Outfit', sans-serif;\n        color: var(--text-dark);\n        background-color: var(--bg-light);\n        line-height: 1.6;\n        overflow-x: hidden;\n        font-size: 16px;\n    }\n\n    \/* Scoped Reset to protect from WordPress Theme *\/\n    .gmx-wrapper * {\n        box-sizing: border-box;\n    }\n    \n    .gmx-wrapper h1, .gmx-wrapper h2, .gmx-wrapper h3, .gmx-wrapper h4, .gmx-wrapper p, .gmx-wrapper ul, .gmx-wrapper li {\n        margin-top: 0;\n        padding: 0;\n        font-family: inherit;\n    }\n\n    .gmx-wrapper a {\n        text-decoration: none;\n        box-shadow: none;\n        color: var(--primary);\n        transition: var(--transition);\n    }\n\n    .gmx-wrapper a:hover {\n        color: var(--primary-dark);\n    }\n\n    .gmx-wrapper .container {\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 0 24px;\n        width: 100%;\n    }\n\n    \/* Page Header (Sub-page style) *\/\n    .gmx-wrapper .page-header {\n        padding: 160px 0 100px;\n        background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n        color: white;\n        text-align: center;\n        position: relative;\n    }\n\n    .gmx-wrapper .page-header::after {\n        content: '';\n        position: absolute;\n        bottom: -2px; left: 0; right: 0;\n        height: 50px;\n        background: var(--bg-light);\n        border-radius: 50px 50px 0 0;\n    }\n\n    .gmx-wrapper .page-header h1 {\n        font-size: 56px;\n        font-weight: 800;\n        margin-bottom: 20px;\n        line-height: 1.1;\n        position: relative;\n        z-index: 2;\n    }\n\n    .gmx-wrapper h2.handwriting {\n        font-family: 'Miniver', cursive;\n        color: white;\n        font-size: 32px;\n        margin-bottom: 10px;\n        transform: rotate(-3deg);\n        opacity: 0.9;\n    }\n\n    \/* Content Layout *\/\n    .gmx-wrapper .content-section {\n        padding: 60px 0 120px;\n    }\n\n    .gmx-wrapper .bg-white-panel {\n        background-color: var(--bg-white);\n        border-radius: var(--radius-xl);\n        padding: 80px;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.02);\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .gmx-wrapper .document-body h2 {\n        font-size: 32px;\n        font-weight: 800;\n        color: var(--text-dark);\n        margin: 50px 0 20px;\n        padding-bottom: 10px;\n        border-bottom: 2px solid rgba(255, 90, 130, 0.1);\n    }\n\n    .gmx-wrapper .document-body h2:first-child {\n        margin-top: 0;\n    }\n\n    .gmx-wrapper .document-body h3 {\n        font-size: 22px;\n        font-weight: 600;\n        color: var(--text-dark);\n        margin: 30px 0 15px;\n    }\n\n    .gmx-wrapper .document-body p {\n        font-size: 18px;\n        color: var(--text-light);\n        margin-bottom: 24px;\n        line-height: 1.8;\n    }\n\n    .gmx-wrapper .document-body ul {\n        margin-bottom: 30px;\n        padding-left: 20px;\n        list-style: none;\n    }\n\n    .gmx-wrapper .document-body li {\n        font-size: 18px;\n        color: var(--text-light);\n        margin-bottom: 12px;\n        line-height: 1.8;\n        position: relative;\n        padding-left: 30px;\n    }\n\n    .gmx-wrapper .document-body li::before {\n        content: '\u2728';\n        position: absolute;\n        left: 0;\n        top: 2px;\n        font-size: 14px;\n    }\n\n    .gmx-wrapper .contact-box {\n        background: rgba(255, 90, 130, 0.05);\n        border-radius: var(--radius-lg);\n        padding: 40px;\n        margin-top: 40px;\n        border: 1px solid rgba(255, 90, 130, 0.1);\n    }\n\n    .gmx-wrapper .contact-box p {\n        margin-bottom: 10px;\n    }\n\n    .gmx-wrapper .contact-box strong {\n        color: var(--primary-dark);\n    }\n\n    \/* Animations *\/\n    .gmx-wrapper .reveal {\n        opacity: 0;\n        transform: translateY(30px);\n        visibility: hidden;\n        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);\n        will-change: transform, opacity;\n    }\n\n    .gmx-wrapper .reveal.active {\n        opacity: 1;\n        transform: translateY(0);\n        visibility: visible;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n        .gmx-wrapper .page-header { padding: 120px 20px 80px; }\n        .gmx-wrapper .page-header h1 { font-size: 40px; }\n        .gmx-wrapper .bg-white-panel { padding: 40px 24px; border-radius: 32px; }\n        .gmx-wrapper .document-body h2 { font-size: 26px; }\n        .gmx-wrapper .document-body p, .gmx-wrapper .document-body li { font-size: 16px; }\n    }\n<\/style>\n\n<div class=\"gmx-wrapper\">\n\n    <!-- Page Header -->\n    <section class=\"page-header\">\n        <div class=\"container\">\n            <h2 class=\"handwriting reveal active\">Engagement &#038; Transparence<\/h2>\n            <h1 class=\"reveal active\" style=\"transition-delay: 0.1s;\">Politique de Confidentialit\u00e9<\/h1>\n        <\/div>\n    <\/section>\n\n    <!-- Document Content -->\n    <section class=\"content-section\">\n        <div class=\"container\">\n            <div class=\"bg-white-panel reveal document-body\">\n                \n                <h2>1. Qui sommes-nous ?<\/h2>\n                <p>L&rsquo;association <strong>Les Gourmandises de Marine<\/strong> attache une grande importance \u00e0 la protection de vos donn\u00e9es personnelles. La pr\u00e9sente politique de confidentialit\u00e9 a pour objectif de vous informer de mani\u00e8re transparente sur la mani\u00e8re dont nous collectons, utilisons et prot\u00e9geons vos donn\u00e9es dans le respect du R\u00e8glement G\u00e9n\u00e9ral sur la Protection des Donn\u00e9es (RGPD).<\/p>\n                \n                <div class=\"contact-box\">\n                    <h3>\u00c9diteur du site et Responsable du traitement<\/h3>\n                    <p><strong>Nom :<\/strong> Les Gourmandises de Marine<\/p>\n                    <p><strong>Statut :<\/strong> Association loi du 1er juillet 1901<\/p>\n                    <p><strong>Num\u00e9ro RNA :<\/strong> W131019685<\/p>\n                    <p><strong>Si\u00e8ge social :<\/strong> RUE DU DOCTEUR GOBIN, 13850 GREASQUE, FRANCE<\/p>\n                <\/div>\n\n                <h2>2. Les donn\u00e9es que nous collectons<\/h2>\n                <p>Dans le cadre de nos activit\u00e9s solidaires, nous sommes amen\u00e9s \u00e0 collecter certaines donn\u00e9es personnelles vous concernant, notamment lorsque vous :<\/p>\n                <ul>\n                    <li>Effectuez un don pour soutenir nos actions.<\/li>\n                    <li>Devenez b\u00e9n\u00e9vole ou membre de l&rsquo;association.<\/li>\n                    <li>Remplissez un formulaire de contact sur notre site.<\/li>\n                    <li>Inscrivez un enfant pour b\u00e9n\u00e9ficier de nos actions ou \u00e9v\u00e9nements.<\/li>\n                <\/ul>\n                <p>Ces donn\u00e9es peuvent inclure : votre nom, pr\u00e9nom, adresse postale, adresse e-mail, num\u00e9ro de t\u00e9l\u00e9phone, ainsi que des informations li\u00e9es au traitement de vos dons.<\/p>\n\n                <h2>3. Utilisation de vos donn\u00e9es<\/h2>\n                <p>Vos donn\u00e9es personnelles sont trait\u00e9es pour des finalit\u00e9s sp\u00e9cifiques, l\u00e9gitimes et transparentes :<\/p>\n                <ul>\n                    <li><strong>La gestion des dons :<\/strong> traitement des paiements et \u00e9mission des re\u00e7us fiscaux.<\/li>\n                    <li><strong>La communication :<\/strong> envoi de nos lettres d&rsquo;information pour vous tenir au courant de nos actions, \u00e9v\u00e9nements et appels \u00e0 soutien.<\/li>\n                    <li><strong>La gestion administrative :<\/strong> organisation du b\u00e9n\u00e9volat et traitement de vos demandes de contact.<\/li>\n                <\/ul>\n\n                <h2>4. Partage et s\u00e9curit\u00e9 de vos donn\u00e9es<\/h2>\n                <p><strong>Nous ne vendons, ni ne louons, ni ne c\u00e9dons vos donn\u00e9es personnelles \u00e0 des tiers.<\/strong><\/p>\n                <p>Elles sont conserv\u00e9es de mani\u00e8re s\u00e9curis\u00e9e et ne sont accessibles qu&rsquo;aux membres habilit\u00e9s de l&rsquo;association. Elles ne sont partag\u00e9es qu&rsquo;avec des prestataires techniques strictement n\u00e9cessaires au fonctionnement de nos services (par exemple, notre plateforme de paiement s\u00e9curis\u00e9e pour les dons), qui sont \u00e9galement soumis \u00e0 des obligations strictes de confidentialit\u00e9.<\/p>\n\n                <h2>5. Dur\u00e9e de conservation<\/h2>\n                <p>Nous ne conservons vos donn\u00e9es que le temps n\u00e9cessaire \u00e0 la r\u00e9alisation des finalit\u00e9s pour lesquelles elles ont \u00e9t\u00e9 collect\u00e9es. Par exemple, les donn\u00e9es li\u00e9es aux dons sont conserv\u00e9es conform\u00e9ment aux obligations l\u00e9gales, fiscales et comptables en vigueur en France.<\/p>\n\n                <h2>6. Vos droits (RGPD)<\/h2>\n                <p>Conform\u00e9ment \u00e0 la r\u00e9glementation applicable (RGPD et loi Informatique et Libert\u00e9s), vous disposez des droits suivants concernant vos donn\u00e9es personnelles :<\/p>\n                <ul>\n                    <li>Droit d&rsquo;acc\u00e8s et de rectification.<\/li>\n                    <li>Droit \u00e0 l&rsquo;effacement (droit \u00e0 l&rsquo;oubli).<\/li>\n                    <li>Droit \u00e0 la limitation du traitement.<\/li>\n                    <li>Droit de vous opposer \u00e0 la r\u00e9ception de nos communications.<\/li>\n                <\/ul>\n\n                <h2>7. Nous contacter<\/h2>\n                <p>Pour exercer vos droits ou pour toute question relative \u00e0 la protection de vos donn\u00e9es, vous pouvez nous contacter \u00e0 tout moment :<\/p>\n                <ul>\n                    <li><strong>Par e-mail :<\/strong> <a href=\"mailto:info@gourmarines.org\">info@gourmarines.org<\/a><\/li>\n                    <li><strong>Par t\u00e9l\u00e9phone :<\/strong> <a href=\"tel:+33644651730\">+33 644651730<\/a><\/li>\n                    <li><strong>Par courrier :<\/strong> Les Gourmandises de Marine, RUE DU DOCTEUR GOBIN, 13850 GREASQUE, FRANCE<\/li>\n                <\/ul>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<!-- Scroll Animations Script -->\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        const reveals = document.querySelectorAll('.gmx-wrapper .reveal');\n\n        const revealOnScroll = () => {\n            const windowHeight = window.innerHeight;\n            const elementVisible = 100;\n\n            reveals.forEach((reveal) => {\n                const elementTop = reveal.getBoundingClientRect().top;\n                if (elementTop < windowHeight - elementVisible) {\n                    reveal.classList.add('active');\n                }\n            });\n        };\n\n        window.addEventListener('scroll', revealOnScroll);\n        \/\/ Trigger once on load with a slight delay to ensure smooth rendering\n        setTimeout(revealOnScroll, 100); \n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Engagement &#038; Transparence Politique de Confidentialit\u00e9 1. Qui sommes-nous ? L&rsquo;association Les Gourmandises de Marine attache une grande importance \u00e0 la protection de vos donn\u00e9es personnelles. La pr\u00e9sente politique de confidentialit\u00e9 a pour objectif de vous informer de mani\u00e8re transparente sur la mani\u00e8re dont nous collectons, utilisons et prot\u00e9geons vos donn\u00e9es dans le respect du [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"full-screen","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-1148","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/comments?post=1148"}],"version-history":[{"count":2,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1148\/revisions"}],"predecessor-version":[{"id":1158,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1148\/revisions\/1158"}],"wp:attachment":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/media?parent=1148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}