<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="noindex,nofollow" /> <title>O’fil des nœuds — En construction</title> <meta name="description" content="O’fil des nœuds se prépare. Revenez bientôt pour les bijoux micro-macramé." /> <meta name="theme-color" content="#1c1410" /> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 100 100’%3E%3Ccircle cx=’50’ cy=’50’ r=’46’ fill=’%23C4A484’/%3E%3C/svg%3E" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Lato:wght@300;400;700&display=swap" rel="stylesheet" /> <style> :root { --bg: #1c1410; --fg: #f7f1ea; --muted: #c9b8a8; --gold: #c4a484; --gold-soft: rgba(196, 164, 132, 0.16); --card: #261c16; --border: #3a2c22; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { height: 100%; } body { font-family: Lato, system-ui, sans-serif; background: radial-gradient(ellipse 70% 45% at 50% -10%, rgba(196,164,132,0.22), transparent 55%), var(--bg); color: var(--fg); min-height: 100%; display: grid; place-items: center; padding: 1.5rem; } .card { width: min(36rem, 100%); background: var(--card); border: 1px solid var(--border); border-radius: 1.25rem; padding: 2.4rem 1.8rem; text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,0.4); } .logo { width: 4.25rem; height: 4.25rem; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--gold-soft); border: 1px solid rgba(196,164,132,0.35); display: grid; place-items: center; } .logo svg { width: 2.2rem; height: 2.2rem; } .badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: var(--gold-soft); border: 1px solid rgba(196,164,132,0.3); border-radius: 999px; padding: 0.38rem 0.85rem; margin-bottom: 1rem; } h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 4.2vw, 2.15rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.85rem; } p { color: var(--muted); font-size: 1.05rem; line-height: 1.6; font-weight: 300; margin-bottom: 0.7rem; } .bar { height: 2px; width: 3.5rem; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 1.5rem auto 0; border-radius: 99px; } footer { margin-top: 1.5rem; font-size: 0.88rem; color: #9a8776; font-weight: 400; letter-spacing: 0.02em; } </style> </head> <body> <main class="card"> <div class="logo" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none"> <path d="M18 38c4-10 10-16 14-18 4 2 10 8 14 18" stroke="#C4A484" stroke-width="2.5" stroke-linecap="round"/> <path d="M22 40c3-2 7-3 10-3s7 1 10 3" stroke="#C4A484" stroke-width="2" stroke-linecap="round" opacity="0.75"/> <circle cx="32" cy="18" r="3.5" fill="#C4A484"/> <circle cx="18" cy="40" r="2.5" fill="#C4A484"/> <circle cx="46" cy="40" r="2.5" fill="#C4A484"/> </svg> </div> <div class="badge">En construction</div> <h1>O’fil des nœuds se prépare</h1> <p>La boutique est temporairement fermée le temps d’une mise à jour.</p> <p>Les bijoux micro-macramé faits main par Morgane reviennent très bientôt.</p> <div class="bar" aria-hidden="true"></div> <footer>ofildesnoeuds.fr</footer> </main> </body> </html>