{"id":224,"date":"2026-05-13T23:17:36","date_gmt":"2026-05-13T23:17:36","guid":{"rendered":"https:\/\/sunbirds.fr\/?page_id=224"},"modified":"2026-05-14T12:18:59","modified_gmt":"2026-05-14T12:18:59","slug":"confidentialite","status":"publish","type":"page","link":"https:\/\/sunbirds.fr\/index.php\/confidentialite\/","title":{"rendered":"confidentialit\u00e9"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Sunbirds \u2014 Politique de confidentialit\u00e9<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&#038;family=Syne:wght@400;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --dark: #06111e;\n            --mid: #0d1e34;\n            --sand: #f0e6cc;\n            --dim: #a89880;\n            --red: #c84040;\n            --green: #1a6b3a;\n            --white: #faf4e8;\n            --serif: 'Cormorant Garamond', Georgia, serif;\n            --sans: 'Syne', sans-serif;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            background: var(--dark);\n            color: var(--sand);\n            font-family: var(--serif);\n            overflow-x: hidden;\n        }\n\n        \/* \u2500\u2500\u2500 NAV \u2500\u2500\u2500 *\/\n        nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 50;\n            padding: 1.1rem 3rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            background: rgba(6, 17, 30, 0.92);\n            backdrop-filter: blur(14px);\n            border-bottom: 1px solid rgba(240, 230, 204, 0.1);\n        }\n\n        .nav-brand {\n            display: flex;\n            align-items: center;\n            gap: .7rem;\n            text-decoration: none;\n        }\n\n        .nav-brand img {\n            height: 34px;\n            width: 34px;\n            object-fit: contain;\n            background: #fff;\n            padding: 3px;\n            border-radius: 3px;\n        }\n\n        .nav-brand span {\n            font-family: var(--sans);\n            font-weight: 800;\n            font-size: .88rem;\n            letter-spacing: .22em;\n            color: var(--white);\n        }\n\n        .nav-back {\n            font-family: var(--sans);\n            font-size: .68rem;\n            letter-spacing: .15em;\n            text-transform: uppercase;\n            color: var(--dim);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: .5rem;\n            transition: color .25s;\n        }\n\n        .nav-back:hover {\n            color: var(--white);\n        }\n\n        .nav-back::before {\n            content: '\u2190';\n        }\n\n        \/* \u2500\u2500\u2500 HERO COMPACT \u2500\u2500\u2500 *\/\n        .page-hero {\n            padding: 9rem 5vw 5rem;\n            border-bottom: 1px solid rgba(240, 230, 204, 0.08);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .page-hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(ellipse at 15% 60%, rgba(26, 107, 58, 0.07) 0%, transparent 60%);\n            pointer-events: none;\n        }\n\n        .page-hero-inner {\n            max-width: 760px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .label {\n            font-family: var(--sans);\n            font-size: .6rem;\n            letter-spacing: .28em;\n            text-transform: uppercase;\n            color: var(--green);\n            display: inline-flex;\n            align-items: center;\n            gap: .6rem;\n            margin-bottom: 1.4rem;\n        }\n\n        .label::before {\n            content: '';\n            display: block;\n            width: 22px;\n            height: 1px;\n            background: var(--green);\n        }\n\n        .page-hero h1 {\n            font-family: var(--sans);\n            font-weight: 800;\n            font-size: clamp(2rem, 5vw, 3.5rem);\n            color: var(--white);\n            line-height: 1.1;\n            margin-bottom: 1.2rem;\n        }\n\n        .page-hero .intro {\n            font-size: 1.08rem;\n            line-height: 1.85;\n            color: var(--sand);\n            max-width: 580px;\n        }\n\n        .page-hero .date {\n            font-family: var(--sans);\n            font-size: .6rem;\n            letter-spacing: .18em;\n            text-transform: uppercase;\n            color: var(--dim);\n            margin-top: 1.8rem;\n        }\n\n        \/* \u2500\u2500\u2500 CONTENU \u2500\u2500\u2500 *\/\n        .content {\n            max-width: 760px;\n            margin: 0 auto;\n            padding: 5rem 3rem 8rem;\n        }\n\n        \/* Sommaire *\/\n        .toc {\n            background: rgba(13, 30, 52, 0.7);\n            border: 1px solid rgba(240, 230, 204, 0.1);\n            border-left: 2px solid var(--green);\n            padding: 1.8rem 2rem;\n            margin-bottom: 4rem;\n        }\n\n        .toc h3 {\n            font-family: var(--sans);\n            font-size: .62rem;\n            letter-spacing: .22em;\n            text-transform: uppercase;\n            color: var(--green);\n            margin-bottom: 1rem;\n        }\n\n        .toc ol {\n            list-style: none;\n            counter-reset: toc;\n        }\n\n        .toc li {\n            counter-increment: toc;\n            margin-bottom: .5rem;\n            display: flex;\n            align-items: baseline;\n            gap: .7rem;\n        }\n\n        .toc li::before {\n            content: counter(toc, decimal-leading-zero);\n            font-family: var(--sans);\n            font-size: .58rem;\n            letter-spacing: .1em;\n            color: var(--dim);\n            flex-shrink: 0;\n        }\n\n        .toc a {\n            font-size: .95rem;\n            color: var(--dim);\n            text-decoration: none;\n            transition: color .2s;\n            font-style: italic;\n        }\n\n        .toc a:hover {\n            color: var(--white);\n        }\n\n        \/* Sections *\/\n        .policy-section {\n            margin-bottom: 4rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(240, 230, 204, 0.08);\n        }\n\n        .policy-section:first-of-type {\n            border-top: none;\n        }\n\n        .policy-section h2 {\n            font-family: var(--sans);\n            font-weight: 700;\n            font-size: clamp(1.1rem, 2vw, 1.4rem);\n            color: var(--white);\n            margin-bottom: 1.4rem;\n            display: flex;\n            align-items: center;\n            gap: .8rem;\n        }\n\n        .policy-section h2 .num {\n            font-size: .6rem;\n            letter-spacing: .14em;\n            color: var(--green);\n            font-weight: 400;\n            flex-shrink: 0;\n        }\n\n        .policy-section p {\n            font-size: 1.05rem;\n            line-height: 1.85;\n            color: var(--sand);\n            margin-bottom: 1.1rem;\n        }\n\n        .policy-section p strong {\n            color: var(--white);\n            font-weight: 600;\n        }\n\n        .policy-section ul {\n            list-style: none;\n            margin: .8rem 0 1.2rem 0;\n        }\n\n        .policy-section ul li {\n            font-size: 1.05rem;\n            line-height: 1.75;\n            color: var(--sand);\n            padding: .3rem 0;\n            padding-left: 1.4rem;\n            position: relative;\n        }\n\n        .policy-section ul li::before {\n            content: '\u2014';\n            position: absolute;\n            left: 0;\n            color: var(--green);\n            font-style: normal;\n        }\n\n        \/* Encadr\u00e9 contact *\/\n        .contact-box {\n            background: rgba(13, 30, 52, 0.6);\n            border: 1px solid rgba(240, 230, 204, 0.1);\n            padding: 1.8rem 2rem;\n            margin-top: 1.5rem;\n        }\n\n        .contact-box p {\n            margin-bottom: .5rem;\n        }\n\n        .contact-box a {\n            color: var(--sand);\n            text-decoration: underline;\n            text-underline-offset: 3px;\n            transition: color .2s;\n        }\n\n        .contact-box a:hover {\n            color: var(--white);\n        }\n\n        \/* Note importante *\/\n        .note {\n            background: rgba(200, 64, 64, 0.08);\n            border-left: 2px solid rgba(200, 64, 64, 0.4);\n            padding: 1.2rem 1.5rem;\n            margin: 1.5rem 0;\n        }\n\n        .note p {\n            font-size: .98rem;\n            color: rgba(240, 230, 204, .8);\n            margin-bottom: 0;\n        }\n\n        \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n        footer {\n            background: #040e18;\n            border-top: 1px solid rgba(240, 230, 204, 0.08);\n            padding: 4rem 5vw;\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr;\n            gap: 4rem;\n        }\n\n        .footer-brand img {\n            height: 40px;\n            background: #fff;\n            border-radius: 4px;\n            padding: 4px;\n            object-fit: contain;\n            display: block;\n            margin-bottom: 1rem;\n        }\n\n        .footer-brand .name {\n            font-family: var(--sans);\n            font-weight: 800;\n            font-size: .9rem;\n            letter-spacing: .2em;\n            color: var(--white);\n            margin-bottom: 1rem;\n        }\n\n        .footer-brand p {\n            font-style: italic;\n            font-size: .9rem;\n            line-height: 1.7;\n            color: var(--dim);\n            max-width: 320px;\n        }\n\n        .footer-col h4 {\n            font-family: var(--sans);\n            font-size: .58rem;\n            letter-spacing: .22em;\n            text-transform: uppercase;\n            color: var(--dim);\n            margin-bottom: 1rem;\n        }\n\n        .footer-col ul {\n            list-style: none;\n        }\n\n        .footer-col li {\n            margin-bottom: .55rem;\n        }\n\n        .footer-col a {\n            font-size: .92rem;\n            color: rgba(240, 230, 204, 0.5);\n            text-decoration: none;\n            transition: color .2s;\n        }\n\n        .footer-col a:hover {\n            color: var(--white);\n        }\n\n        .footer-base {\n            background: #040e18;\n            border-top: 1px solid rgba(240, 230, 204, 0.06);\n            padding: 1.2rem 5vw;\n            display: flex;\n            justify-content: space-between;\n            font-family: var(--sans);\n            font-size: .58rem;\n            letter-spacing: .1em;\n            color: rgba(240, 230, 204, 0.25);\n        }\n\n        \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n        @media(max-width:768px) {\n            nav {\n                padding: 1rem 1.5rem;\n            }\n\n            .page-hero {\n                padding: 8rem 1.5rem 4rem;\n            }\n\n            .content {\n                padding: 3rem 1.5rem 5rem;\n            }\n\n            footer {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .footer-base {\n                flex-direction: column;\n                gap: .4rem;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body bis_size='{\"x\":0,\"y\":0,\"w\":1506,\"h\":5707,\"abs_x\":187,\"abs_y\":302}' data-gramm=\"false\" data-qb-tmp-id=\"lt-113612\" spellcheck=\"false\"><!-- \u2500\u2500\u2500 NAV \u2500\u2500\u2500 -->\n    <nav bis_size='{\"x\":0,\"y\":0,\"w\":1506,\"h\":56,\"abs_x\":187,\"abs_y\":302}'><a class=\"nav-brand\" href=\"index.html\" bis_size='{\"x\":48,\"y\":17,\"w\":163,\"h\":20,\"abs_x\":235,\"abs_y\":319}'><img decoding=\"async\" src=\"logo_Sunbird.jpg\" alt=\"Sunbirds\" onerror=\"this.style.display='none'\" style=\"margin: 0 auto 0 0; display:block;\" bis_size=\"{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:0,&quot;h&quot;:0,&quot;abs_x&quot;:187,&quot;abs_y&quot;:302}\"> <span bis_size='{\"x\":48,\"y\":19,\"w\":148,\"h\":17,\"abs_x\":235,\"abs_y\":321}'>SUNBIRDS<\/span>&nbsp;<\/a> <a class=\"nav-back\" href=\"index.html\" bis_size='{\"x\":1386,\"y\":20,\"w\":71,\"h\":14,\"abs_x\":1573,\"abs_y\":322}'>Retour<\/a><\/nav><!-- \u2500\u2500\u2500 HERO \u2500\u2500\u2500 -->\n    <div class=\"page-hero\" bis_size='{\"x\":10,\"y\":10,\"w\":1486,\"h\":566,\"abs_x\":197,\"abs_y\":312}'>\n        <div class=\"page-hero-inner\" bis_size='{\"x\":85,\"y\":154,\"w\":760,\"h\":331,\"abs_x\":272,\"abs_y\":456}'>\n            <div class=\"label\" bis_size='{\"x\":85,\"y\":162,\"w\":74,\"h\":12,\"abs_x\":272,\"abs_y\":464}'>L&eacute;gal<\/div>\n            <h1 bis_size='{\"x\":85,\"y\":206,\"w\":760,\"h\":123,\"abs_x\":272,\"abs_y\":508}'>Politique de confidentialit&eacute;<\/h1>\n            <p class=\"intro\" bis_size='{\"x\":85,\"y\":349,\"w\":580,\"h\":95,\"abs_x\":272,\"abs_y\":651}'>Sunbirds s&apos;engage &agrave; prot&eacute;ger vos donn&eacute;es personnelles et &agrave; respecter votre vie priv&eacute;e. Cette page explique quelles donn&eacute;es nous collectons, pourquoi et comment elles sont utilis&eacute;es.<\/p>\n            <p class=\"date\" bis_size='{\"x\":85,\"y\":473,\"w\":760,\"h\":12,\"abs_x\":272,\"abs_y\":775}'>Derni&egrave;re mise &agrave; jour : janvier 2025<\/p>\n        <\/div>\n    <\/div><!-- \u2500\u2500\u2500 CONTENU \u2500\u2500\u2500 -->\n    <div class=\"content\" bis_size='{\"x\":373,\"y\":576,\"w\":760,\"h\":4797,\"abs_x\":560,\"abs_y\":878}'><!-- Sommaire -->\n        <div class=\"toc\" bis_size='{\"x\":421,\"y\":656,\"w\":664,\"h\":357,\"abs_x\":608,\"abs_y\":958}'>\n            <h3 bis_size='{\"x\":455,\"y\":696,\"w\":597,\"h\":12,\"abs_x\":642,\"abs_y\":998}'>Sommaire<\/h3>\n            <ol bis_size='{\"x\":455,\"y\":724,\"w\":597,\"h\":252,\"abs_x\":642,\"abs_y\":1026}'>\n                <li bis_size='{\"x\":455,\"y\":724,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1026}'><a href=\"#s1\" bis_size='{\"x\":476,\"y\":724,\"w\":94,\"h\":18,\"abs_x\":663,\"abs_y\":1026}'>Qui sommes-nous<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":750,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1052}'><a href=\"#s2\" bis_size='{\"x\":477,\"y\":750,\"w\":96,\"h\":18,\"abs_x\":664,\"abs_y\":1052}'>Donn&eacute;es collect&eacute;es<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":776,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1078}'><a href=\"#s3\" bis_size='{\"x\":477,\"y\":776,\"w\":123,\"h\":18,\"abs_x\":664,\"abs_y\":1078}'>Finalit&eacute;s du traitement<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":802,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1104}'><a href=\"#s4\" bis_size='{\"x\":478,\"y\":802,\"w\":57,\"h\":18,\"abs_x\":665,\"abs_y\":1104}'>Base l&eacute;gale<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":828,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1130}'><a href=\"#s5\" bis_size='{\"x\":478,\"y\":828,\"w\":118,\"h\":18,\"abs_x\":665,\"abs_y\":1130}'>Dur&eacute;e de conservation<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":854,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1156}'><a href=\"#s6\" bis_size='{\"x\":478,\"y\":854,\"w\":106,\"h\":18,\"abs_x\":665,\"abs_y\":1156}'>Partage des donn&eacute;es<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":880,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1182}'><a href=\"#s7\" bis_size='{\"x\":477,\"y\":880,\"w\":40,\"h\":18,\"abs_x\":664,\"abs_y\":1182}'>Cookies<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":906,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1208}'><a href=\"#s8\" bis_size='{\"x\":478,\"y\":906,\"w\":52,\"h\":18,\"abs_x\":665,\"abs_y\":1208}'>Vos droits<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":932,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1234}'><a href=\"#s9\" bis_size='{\"x\":478,\"y\":932,\"w\":43,\"h\":18,\"abs_x\":665,\"abs_y\":1234}'>S&eacute;curit&eacute;<\/a><\/li>\n                <li bis_size='{\"x\":455,\"y\":958,\"w\":597,\"h\":18,\"abs_x\":642,\"abs_y\":1260}'><a href=\"#s10\" bis_size='{\"x\":476,\"y\":958,\"w\":42,\"h\":18,\"abs_x\":663,\"abs_y\":1260}'>Contact<\/a><\/li>\n            <\/ol>\n        <\/div><!-- 1 -->\n        <div class=\"policy-section\" id=\"s1\" bis_size='{\"x\":421,\"y\":1078,\"w\":664,\"h\":241,\"abs_x\":608,\"abs_y\":1380}'>\n            <h2 bis_size='{\"x\":421,\"y\":1105,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":1407}'><span class=\"num\" bis_size='{\"x\":421,\"y\":1113,\"w\":11,\"h\":12,\"abs_x\":608,\"abs_y\":1415}'>01<\/span> Qui sommes-nous<\/h2>\n            <p bis_size='{\"x\":421,\"y\":1154,\"w\":664,\"h\":93,\"abs_x\":608,\"abs_y\":1456}'><strong bis_size='{\"x\":421,\"y\":1159,\"w\":58,\"h\":21,\"abs_x\":608,\"abs_y\":1461}'>Sunbirds<\/strong> est un m&eacute;morial en ligne d&eacute;di&eacute; &agrave; la m&eacute;moire des enfants disparus &agrave; Gaza depuis le 7 octobre 2023. Ce projet est port&eacute; par une association &agrave; but non lucratif fond&eacute;e &agrave; la suite de la campagne &laquo; 1000 Tsuru pour les enfants de Gaza &raquo; initi&eacute;e par le chor&eacute;graphe Mourad Beleksir.<\/p>\n            <p bis_size='{\"x\":421,\"y\":1258,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":1560}'>En tant que responsable du traitement de vos donn&eacute;es, nous sommes joignables aux coordonn&eacute;es indiqu&eacute;es &agrave; la section&nbsp;10 de ce document.<\/p>\n        <\/div><!-- 2 -->\n        <div class=\"policy-section\" id=\"s2\" bis_size='{\"x\":421,\"y\":1384,\"w\":664,\"h\":494,\"abs_x\":608,\"abs_y\":1686}'>\n            <h2 bis_size='{\"x\":421,\"y\":1411,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":1713}'><span class=\"num\" bis_size='{\"x\":421,\"y\":1418,\"w\":12,\"h\":12,\"abs_x\":608,\"abs_y\":1720}'>02<\/span> Donn&eacute;es collect&eacute;es<\/h2>\n            <p bis_size='{\"x\":421,\"y\":1460,\"w\":664,\"h\":31,\"abs_x\":608,\"abs_y\":1762}'>Selon votre utilisation du site, nous pouvons collecter les cat&eacute;gories de donn&eacute;es suivantes&nbsp;:<\/p>\n            <ul bis_size='{\"x\":421,\"y\":1504,\"w\":664,\"h\":244,\"abs_x\":608,\"abs_y\":1806}'>\n                <li bis_size='{\"x\":421,\"y\":1504,\"w\":664,\"h\":68,\"abs_x\":608,\"abs_y\":1806}'><strong bis_size='{\"x\":443,\"y\":1513,\"w\":148,\"h\":21,\"abs_x\":630,\"abs_y\":1815}'>Donn&eacute;es de navigation<\/strong> &mdash; adresse IP (anonymis&eacute;e), type de navigateur, pages visit&eacute;es, dur&eacute;e de visite, provenance.<\/li>\n                <li bis_size='{\"x\":421,\"y\":1572,\"w\":664,\"h\":68,\"abs_x\":608,\"abs_y\":1874}'><strong bis_size='{\"x\":443,\"y\":1581,\"w\":128,\"h\":21,\"abs_x\":630,\"abs_y\":1883}'>Donn&eacute;es de contact<\/strong> &mdash; nom, adresse e-mail, si vous nous contactez via le formulaire ou pour faire un don.<\/li>\n                <li bis_size='{\"x\":421,\"y\":1641,\"w\":664,\"h\":68,\"abs_x\":608,\"abs_y\":1943}'><strong bis_size='{\"x\":443,\"y\":1650,\"w\":104,\"h\":21,\"abs_x\":630,\"abs_y\":1952}'>Donn&eacute;es de don<\/strong> &mdash; montant, date, r&eacute;f&eacute;rence de transaction (trait&eacute;es par notre prestataire de paiement s&eacute;curis&eacute;).<\/li>\n                <li bis_size='{\"x\":421,\"y\":1709,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2011}'><strong bis_size='{\"x\":443,\"y\":1718,\"w\":147,\"h\":21,\"abs_x\":630,\"abs_y\":2020}'>Donn&eacute;es de newsletter<\/strong> &mdash; adresse e-mail et pr&eacute;f&eacute;rences, si vous vous inscrivez &agrave; nos actualit&eacute;s.<\/li>\n            <\/ul>\n            <div class=\"note\" bis_size='{\"x\":421,\"y\":1772,\"w\":664,\"h\":106,\"abs_x\":608,\"abs_y\":2074}'>\n                <p bis_size='{\"x\":447,\"y\":1791,\"w\":614,\"h\":58,\"abs_x\":634,\"abs_y\":2093}'>Nous ne collectons aucune donn&eacute;e sensible (origine ethnique, conviction religieuse, &eacute;tat de sant&eacute;, etc.) et ne ciblons pas les mineurs.<\/p>\n            <\/div>\n        <\/div><!-- 3 -->\n        <div class=\"policy-section\" id=\"s3\" bis_size='{\"x\":421,\"y\":1943,\"w\":664,\"h\":315,\"abs_x\":608,\"abs_y\":2245}'>\n            <h2 bis_size='{\"x\":421,\"y\":1970,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":2272}'><span class=\"num\" bis_size='{\"x\":421,\"y\":1977,\"w\":12,\"h\":12,\"abs_x\":608,\"abs_y\":2279}'>03<\/span> Finalit&eacute;s du traitement<\/h2>\n            <p bis_size='{\"x\":421,\"y\":2019,\"w\":664,\"h\":31,\"abs_x\":608,\"abs_y\":2321}'>Vos donn&eacute;es sont utilis&eacute;es exclusivement pour&nbsp;:<\/p>\n            <ul bis_size='{\"x\":421,\"y\":2063,\"w\":664,\"h\":194,\"abs_x\":608,\"abs_y\":2365}'>\n                <li bis_size='{\"x\":421,\"y\":2063,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2365}'>Assurer le bon fonctionnement et la s&eacute;curit&eacute; du site.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2102,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2404}'>R&eacute;pondre &agrave; vos demandes de contact ou d&apos;information.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2141,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2443}'>Traiter les dons et &eacute;mettre les re&ccedil;us fiscaux le cas &eacute;ch&eacute;ant.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2180,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2482}'>Vous envoyer nos actualit&eacute;s, si vous y avez consenti.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2219,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2521}'>Am&eacute;liorer l&apos;exp&eacute;rience utilisateur via des statistiques agr&eacute;g&eacute;es et anonymis&eacute;es.<\/li>\n            <\/ul>\n        <\/div><!-- 4 -->\n        <div class=\"policy-section\" id=\"s4\" bis_size='{\"x\":421,\"y\":2322,\"w\":664,\"h\":307,\"abs_x\":608,\"abs_y\":2624}'>\n            <h2 bis_size='{\"x\":421,\"y\":2349,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":2651}'><span class=\"num\" bis_size='{\"x\":421,\"y\":2356,\"w\":13,\"h\":12,\"abs_x\":608,\"abs_y\":2658}'>04<\/span> Base l&eacute;gale du traitement<\/h2>\n            <p bis_size='{\"x\":421,\"y\":2398,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":2700}'>Conform&eacute;ment au R&egrave;glement G&eacute;n&eacute;ral sur la Protection des Donn&eacute;es (RGPD), chaque traitement repose sur une base l&eacute;gale&nbsp;:<\/p>\n            <ul bis_size='{\"x\":421,\"y\":2473,\"w\":664,\"h\":155,\"abs_x\":608,\"abs_y\":2775}'>\n                <li bis_size='{\"x\":421,\"y\":2473,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2775}'><strong bis_size='{\"x\":443,\"y\":2482,\"w\":96,\"h\":21,\"abs_x\":630,\"abs_y\":2784}'>Consentement<\/strong> &mdash; pour la newsletter et les cookies non essentiels.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2512,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2814}'><strong bis_size='{\"x\":443,\"y\":2521,\"w\":148,\"h\":21,\"abs_x\":630,\"abs_y\":2823}'>Ex&eacute;cution d&apos;un contrat<\/strong> &mdash; pour le traitement des dons.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2551,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2853}'><strong bis_size='{\"x\":443,\"y\":2560,\"w\":102,\"h\":21,\"abs_x\":630,\"abs_y\":2862}'>Int&eacute;r&ecirc;t l&eacute;gitime<\/strong> &mdash; pour les statistiques de navigation anonymis&eacute;es et la s&eacute;curit&eacute; du site.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2590,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":2892}'><strong bis_size='{\"x\":443,\"y\":2599,\"w\":112,\"h\":21,\"abs_x\":630,\"abs_y\":2901}'>Obligation l&eacute;gale<\/strong> &mdash; pour la conservation des justificatifs comptables.<\/li>\n            <\/ul>\n        <\/div><!-- 5 -->\n        <div class=\"policy-section\" id=\"s5\" bis_size='{\"x\":421,\"y\":2693,\"w\":664,\"h\":232,\"abs_x\":608,\"abs_y\":2995}'>\n            <h2 bis_size='{\"x\":421,\"y\":2720,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":3022}'><span class=\"num\" bis_size='{\"x\":421,\"y\":2727,\"w\":13,\"h\":12,\"abs_x\":608,\"abs_y\":3029}'>05<\/span> Dur&eacute;e de conservation<\/h2>\n            <ul bis_size='{\"x\":421,\"y\":2769,\"w\":664,\"h\":155,\"abs_x\":608,\"abs_y\":3071}'>\n                <li bis_size='{\"x\":421,\"y\":2769,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3071}'><strong bis_size='{\"x\":443,\"y\":2778,\"w\":148,\"h\":21,\"abs_x\":630,\"abs_y\":3080}'>Donn&eacute;es de navigation<\/strong> &mdash; 13 mois maximum.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2808,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3110}'><strong bis_size='{\"x\":443,\"y\":2817,\"w\":128,\"h\":21,\"abs_x\":630,\"abs_y\":3119}'>Donn&eacute;es de contact<\/strong> &mdash; 3 ans &agrave; compter du dernier &eacute;change.<\/li>\n                <li bis_size='{\"x\":421,\"y\":2847,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3149}'><strong bis_size='{\"x\":443,\"y\":2856,\"w\":104,\"h\":21,\"abs_x\":630,\"abs_y\":3158}'>Donn&eacute;es de don<\/strong> &mdash; 10 ans (obligation comptable l&eacute;gale).<\/li>\n                <li bis_size='{\"x\":421,\"y\":2886,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3188}'><strong bis_size='{\"x\":443,\"y\":2895,\"w\":71,\"h\":21,\"abs_x\":630,\"abs_y\":3197}'>Newsletter<\/strong> &mdash; jusqu&apos;&agrave; d&eacute;sinscription ou retrait du consentement.<\/li>\n            <\/ul>\n        <\/div><!-- 6 -->\n        <div class=\"policy-section\" id=\"s6\" bis_size='{\"x\":421,\"y\":2989,\"w\":664,\"h\":419,\"abs_x\":608,\"abs_y\":3291}'>\n            <h2 bis_size='{\"x\":421,\"y\":3016,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":3318}'><span class=\"num\" bis_size='{\"x\":421,\"y\":3024,\"w\":13,\"h\":12,\"abs_x\":608,\"abs_y\":3326}'>06<\/span> Partage des donn&eacute;es<\/h2>\n            <p bis_size='{\"x\":421,\"y\":3066,\"w\":664,\"h\":93,\"abs_x\":608,\"abs_y\":3368}'>Nous ne vendons, ne louons et ne c&eacute;dons jamais vos donn&eacute;es personnelles &agrave; des tiers &agrave; des fins commerciales. Certains sous-traitants techniques peuvent y acc&eacute;der dans le cadre strict de leur mission&nbsp;:<\/p>\n            <ul bis_size='{\"x\":421,\"y\":3172,\"w\":664,\"h\":155,\"abs_x\":608,\"abs_y\":3474}'>\n                <li bis_size='{\"x\":421,\"y\":3172,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3474}'><strong bis_size='{\"x\":443,\"y\":3180,\"w\":116,\"h\":21,\"abs_x\":630,\"abs_y\":3482}'>H&eacute;bergeur du site<\/strong> &mdash; pour la mise en ligne et la s&eacute;curit&eacute;.<\/li>\n                <li bis_size='{\"x\":421,\"y\":3211,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3513}'><strong bis_size='{\"x\":443,\"y\":3219,\"w\":154,\"h\":21,\"abs_x\":630,\"abs_y\":3521}'>Prestataire de paiement<\/strong> &mdash; pour le traitement s&eacute;curis&eacute; des dons.<\/li>\n                <li bis_size='{\"x\":421,\"y\":3250,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3552}'><strong bis_size='{\"x\":443,\"y\":3258,\"w\":176,\"h\":21,\"abs_x\":630,\"abs_y\":3560}'>Outil d&apos;envoi de newsletter<\/strong> &mdash; pour la gestion des e-mails.<\/li>\n                <li bis_size='{\"x\":421,\"y\":3289,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":3591}'><strong bis_size='{\"x\":443,\"y\":3297,\"w\":97,\"h\":21,\"abs_x\":630,\"abs_y\":3599}'>Outil d&apos;analyse<\/strong> &mdash; statistiques agr&eacute;g&eacute;es et anonymis&eacute;es uniquement.<\/li>\n            <\/ul>\n            <p bis_size='{\"x\":421,\"y\":3347,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":3649}'>Ces prestataires sont contractuellement tenus de respecter la confidentialit&eacute; et la s&eacute;curit&eacute; de vos donn&eacute;es, conform&eacute;ment au RGPD.<\/p>\n        <\/div><!-- 7 -->\n        <div class=\"policy-section\" id=\"s7\" bis_size='{\"x\":421,\"y\":3473,\"w\":664,\"h\":369,\"abs_x\":608,\"abs_y\":3775}'>\n            <h2 bis_size='{\"x\":421,\"y\":3500,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":3802}'><span class=\"num\" bis_size='{\"x\":421,\"y\":3507,\"w\":12,\"h\":12,\"abs_x\":608,\"abs_y\":3809}'>07<\/span> Cookies<\/h2>\n            <p bis_size='{\"x\":421,\"y\":3549,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":3851}'>Notre site utilise des cookies &mdash; de petits fichiers texte d&eacute;pos&eacute;s sur votre appareil lors de votre navigation.<\/p>\n            <ul bis_size='{\"x\":421,\"y\":3624,\"w\":664,\"h\":136,\"abs_x\":608,\"abs_y\":3926}'>\n                <li bis_size='{\"x\":421,\"y\":3624,\"w\":664,\"h\":68,\"abs_x\":608,\"abs_y\":3926}'><strong bis_size='{\"x\":443,\"y\":3633,\"w\":117,\"h\":21,\"abs_x\":630,\"abs_y\":3935}'>Cookies essentiels<\/strong> &mdash; n&eacute;cessaires au fonctionnement du site. Ils ne requi&egrave;rent pas votre consentement.<\/li>\n                <li bis_size='{\"x\":421,\"y\":3693,\"w\":664,\"h\":68,\"abs_x\":608,\"abs_y\":3995}'><strong bis_size='{\"x\":443,\"y\":3701,\"w\":194,\"h\":21,\"abs_x\":630,\"abs_y\":4003}'>Cookies de mesure d&apos;audience<\/strong> &mdash; permettent d&apos;analyser la fr&eacute;quentation du site de fa&ccedil;on anonymis&eacute;e. D&eacute;pos&eacute;s uniquement avec votre accord.<\/li>\n            <\/ul>\n            <p bis_size='{\"x\":421,\"y\":3780,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":4082}'>Vous pouvez g&eacute;rer vos pr&eacute;f&eacute;rences en mati&egrave;re de cookies &agrave; tout moment via le bandeau affich&eacute; lors de votre premi&egrave;re visite, ou dans les param&egrave;tres de votre navigateur.<\/p>\n        <\/div><!-- 8 -->\n        <div class=\"policy-section\" id=\"s8\" bis_size='{\"x\":421,\"y\":3906,\"w\":664,\"h\":505,\"abs_x\":608,\"abs_y\":4208}'>\n            <h2 bis_size='{\"x\":421,\"y\":3933,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":4235}'><span class=\"num\" bis_size='{\"x\":421,\"y\":3941,\"w\":13,\"h\":12,\"abs_x\":608,\"abs_y\":4243}'>08<\/span> Vos droits<\/h2>\n            <p bis_size='{\"x\":421,\"y\":3983,\"w\":664,\"h\":31,\"abs_x\":608,\"abs_y\":4285}'>Conform&eacute;ment au RGPD, vous disposez des droits suivants concernant vos donn&eacute;es personnelles&nbsp;:<\/p>\n            <ul bis_size='{\"x\":421,\"y\":4027,\"w\":664,\"h\":272,\"abs_x\":608,\"abs_y\":4329}'>\n                <li bis_size='{\"x\":421,\"y\":4027,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4329}'><strong bis_size='{\"x\":443,\"y\":4035,\"w\":83,\"h\":21,\"abs_x\":630,\"abs_y\":4337}'>Droit d&apos;acc&egrave;s<\/strong> &mdash; obtenir une copie des donn&eacute;es vous concernant.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4066,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4368}'><strong bis_size='{\"x\":443,\"y\":4074,\"w\":139,\"h\":21,\"abs_x\":630,\"abs_y\":4376}'>Droit de rectification<\/strong> &mdash; faire corriger des donn&eacute;es inexactes.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4105,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4407}'><strong bis_size='{\"x\":443,\"y\":4113,\"w\":128,\"h\":21,\"abs_x\":630,\"abs_y\":4415}'>Droit &agrave; l&apos;effacement<\/strong> &mdash; demander la suppression de vos donn&eacute;es.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4143,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4445}'><strong bis_size='{\"x\":443,\"y\":4152,\"w\":132,\"h\":21,\"abs_x\":630,\"abs_y\":4454}'>Droit &agrave; la limitation<\/strong> &mdash; restreindre le traitement dans certains cas.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4182,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4484}'><strong bis_size='{\"x\":443,\"y\":4191,\"w\":136,\"h\":21,\"abs_x\":630,\"abs_y\":4493}'>Droit &agrave; la portabilit&eacute;<\/strong> &mdash; recevoir vos donn&eacute;es dans un format structur&eacute;.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4221,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4523}'><strong bis_size='{\"x\":443,\"y\":4230,\"w\":120,\"h\":21,\"abs_x\":630,\"abs_y\":4532}'>Droit d&apos;opposition<\/strong> &mdash; vous opposer &agrave; certains traitements.<\/li>\n                <li bis_size='{\"x\":421,\"y\":4260,\"w\":664,\"h\":38,\"abs_x\":608,\"abs_y\":4562}'><strong bis_size='{\"x\":443,\"y\":4269,\"w\":162,\"h\":21,\"abs_x\":630,\"abs_y\":4571}'>Retrait du consentement<\/strong> &mdash; &agrave; tout moment, sans pr&eacute;judice des traitements ant&eacute;rieurs.<\/li>\n            <\/ul>\n            <p bis_size='{\"x\":421,\"y\":4319,\"w\":664,\"h\":93,\"abs_x\":608,\"abs_y\":4621}'>Pour exercer ces droits, contactez-nous via le formulaire disponible &agrave; la section 10. Vous disposez &eacute;galement du droit de d&eacute;poser une r&eacute;clamation aupr&egrave;s de la <strong bis_size='{\"x\":813,\"y\":4355,\"w\":38,\"h\":21,\"abs_x\":1000,\"abs_y\":4657}'>CNIL<\/strong> (Commission Nationale de l&apos;Informatique et des Libert&eacute;s) &mdash; <a href=\"https:\/\/www.cnil.fr\" style=\"color:var(--sand);text-decoration:underline;text-underline-offset:3px;\" bis_size=\"{&quot;x&quot;:640,&quot;y&quot;:4386,&quot;w&quot;:75,&quot;h&quot;:21,&quot;abs_x&quot;:827,&quot;abs_y&quot;:4688}\" target=\"_blank\" rel=\"noopener\">www.cnil.fr<\/a>.<\/p>\n        <\/div><!-- 9 -->\n        <div class=\"policy-section\" id=\"s9\" bis_size='{\"x\":421,\"y\":4476,\"w\":664,\"h\":241,\"abs_x\":608,\"abs_y\":4778}'>\n            <h2 bis_size='{\"x\":421,\"y\":4503,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":4805}'><span class=\"num\" bis_size='{\"x\":421,\"y\":4510,\"w\":13,\"h\":12,\"abs_x\":608,\"abs_y\":4812}'>09<\/span> S&eacute;curit&eacute;<\/h2>\n            <p bis_size='{\"x\":421,\"y\":4552,\"w\":664,\"h\":93,\"abs_x\":608,\"abs_y\":4854}'>Nous mettons en &oelig;uvre des mesures techniques et organisationnelles adapt&eacute;es pour prot&eacute;ger vos donn&eacute;es contre tout acc&egrave;s non autoris&eacute;, perte, alt&eacute;ration ou divulgation&nbsp;: chiffrement HTTPS, acc&egrave;s restreints, sauvegardes r&eacute;guli&egrave;res.<\/p>\n            <p bis_size='{\"x\":421,\"y\":4655,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":4957}'>En cas de violation de donn&eacute;es susceptible d&apos;engendrer un risque pour vos droits et libert&eacute;s, nous nous engageons &agrave; notifier l&apos;autorit&eacute; comp&eacute;tente dans les d&eacute;lais r&eacute;glementaires.<\/p>\n        <\/div><!-- 10 -->\n        <div class=\"policy-section\" id=\"s10\" bis_size='{\"x\":421,\"y\":4782,\"w\":664,\"h\":400,\"abs_x\":608,\"abs_y\":5084}'>\n            <h2 bis_size='{\"x\":421,\"y\":4809,\"w\":664,\"h\":27,\"abs_x\":608,\"abs_y\":5111}'><span class=\"num\" bis_size='{\"x\":421,\"y\":4816,\"w\":11,\"h\":12,\"abs_x\":608,\"abs_y\":5118}'>10<\/span> Contact<\/h2>\n            <p bis_size='{\"x\":421,\"y\":4858,\"w\":664,\"h\":31,\"abs_x\":608,\"abs_y\":5160}'>Pour toute question relative &agrave; cette politique ou pour exercer vos droits, vous pouvez nous contacter&nbsp;:<\/p>\n            <div class=\"contact-box\" bis_size='{\"x\":421,\"y\":4913,\"w\":664,\"h\":182,\"abs_x\":608,\"abs_y\":5215}'>\n                <p bis_size='{\"x\":454,\"y\":4943,\"w\":598,\"h\":31,\"abs_x\":641,\"abs_y\":5245}'><strong bis_size='{\"x\":454,\"y\":4948,\"w\":261,\"h\":21,\"abs_x\":641,\"abs_y\":5250}'>Association Sunbirds &mdash; M&eacute;morial Gaza<\/strong><\/p>\n                <p bis_size='{\"x\":454,\"y\":4984,\"w\":598,\"h\":31,\"abs_x\":641,\"abs_y\":5286}'>E-mail :<\/p>\n                <style type=\"text\/css\">\n                    p.p1 {\n                        margin: 0.0px 0.0px 0.0px 23.0px;\n                        font: 13.0px 'Helvetica Neue'\n                    }\n                <\/style>\n                <p class=\"p1\">sunbird@sunbirds.fr<\/p>\n                <p bis_size='{\"x\":454,\"y\":5025,\"w\":598,\"h\":31,\"abs_x\":641,\"abs_y\":5327}'>Formulaire de contact :&nbsp;<\/p>\n                <style type=\"text\/css\">\n                    p.p1 {\n                        margin: 0.0px 0.0px 0.0px 23.0px;\n                        font: 13.0px 'Helvetica Neue'\n                    }\n                <\/style>\n                <p class=\"p1\">sunbird@sunbirds.fr<\/p>\n            <\/div>\n            <p style=\"margin-top:1.5rem;\" bis_size='{\"x\":421,\"y\":5120,\"w\":664,\"h\":62,\"abs_x\":608,\"abs_y\":5422}'>Nous nous engageons &agrave; r&eacute;pondre &agrave; toute demande dans un d&eacute;lai maximum d&apos;<strong bis_size='{\"x\":921,\"y\":5125,\"w\":52,\"h\":21,\"abs_x\":1108,\"abs_y\":5427}'>un mois<\/strong> &agrave; compter de sa r&eacute;ception.<\/p>\n        <\/div>\n    <\/div><!-- \/content --><!-- \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 -->\n    <footer bis_size='{\"x\":10,\"y\":5374,\"w\":1486,\"h\":272,\"abs_x\":197,\"abs_y\":5676}'>\n        <div class=\"footer-brand\" bis_size='{\"x\":85,\"y\":5439,\"w\":603,\"h\":143,\"abs_x\":272,\"abs_y\":5741}'><img decoding=\"async\" src=\"logo_Sunbird.jpg\" alt=\"Sunbirds\" onerror=\"this.style.display='none'\" style=\"margin: 0 auto 0 0; display:block;\" bis_size=\"{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:0,&quot;h&quot;:0,&quot;abs_x&quot;:187,&quot;abs_y&quot;:302}\">\n            <div class=\"name\" bis_size='{\"x\":85,\"y\":5439,\"w\":603,\"h\":17,\"abs_x\":272,\"abs_y\":5741}'>SUNBIRDS<\/div>\n            <p bis_size='{\"x\":85,\"y\":5472,\"w\":320,\"h\":48,\"abs_x\":272,\"abs_y\":5774}'>M&eacute;morial en ligne d&eacute;di&eacute; &agrave; la m&eacute;moire des enfants disparus &agrave; Gaza. Parce que l&apos;oubli est une seconde mort.<\/p>\n        <\/div>\n        <div class=\"footer-col\" bis_size='{\"x\":753,\"y\":5439,\"w\":301,\"h\":143,\"abs_x\":940,\"abs_y\":5741}'>\n            <h4 bis_size='{\"x\":753,\"y\":5439,\"w\":301,\"h\":12,\"abs_x\":940,\"abs_y\":5741}'>Naviguer<\/h4>\n            <ul bis_size='{\"x\":753,\"y\":5467,\"w\":301,\"h\":77,\"abs_x\":940,\"abs_y\":5769}'>\n                <li bis_size='{\"x\":753,\"y\":5467,\"w\":301,\"h\":20,\"abs_x\":940,\"abs_y\":5769}'><a href=\"https:\/\/sunbirds.fr\/index.php\/qui-sommes nous\" target=\"_blank\" bis_size=\"{&quot;x&quot;:753,&quot;y&quot;:5468,&quot;w&quot;:55,&quot;h&quot;:18,&quot;abs_x&quot;:940,&quot;abs_y&quot;:5770}\">M&eacute;morial<\/a><\/li>\n                <li bis_size='{\"x\":753,\"y\":5496,\"w\":301,\"h\":20,\"abs_x\":940,\"abs_y\":5798}'><a href=\"https:\/\/sunbirds.fr\" target=\"_blank\" bis_size=\"{&quot;x&quot;:753,&quot;y&quot;:5497,&quot;w&quot;:62,&quot;h&quot;:18,&quot;abs_x&quot;:940,&quot;abs_y&quot;:5799}\">HOME<\/a><\/li>\n                <li bis_size='{\"x\":753,\"y\":5524,\"w\":301,\"h\":20,\"abs_x\":940,\"abs_y\":5826}'><a href=\"https:\/\/sunbirds.fr\/index.php\/soutenir\" target=\"_blank\" bis_size=\"{&quot;x&quot;:753,&quot;y&quot;:5525,&quot;w&quot;:49,&quot;h&quot;:18,&quot;abs_x&quot;:940,&quot;abs_y&quot;:5827}\">Soutenir<\/a><\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"footer-col\" bis_size='{\"x\":1118,\"y\":5439,\"w\":301,\"h\":143,\"abs_x\":1305,\"abs_y\":5741}'>\n            <h4 bis_size='{\"x\":1118,\"y\":5439,\"w\":301,\"h\":12,\"abs_x\":1305,\"abs_y\":5741}'>L&eacute;gal<\/h4>\n            <ul bis_size='{\"x\":1118,\"y\":5467,\"w\":301,\"h\":106,\"abs_x\":1305,\"abs_y\":5769}'>\n                <li bis_size='{\"x\":1118,\"y\":5467,\"w\":301,\"h\":20,\"abs_x\":1305,\"abs_y\":5769}'><a href=\"https:\/\/sunbirds.fr\/index.php\/mentions-legales\" target=\"_blank\" bis_size=\"{&quot;x&quot;:1118,&quot;y&quot;:5468,&quot;w&quot;:95,&quot;h&quot;:18,&quot;abs_x&quot;:1305,&quot;abs_y&quot;:5770}\">Mentions l&eacute;gales<\/a><\/li>\n                <li bis_size='{\"x\":1118,\"y\":5496,\"w\":301,\"h\":20,\"abs_x\":1305,\"abs_y\":5798}'><a href=\"#\" bis_size='{\"x\":1118,\"y\":5497,\"w\":156,\"h\":18,\"abs_x\":1305,\"abs_y\":5799}'>Politique de confidentialit&eacute;<\/a><\/li>\n                <li bis_size='{\"x\":1118,\"y\":5524,\"w\":301,\"h\":20,\"abs_x\":1305,\"abs_y\":5826}'><a href=\"#\" bis_size='{\"x\":1118,\"y\":5525,\"w\":112,\"h\":18,\"abs_x\":1305,\"abs_y\":5827}'>Gestion des cookies<\/a><\/li>\n                <li bis_size='{\"x\":1118,\"y\":5553,\"w\":301,\"h\":20,\"abs_x\":1305,\"abs_y\":5855}'><a href=\"https:\/\/sunbirds.fr\/index.php\/contact\" target=\"_blank\" bis_size=\"{&quot;x&quot;:1118,&quot;y&quot;:5554,&quot;w&quot;:46,&quot;h&quot;:18,&quot;abs_x&quot;:1305,&quot;abs_y&quot;:5856}\">Contact<\/a><\/li>\n            <\/ul>\n        <\/div>\n    <\/footer>\n    <div class=\"footer-base\" bis_size='{\"x\":10,\"y\":5646,\"w\":1486,\"h\":51,\"abs_x\":197,\"abs_y\":5948}'><span bis_size='{\"x\":85,\"y\":5666,\"w\":228,\"h\":12,\"abs_x\":272,\"abs_y\":5968}'>&copy; 2025 Sunbirds &mdash; Association M&eacute;morial Gaza<\/span> <span bis_size='{\"x\":1245,\"y\":5666,\"w\":175,\"h\":12,\"abs_x\":1432,\"abs_y\":5968}'>Un enfant tu&eacute; toutes les 30 minutes<\/span><\/div>\n\n<div style=\"bottom: 10px; right: 10px; position: absolute;\"><a href=\"https:\/\/signatureforemail.com\/?utm_source=wth_free_link&#038;utm_medium=external\" target=\"_blank\" style=\"font-size:11px; color: #d0d0d0;\" rel=\"noopener\">G\u00e9n\u00e9rateur de signature d&#8217;email<\/a><\/p>\n<\/body>\n\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sunbirds \u2014 Politique de confidentialit\u00e9 SUNBIRDS&nbsp; Retour L&eacute;gal Politique de confidentialit&eacute; Sunbirds s&apos;engage &agrave; prot&eacute;ger vos donn&eacute;es personnelles et &agrave; respecter votre vie priv&eacute;e. Cette page explique quelles donn&eacute;es nous collectons, pourquoi et comment elles sont utilis&eacute;es. Derni&egrave;re mise &agrave; jour : janvier 2025 Sommaire Qui sommes-nous Donn&eacute;es collect&eacute;es Finalit&eacute;s du traitement Base l&eacute;gale Dur&eacute;e &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"give_campaign_id":0,"footnotes":""},"class_list":["post-224","page","type-page","status-publish","hentry"],"campaignId":"","_links":{"self":[{"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/pages\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":8,"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/pages\/224\/revisions"}],"predecessor-version":[{"id":337,"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/pages\/224\/revisions\/337"}],"wp:attachment":[{"href":"https:\/\/sunbirds.fr\/index.php\/wp-json\/wp\/v2\/media?parent=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}