{"id":2735,"date":"2025-04-30T12:40:08","date_gmt":"2025-04-30T12:40:08","guid":{"rendered":"https:\/\/jeterecherche.com\/registration\/"},"modified":"2025-04-30T12:40:08","modified_gmt":"2025-04-30T12:40:08","slug":"registration","status":"publish","type":"page","link":"https:\/\/jeterecherche.com\/en\/registration\/","title":{"rendered":"Registration"},"content":{"rendered":"        \n        <style>\n        \/* =============================================================================\n           Plugin: Page d'Inscription Moderne v1.0.2\n           Th\u00e8me: KALLYAS - Styles optimis\u00e9s pour compatibilit\u00e9\n           ============================================================================= *\/\n        \n        .modern-signup-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        \/* R\u00e9initialisation sp\u00e9cifique pour \u00e9viter les conflits avec KALLYAS *\/\n        .modern-signup-container,\n        .modern-signup-container *,\n        .modern-signup-container *:before,\n        .modern-signup-container *:after {\n            -webkit-box-sizing: border-box !important;\n            -moz-box-sizing: border-box !important;\n            box-sizing: border-box !important;\n        }\n\n        .modern-signup-wrapper {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;\n            background: transparent;\n            min-height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            margin: 20px 0;\n            \/* Priorit\u00e9 haute pour \u00e9viter les conflits avec KALLYAS *\/\n            z-index: 999;\n        }\n\n        .modern-signup-container {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            padding: 40px;\n            width: 100%;\n            max-width: 450px;\n            position: relative;\n            z-index: 1;\n            transform: translateY(0);\n            transition: all 0.3s ease;\n        }\n\n        .modern-signup-container:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        .modern-signup-container .logo-section {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .modern-signup-container .signup-logo {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            border-radius: 15px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            animation: signup-pulse 2s infinite;\n        }\n\n        .modern-signup-container .signup-logo::before {\n            content: \"\u2728\";\n            font-size: 24px;\n            color: white;\n        }\n\n        @keyframes signup-pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }\n\n        .modern-signup-container h1 {\n            color: #333;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .subtitle {\n            color: #666;\n            font-size: 16px;\n            margin-bottom: 30px;\n        }\n\n        .form-group {\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .form-group.full-width {\n            display: flex;\n            gap: 15px;\n        }\n\n        .form-group.full-width .input-wrapper {\n            flex: 1;\n        }\n\n        .input-wrapper {\n            position: relative;\n        }\n\n        .modern-signup-container label {\n            display: block;\n            color: #555;\n            font-weight: 600;\n            margin-bottom: 8px;\n            font-size: 14px;\n        }\n\n        .modern-signup-container input[type=\"text\"],\n        .modern-signup-container input[type=\"email\"],\n        .modern-signup-container input[type=\"password\"],\n        .modern-signup-container select {\n            width: 100%;\n            padding: 15px 20px;\n            border: 2px solid #e1e5e9;\n            border-radius: 12px;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            background: #fafafa;\n        }\n\n        .modern-signup-container input:focus,\n        .modern-signup-container select:focus {\n            outline: none;\n            border-color: #667eea;\n            background: white;\n            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);\n            transform: translateY(-2px);\n        }\n\n        .modern-signup-container select {\n            cursor: pointer;\n        }\n\n        .password-strength {\n            margin-top: 8px;\n            font-size: 12px;\n        }\n\n        .strength-bar {\n            height: 4px;\n            background: #e1e5e9;\n            border-radius: 2px;\n            margin-top: 5px;\n            overflow: hidden;\n        }\n\n        .strength-fill {\n            height: 100%;\n            border-radius: 2px;\n            transition: all 0.3s ease;\n            width: 0%;\n        }\n\n        .strength-weak { background: #ff4757; width: 25%; }\n        .strength-fair { background: #ffa502; width: 50%; }\n        .strength-good { background: #2ed573; width: 75%; }\n        .strength-strong { background: #1e90ff; width: 100%; }\n\n        .availability-check {\n            margin-top: 8px;\n            font-size: 12px;\n            min-height: 16px;\n        }\n\n        .availability-checking {\n            color: #ffa502;\n        }\n\n        .availability-available {\n            color: #2ed573;\n        }\n\n        .availability-taken {\n            color: #ff4757;\n        }\n\n        .availability-invalid {\n            color: #ff4757;\n        }\n\n        .recaptcha-container {\n            margin: 25px 0;\n            display: flex;\n            justify-content: center;\n        }\n\n        .g-recaptcha {\n            transform: scale(0.85);\n            transform-origin: 0 0;\n        }\n\n        @media (max-width: 480px) {\n            .g-recaptcha {\n                transform: scale(0.77);\n            }\n        }\n\n        .checkbox-group {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin: 25px 0;\n        }\n\n        .custom-checkbox {\n            position: relative;\n            width: 20px;\n            height: 20px;\n            margin-top: 2px;\n        }\n\n        .custom-checkbox input {\n            opacity: 0;\n            position: absolute;\n        }\n\n        .checkmark {\n            position: absolute;\n            top: 0;\n            left: 0;\n            height: 20px;\n            width: 20px;\n            background: #f1f3f4;\n            border: 2px solid #e1e5e9;\n            border-radius: 4px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .custom-checkbox input:checked ~ .checkmark {\n            background: #667eea;\n            border-color: #667eea;\n        }\n\n        .checkmark:after {\n            content: \"\";\n            position: absolute;\n            display: none;\n            left: 6px;\n            top: 2px;\n            width: 6px;\n            height: 12px;\n            border: solid white;\n            border-width: 0 2px 2px 0;\n            transform: rotate(45deg);\n        }\n\n        .custom-checkbox input:checked ~ .checkmark:after {\n            display: block;\n        }\n\n        .checkbox-label {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.4;\n            cursor: pointer;\n        }\n\n        .checkbox-label a {\n            color: #667eea;\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .signup-btn {\n            width: 100%;\n            background: #0073AA;\n            color: white;\n            border: none;\n            padding: 16px;\n            border-radius: 12px;\n            font-size: 16px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .signup-btn:hover {\n            background: #005a87;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0, 115, 170, 0.3);\n        }\n\n        .error-message {\n            color: #ff4757;\n            font-size: 12px;\n            margin-top: 5px;\n            display: none;\n        }\n\n        .success-message {\n            background: #d4edda;\n            color: #155724;\n            padding: 12px;\n            border-radius: 8px;\n            margin-bottom: 20px;\n            display: none;\n            text-align: center;\n        }\n\n        .redirect-counter {\n            font-size: 14px;\n            color: #666;\n            margin-top: 10px;\n        }\n\n        .loading {\n            opacity: 0.6;\n            pointer-events: none;\n        }\n\n        @media (max-width: 480px) {\n            .modern-signup-container {\n                margin: 20px;\n                padding: 30px 25px;\n            }\n            \n            .form-group.full-width {\n                flex-direction: column;\n                gap: 20px;\n            }\n            \n            .modern-signup-container h1 {\n                font-size: 24px;\n            }\n        }\n        <\/style>\n\n        <div class=\"modern-signup-wrapper\">\n            <div class=\"modern-signup-container\">\n                <h1>Cr\u00e9ez votre compte<\/h1>\n                <p class=\"subtitle\">Rejoignez notre communaut\u00e9 d\u00e8s aujourd'hui<\/p>\n\n                <div class=\"success-message\" id=\"successMessage\">\n                    <div>Inscription r\u00e9ussie ! Votre compte a \u00e9t\u00e9 cr\u00e9\u00e9 avec succ\u00e8s.<\/div>\n                    <div class=\"redirect-counter\" id=\"redirectCounter\">\n                        Redirection vers votre compte dans <span id=\"countdown\">3<\/span> secondes...\n                    <\/div>\n                <\/div>\n\n                <form id=\"modernSignupForm\">\n                    <input type=\"hidden\" id=\"signup_nonce\" name=\"signup_nonce\" value=\"6b81b92fa3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/2735\" \/>                    \n                    <div class=\"form-group\">\n                        <label for=\"gender\">Sexe<\/label>\n                        <select id=\"gender\" name=\"gender\" required>\n                            <option value=\"\">S\u00e9lectionnez votre sexe<\/option>\n                            <option value=\"homme\">Homme<\/option>\n                            <option value=\"femme\">Femme<\/option>\n                            <option value=\"autre\">Autre<\/option>\n                        <\/select>\n                        <div class=\"error-message\" id=\"genderError\"><\/div>\n                    <\/div>\n\n                    <div class=\"form-group full-width\">\n                        <div class=\"input-wrapper\">\n                            <label for=\"firstName\">Pr\u00e9nom<\/label>\n                            <input type=\"text\" id=\"firstName\" name=\"firstName\" required>\n                            <div class=\"error-message\" id=\"firstNameError\"><\/div>\n                        <\/div>\n                        <div class=\"input-wrapper\">\n                            <label for=\"lastName\">Nom (optionnel)<\/label>\n                            <input type=\"text\" id=\"lastName\" name=\"lastName\">\n                            <div class=\"error-message\" id=\"lastNameError\"><\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"form-group\" id=\"maidenNameGroup\" style=\"display: none;\">\n                        <label for=\"maidenName\">Nom de jeune fille (optionnel)<\/label>\n                        <input type=\"text\" id=\"maidenName\" name=\"maidenName\">\n                        <div class=\"error-message\" id=\"maidenNameError\"><\/div>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"email\">Adresse email<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required>\n                        <div class=\"availability-check\" id=\"emailCheck\"><\/div>\n                        <div class=\"error-message\" id=\"emailError\"><\/div>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"username\">Nom d'utilisateur<\/label>\n                        <input type=\"text\" id=\"username\" name=\"username\" required>\n                        <div class=\"availability-check\" id=\"usernameCheck\"><\/div>\n                        <div class=\"error-message\" id=\"usernameError\"><\/div>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"password\">Mot de passe<\/label>\n                        <input type=\"password\" id=\"password\" name=\"password\" required>\n                        <div class=\"password-strength\">\n                            <div class=\"strength-bar\">\n                                <div class=\"strength-fill\" id=\"strengthFill\"><\/div>\n                            <\/div>\n                            <span id=\"strengthText\">Entrez un mot de passe<\/span>\n                        <\/div>\n                        <div class=\"error-message\" id=\"passwordError\"><\/div>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"confirmPassword\">Confirmer le mot de passe<\/label>\n                        <input type=\"password\" id=\"confirmPassword\" name=\"confirmPassword\" required>\n                        <div class=\"error-message\" id=\"confirmPasswordError\"><\/div>\n                    <\/div>\n\n                    <div class=\"checkbox-group\">\n                        <div class=\"custom-checkbox\">\n                            <input type=\"checkbox\" id=\"terms\" required>\n                            <span class=\"checkmark\"><\/span>\n                        <\/div>\n                        <label for=\"terms\" class=\"checkbox-label\">\n                            J'accepte les conditions d'utilisation et la politique de confidentialit\u00e9\n                        <\/label>\n                    <\/div>\n\n                    <div class=\"recaptcha-container\">\n                        <div class=\"g-recaptcha\" \n                             data-sitekey=\"6LcobUkrAAAAACdREEvAW9DeYjw8-2C4XKYAQFIL\"\n                             data-theme=\"light\"\n                             data-size=\"normal\"><\/div>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"signup-btn\">Cr\u00e9er mon compte<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n\n        <script>\n        jQuery(document).ready(function($) {\n            \/\/ Gestion de l'affichage conditionnel du nom de jeune fille\n            $('#gender').on('change', function(e) {\n                const maidenNameGroup = $('#maidenNameGroup');\n                const maidenNameInput = $('#maidenName');\n                \n                if (e.target.value === 'femme') {\n                    maidenNameGroup.show().css({opacity: 0, transform: 'translateY(-10px)'});\n                    maidenNameGroup.animate({opacity: 1}, 300).css('transform', 'translateY(0)');\n                } else {\n                    maidenNameGroup.animate({opacity: 0}, 300, function() {\n                        $(this).hide();\n                        maidenNameInput.val('');\n                    });\n                }\n            });\n\n            \/\/ Validation du mot de passe en temps r\u00e9el\n            $('#password').on('input', function(e) {\n                const password = e.target.value;\n                const strengthFill = $('#strengthFill');\n                const strengthText = $('#strengthText');\n                \n                let strength = 0;\n                let strengthLabel = '';\n                \n                if (password.length >= 8) strength++;\n                if (\/[a-z]\/.test(password)) strength++;\n                if (\/[A-Z]\/.test(password)) strength++;\n                if (\/[0-9]\/.test(password)) strength++;\n                if (\/[^A-Za-z0-9]\/.test(password)) strength++;\n                \n                strengthFill.removeClass('strength-weak strength-fair strength-good strength-strong');\n                \n                switch(strength) {\n                    case 0:\n                    case 1:\n                        strengthFill.addClass('strength-weak');\n                        strengthLabel = 'Faible';\n                        break;\n                    case 2:\n                    case 3:\n                        strengthFill.addClass('strength-fair');\n                        strengthLabel = 'Moyen';\n                        break;\n                    case 4:\n                        strengthFill.addClass('strength-good');\n                        strengthLabel = 'Bon';\n                        break;\n                    case 5:\n                        strengthFill.addClass('strength-strong');\n                        strengthLabel = 'Excellent';\n                        break;\n                }\n                \n                strengthText.text(password.length > 0 ? 'Force: ' + strengthLabel : 'Entrez un mot de passe');\n            });\n\n            \/\/ V\u00e9rification en temps r\u00e9el de l'email\n            let emailTimeout;\n            $('#email').on('input', function(e) {\n                const email = e.target.value.trim();\n                const emailCheck = $('#emailCheck');\n                \n                clearTimeout(emailTimeout);\n                \n                if (email.length === 0) {\n                    emailCheck.text('');\n                    return;\n                }\n                \n                if (!\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(email)) {\n                    emailCheck.text('Format d\\'email invalide').removeClass().addClass('availability-invalid');\n                    return;\n                }\n                \n                emailCheck.text('V\u00e9rification...').removeClass().addClass('availability-checking');\n                \n                emailTimeout = setTimeout(function() {\n                    $.ajax({\n                        url: 'https:\/\/jeterecherche.com\/wp-admin\/admin-ajax.php',\n                        type: 'POST',\n                        data: {\n                            action: 'check_email_availability',\n                            email: email\n                        },\n                        success: function(response) {\n                            if (response.success) {\n                                if (response.data.available) {\n                                    emailCheck.text('\u2713 Email disponible').removeClass().addClass('availability-available');\n                                } else {\n                                    emailCheck.text('\u2717 Email d\u00e9j\u00e0 utilis\u00e9').removeClass().addClass('availability-taken');\n                                }\n                            }\n                        }\n                    });\n                }, 500);\n            });\n\n            \/\/ V\u00e9rification en temps r\u00e9el du nom d'utilisateur\n            let usernameTimeout;\n            $('#username').on('input', function(e) {\n                const username = e.target.value.trim();\n                const usernameCheck = $('#usernameCheck');\n                \n                clearTimeout(usernameTimeout);\n                \n                if (username.length === 0) {\n                    usernameCheck.text('');\n                    return;\n                }\n                \n                if (username.length < 3) {\n                    usernameCheck.text('Au moins 3 caract\u00e8res requis').removeClass().addClass('availability-invalid');\n                    return;\n                }\n                \n                if (!\/^[a-zA-Z0-9_]+$\/.test(username)) {\n                    usernameCheck.text('Lettres, chiffres et _ seulement').removeClass().addClass('availability-invalid');\n                    return;\n                }\n                \n                usernameCheck.text('V\u00e9rification...').removeClass().addClass('availability-checking');\n                \n                usernameTimeout = setTimeout(function() {\n                    $.ajax({\n                        url: 'https:\/\/jeterecherche.com\/wp-admin\/admin-ajax.php',\n                        type: 'POST',\n                        data: {\n                            action: 'check_username_availability',\n                            username: username\n                        },\n                        success: function(response) {\n                            if (response.success) {\n                                if (response.data.available) {\n                                    usernameCheck.text('\u2713 Nom d\\'utilisateur disponible').removeClass().addClass('availability-available');\n                                } else {\n                                    usernameCheck.text('\u2717 Nom d\\'utilisateur d\u00e9j\u00e0 pris').removeClass().addClass('availability-taken');\n                                }\n                            }\n                        }\n                    });\n                }, 500);\n            });\n\n            \/\/ Soumission du formulaire\n            $('#modernSignupForm').on('submit', function(e) {\n                e.preventDefault();\n                \n                if (validateForm()) {\n                    const formData = new FormData(this);\n                    formData.append('action', 'process_signup');\n                    formData.append('g-recaptcha-response', grecaptcha.getResponse());\n                    \n                    $('.modern-signup-container').addClass('loading');\n                    $('.signup-btn').text('Inscription en cours...');\n                    \n                    $.ajax({\n                        url: 'https:\/\/jeterecherche.com\/wp-admin\/admin-ajax.php',\n                        type: 'POST',\n                        data: formData,\n                        processData: false,\n                        contentType: false,\n                        success: function(response) {\n                            if (response.success) {\n                                $('#successMessage').show();\n                                $('#modernSignupForm').hide();\n                                \n                                \/\/ D\u00e9marrer le compteur de redirection\n                                let countdown = 3;\n                                $('#countdown').text(countdown);\n                                \n                                const timer = setInterval(function() {\n                                    countdown--;\n                                    $('#countdown').text(countdown);\n                                    \n                                    if (countdown <= 0) {\n                                        clearInterval(timer);\n                                        window.location.href = 'https:\/\/jeterecherche.com\/mon-compte\/';\n                                    }\n                                }, 1000);\n                                \n                            } else {\n                                alert('Erreur: ' + response.data);\n                                \/\/ R\u00e9initialiser le reCAPTCHA en cas d'erreur\n                                grecaptcha.reset();\n                            }\n                        },\n                        error: function() {\n                            alert('Une erreur est survenue. Veuillez r\u00e9essayer.');\n                            grecaptcha.reset();\n                        },\n                        complete: function() {\n                            $('.modern-signup-container').removeClass('loading');\n                            $('.signup-btn').text('Cr\u00e9er mon compte');\n                        }\n                    });\n                }\n            });\n\n            function validateForm() {\n                let isValid = true;\n                \n                \/\/ Reset errors\n                $('.error-message').hide().text('');\n                \n                \/\/ Validation sexe\n                if (!$('#gender').val()) {\n                    showError('genderError', 'Veuillez s\u00e9lectionner votre sexe');\n                    isValid = false;\n                }\n                \n                \/\/ Validation pr\u00e9nom\n                const firstName = $('#firstName').val().trim();\n                if (!firstName) {\n                    showError('firstNameError', 'Le pr\u00e9nom est requis');\n                    isValid = false;\n                } else if (firstName.length < 2) {\n                    showError('firstNameError', 'Le pr\u00e9nom doit contenir au moins 2 caract\u00e8res');\n                    isValid = false;\n                }\n                \n                \/\/ Validation nom (optionnel)\n                const lastName = $('#lastName').val().trim();\n                if (lastName && lastName.length < 2) {\n                    showError('lastNameError', 'Le nom doit contenir au moins 2 caract\u00e8res');\n                    isValid = false;\n                }\n                \n                \/\/ Validation nom de jeune fille (optionnel)\n                const gender = $('#gender').val();\n                const maidenName = $('#maidenName').val().trim();\n                if (maidenName && maidenName.length < 2) {\n                    showError('maidenNameError', 'Le nom de jeune fille doit contenir au moins 2 caract\u00e8res');\n                    isValid = false;\n                }\n                \n                \/\/ Validation email\n                const email = $('#email').val().trim();\n                const emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n                if (!email) {\n                    showError('emailError', 'L\\'email est requis');\n                    isValid = false;\n                } else if (!emailRegex.test(email)) {\n                    showError('emailError', 'Veuillez entrer un email valide');\n                    isValid = false;\n                }\n                \n                \/\/ Validation nom d'utilisateur\n                const username = $('#username').val().trim();\n                if (!username) {\n                    showError('usernameError', 'Le nom d\\'utilisateur est requis');\n                    isValid = false;\n                } else if (username.length < 3) {\n                    showError('usernameError', 'Le nom d\\'utilisateur doit contenir au moins 3 caract\u00e8res');\n                    isValid = false;\n                }\n                \n                \/\/ Validation mot de passe\n                const password = $('#password').val();\n                if (!password) {\n                    showError('passwordError', 'Le mot de passe est requis');\n                    isValid = false;\n                } else if (password.length < 8) {\n                    showError('passwordError', 'Le mot de passe doit contenir au moins 8 caract\u00e8res');\n                    isValid = false;\n                }\n                \n                \/\/ Validation confirmation mot de passe\n                const confirmPassword = $('#confirmPassword').val();\n                if (!confirmPassword) {\n                    showError('confirmPasswordError', 'Veuillez confirmer votre mot de passe');\n                    isValid = false;\n                } else if (password !== confirmPassword) {\n                    showError('confirmPasswordError', 'Les mots de passe ne correspondent pas');\n                    isValid = false;\n                }\n                \n                \/\/ Validation conditions d'utilisation\n                if (!$('#terms').is(':checked')) {\n                    alert('Vous devez accepter les conditions d\\'utilisation');\n                    isValid = false;\n                }\n                \n                \/\/ Validation reCAPTCHA\n                const recaptchaResponse = grecaptcha.getResponse();\n                if (!recaptchaResponse || recaptchaResponse.length === 0) {\n                    alert('Veuillez compl\u00e9ter le reCAPTCHA');\n                    isValid = false;\n                }\n                \n                return isValid;\n            }\n\n            function showError(elementId, message) {\n                $('#' + elementId).text(message).show();\n            }\n        });\n        <\/script>\n        \n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2735","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/pages\/2735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/comments?post=2735"}],"version-history":[{"count":0,"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/pages\/2735\/revisions"}],"wp:attachment":[{"href":"https:\/\/jeterecherche.com\/en\/wp-json\/wp\/v2\/media?parent=2735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}