{"id":9,"date":"2025-11-19T09:32:12","date_gmt":"2025-11-19T09:32:12","guid":{"rendered":"http:\/\/ecoconw.cluster100.hosting.ovh.net\/?page_id=9"},"modified":"2026-06-23T15:53:34","modified_gmt":"2026-06-23T15:53:34","slug":"9-2","status":"publish","type":"page","link":"https:\/\/eco-conso-habitat-interface-tap.fr\/","title":{"rendered":""},"content":{"rendered":"\n<div class=\"echlg-screen\">\n  <main class=\"echlg-inner\" role=\"main\">\n    <div class=\"echlg-brand\">\n      <img decoding=\"async\" class=\"echlg-logo\"\n           src=\"https:\/\/eco-conso-habitat-interface-tap.fr\/wp-content\/uploads\/2025\/11\/logo-eco_conso_habitat.png\"\n           alt=\"Eco Conso Habitat\">\n    <\/div>\n\n    <div class=\"echlg-copy\">\n      <span class=\"echlg-eyebrow\">Espace prospecteur<\/span>\n      <h1 class=\"echlg-title\">Bon retour.<\/h1>\n      <p class=\"echlg-lede\">\n        Connecte-toi avec ton identifiant <strong>Nom.Pr\u00e9nom<\/strong> et ton mot de passe pour acc\u00e9der \u00e0 ton portefeuille.\n      <\/p>\n    <\/div>\n\n    <div class=\"echlg-action\">\n      <a class=\"echlg-cta\" href=\"\/wp-login.php?redirect_to=\/acceuil\/\">\n        <span>Se connecter<\/span>\n        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><line x1=\"4\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"13 6 19 12 13 18\"\/><\/svg>\n      <\/a>\n      <p class=\"echlg-hint\">Apr\u00e8s connexion, tu seras redirig\u00e9 vers ton portefeuille.<\/p>\n    <\/div>\n  <\/main>\n\n  <footer class=\"echlg-foot\">Eco&nbsp;Conso&nbsp;Habitat \u2014 R\u00e9novation \u00e9nerg\u00e9tique<\/footer>\n<\/div>\n\n<style>\n\/* ============================================================\n   ECO CONSO HABITAT \u2014 \u00c9cran de connexion (front-page)\n   Align\u00e9 sur le design system du tableau de bord : police syst\u00e8me,\n   tokens s\u00e9mantiques clair + sombre auto. ============================================================ *\/\n\n.wp-site-blocks > header, .wp-site-blocks > footer { display: none !important; }\n.wp-site-blocks { padding-top: 0 !important; }\n\n.echlg-screen {\n  --font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, system-ui, \"Helvetica Neue\", Arial, sans-serif;\n  --bg:        #f3f5f7;\n  --surface:   #ffffff;\n  --text:      #14181b;\n  --text-2:    #5b6770;\n  --text-3:    #8a949d;\n  --border:    #e6e9ed;\n  --accent:      #5a9e2f;\n  --accent-press:#4c8a24;\n  --accent-ink:  #3f7019;\n  --accent-soft: rgba(122, 177, 53, 0.12);\n  --on-accent:   #ffffff;\n  --shadow-1: 0 1px 2px rgba(16,24,32,.05), 0 6px 18px -10px rgba(16,24,32,.18);\n  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);\n\n  position: relative;\n  min-height: 100vh; min-height: 100dvh;\n  display: flex; flex-direction: column; align-items: center; justify-content: center;\n  gap: 22px;\n  padding: 32px 22px calc(20px + env(safe-area-inset-bottom));\n  box-sizing: border-box;\n  background: var(--bg);\n  font-family: var(--font);\n  color: var(--text);\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n.echlg-screen * { box-sizing: border-box; }\n\n.echlg-inner {\n  width: 100%; max-width: 392px;\n  display: flex; flex-direction: column; align-items: center; gap: 26px;\n}\n\n\/* Logo dans une tuile \u00ab ic\u00f4ne d'app \u00bb *\/\n.echlg-brand {\n  display: grid; place-items: center;\n  width: 84px; height: 84px;\n  background: #ffffff;            \/* tuile \u00ab ic\u00f4ne d'app \u00bb : reste blanche en clair ET sombre *\/\n  border: 1px solid var(--border);\n  border-radius: 22px;\n  box-shadow: var(--shadow-1);\n  animation: echlg-pop 520ms var(--ease-out) both;\n}\n.echlg-logo { width: 58px; height: auto; display: block; }\n\n.echlg-copy { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0; }\n.echlg-eyebrow {\n  display: inline-block; margin-bottom: 12px;\n  font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;\n  color: var(--accent-ink);\n  padding: 5px 11px; border-radius: 999px; background: var(--accent-soft);\n  animation: echlg-rise 520ms var(--ease-out) both; animation-delay: 80ms;\n}\n.echlg-title {\n  margin: 0 0 10px; font-family: var(--font);\n  font-size: 27px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; color: var(--text);\n  animation: echlg-rise 520ms var(--ease-out) both; animation-delay: 130ms;\n}\n.echlg-lede {\n  margin: 0; max-width: 33ch;\n  font-size: 15px; line-height: 1.6; color: var(--text-2);\n  animation: echlg-rise 520ms var(--ease-out) both; animation-delay: 180ms;\n}\n.echlg-lede strong { color: var(--text); font-weight: 600; }\n\n.echlg-action {\n  width: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px;\n  animation: echlg-rise 520ms var(--ease-out) both; animation-delay: 240ms;\n}\n.echlg-cta {\n  display: flex; align-items: center; justify-content: center; gap: 8px;\n  width: 100%; min-height: 52px;\n  font-family: var(--font); font-size: 16px; font-weight: 700; letter-spacing: .01em;\n  color: var(--on-accent); text-decoration: none;\n  background: var(--accent); border-radius: 14px;\n  box-shadow: var(--shadow-1);\n  transition: transform 140ms var(--ease-out), background 160ms var(--ease-out);\n  -webkit-tap-highlight-color: transparent;\n}\n.echlg-cta svg { transition: transform 200ms var(--ease-out); }\n.echlg-cta:active { transform: scale(0.98); background: var(--accent-press); }\n.echlg-hint { margin: 0; font-size: 12.5px; color: var(--text-3); text-align: center; }\n\n.echlg-foot {\n  font-size: 12px; color: var(--text-3); text-align: center;\n  animation: echlg-rise 560ms var(--ease-out) both; animation-delay: 320ms;\n}\n\n@media (hover: hover) and (pointer: fine) {\n  .echlg-cta:hover { transform: translateY(-1px); background: var(--accent-press); }\n  .echlg-cta:hover svg { transform: translateX(3px); }\n}\n\n@keyframes echlg-pop { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }\n@keyframes echlg-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n\/* \u2500\u2500 Mode sombre (auto) \u2500\u2500 *\/\n@media (prefers-color-scheme: dark) {\n  .echlg-screen {\n    \/* Sombre \u00ab confortable \u00bb : charcoal gris, pas noir OLED. *\/\n    --bg:        #1f2522;\n    --surface:   #2b322e;\n    --text:      #ecefed;\n    --text-2:    #a8b2ac;\n    --text-3:    #7c867f;\n    --border:    #3d453f;\n    --accent:      #7cc242;\n    --accent-press:#6cae37;\n    --accent-ink:  #9bd85f;\n    --accent-soft: rgba(124,194,66,.18);\n    --on-accent:   #0e1410;\n    --shadow-1: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px -10px rgba(0,0,0,.5);\n  }\n  \/* Le logo reste en couleur sur sa tuile blanche (ic\u00f4ne d'app) \u2014 pas d'inversion. *\/\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .echlg-screen *, .echlg-screen *::after { animation: none !important; transition: none !important; }\n}\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Espace prospecteur Bon retour. Connecte-toi avec ton identifiant Nom.Pr\u00e9nom et ton mot de passe pour acc\u00e9der \u00e0 ton portefeuille. Se connecter Apr\u00e8s connexion, tu seras redirig\u00e9 vers ton portefeuille. Eco&nbsp;Conso&nbsp;Habitat \u2014 R\u00e9novation \u00e9nerg\u00e9tique<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"content-type":"","footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":5,"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":821,"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/821"}],"wp:attachment":[{"href":"https:\/\/eco-conso-habitat-interface-tap.fr\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}