{"id":69975,"date":"2020-10-05T05:11:21","date_gmt":"2020-10-05T05:11:21","guid":{"rendered":"https:\/\/ultimateplayerhq.com\/connexion\/"},"modified":"2023-06-06T07:25:06","modified_gmt":"2023-06-06T07:25:06","slug":"connexion","status":"publish","type":"page","link":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/","title":{"rendered":"Connexion"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"69975\" class=\"elementor elementor-69975 elementor-1556\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-091367d elementor-section-content-middle elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"091367d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-95c3e9b\" data-id=\"95c3e9b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3d0ebd4\" data-id=\"3d0ebd4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-484d1bc5 elementor-widget elementor-widget-shortcode\" data-id=\"484d1bc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t<div class=\"pmpro\">\n\t\t<section id=\"pmpro_login\" class=\"pmpro_section\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_card pmpro_login_wrap\">\n\t\t\t\t\t\t\t\t<h2 class=\"pmpro_card_title pmpro_font-large\">Connexion<\/h2>\t\t\t\t\t\t\t\t<div class=\"pmpro_card_content\">\n\t\t\t\t\t\t\t\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/ultimateplayerhq.com\/fr\/ultimateplayerhq2025\/\" method=\"post\"><input type=\"hidden\" name=\"pmpro_login_form_used\" value=\"1\" \/><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Identifiant ou adresse e-mail<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Mot de passe<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Se souvenir de moi<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Se connecter\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\t\t\t<\/p><\/form>\t<div class=\"pmpro_form_field-password-toggle\">\n\t\t<button type=\"button\" id=\"pmpro_btn-password-toggle-1\" class=\"pmpro_btn pmpro_btn-plain hide-if-no-js\" data-toggle=\"0\">\n\t\t\t<span class=\"pmpro_icon pmpro_icon-eye\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/span>\n\t\t\t<span class=\"pmpro_form_field-password-toggle-state\">Voir mot de passe<\/span>\n\t\t<\/button>\n\t<\/div>\n\t<script>\n\t\t\/\/ Password visibility toggle (wp_login_form instance).\n\t\t(function() {\n\t\t\tconst toggleButton = document.querySelectorAll('#pmpro_btn-password-toggle-1')[0];\n\t\t\tconst toggleWrapper = toggleButton.closest('.pmpro_form_field-password-toggle');\n\t\t\tconst loginForm = toggleWrapper.previousElementSibling;\n\t\t\tconst passwordParagraph = loginForm.querySelector('.login-password');\n\t\t\tconst passwordInput = loginForm.querySelector('#user_pass');\n\n\t\t\tpasswordParagraph.appendChild(toggleWrapper);\n\t\t\ttoggleButton.classList.remove('hide-if-no-js');\n\t\t\ttoggleButton.addEventListener('click', togglePassword);\n\n\t\t\tfunction togglePassword() {\n\t\t\t\tconst status = this.getAttribute('data-toggle');\n\t\t\t\tconst passwordInputs = document.querySelectorAll('#user_pass');\n\t\t\t\tconst icon = this.getElementsByClassName('pmpro_icon')[0];\n\t\t\t\tconst state = this.getElementsByClassName('pmpro_form_field-password-toggle-state')[0];\n\n\t\t\t\tif (parseInt(status, 10) === 0) {\n\t\t\t\t\tthis.setAttribute('data-toggle', 1);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'text' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\">\n\t\t\t\t\t\t\t<path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"><\/path>\n\t\t\t\t\t\t\t<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"><\/line>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Cacher mot de passe';\n\t\t\t\t} else {\n\t\t\t\t\tthis.setAttribute('data-toggle', 0);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'password' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\">\n\t\t\t\t\t\t\t<path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path>\n\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Voir mot de passe';\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t<\/script>\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_content -->\n\t\t\t\t\t\t\t\t<div class=\"pmpro_card_actions\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_actions_nav\">\n\t\t<a href=\"https:\/\/ultimateplayerhq.com\/login\/?action=reset_pass\">Mot de passe oubli\u00e9 ?<\/a>\t<\/div> <!-- end pmpro_actions_nav -->\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_actions -->\n\t\t\t\t\t\t\t<\/div> <!-- end pmpro_login_wrap -->\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/section> <!-- end pmpro_login -->\n\t<\/div> <!-- end pmpro -->\n\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-261fe31\" data-id=\"261fe31\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/ultimateplayerhq.com\/fr\/connexion\/\"><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"pmpro_default_level":"","footnotes":""},"class_list":["post-69975","page","type-page","status-publish","hentry","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Connexion - UltimatePlayerHQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ultimateplayerhq.com\/fr\/connexion\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connexion - UltimatePlayerHQ\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ultimateplayerhq.com\/fr\/connexion\/\" \/>\n<meta property=\"og:site_name\" content=\"UltimatePlayerHQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/UltimatePlayerHQ\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-06T07:25:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ultimatehq.fra1.digitaloceanspaces.com\/wp-content\/uploads\/2020\/11\/UltimatePlayerHQlogo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"390\" \/>\n\t<meta property=\"og:image:height\" content=\"206\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/connexion\\\/\",\"url\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/connexion\\\/\",\"name\":\"Connexion - UltimatePlayerHQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#website\"},\"datePublished\":\"2020-10-05T05:11:21+00:00\",\"dateModified\":\"2023-06-06T07:25:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/connexion\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/connexion\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/connexion\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connexion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/\",\"name\":\"UltimatePlayerHQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#organization\",\"name\":\"Ultimate PlayerHQ\",\"url\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ultimatehq.fra1.digitaloceanspaces.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/footer_logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/ultimatehq.fra1.digitaloceanspaces.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/footer_logo-1.svg\",\"caption\":\"Ultimate PlayerHQ\"},\"image\":{\"@id\":\"https:\\\/\\\/ultimateplayerhq.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/UltimatePlayerHQ\\\/\",\"https:\\\/\\\/x.com\\\/playersessionhq\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Connexion - UltimatePlayerHQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/","og_locale":"fr_FR","og_type":"article","og_title":"Connexion - UltimatePlayerHQ","og_url":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/","og_site_name":"UltimatePlayerHQ","article_publisher":"https:\/\/www.facebook.com\/UltimatePlayerHQ\/","article_modified_time":"2023-06-06T07:25:06+00:00","og_image":[{"width":390,"height":206,"url":"https:\/\/ultimatehq.fra1.digitaloceanspaces.com\/wp-content\/uploads\/2020\/11\/UltimatePlayerHQlogo.jpg","type":"image\/jpeg"}],"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/","url":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/","name":"Connexion - UltimatePlayerHQ","isPartOf":{"@id":"https:\/\/ultimateplayerhq.com\/fr\/#website"},"datePublished":"2020-10-05T05:11:21+00:00","dateModified":"2023-06-06T07:25:06+00:00","breadcrumb":{"@id":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ultimateplayerhq.com\/fr\/connexion\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ultimateplayerhq.com\/fr\/connexion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ultimateplayerhq.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Connexion"}]},{"@type":"WebSite","@id":"https:\/\/ultimateplayerhq.com\/fr\/#website","url":"https:\/\/ultimateplayerhq.com\/fr\/","name":"UltimatePlayerHQ","description":"","publisher":{"@id":"https:\/\/ultimateplayerhq.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ultimateplayerhq.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/ultimateplayerhq.com\/fr\/#organization","name":"Ultimate PlayerHQ","url":"https:\/\/ultimateplayerhq.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/ultimateplayerhq.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/ultimatehq.fra1.digitaloceanspaces.com\/wp-content\/uploads\/2023\/11\/footer_logo-1.svg","contentUrl":"https:\/\/ultimatehq.fra1.digitaloceanspaces.com\/wp-content\/uploads\/2023\/11\/footer_logo-1.svg","caption":"Ultimate PlayerHQ"},"image":{"@id":"https:\/\/ultimateplayerhq.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/UltimatePlayerHQ\/","https:\/\/x.com\/playersessionhq"]}]}},"_links":{"self":[{"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/pages\/69975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/comments?post=69975"}],"version-history":[{"count":0,"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/pages\/69975\/revisions"}],"wp:attachment":[{"href":"https:\/\/ultimateplayerhq.com\/fr\/wp-json\/wp\/v2\/media?parent=69975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}