SPB Git

spb/poster-ka Public

Posters de présentation des marques du Groupe KA — HTML autonomes, impression A3 portrait

HTML 100%
12.2 KB · 214 lines html
Raw Blame History
1<!DOCTYPE html>2<!-- Auteur : Simon-Pierre Boucher — contact@spboucher.ai -->3<!-- Poster de présentation Vrai-Prix (by Groupe KA) — thème corail de www.vrai-prix.com. Imprimer en A3 portrait. -->4<html lang="fr">5<head>6<meta charset="UTF-8" />7<meta name="viewport" content="width=device-width, initial-scale=1" />8<title>Vrai-Prix by Groupe KA — La vraie valeur de votre propriété (poster)</title>9<link rel="preconnect" href="https://fonts.googleapis.com" />10<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />11<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;600&family=JetBrains+Mono:wght@500;700&display=swap" rel="stylesheet" />12<style>13  :root {14    --paper: #f5f3ee;15    --ink: #141814;16    --ink-2: #4d5551;17    --ink-3: #8b928c;18    --sec: #9e2a25;19    --accent: #ff5148;20    --accent-soft: #ffe3e0;21    --on-accent: #ffffff;22    --display: "Space Grotesk", system-ui, sans-serif;23    --body: "Inter", system-ui, sans-serif;24    --mono: "JetBrains Mono", ui-monospace, monospace;25  }26  * { margin: 0; padding: 0; box-sizing: border-box; }27  html, body { background: #1a1e1a; }28  body { font-family: var(--body); color: var(--ink); display: flex; justify-content: center; padding: 40px 16px; }2930  .poster {31    width: 860px; min-height: 1216px;32    background: var(--paper);33    border: 3px solid var(--ink);34    box-shadow: 14px 14px 0 rgba(0,0,0,0.45);35    padding: 44px 48px 36px;36    display: flex; flex-direction: column;37    position: relative; overflow: hidden;38  }39  .poster::after {40    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.05;41    background-image: radial-gradient(var(--ink) 0.6px, transparent 0.6px);42    background-size: 5px 5px;43  }4445  .head { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 18px; }46  .wordmark { font-family: var(--display); font-weight: 700; font-size: 40px; letter-spacing: -0.04em; display: inline-flex; align-items: baseline; gap: 7px; line-height: 1; }47  .kabox { display: inline-block; background: var(--ink); color: var(--accent); border-radius: 8px; padding: 0 10px 4px; transform: rotate(-2deg); }48  .by { display: inline-flex; align-items: baseline; gap: 5px; font-family: var(--mono); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-top: 10px; }49  .by .minika { font-family: var(--display); font-size: 13px; letter-spacing: -0.02em; display: inline-flex; align-items: baseline; gap: 3px; color: var(--ink); }50  .by .minibox { display: inline-block; background: #141814; color: #d9f26b; border-radius: 4px; padding: 0 5px 2px; transform: rotate(-2deg); }51  .head .url { font-family: var(--mono); font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); }5253  .kicker { font-family: var(--mono); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sec); margin-top: 26px; }54  h1 { font-family: var(--display); font-weight: 700; font-size: 56px; line-height: 0.99; letter-spacing: -0.035em; text-transform: uppercase; margin-top: 10px; }55  h1 .outline { color: transparent; -webkit-text-stroke: 2px var(--ink); }56  h1 .hl { background: var(--accent); color: var(--on-accent); box-shadow: 0 0 0 4px var(--accent); border-radius: 2px; }57  .lede { margin-top: 16px; max-width: 620px; font-size: 15px; line-height: 1.55; color: var(--ink-2); }58  .lede strong { color: var(--ink); }5960  .figure { margin-top: 24px; display: flex; flex-direction: column; }61  .sources { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px; }62  .src { font-family: var(--mono); font-size: 10.5px; font-weight: 500; color: var(--ink-2); background: #fff; border: 1.5px solid var(--ink); border-radius: 999px; padding: 5px 12px; box-shadow: 3px 3px 0 rgba(20,24,20,0.2); white-space: nowrap; }63  .beams { display: block; width: 100%; height: 78px; }64  .beams line { stroke: var(--ink); stroke-width: 1.6; stroke-dasharray: 5 6; opacity: 0.55; animation: flow 1.6s linear infinite; }65  @keyframes flow { to { stroke-dashoffset: -22; } }6667  .core { align-self: center; background: var(--ink); color: var(--paper); border-radius: 14px; padding: 18px 34px 20px; text-align: center; box-shadow: 6px 6px 0 rgba(20,24,20,0.28); transform: rotate(-1deg); position: relative; z-index: 1; }68  .core .k { font-family: var(--display); font-weight: 700; font-size: 42px; letter-spacing: -0.04em; line-height: 1; }69  .core .k .box { display: inline-block; background: var(--accent); color: var(--on-accent); border-radius: 8px; padding: 0 8px 3px; transform: rotate(-2deg); }70  .core .eq { font-family: var(--mono); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,243,238,0.75); margin-top: 7px; }71  .core .pill { position: absolute; top: -13px; right: -26px; background: var(--accent); color: var(--on-accent); border: 2px solid var(--ink); border-radius: 999px; font-family: var(--mono); font-weight: 700; font-size: 10.5px; padding: 4px 11px; transform: rotate(3deg); white-space: nowrap; }7273  .features { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }74  .feat { background: #fff; border: 2px solid var(--ink); border-radius: 12px; box-shadow: 4px 4px 0 var(--ink); padding: 16px 18px 18px; }75  .feat .n { font-family: var(--mono); font-weight: 700; font-size: 11px; color: var(--sec); }76  .feat h3 { font-family: var(--display); font-weight: 700; font-size: 15.5px; letter-spacing: -0.01em; text-transform: uppercase; margin-top: 6px; }77  .feat p { margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--ink-2); }78  .feat p strong { color: var(--ink); }7980  .stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; }81  .chip { font-family: var(--mono); font-weight: 700; font-size: 11.5px; border: 1.5px solid var(--ink); border-radius: 999px; padding: 7px 14px; background: var(--accent-soft); white-space: nowrap; }82  .chip .dot { display: inline-block; width: 7px; height: 7px; border-radius: 999px; background: var(--sec); margin-right: 7px; animation: pulse 1.8s ease-in-out infinite; }83  @keyframes pulse { 50% { opacity: 0.35; } }8485  .strip { margin-top: 24px; background: var(--ink); color: var(--paper); border-radius: 14px; padding: 18px 26px; box-shadow: 6px 6px 0 rgba(20,24,20,0.28); display: flex; align-items: center; justify-content: space-between; gap: 24px; }86  .strip .eq { font-family: var(--display); font-weight: 700; font-size: 21px; line-height: 1.15; letter-spacing: -0.02em; text-transform: uppercase; }87  .strip .eq .acc { color: var(--accent); }88  .strip .side { font-family: var(--mono); font-weight: 500; font-size: 11px; line-height: 2; color: rgba(245,243,238,0.78); text-align: right; white-space: nowrap; }89  .strip .side strong { color: var(--accent); font-weight: 700; }9091  .foot { margin-top: auto; border-top: 2px dashed rgba(20,24,20,0.35); padding-top: 18px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }92  .def { max-width: 540px; }93  .def .term { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; }94  .def .phon { font-family: var(--mono); font-weight: 500; font-size: 11.5px; color: var(--ink-3); margin-left: 6px; }95  .def p { margin-top: 5px; font-size: 12.5px; line-height: 1.5; color: var(--ink-2); }96  .def p strong { color: var(--ink); }97  .contact { text-align: right; font-family: var(--mono); font-size: 11px; font-weight: 700; line-height: 1.9; color: var(--ink-2); white-space: nowrap; }98  .contact .big { font-size: 13px; color: var(--ink); }99100  @media print {101    html, body { background: none; padding: 0; }102    .poster { box-shadow: none; min-height: 1283px; }103    .beams line { animation: none; }104    .chip .dot { animation: none; }105    @page { size: 860px 1283px; margin: 0; }106  }107</style>108</head>109<body>110  <div class="poster">111112    <header class="head">113      <div>114        <span class="wordmark">Vrai<span class="kabox">Prix</span></span><br />115        <span class="by">by <span class="minika">Groupe <span class="minibox">KA</span></span></span>116      </div>117      <span class="url">www.vrai-prix.com</span>118    </header>119120    <p class="kicker">Estimation résidentielle · tout le Québec</p>121    <h1>La vraie valeur.<br /><span class="outline">En toute</span> <span class="hl">transparence.</span></h1>122    <p class="lede">123      <strong>Estimation résidentielle pour tout le Québec</strong>, bâtie sur les124      rôles d&rsquo;évaluation foncière du MAMH et 745 119 ventes réelles publiées125      de 2021 à 2026. Moteur hybride — modèle hédonique + comparables ajustés —126      dont chaque ajustement est affiché en dollars.127    </p>128129    <div class="figure">130      <div class="sources">131        <span class="src">rôles-évaluation.mamh</span>132        <span class="src">ventes-publiées.qc</span>133        <span class="src">registre-foncier.gouv</span>134        <span class="src">caractéristiques.qc</span>135        <span class="src">comparables.qc</span>136        <span class="src">marchés-locaux.qc</span>137      </div>138      <svg class="beams" viewBox="0 0 860 78" preserveAspectRatio="none" aria-hidden="true">139        <line x1="120" y1="6" x2="430" y2="76" />140        <line x1="245" y1="6" x2="430" y2="76" />141        <line x1="370" y1="6" x2="430" y2="76" />142        <line x1="490" y1="6" x2="430" y2="76" />143        <line x1="615" y1="6" x2="430" y2="76" />144        <line x1="740" y1="6" x2="430" y2="76" />145      </svg>146      <div class="core">147        <span class="pill">MdAPE 11 % · validé sur ventes réelles</span>148        <div class="k">Vrai<span class="box">Prix</span></div>149        <div class="eq">= le calcul montré, dollar par dollar</div>150      </div>151    </div>152153    <div class="features">154      <article class="feat">155        <span class="n">01</span>156        <h3>Fourchette honnête</h3>157        <p>Une <strong>fourchette P10-P90</strong> plutôt qu&rsquo;un faux prix unique : l&rsquo;incertitude est affichée, jamais cachée.</p>158      </article>159      <article class="feat">160        <span class="n">02</span>161        <h3>Confiance affichée</h3>162        <p>Un <strong>indice de confiance A-D</strong> sur une jauge, pour savoir d&rsquo;un coup d&rsquo;œil à quel point l&rsquo;estimation est solide.</p>163      </article>164      <article class="feat">165        <span class="n">03</span>166        <h3>Comparables détaillés</h3>167        <p>Chaque comparable est détaillé : <strong>marché, superficie, âge, poids</strong> — et chaque ajustement est chiffré en dollars.</p>168      </article>169      <article class="feat">170        <span class="n">04</span>171        <h3>Rapports PDF</h3>172        <p>Des <strong>rapports PDF de marque</strong>, au standard des formats bancaires, prêts à déposer au dossier.</p>173      </article>174    </div>175176    <div class="stats">177      <span class="chip"><span class="dot"></span>3 747 008 propriétés couvertes</span>178      <span class="chip">745 119 ventes réelles</span>179      <span class="chip">MdAPE 11 %</span>180      <span class="chip">fourchette P10-P90</span>181    </div>182183    <div class="strip">184      <p class="eq">185        Si le calcul ne peut pas être montré,<br />186        <span class="acc">il ne sort pas.</span>187      </p>188      <p class="side">189        Hédonique <strong>LightGBM</strong> + comparables réels ajustés<br />190        Validé sur des ventes <strong>jamais vues</strong>, pas promis<br />191        Estimation <strong>indicative</strong> — le calcul, à découvert192      </p>193    </div>194195    <footer class="foot">196      <div class="def">197        <span class="term">Vrai-Prix</span><span class="phon">/vʁɛ.pʁi/ — « le prix, sans boîte noire »</span>198        <p>199          <strong>1.</strong> Moteur d&rsquo;évaluation résidentielle du Groupe200          KA. <strong>2.</strong> L&rsquo;une des sept plateformes du groupe —201          un score magique n&rsquo;est pas une réponse : chaque estimation202          montre ses comparables, ses ajustements et sa fourchette.203        </p>204      </div>205      <div class="contact">206        <span class="big">www.vrai-prix.com</span><br />207        by Groupe KA · www.groupe-ka.com<br />208        © 2026 Groupe KA · Québec209      </div>210    </footer>211  </div>212</body>213</html>214