{"id":1113,"date":"2025-11-21T19:57:27","date_gmt":"2025-11-21T19:57:27","guid":{"rendered":"https:\/\/financeplusht.org\/?page_id=1113"},"modified":"2025-11-21T19:58:04","modified_gmt":"2025-11-21T19:58:04","slug":"cookies","status":"publish","type":"page","link":"https:\/\/financeplusht.org\/en\/cookies\/","title":{"rendered":"cookies"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1113\" class=\"elementor elementor-1113\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23eee3f e-con-full e-flex e-con e-parent\" data-id=\"23eee3f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6788d2b elementor-widget elementor-widget-html\" data-id=\"6788d2b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n   \r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n      \r\n        .legal-container {\r\n            max-width: var(--container-width);\r\n            margin: 0 auto;\r\n            padding: 3rem 1.5rem;\r\n        }\r\n\r\n        .legal-header {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n            padding-bottom: 2rem;\r\n            border-bottom: 1px solid rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .legal-header h1 {\r\n            font-family: var(--font-title);\r\n            color: var(--color-primary);\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .legal-header .subtitle {\r\n            font-size: 1.1rem;\r\n            color: #666;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .legal-content {\r\n            background: white;\r\n            border-radius: var(--radius-lg);\r\n            box-shadow: var(--shadow-soft);\r\n            padding: 3rem;\r\n            margin-bottom: 2rem;\r\n        }\r\n\r\n        .section {\r\n            margin-bottom: 2.5rem;\r\n        }\r\n\r\n        .section:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .section h2 {\r\n            font-family: var(--font-title);\r\n            color: var(--color-primary);\r\n            font-size: 1.5rem;\r\n            margin-bottom: 1rem;\r\n            padding-bottom: 0.5rem;\r\n            border-bottom: 2px solid var(--color-accent);\r\n        }\r\n\r\n        .section h3 {\r\n            font-family: var(--font-title);\r\n            color: var(--color-secondary);\r\n            font-size: 1.2rem;\r\n            margin: 1.5rem 0 1rem 0;\r\n        }\r\n\r\n        .section p {\r\n            margin-bottom: 1rem;\r\n            color: #555;\r\n        }\r\n\r\n        .section ul {\r\n            margin: 1rem 0;\r\n            padding-left: 1.5rem;\r\n        }\r\n\r\n        .section li {\r\n            margin-bottom: 0.5rem;\r\n            color: #555;\r\n        }\r\n\r\n        .cookies-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 1.5rem;\r\n            margin: 2rem 0;\r\n        }\r\n\r\n        .cookie-card {\r\n            background: var(--color-bg-alt);\r\n            border-radius: var(--radius-md);\r\n            padding: 1.5rem;\r\n            border-left: 4px solid var(--color-secondary);\r\n            transition: var(--transition-base);\r\n        }\r\n\r\n        .cookie-card:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: var(--shadow-soft);\r\n        }\r\n\r\n        .cookie-card.necessary {\r\n            border-left-color: #28a745;\r\n        }\r\n\r\n        .cookie-card.analytical {\r\n            border-left-color: var(--color-secondary);\r\n        }\r\n\r\n        .cookie-card.preferences {\r\n            border-left-color: var(--color-accent);\r\n        }\r\n\r\n        .cookie-card h4 {\r\n            font-family: var(--font-title);\r\n            color: var(--color-primary);\r\n            margin-bottom: 0.5rem;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n        }\r\n\r\n        .cookie-card h4 i {\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .info-box {\r\n            background: #e8f4fd;\r\n            border-left: 4px solid var(--color-secondary);\r\n            padding: 1.5rem;\r\n            margin: 1.5rem 0;\r\n            border-radius: 0 var(--radius-md) var(--radius-md) 0;\r\n        }\r\n\r\n        .browser-steps {\r\n            background: var(--color-bg-alt);\r\n            border-radius: var(--radius-md);\r\n            padding: 1.5rem;\r\n            margin: 1.5rem 0;\r\n        }\r\n\r\n        .browser-steps h4 {\r\n            font-family: var(--font-title);\r\n            color: var(--color-primary);\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .browser-steps ol {\r\n            padding-left: 1.5rem;\r\n        }\r\n\r\n        .browser-steps li {\r\n            margin-bottom: 0.8rem;\r\n        }\r\n\r\n       \r\n\r\n        @media (max-width: 768px) {\r\n            .legal-content {\r\n                padding: 2rem 1.5rem;\r\n            }\r\n            \r\n            .legal-header h1 {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .cookies-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n   \r\n\r\n    <div class=\"legal-container\">\r\n        <div class=\"legal-header\">\r\n            <h1>Cookie Policy<\/h1>\r\n            <p class=\"subtitle\">Transparency and control over the use of cookies on our website<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"legal-content\">\r\n            <div class=\"section\">\r\n                <h2>What is a cookie?<\/h2>\r\n                <p>A cookie is a small text file stored on your device when you visit a website. It allows the site to remember your actions and preferences over a certain period of time.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Our Commitment<\/h2>\r\n                <p>The Finance Plus website uses cookies to optimize navigation and improve the user experience. We are committed to being transparent about their use and giving you full control.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Types of Cookies Used<\/h2>\r\n                \r\n                <div class=\"cookies-grid\">\r\n                    <div class=\"cookie-card necessary\">\r\n                        <h4><i class=\"fas fa-cog\"><\/i> Strictly Necessary Cookies<\/h4>\r\n                        <p>\"Essential for the technical functioning of the website. They enable navigation and access to secure features.<\/p>\r\n                        <p><strong>Examples<\/strong> authentication, shopping cart, security<\/p>\r\n                    <\/div>\r\n\r\n                    <div class=\"cookie-card analytical\">\r\n                        <h4><i class=\"fas fa-chart-bar\"><\/i> Cookies analytiques<\/h4>\r\n                        <p>They help us understand how visitors interact with our website through anonymous traffic statistics.<\/p>\r\n                        <p><strong>Examples<\/strong> pages visited, session duration<\/p>\r\n                    <\/div>\r\n\r\n                    <div class=\"cookie-card preferences\">\r\n                        <h4><i class=\"fas fa-user-cog\"><\/i> Customization cookies<\/h4>\r\n                        <p>They remember your preferences and choices to personalize your experience during your future visits.<\/p>\r\n                        <p><strong>Examples<\/strong> Language, layout, regional settings<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Cookie Management<\/h2>\r\n                \r\n                <div class=\"info-box\">\r\n                    <h3>\ud83d\udee1\ufe0f Your Control<\/h3>\r\n                    <p>On your first visit, a banner informs you about the use of cookies and allows you to:<\/p>\r\n                    <ul>\r\n                        <li><strong>Accept<\/strong> all cookies<\/li>\r\n                        <li><strong>Decline<\/strong> non-essential cookies<\/li>\r\n                        <li><strong>Customize<\/strong> your preferences at any time<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <p>You can change your choices at any time by accessing the privacy settings in the footer of our website.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Disabling Cookies<\/h2>\r\n                <p>You can disable cookies from your browser settings. Here\u2019s how to do it on the main browsers:<\/p>\r\n\r\n                <div class=\"browser-steps\">\r\n                    <h4>Popular browsers:<\/h4>\r\n                    <ol>\r\n                        <li><strong>Google Chrome :<\/strong> Settings \u2192 Privacy and Security \u2192 Cookies and Other Site Data<\/li>\r\n                        <li><strong>Mozilla Firefox :<\/strong> Options \u2192 Privacy and Security \u2192 Cookies and Site Data<\/li>\r\n                        <li><strong>Safari :<\/strong> Preferences \u2192 Privacy \u2192 Cookies and Site Data<\/li>\r\n                        <li><strong>Microsoft Edge :<\/strong> Settings \u2192 Privacy, Search, and Services \u2192 Cookies<\/li>\r\n                    <\/ol>\r\n                <\/div>\r\n\r\n                <div class=\"info-box\">\r\n                    <h3>\u26a0\ufe0f Warning<\/h3>\r\n                    <p>Completely disabling cookies may affect the functionality of some websites and limit your user experience. Strictly necessary cookies cannot be disabled without impacting navigation.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Retention period<\/h2>\r\n                <p>Cookies have a limited lifespan:<\/p>\r\n                <ul>\r\n                    <li><strong>Session cookies:<\/strong> Deleted when the browser is closed<\/li>\r\n                    <li><strong>Persistent cookies:<\/strong> Stored for a period ranging from 24 hours up to a maximum of 13 months<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n\r\n            <div class=\"section\">\r\n                <h2>Questions &amp; Contact<\/h2>\r\n                <p>If you have any questions regarding our cookie policy or would like more information, please feel free to contact us:<\/p>\r\n                <p><strong>Email :<\/strong> privacy@financeplusht.org<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Politique de Cookies Transparence et contr\u00f4le sur l&rsquo;utilisation des cookies sur notre site Qu&rsquo;est-ce qu&rsquo;un cookie ? Un cookie est un petit fichier texte stock\u00e9 sur votre appareil lorsque vous visitez un site web. Il permet au site de m\u00e9moriser vos actions et pr\u00e9f\u00e9rences sur une p\u00e9riode donn\u00e9e. Notre engagement Le site Finance Plus utilise &#8230; <a title=\"cookies\" class=\"read-more\" href=\"https:\/\/financeplusht.org\/en\/cookies\/\" aria-label=\"Read more about cookies\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1113","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/pages\/1113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/comments?post=1113"}],"version-history":[{"count":5,"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/pages\/1113\/revisions"}],"predecessor-version":[{"id":1118,"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/pages\/1113\/revisions\/1118"}],"wp:attachment":[{"href":"https:\/\/financeplusht.org\/en\/wp-json\/wp\/v2\/media?parent=1113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}