{"id":27411,"date":"2026-04-06T07:41:09","date_gmt":"2026-04-06T06:41:09","guid":{"rendered":"https:\/\/altheraconnect.com\/connexion\/"},"modified":"2026-05-25T06:32:18","modified_gmt":"2026-05-25T05:32:18","slug":"connexion","status":"publish","type":"page","link":"https:\/\/altheraconnect.com\/fr\/connexion\/","title":{"rendered":"Connexion"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text css=&#8221;&#8221;]    <div class=\"althera-login-wrap\">\n        <div class=\"althera-login-card\">\n            <h2 class=\"althera-login-title\">Bon retour<\/h2>\n            <p class=\"althera-login-subtitle\">Connectez-vous pour acc\u00e9der \u00e0 votre compte.<\/p>\n\n            <form name=\"althera-loginform\" id=\"althera-loginform\" action=\"https:\/\/altheraconnect.com\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"althera_user_login\">E-mail ou nom d\u2019utilisateur<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"althera_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=\"althera_user_pass\">Mot de passe<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"althera_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=\"althera_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=\"althera_login_submit\" class=\"button button-primary\" value=\"Se connecter\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/altheraconnect.com\/fr\/listing-author\/?dashboard=listings\" \/>\n\t\t\t<\/p><\/form>\n            <div class=\"althera-forgot-password\">\n                <a href=\"https:\/\/altheraconnect.com\/wp-login.php?action=lostpassword&#038;redirect_to=https%3A%2F%2Faltheraconnect.com%2Ffr%2Flogin%2F\">\n                    Mot de passe oubli\u00e9 ?                <\/a>\n            <\/div>\n\n            <div class=\"althera-login-divider\">\n                <span>OU<\/span>\n            <\/div>\n\n            <div class=\"althera-first-time\">\n                <h3>Premi\u00e8re visite ?<\/h3>\n                <p>Cr\u00e9ez votre profil professionnel et rejoignez la plateforme.<\/p>\n\n                <a class=\"althera-create-profile-btn\" href=\"https:\/\/altheraconnect.com\/fr\/submit-listing\/\">\n                    Cr\u00e9er votre profil                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        .althera-login-wrap {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 40px 20px 60px;\n        }\n\n        .althera-login-card {\n            width: 100%;\n            max-width: 460px;\n            background: #fff;\n            border: 1px solid #e7dfd2;\n            border-radius: 18px;\n            padding: 32px 30px;\n            box-shadow: 0 8px 30px rgba(53, 94, 59, 0.08);\n        }\n\n        .althera-login-title {\n            margin: 0 0 8px;\n            font-size: 30px;\n            line-height: 1.2;\n            color: #355E3B;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .althera-login-subtitle {\n            margin: 0 0 26px;\n            text-align: center;\n            color: #6e6e6e;\n            font-size: 15px;\n        }\n\n        #althera-loginform p {\n            margin-bottom: 16px;\n        }\n\n        #althera-loginform label {\n            display: block;\n            margin-bottom: 6px;\n            font-size: 14px;\n            color: #355E3B;\n            font-weight: 600;\n        }\n\n        #althera-loginform input[type=\"text\"],\n        #althera-loginform input[type=\"password\"] {\n            width: 100%;\n            height: 46px;\n            border: 1px solid #d9c7a7;\n            border-radius: 10px;\n            padding: 0 14px;\n            font-size: 15px;\n            background: #fffdf9;\n            box-sizing: border-box;\n        }\n\n        #althera-loginform input[type=\"text\"]:focus,\n        #althera-loginform input[type=\"password\"]:focus {\n            outline: none;\n            border-color: #355E3B;\n            box-shadow: 0 0 0 3px rgba(53, 94, 59, 0.10);\n            background: #fff;\n        }\n\n        #althera-loginform .login-remember {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-top: 4px;\n        }\n\n        #althera-loginform .login-remember label {\n            margin: 0;\n            font-size: 14px;\n            font-weight: 500;\n            color: #666;\n        }\n\n        #althera_login_submit {\n            width: 100%;\n            height: 46px;\n            border: none;\n            border-radius: 10px;\n            background: #355E3B;\n            color: #fff;\n            font-size: 15px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all .2s ease;\n            margin-top: 8px;\n        }\n\n        #althera_login_submit:hover {\n            background: #2d5032;\n            transform: translateY(-1px);\n        }\n\n        .althera-forgot-password {\n            text-align: right;\n            margin-top: -6px;\n            margin-bottom: 18px;\n        }\n\n        .althera-forgot-password a {\n            color: #355E3B;\n            font-size: 14px;\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .althera-forgot-password a:hover {\n            text-decoration: underline;\n        }\n\n        .althera-login-divider {\n            position: relative;\n            text-align: center;\n            margin: 24px 0 20px;\n        }\n\n        .althera-login-divider:before {\n            content: \"\";\n            position: absolute;\n            top: 50%;\n            left: 0;\n            right: 0;\n            height: 1px;\n            background: #e8dfd2;\n        }\n\n        .althera-login-divider span {\n            position: relative;\n            background: #fff;\n            padding: 0 12px;\n            color: #9a8f7d;\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: .5px;\n        }\n\n        .althera-first-time {\n            text-align: center;\n        }\n\n        .althera-first-time h3 {\n            margin: 0 0 8px;\n            color: #355E3B;\n            font-size: 20px;\n            font-weight: 700;\n        }\n\n        .althera-first-time p {\n            margin: 0 0 16px;\n            color: #6e6e6e;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        .althera-create-profile-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 220px;\n            height: 46px;\n            padding: 0 18px;\n            border-radius: 10px;\n            background: #F3E8D6;\n            border: 1px solid #D9C7A7;\n            color: #355E3B;\n            font-size: 15px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all .2s ease;\n        }\n\n        .althera-create-profile-btn:hover {\n            background: #E8DCC7;\n            color: #2d5032;\n            transform: translateY(-1px);\n        }\n\n        @media (max-width: 640px) {\n            .althera-login-card {\n                padding: 24px 20px;\n                border-radius: 14px;\n            }\n\n            .althera-login-title {\n                font-size: 26px;\n            }\n        }\n    <\/style>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            var user = document.getElementById('althera_user_login');\n            var pass = document.getElementById('althera_user_pass');\n\n            if (user) user.setAttribute('placeholder', 'E-mail ou nom d\u2019utilisateur');\n            if (pass) pass.setAttribute('placeholder', 'Mot de passe');\n        });\n    <\/script>\n    [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text css=&#8221;&#8221;][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_srk_meta_title":"","_srk_meta_description":"","_srk_robots_meta":[],"_srk_canonical_url":"","_srk_advanced_settings":[],"_srk_last_sync":0,"footnotes":""},"class_list":["post-27411","page","type-page","status-publish","hentry"],"cubewp_post_meta":[],"taxonomies":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/pages\/27411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/comments?post=27411"}],"version-history":[{"count":5,"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/pages\/27411\/revisions"}],"predecessor-version":[{"id":27434,"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/pages\/27411\/revisions\/27434"}],"wp:attachment":[{"href":"https:\/\/altheraconnect.com\/fr\/wp-json\/wp\/v2\/media?parent=27411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}