{"id":11276,"date":"2026-07-03T22:48:40","date_gmt":"2026-07-03T22:48:40","guid":{"rendered":"https:\/\/deepdeeb.com\/?page_id=11276"},"modified":"2026-07-04T12:22:20","modified_gmt":"2026-07-04T12:22:20","slug":"landingdeepdeeb","status":"publish","type":"page","link":"https:\/\/deepdeeb.com\/","title":{"rendered":"landingdeepdeeb"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Deepdeeb &#8211; T\u00e9l\u00e9chargez l&rsquo;application<\/title>\n<style>\n    :root {\n        --deep-green: #1a5c33;\n        --deep-green-light: #2d7a4a;\n        --deep-green-dark: #0f3d21;\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    html, body {\n        height: 100%;\n        font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;\n        overflow-x: hidden;\n    }\n\n    body {\n        background: linear-gradient(135deg, #ffffff 0%, #eafaf0 50%, #ffffff 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        min-height: 100vh;\n        position: relative;\n    }\n\n    \/* Formes d\u00e9coratives en fond *\/\n    .bg-shape {\n        position: absolute;\n        border-radius: 50%;\n        filter: blur(60px);\n        opacity: 0.25;\n        z-index: 0;\n        animation: float 8s ease-in-out infinite;\n    }\n\n    .bg-shape.one {\n        width: 400px;\n        height: 400px;\n        background: var(--deep-green-light);\n        top: -100px;\n        left: -100px;\n        animation-delay: 0s;\n    }\n\n    .bg-shape.two {\n        width: 300px;\n        height: 300px;\n        background: var(--deep-green);\n        bottom: -80px;\n        right: -80px;\n        animation-delay: 2s;\n    }\n\n    .bg-shape.three {\n        width: 200px;\n        height: 200px;\n        background: var(--deep-green-light);\n        top: 50%;\n        right: 10%;\n        animation-delay: 4s;\n    }\n\n    @keyframes float {\n        0%, 100% { transform: translateY(0) scale(1); }\n        50% { transform: translateY(-30px) scale(1.05); }\n    }\n\n    .container {\n        position: relative;\n        z-index: 1;\n        text-align: center;\n        padding: 40px 24px;\n        max-width: 560px;\n        width: 100%;\n    }\n\n    .logo-wrap {\n        width: 140px;\n        height: 140px;\n        margin: 0 auto 32px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        animation: fadeInDown 0.8s ease;\n    }\n\n    .logo-wrap img {\n        width: 100%;\n        height: 100%;\n        object-fit: contain;\n        filter: drop-shadow(0 8px 20px rgba(26, 92, 51, 0.25));\n    }\n\n    @keyframes fadeInDown {\n        from { opacity: 0; transform: translateY(-20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    h1 {\n        font-size: 2.4rem;\n        color: var(--deep-green-dark);\n        font-weight: 800;\n        letter-spacing: -0.5px;\n        margin-bottom: 12px;\n        animation: fadeInUp 0.8s ease 0.1s both;\n    }\n\n    .subtitle {\n        font-size: 1.1rem;\n        color: #4a5a50;\n        line-height: 1.6;\n        margin-bottom: 40px;\n        animation: fadeInUp 0.8s ease 0.2s both;\n    }\n\n    @keyframes fadeInUp {\n        from { opacity: 0; transform: translateY(20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    .store-buttons {\n        display: flex;\n        gap: 16px;\n        justify-content: center;\n        flex-wrap: wrap;\n        animation: fadeInUp 0.8s ease 0.3s both;\n    }\n\n    .store-btn {\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        background: var(--deep-green-dark);\n        color: #fff;\n        text-decoration: none;\n        padding: 12px 24px;\n        border-radius: 14px;\n        transition: all 0.25s ease;\n        border: 1px solid transparent;\n        min-width: 190px;\n        justify-content: flex-start;\n    }\n\n    .store-btn:hover {\n        background: var(--deep-green);\n        transform: translateY(-4px);\n        box-shadow: 0 12px 24px rgba(26, 92, 51, 0.3);\n    }\n\n    .store-btn svg {\n        width: 28px;\n        height: 28px;\n        flex-shrink: 0;\n    }\n\n    .store-btn .btn-text {\n        text-align: left;\n        line-height: 1.2;\n    }\n\n    .store-btn .btn-text .small {\n        font-size: 0.7rem;\n        opacity: 0.85;\n        display: block;\n    }\n\n    .store-btn .btn-text .big {\n        font-size: 1.05rem;\n        font-weight: 600;\n        display: block;\n    }\n\n    .footer-note {\n        margin-top: 48px;\n        font-size: 0.85rem;\n        color: #8a9990;\n        animation: fadeInUp 0.8s ease 0.4s both;\n    }\n\n    .footer-note a {\n        color: var(--deep-green);\n        text-decoration: none;\n        font-weight: 600;\n    }\n\n    .footer-note a:hover {\n        text-decoration: underline;\n    }\n\n    .legal-links {\n        margin-top: 16px;\n        display: flex;\n        gap: 8px;\n        justify-content: center;\n        align-items: center;\n        flex-wrap: wrap;\n        font-size: 0.8rem;\n        animation: fadeInUp 0.8s ease 0.5s both;\n    }\n\n    .legal-links a {\n        color: #8a9990;\n        text-decoration: none;\n    }\n\n    .legal-links a:hover {\n        color: var(--deep-green);\n        text-decoration: underline;\n    }\n\n    .legal-links .divider {\n        color: #c3cec6;\n    }\n\n    @media (max-width: 480px) {\n        h1 { font-size: 1.8rem; }\n        .subtitle { font-size: 1rem; }\n        .store-btn { min-width: 100%; }\n    }\n<\/style>\n\n\n\n    <div class=\"bg-shape one\"><\/div>\n    <div class=\"bg-shape two\"><\/div>\n    <div class=\"bg-shape three\"><\/div>\n\n    <div class=\"container\">\n        <div class=\"logo-wrap\">\n            <!-- Remplace le src ci-dessous par le chemin r\u00e9el de ton logo une fois upload\u00e9 sur ton site -->\n            <img decoding=\"async\" src=\"https:\/\/deepdeeb.com\/wp-content\/uploads\/mediapress\/members\/1\/10643\/512x512-1.png\" alt=\"Deepdeeb\">\n        <\/div>\n\n        <h1>Rejoignez Deepdeeb<\/h1>\n        <p class=\"subtitle\">\n            Deepdeeb est disponible uniquement sur mobile.<br>\n            T\u00e9l\u00e9chargez l&rsquo;application pour cr\u00e9er votre compte et commencer.\n        <\/p>\n\n        <div class=\"store-buttons\">\n            <a href=\"#\" class=\"store-btn\" id=\"ios-link\" target=\"_blank\" rel=\"noopener\">\n                <svg viewBox=\"0 0 384 512\" fill=\"currentColor\"><path d=\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"><\/path><\/svg>\n                <span class=\"btn-text\">\n                    <span class=\"small\">T\u00e9l\u00e9charger sur l&rsquo;<\/span>\n                    <span class=\"big\">App Store<\/span>\n                <\/span>\n            <\/a>\n\n            <a href=\"#\" class=\"store-btn\" id=\"android-link\" target=\"_blank\" rel=\"noopener\">\n                <svg viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M325.3 234.3L104.7 24.5C90.8 12.1 71.7 21.9 71.7 40.3v431.4c0 18.4 19.1 28.2 33 15.8l220.6-209.8c9.9-8.9 9.9-23.5 0-32.4z\" opacity=\"0\"><\/path><path d=\"M99.6 32.6L299 232 99.6 431.4c-2.4-6-3.7-12.6-3.7-19.4V52c0-6.8 1.3-13.4 3.7-19.4zM327 260l50.1 50.1-208.4 121.3c-7.6 4.4-16.2 5.6-24.4 3.9L327 260zm50.1-56L327 254 144.3 71.6c8.2-1.7 16.8-.5 24.4 3.9L377.1 204zM397 224.6l55.6 32.4c15 8.7 15 30.3 0 39l-55.6 32.4-54.5-54.5 54.5-49.3z\"><\/path><\/svg>\n                <span class=\"btn-text\">\n                    <span class=\"small\">Disponible sur<\/span>\n                    <span class=\"big\">Google Play<\/span>\n                <\/span>\n            <\/a>\n        <\/div>\n\n        <p class=\"footer-note\">\n            Besoin d&rsquo;aide ? <a href=\"mailto:contact@deepdeeb.com\">Contactez-nous<\/a>\n        <\/p>\n\n        <div class=\"legal-links\">\n            <a href=\"https:\/\/deepdeeb.com\/?page_id=2015\" target=\"_blank\" rel=\"noopener\">Politique de confidentialit\u00e9<\/a>\n            <span class=\"divider\">\u2022<\/span>\n            <a href=\"https:\/\/deepdeeb.com\/?page_id=3331\" target=\"_blank\" rel=\"noopener\">Termes &amp; Conditions<\/a>\n        <\/div>\n    <\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deepdeeb &#8211; T\u00e9l\u00e9chargez l&rsquo;application Rejoignez Deepdeeb Deepdeeb est disponible uniquement sur mobile. T\u00e9l\u00e9chargez l&rsquo;application pour cr\u00e9er votre compte et commencer. T\u00e9l\u00e9charger sur l&rsquo; App Store Disponible sur Google Play Besoin d&rsquo;aide ? Contactez-nous Politique de confidentialit\u00e9 \u2022 Termes &amp; Conditions<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-page.php","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-11276","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/pages\/11276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/deepdeeb.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11276"}],"version-history":[{"count":3,"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/pages\/11276\/revisions"}],"predecessor-version":[{"id":11283,"href":"https:\/\/deepdeeb.com\/index.php?rest_route=\/wp\/v2\/pages\/11276\/revisions\/11283"}],"wp:attachment":[{"href":"https:\/\/deepdeeb.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}