{"id":2966,"date":"2022-06-09T16:32:01","date_gmt":"2022-06-09T16:32:01","guid":{"rendered":"https:\/\/velonweb.com\/contact\/"},"modified":"2025-08-10T09:12:01","modified_gmt":"2025-08-10T09:12:01","slug":"contact","status":"publish","type":"page","link":"https:\/\/velonweb.com\/fr\/contact\/","title":{"rendered":"contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2966\" class=\"elementor elementor-2966 elementor-785\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2b2511 e-con-full e-flex e-con e-parent\" data-id=\"f2b2511\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-714a24ae elementor-widget elementor-widget-html\" data-id=\"714a24ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Almarai:wght@400;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        @keyframes blinkCursor {\n            50% {\n                opacity: 0;\n            }\n        }\n\n        .terminal-loader {\n            border: 0.1em solid #333;\n            background-color: #1a1a1a;\n            color: #748D92;\n            font-family: \"Courier New\", Courier, monospace;\n            font-weight: bold;\n            font-size: 1em;\n            padding: 1.5em 1em;\n            width: 48em;\n            max-width: 95vw;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n            border-radius: 4px;\n            position: relative;\n            overflow: hidden;\n            box-sizing: border-box;\n            direction: ltr; \/* Changed to ltr *\/\n            text-align: left; \/* Changed to left *\/\n            margin: auto;\n        }\n\n        .terminal-header {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 1.5em;\n            background-color: #333;\n            border-top-left-radius: 4px;\n            border-top-right-radius: 4px;\n            padding: 0 0.4em;\n            box-sizing: border-box;\n        }\n\n        .terminal-controls {\n            float: right;\n        }\n\n        .control {\n            display: inline-block;\n            width: 0.6em;\n            height: 0.6em;\n            margin-left: 0.4em;\n            border-radius: 50%;\n            background-color: #777;\n        }\n\n        .control.close {\n            background-color: #e33;\n        }\n\n        .control.minimize {\n            background-color: #ee0;\n        }\n\n        .control.maximize {\n            background-color: #0b0;\n        }\n\n        .terminal-title {\n            float: left;\n            line-height: 1.5em;\n            color: #eee;\n        }\n\n        .text-container {\n            margin-top: 2em;\n            font-size: 1.1em;\n            position: relative;\n            min-height: 4em;\n        }\n\n        .text-line {\n            display: block;\n            white-space: normal;\n            word-break: break-word;\n            overflow-wrap: break-word;\n            font-weight: bold;\n            overflow: hidden;\n        }\n\n        .cursor {\n            position: absolute;\n            bottom: 0;\n            left: 0; \/* Changed to left *\/\n            width: 0.5em;\n            height: 1.2em;\n            background-color: #748D92;\n            animation: blinkCursor 0.7s infinite;\n            opacity: 0;\n        }\n\n        \/* Animation *\/\n        @keyframes writeLine1 {\n            0% { width: 0; }\n            100% { width: 100%; }\n        }\n\n        @keyframes writeLine2 {\n            0% { width: 0; }\n            100% { width: 100%; }\n        }\n\n        @keyframes moveCursor {\n            0% { bottom: 0; left: 0; }\n            50% { bottom: 0; left: 0; }\n            51% { bottom: -1.3em; left: 0; opacity: 1; }\n            100% { bottom: -1.3em; left: 0; opacity: 1; }\n        }\n\n        #line1 {\n            animation: writeLine1 4s forwards;\n        }\n\n        #line2 {\n            width: 0;\n            animation: writeLine2 4s forwards;\n            animation-delay: 4s;\n        }\n\n        .cursor {\n            animation:\n                blinkCursor 0.7s infinite,\n                moveCursor 8s forwards;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 600px) {\n            .terminal-loader {\n                font-size: 0.95em;\n                padding: 1.2em 1em;\n            }\n\n            .text-container {\n                font-size: 1em;\n                min-height: 5em;\n            }\n\n            .cursor {\n                display: none;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"terminal-loader\">\n        <div class=\"terminal-header\">\n            <div class=\"terminal-title\">VelonWeb<\/div>\n            <div class=\"terminal-controls\">\n                <div class=\"control close\"><\/div>\n                <div class=\"control minimize\"><\/div>\n                <div class=\"control maximize\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"text-container\">\n            <div class=\"text-line\" id=\"line1\"><\/div>\n            <div class=\"text-line\" id=\"line2\"><\/div>\n            <div class=\"cursor\"><\/div>\n        <\/div>\n    <\/div>\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const line1 = document.getElementById('line1');\n            const line2 = document.getElementById('line2');\n            const cursor = document.querySelector('.cursor');\n\n            const fullText1 = \"Je suis ravi de vous aider et de r\u00e9pondre \u00e0 toutes vos questions. Vous pouvez me contacter facilement\";\n            const fullText2 = \"en utilisant le formulaire ou via les r\u00e9seaux sociaux ci-dessous.\";\n\n            cursor.style.opacity = '1';\n\n            let i = 0;\n            const typeLine1 = setInterval(() => {\n                line1.textContent = fullText1.substring(0, i);\n                i++;\n                if (i > fullText1.length) {\n                    clearInterval(typeLine1);\n                    let j = 0;\n                    const typeLine2 = setInterval(() => {\n                        line2.textContent = fullText2.substring(0, j);\n                        j++;\n                        if (j > fullText2.length) {\n                            clearInterval(typeLine2);\n                            cursor.style.opacity = '0';\n                        }\n                    }, 70);\n                }\n            }, 70);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8761e24 e-flex e-con-boxed e-con e-parent\" data-id=\"8761e24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85691c8 elementor-widget elementor-widget-html\" data-id=\"85691c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html><html lang=\"ar\" ><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"><style>* {\n            \n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            \n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n        \n        .container {\n            \n            text-align: center;\n            max-width: 1200px;\n            width: 100%;\n        }\n        \n        .cards-container {\n            \n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .card {\n            \n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 40px 30px;\n            width: 300px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n            z-index: 1;\n        }\n        \n        .card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));\n            z-index: -1;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n        \n        .card:hover::before {\n            opacity: 1;\n        }\n        \n        .icon-container {\n            width: 100px;\n            height: 100px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            font-size: 40px;\n            color: white;\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n        \n        .card:hover .icon-container {\n            transform: scale(1.1);\n        }\n        \n        .card h3 {\n            font-family: 'Almarai', sans-serif;\n            color: white;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            font-weight: 600;\n            letter-spacing: 1px;\n        }\n        \n        .info {\n            font-family: 'Almarai', sans-serif;\n            padding: 15px 0;\n            color: white;\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            transition: all 0.3s ease;\n            font-weight: 500;\n        }\n        \n        .btn {\n            font-family: 'Almarai', sans-serif;\n            display: inline-block;\n            padding: 10px 25px;\n            border-radius: 50px;\n            background: #2c3e50;\n            color: #fff;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 1rem;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n            border: 2px solid rgba(255, 255, 255, 0.3);\n        }\n        \n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n            background: rgba(255, 255, 255, 0.2);\n        }\n        \n        \n        \n        .phone-card .icon-container {\n            background: linear-gradient(135deg, #0a7bd1, #0a9cf1);\n            box-shadow: 0 0 20px rgba(10, 123, 209, 0.5);\n        }\n        \n        .phone-card:hover {\n            box-shadow: 0 15px 35px rgba(10, 123, 209, 0.4);\n        }\n        \n        .phone-card .btn:hover {\n            background: linear-gradient(135deg, #0a7bd1, #0a9cf1);\n            color: white;\n            border-color: rgba(255, 255, 255, 0.5);\n        }\n        \n        \n        \n        .email-card .icon-container {\n            background: linear-gradient(135deg, #d63031, #e74c3c);\n            box-shadow: 0 0 20px rgba(214, 48, 49, 0.5);\n        }\n        \n        .email-card:hover {\n            box-shadow: 0 15px 35px rgba(214, 48, 49, 0.4);\n        }\n        \n        .email-card .btn:hover {\n            background: linear-gradient(135deg, #d63031, #e74c3c);\n            color: white;\n            border-color: rgba(255, 255, 255, 0.5);\n        }\n        \n        \n        \n        .whatsapp-card .icon-container {\n            background: linear-gradient(135deg, #27ae60, #2ecc71);\n            box-shadow: 0 0 20px rgba(39, 174, 96, 0.5);\n        }\n        \n        .whatsapp-card:hover {\n            box-shadow: 0 15px 35px rgba(39, 174, 96, 0.4);\n        }\n        \n        .whatsapp-card .btn:hover {\n            background: linear-gradient(135deg, #27ae60, #2ecc71);\n            color: white;\n            border-color: rgba(255, 255, 255, 0.5);\n        }\n        \n        \/* \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u0639\u0646\u062f \u0627\u0644\u0645\u0631\u0648\u0631 *\/\n        .phone-card::after,\n        .email-card::after,\n        .whatsapp-card::after {\n            content: '';\n            position: absolute;\n            top: -10px;\n            left: -10px;\n            right: -10px;\n            bottom: -10px;\n            border-radius: 25px;\n            z-index: -2;\n            opacity: 0;\n            transition: opacity 0.5s ease;\n        }\n        \n        .phone-card::after {\n            background: radial-gradient(circle, rgba(10, 123, 209, 0.4), transparent 70%);\n        }\n        \n        .email-card::after {\n            background: radial-gradient(circle, rgba(214, 48, 49, 0.4), transparent 70%);\n        }\n        \n        .whatsapp-card::after {\n            background: radial-gradient(circle, rgba(39, 174, 96, 0.4), transparent 70%);\n        }\n        \n        .phone-card:hover::after,\n        .email-card:hover::after,\n        .whatsapp-card:hover::after {\n            opacity: 1;\n        }\n        \n        \/* \u062a\u0635\u0645\u064a\u0645 \u0645\u062a\u062c\u0627\u0648\u0628 *\/\n        @media (max-width: 768px) {\n            .cards-container {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .card {\n                width: 100%;\n                max-width: 350px;\n            }\n        }\n        \n       \n    <\/style><\/head><body><div class=\"container\"><div class=\"cards-container\"><!-- \u0628\u0637\u0627\u0642\u0629 \u0631\u0642\u0645 \u0627\u0644\u062c\u0648\u0627\u0644 --><div class=\"card phone-card\"><div class=\"icon-container\"><i class=\"fas fa-phone-alt\"><\/i><\/div><h3>Contactez-nous maintenant<\/h3><div class=\"info\">+966563121204<\/div><a href=\"tel:+966563121204\" class=\"btn\">Appelez maintenant<\/a><\/div><!-- \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a --><div class=\"card email-card\"><div class=\"icon-container\"><i class=\"fas fa-envelope\"><\/i><\/div><h3>Envoyez-nous un e-mail<\/h3><div class=\"info\">info@velonweb.com<\/div><a href=\"mailto:info@velonweb\" class=\"btn\"> Envoyer un e-mail<\/a><\/div><!-- \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0648\u0627\u062a\u0633\u0627\u0628 --><div class=\"card whatsapp-card\"><div class=\"icon-container\"><i class=\"fab fa-whatsapp\"><\/i><\/div><h3>WhatsApp<\/h3><div class=\"info\">+966563121204<\/div><a href=\"https:\/\/api.whatsapp.com\/send?phone=966563121204\" target=\"_blank\" class=\"btn\">Cliquez pour discuter<\/a><\/div><\/div><\/div><script>\/\/ \u0625\u0636\u0627\u0641\u0629 \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u062a\u0641\u0627\u0639\u0644\u064a\u0629 \u0625\u0636\u0627\u0641\u064a\u0629\n        document.querySelectorAll('.card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.zIndex = \"10\";\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.zIndex = \"1\";\n            });\n        });\n    <\/script><\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7835cf7d e-flex e-con-boxed e-con e-parent\" data-id=\"7835cf7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a0f9cb elementor-widget elementor-widget-html\" data-id=\"8a0f9cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <title>Formulaire de contact<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Almarai:wght@300;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Almarai', sans-serif;\n            margin: 0;\n            padding: 0;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            position: relative;\n        }\n\n        .form-box {\n            background: linear-gradient(135deg, #222, #2c2c2c);\n            border-radius: 20px;\n            padding: 30px;\n            width: 90%;\n            max-width: 500px;\n            color: white;\n            box-shadow: 0 0 20px rgba(116, 141, 146, 0.4);\n            animation: flyIn 1.5s ease, glow 2s ease-in-out infinite;\n            direction: rtl; \/* Retained right-to-left direction *\/\n            font-family: 'Almarai', sans-serif;\n            z-index: 2;\n            position: relative;\n        }\n\n        @keyframes glow {\n            0%, 100% {\n                box-shadow: 0 0 15px rgba(116, 141, 146, 0.5);\n            }\n            50% {\n                box-shadow: 0 0 30px rgba(116, 141, 146, 0.9);\n            }\n        }\n\n        h2 {\n            font-family: 'Almarai', sans-serif;\n            font-size: 26px;\n            margin-bottom: 25px;\n            color: #748D92;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        label {\n            font-family: 'Almarai', sans-serif;\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 700;\n            color: #ffffff;\n            text-align: right; \/* Retained right alignment *\/\n        }\n\n        input, textarea {\n            font-family: 'Almarai', sans-serif;\n            width: 100%;\n            padding: 12px;\n            margin-bottom: 15px;\n            border-radius: 10px;\n            border: none;\n            background-color: #333;\n            color: #fff;\n            font-size: 15px;\n            box-shadow: inset 0 0 5px rgba(255,255,255,0.05);\n            text-align: right; \/* Retained right alignment *\/\n            font-family: 'Almarai', sans-serif;\n        }\n\n        input:focus, textarea:focus {\n            outline: none;\n            box-shadow: 0 0 8px #748D92;\n        }\n\n        button {\n            width: 100%;\n            padding: 12px;\n            border: none;\n            background-color: #748D92;\n            color: white;\n            font-size: 16px;\n            border-radius: 30px;\n            cursor: pointer;\n            font-weight: bold;\n            transition: background 0.3s ease, transform 0.3s ease;\n            font-family: 'Almarai', sans-serif;\n        }\n\n        button:hover {\n            background-color: #5a6d72;\n            transform: translateY(-2px);\n        }\n\n        .overlay {\n            font-family: 'Almarai', sans-serif;\n            position: fixed;\n            top: 0;\n            right: 0;\n            bottom: 0;\n            left: 0;\n            background-color: rgba(0, 0, 0, 0.7);\n            display: none;\n            align-items: center;\n            justify-content: center;\n            z-index: 5;\n        }\n\n        .overlay.active {\n            display: flex;\n        }\n\n        .success-popup {\n            font-family: 'Almarai', sans-serif;\n            background-color: #2c2c2c;\n            color: #6fcf97;\n            padding: 20px 30px;\n            border-radius: 15px;\n            font-size: 18px;\n            box-shadow: 0 0 20px rgba(111, 207, 151, 0.3);\n            text-align: center;\n            max-width: 90%;\n        }\n\n        .close-btn {\n            font-family: 'Almarai', sans-serif;\n            margin-top: 20px;\n            padding: 10px 20px;\n            background-color: #6fcf97;\n            color: #1a1a1a;\n            font-weight: bold;\n            border: none;\n            border-radius: 20px;\n            cursor: pointer;\n            font-family: 'Almarai', sans-serif;\n            transition: background-color 0.3s;\n        }\n\n        .close-btn:hover {\n            background-color: #5ec68a;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"form-box\" id=\"form-box\">\n        <h2>Formulaire de contact<\/h2>\n        <form id=\"contact-form\" action=\"https:\/\/formspree.io\/f\/mgvyjqyk\" method=\"POST\">\n            <label for=\"name\">Nom complet <span style=\"color:#f77\">*<\/span><\/label>\n            <input type=\"text\" id=\"name\" name=\"name\" required placeholder=\"Entrez votre nom ici\">\n            <label for=\"phone\">Num\u00e9ro de t\u00e9l\u00e9phone <span style=\"color:#f77\">*<\/span><\/label>\n            <input type=\"tel\" id=\"phone\" name=\"phone\" required placeholder=\"Exemple: 05xxxxxxxx\">\n            <label for=\"email\">Adresse e-mail (facultatif)<\/label>\n            <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"exemple@email.com\">\n            <label for=\"message\">Message ou demande<\/label>\n            <textarea id=\"message\" name=\"message\" rows=\"4\" placeholder=\"\u00c9crivez votre message ici...\" required><\/textarea>\n            <button type=\"submit\">Envoyer<\/button>\n        <\/form>\n    <\/div>\n\n    <div class=\"overlay\" id=\"overlay\">\n        <div class=\"success-popup\">\n            \u2705 Soumission r\u00e9ussie !<br\/>Nous vous contacterons bient\u00f4t, si Dieu le veut.<br\/><br\/>\n            <button class=\"close-btn\" id=\"close-btn\">Fermer<\/button>\n        <\/div>\n    <\/div>\n    \n    <script>\n        const form = document.getElementById('contact-form');\n        const overlay = document.getElementById('overlay');\n        const closeBtn = document.getElementById('close-btn');\n\n        form.addEventListener('submit', function(e) {\n            e.preventDefault();\n\n            const formData = new FormData(form);\n\n            fetch(form.action, {\n                method: 'POST',\n                body: formData,\n                headers: {\n                    'Accept': 'application\/json'\n                }\n            }).then(response => {\n                if (response.ok) {\n                    form.reset();\n                    overlay.classList.add('active');\n                } else {\n                    alert('Une erreur s\\'est produite lors de l\\'envoi. Veuillez r\u00e9essayer.');\n                }\n            }).catch(error => {\n                alert('La connexion a \u00e9chou\u00e9. Veuillez v\u00e9rifier votre connexion Internet.');\n            });\n        });\n\n        \/\/ Close message button\n        closeBtn.addEventListener('click', () => {\n            overlay.classList.remove('active');\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>VelonWeb Contactez-nous maintenant +966563121204Appelez maintenant Envoyez-nous un e-mail info@velonweb.com Envoyer un e-mail WhatsApp +966563121204Cliquez pour discuter Formulaire de contact Formulaire de contact Nom complet * Num\u00e9ro de t\u00e9l\u00e9phone * Adresse e-mail (facultatif) Message ou demande Envoyer \u2705 Soumission r\u00e9ussie !Nous vous contacterons bient\u00f4t, si Dieu le veut. Fermer<\/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-2966","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"single_page\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;}","tablet":"","mobile":""},"google_fonts":[],"version":6},"disable_share_box":"no","has_hero_section":"enabled","hero_elements":[{"id":"custom_title","enabled":false,"heading_tag":"h1","title":"Home","__id":"iuAcu0Q2B7ZCbVVAUGjpp"},{"id":"custom_description","enabled":false,"description_visibility":{"desktop":true,"tablet":true,"mobile":false},"__id":"xz0-uV8w9dYZ_QtjA_SSx"},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"updated_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"categories","enabled":false,"label":"In","style":"simple"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true},"__id":"a01Ehnrc8CgcpslMG1NvW"},{"id":"breadcrumbs","enabled":false,"__id":"-uDSNDOY-IcL0bV9lf76L"}]},"aioseo_notices":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/pages\/2966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/comments?post=2966"}],"version-history":[{"count":4,"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/pages\/2966\/revisions"}],"predecessor-version":[{"id":3505,"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/pages\/2966\/revisions\/3505"}],"wp:attachment":[{"href":"https:\/\/velonweb.com\/fr\/wp-json\/wp\/v2\/media?parent=2966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}