{"id":23968,"date":"2026-06-07T17:45:52","date_gmt":"2026-06-07T15:45:52","guid":{"rendered":"https:\/\/weprecious.com\/?page_id=23968"},"modified":"2026-06-07T19:36:50","modified_gmt":"2026-06-07T17:36:50","slug":"weprecious-brands","status":"publish","type":"page","link":"https:\/\/weprecious.com\/en\/weprecious-brands\/","title":{"rendered":"weprecious brands"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"23968\" class=\"elementor elementor-23968\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64eaf415 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64eaf415\" 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-100 elementor-top-column elementor-element elementor-element-391a3979\" data-id=\"391a3979\" 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-769fdaeb elementor-widget elementor-widget-text-editor\" data-id=\"769fdaeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>weprecious \u2014 Brand Partners<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&#038;family=Poppins:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n    :root {\n      --navy:     #24255D;\n      --green:    #133827;\n      --red:      #A1171B;\n      --bg:       #F6F4F3;\n      --bg-dk:    #ECEAE8;\n      --white:    #FFFFFF;\n      --dark:     #111111;\n      --charcoal: #2A2A2A;\n      --muted:    #888880;\n      --serif:    'Playfair Display', Georgia, serif;\n      --sans:     'Poppins', sans-serif;\n    }\n    html { scroll-behavior: smooth; }\n    body { font-family: var(--sans); font-weight: 300; color: var(--dark); background: var(--bg); overflow-x: hidden; cursor: crosshair; }\n    a, button { cursor: pointer; }\n\n    \/* NAV *\/\n    nav {\n      position: fixed; top: 0; left: 0; right: 0; z-index: 200;\n      display: flex; align-items: center; justify-content: space-between;\n      padding: 0 3.5rem; height: 64px;\n      background: rgba(246,244,243,0.95);\n      backdrop-filter: blur(12px);\n      border-bottom: 1px solid rgba(36,37,93,0.08);\n    }\n    .nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }\n    .nav-logo svg { height: 18px; width: auto; }\n    .nav-logo-sep { font-family: var(--sans); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(36,37,93,0.35); margin-left: 0.4rem; }\n    .nav-links { display: flex; align-items: center; gap: 2.8rem; }\n    .nav-links a { font-family: var(--sans); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }\n    .nav-links a:hover { color: var(--navy); }\n    .nav-cta { font-size: 0.6rem !important; font-weight: 500 !important; letter-spacing: 0.2em !important; color: var(--white) !important; background: var(--navy) !important; padding: 0.6rem 1.5rem; transition: background 0.25s !important; }\n    .nav-cta:hover { background: var(--green) !important; color: var(--white) !important; }\n\n    \/* HERO *\/\n    .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }\n    .hero-left { background: var(--bg); display: flex; flex-direction: column; justify-content: center; padding: 7rem 5rem 7rem 3.5rem; position: relative; }\n    .hero-left::after { content: ''; position: absolute; right: 0; top: 10%; bottom: 10%; width: 1px; background: linear-gradient(to bottom, transparent, rgba(36,37,93,0.2), transparent); }\n    .hero-tag { font-family: var(--sans); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--navy); margin-bottom: 2.5rem; display: flex; align-items: center; gap: 1rem; }\n    .hero-tag::before { content: ''; width: 26px; height: 1px; background: var(--navy); }\n    .hero h1 { font-family: var(--serif); font-size: clamp(2.6rem, 4.2vw, 4.2rem); font-weight: 400; line-height: 1.12; color: var(--dark); margin-bottom: 2.5rem; }\n    .hero h1 em { font-style: italic; color: var(--navy); font-weight: 400; }\n    .hero-desc { font-family: var(--sans); font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--muted); max-width: 400px; margin-bottom: 3.5rem; }\n    .hero-actions { display: flex; gap: 1.5rem; align-items: center; }\n    .btn-dark { background: var(--navy); color: var(--white); padding: 0.9rem 2rem; font-family: var(--sans); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; }\n    .btn-dark:hover { background: var(--green); transform: translateY(-1px); }\n    .btn-ghost { color: var(--dark); font-family: var(--sans); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--navy); padding-bottom: 2px; transition: color 0.2s; }\n    .btn-ghost:hover { color: var(--navy); }\n    .hero-right { background: var(--navy); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5rem 4rem; position: relative; overflow: hidden; }\n    .hero-right::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(246,244,243,0.07); }\n    .hero-right::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(246,244,243,0.04); }\n    .hero-quote { font-family: var(--serif); font-size: 1.85rem; font-weight: 400; font-style: italic; color: var(--white); line-height: 1.45; text-align: center; margin-bottom: 1.5rem; position: relative; z-index: 1; }\n    .hero-quote em { color: rgba(246,244,243,0.45); font-style: italic; }\n    .hero-cite { font-family: var(--sans); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(246,244,243,0.3); text-align: center; margin-bottom: 4rem; position: relative; z-index: 1; }\n    .hero-stats { display: flex; border-top: 1px solid rgba(246,244,243,0.1); padding-top: 3rem; width: 100%; position: relative; z-index: 1; }\n    .hero-stat { flex: 1; text-align: center; padding: 0 1.2rem; border-right: 1px solid rgba(246,244,243,0.08); }\n    .hero-stat:last-child { border-right: none; }\n    .hero-stat .n { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; color: rgba(246,244,243,0.65); margin-bottom: 0.4rem; }\n    .hero-stat .l { display: block; font-family: var(--sans); font-size: 0.56rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(246,244,243,0.28); line-height: 1.7; }\n\n    \/* SECTIONS *\/\n    .section { padding: 7rem 3.5rem; }\n    .section-inner { max-width: 1160px; margin: 0 auto; }\n    .eyebrow { font-family: var(--sans); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--navy); margin-bottom: 1.6rem; display: flex; align-items: center; gap: 1rem; }\n    .eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--navy); }\n    h2.serif { font-family: var(--serif); font-weight: 400; line-height: 1.15; font-size: clamp(2rem, 3.4vw, 3.1rem); margin-bottom: 1.5rem; }\n    h2.serif em { font-style: italic; color: var(--navy); }\n    .lead { font-family: var(--sans); font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--muted); max-width: 500px; }\n\n    \/* PROBLEM *\/\n    .problem { background: var(--bg-dk); }\n    .problem-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; margin-top: 4.5rem; }\n    .problem-cards { display: flex; flex-direction: column; gap: 1px; background: rgba(36,37,93,0.07); }\n    .problem-card { background: var(--bg); padding: 2.2rem 2rem; transition: background 0.2s; }\n    .problem-card:hover { background: var(--white); }\n    .problem-card-icon { font-size: 0.6rem; letter-spacing: 0.2em; color: var(--navy); text-transform: uppercase; margin-bottom: 0.7rem; font-family: var(--sans); font-weight: 400; }\n    .problem-card h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; margin-bottom: 0.7rem; }\n    .problem-card p { font-family: var(--sans); font-size: 0.78rem; font-weight: 300; line-height: 1.85; color: var(--muted); }\n    .problem-quote-block { border-left: 2px solid var(--navy); padding-left: 2.2rem; margin-bottom: 3.5rem; }\n    .problem-quote-block blockquote { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; font-style: italic; line-height: 1.5; color: var(--dark); margin-bottom: 0.8rem; }\n    .problem-quote-block cite { font-family: var(--sans); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); font-style: normal; }\n    .market-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(36,37,93,0.1); }\n    .mstat { padding: 2.2rem 1.5rem; text-align: center; border-right: 1px solid rgba(36,37,93,0.08); }\n    .mstat:last-child { border-right: none; }\n    .mstat .mn { display: block; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; color: var(--navy); margin-bottom: 0.4rem; }\n    .mstat .ml { display: block; font-family: var(--sans); font-size: 0.62rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); line-height: 1.6; }\n\n    \/* SCHEMA *\/\n    .schema-section { background: var(--white); }\n    .schema-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4.5rem; }\n    .schema-svg-wrap { width: 100%; background: var(--bg); padding: 3rem 1rem; overflow: hidden; }\n    .schema-svg-wrap svg { width: 100%; height: auto; }\n\n    \/* SERVICES *\/\n    .services-section { background: var(--bg-dk); }\n    .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(36,37,93,0.08); margin-top: 3.5rem; }\n    .service-item { background: var(--bg); padding: 2.8rem 2.2rem; position: relative; overflow: hidden; transition: background 0.25s; }\n    .service-item:hover { background: var(--white); }\n    .service-item::before { content: attr(data-num); position: absolute; top: 1.5rem; right: 1.8rem; font-family: var(--serif); font-size: 3.5rem; font-weight: 400; color: rgba(36,37,93,0.05); line-height: 1; }\n    .service-item h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; margin-bottom: 0.9rem; color: var(--dark); }\n    .service-item p { font-family: var(--sans); font-size: 0.78rem; font-weight: 300; line-height: 1.9; color: var(--muted); }\n    .service-tag { display: inline-block; margin-bottom: 0.7rem; font-family: var(--sans); font-size: 0.54rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--navy); }\n\n    \/* CRM DARK *\/\n    .crm-section { background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; }\n    .crm-left-panel { padding: 7rem 4rem 7rem 3.5rem; border-right: 1px solid rgba(246,244,243,0.08); }\n    .crm-left-panel .eyebrow { color: rgba(246,244,243,0.4); }\n    .crm-left-panel .eyebrow::before { background: rgba(246,244,243,0.25); }\n    .crm-left-panel h2.serif { color: var(--white); }\n    .crm-left-panel h2.serif em { color: rgba(246,244,243,0.45); }\n    .crm-left-panel p { font-family: var(--sans); font-size: 0.83rem; font-weight: 300; line-height: 1.9; color: rgba(246,244,243,0.4); margin-top: 1.5rem; max-width: 400px; }\n    .crm-left-panel p strong { color: rgba(246,244,243,0.75); font-weight: 400; }\n    .crm-right-panel { padding: 7rem 3.5rem 7rem 4rem; display: flex; flex-direction: column; gap: 2.5rem; }\n    .crm-point { display: grid; grid-template-columns: 18px 1fr; gap: 1.5rem; align-items: start; }\n    .crm-check { width: 16px; height: 16px; border: 1px solid rgba(246,244,243,0.2); display: flex; align-items: center; justify-content: center; margin-top: 3px; flex-shrink: 0; }\n    .crm-check::after { content: ''; width: 5px; height: 5px; background: rgba(246,244,243,0.35); }\n    .crm-point-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--white); margin-bottom: 0.3rem; }\n    .crm-point-desc { font-family: var(--sans); font-size: 0.76rem; font-weight: 300; line-height: 1.85; color: rgba(246,244,243,0.38); }\n\n    \/* CONTROL *\/\n    .control-section { background: var(--white); }\n    .control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--bg-dk); margin-top: 3.5rem; }\n    .control-col { padding: 3.5rem 3rem; }\n    .control-col.dark { background: var(--charcoal); }\n    .control-col.light { background: var(--bg); }\n    .control-col-label { font-family: var(--sans); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 2.2rem; }\n    .control-col.dark .control-col-label { color: rgba(246,244,243,0.35); }\n    .control-col.light .control-col-label { color: var(--navy); }\n    .control-item { display: flex; align-items: center; gap: 1.1rem; padding: 0.9rem 0; border-bottom: 1px solid; }\n    .control-col.dark .control-item { border-color: rgba(255,255,255,0.05); }\n    .control-col.light .control-item { border-color: rgba(36,37,93,0.07); }\n    .control-item:last-child { border-bottom: none; }\n    .control-dot { width: 3px; height: 3px; border-radius: 50%; flex-shrink: 0; }\n    .control-col.dark .control-dot { background: rgba(246,244,243,0.28); }\n    .control-col.light .control-dot { background: var(--navy); }\n    .control-item-text { font-family: var(--sans); font-size: 0.83rem; font-weight: 300; }\n    .control-col.dark .control-item-text { color: rgba(255,255,255,0.6); }\n    .control-col.light .control-item-text { color: var(--charcoal); }\n\n    \/* TEAM *\/\n    .team-section { background: var(--bg-dk); }\n    .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(36,37,93,0.08); margin-top: 3.5rem; }\n    .team-card { background: var(--bg); padding: 3rem; transition: background 0.2s; }\n    .team-card:hover { background: var(--white); }\n    .team-photo-area { width: 64px; height: 64px; background: var(--bg-dk); margin-bottom: 1.8rem; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 0.5rem; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; }\n    .team-name { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; margin-bottom: 0.3rem; }\n    .team-role { font-family: var(--sans); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy); margin-bottom: 1.6rem; }\n    .team-bio { font-family: var(--sans); font-size: 0.78rem; font-weight: 300; line-height: 1.9; color: var(--muted); }\n    .team-footer-quote { background: var(--white); padding: 2.8rem 3rem; font-family: var(--serif); font-size: 1.15rem; font-style: italic; font-weight: 400; color: var(--navy); text-align: center; border-top: 1px solid var(--bg-dk); }\n\n    \/* CTA *\/\n    .cta-section { background: var(--dark); padding: 9rem 3.5rem; text-align: center; position: relative; overflow: hidden; }\n    .cta-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(36,37,93,0.18); }\n    .cta-section::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 800px; border-radius: 50%; border: 1px solid rgba(36,37,93,0.08); }\n    .cta-section .eyebrow { justify-content: center; color: rgba(246,244,243,0.35); }\n    .cta-section .eyebrow::before { background: rgba(246,244,243,0.2); }\n    .cta-section h2.serif { color: var(--white); max-width: 620px; margin: 0 auto 1.5rem; }\n    .cta-section h2.serif em { color: rgba(246,244,243,0.4); }\n    .cta-section p { font-family: var(--sans); font-size: 0.83rem; font-weight: 300; color: rgba(246,244,243,0.32); max-width: 420px; margin: 0 auto 3.5rem; line-height: 1.9; }\n    .cta-actions { display: flex; gap: 1.5rem; justify-content: center; position: relative; z-index: 1; }\n    .btn-navy { background: var(--navy); color: var(--white); padding: 1rem 2.5rem; font-family: var(--sans); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; }\n    .btn-navy:hover { background: var(--green); transform: translateY(-1px); }\n    .btn-outline { border: 1px solid rgba(246,244,243,0.14); color: rgba(246,244,243,0.45); padding: 1rem 2.5rem; font-family: var(--sans); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: border-color 0.25s, color 0.25s; display: inline-block; }\n    .btn-outline:hover { border-color: rgba(36,37,93,0.5); color: rgba(246,244,243,0.75); }\n\n    \/* FOOTER *\/\n    footer { background: var(--dark); border-top: 1px solid rgba(36,37,93,0.2); padding: 2rem 3.5rem; display: flex; align-items: center; justify-content: space-between; }\n    .footer-logo { display: flex; align-items: center; gap: 0.8rem; }\n    .footer-logo svg { height: 14px; width: auto; opacity: 0.35; filter: invert(1); }\n    .footer-tagline { font-family: var(--sans); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.1em; color: rgba(246,244,243,0.18); }\n    footer p { font-family: var(--sans); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.1em; color: rgba(246,244,243,0.18); }\n\n    \/* ANIMATIONS *\/\n    .fade-up { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }\n    .fade-up.visible { opacity: 1; transform: translateY(0); }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 900px) {\n      nav { padding: 0 1.5rem; }\n      .nav-links { gap: 1.2rem; }\n      .hero { grid-template-columns: 1fr; }\n      .hero-right { display: none; }\n      .hero-left { padding: 5rem 1.5rem; }\n      .section { padding: 5rem 1.5rem; }\n      .problem-layout, .schema-intro, .crm-section, .control-grid, .team-grid { grid-template-columns: 1fr; }\n      .services-grid { grid-template-columns: 1fr; }\n      .market-stats { grid-template-columns: 1fr; }\n      footer { flex-direction: column; gap: 0.8rem; text-align: center; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-left\">\n    <div class=\"hero-tag\">weprecious brands \u2014 Votre partenaire second march\u00e9<\/div>\n    <h1>Votre second march\u00e9.<br><em>Votre image.<\/em><br>Notre ex\u00e9cution.<\/h1>\n    <p class=\"hero-desc\">weprecious op\u00e8re votre march\u00e9 de la seconde main en marque blanche totale. De l&rsquo;expertise \u00e0 la livraison, du service client \u00e0 la data \u2014 vos standards, notre ex\u00e9cution.<\/p>\n    <div class=\"hero-actions\">\n      <a href=\"#contact\" class=\"btn-dark\">Prendre rendez-vous<\/a>\n      <a href=\"#workflow\" class=\"btn-ghost\">D\u00e9couvrir notre approche<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"hero-right\">\n    <blockquote class=\"hero-quote\">\u00ab\u00a0Vos pi\u00e8ces sont revendues.<br><em>Sans vous.<\/em>\"\u00a0<\/blockquote>\n    <p class=\"hero-cite\">La r\u00e9alit\u00e9 du march\u00e9 Luxe seconde main \u2014 2025<\/p>\n    <div class=\"hero-stats\">\n      <div class=\"hero-stat\">\n        <span class=\"n\">1\/3<\/span>\n        <span class=\"l\">des Gen Z ont achet\u00e9<br>second-hand<\/span>\n      <\/div>\n      <div class=\"hero-stat\">\n        <span class=\"n\">\u00d73<\/span>\n        <span class=\"l\">croissance march\u00e9 secondaire<br>vs le march\u00e9 neuf<\/span>\n      <\/div>\n      <div class=\"hero-stat\">\n        <span class=\"n\">$40Mds<\/span>\n        <span class=\"l\">projection march\u00e9 secondaire<br>luxe 2030 \u2014 BCG \u00d7 Vestiaire Collective<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROBLEM -->\n<section class=\"section problem\" id=\"probleme\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow fade-up\">Le co\u00fbt du statu quo<\/div>\n    <h2 class=\"serif fade-up\">Le co\u00fbt du statu quo.<br><em>Ce que vous perdez chaque jour.<\/em><\/h2>\n    <div class=\"problem-layout\" style=\"grid-template-columns: 2fr 1fr;\">\n      <div class=\"problem-cards fade-up\">\n        <div class=\"problem-card\">\n          <div class=\"problem-card-icon\">01 \u2014 Image<\/div>\n          <h3>Votre image, non ma\u00eetris\u00e9e.<\/h3>\n          <p>Photos de mauvaise qualit\u00e9. Descriptions inexactes. Circulation de contrefa\u00e7ons : Chaque pi\u00e8ce mal pr\u00e9sent\u00e9e est une exp\u00e9rience de marque que vous n&rsquo;avez pas con\u00e7ue.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-card-icon\">02 \u2014 Engagement et donn\u00e9es Clients<\/div>\n          <h3>Vos clients, invisibles.<\/h3>\n          <p>Leurs donn\u00e9es vous \u00e9chappent : cycle de vie, lifetime value, produits en demande, profils clients\u2026<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-card-icon\">03 \u2014 Ma\u00eetrise des prix<\/div>\n          <h3>Vos prix, d\u00e9valu\u00e9s en silence.<\/h3>\n          <p>Chaque pi\u00e8ce vendue hors de votre \u00e9cosyst\u00e8me \u00e0 un prix trop bas \u00e9rode silencieusement votre positionnement de marque. Ce que vous construisez d&rsquo;un c\u00f4t\u00e9, le march\u00e9 secondaire le d\u00e9fait de l&rsquo;autre.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"problem-right fade-up\" style=\"display:flex;align-items:center;justify-content:center;\">\n        <div class=\"problem-quote-block\" style=\"border-left:2px solid var(--navy);padding-left:2.2rem;\">\n          <blockquote style=\"font-family:var(--serif);font-size:1.4rem;font-weight:400;font-style:italic;line-height:1.5;color:var(--dark);\">\u00ab\u00a0En adressant le march\u00e9 secondaire aujourd&rsquo;hui, vous prot\u00e9gez la d\u00e9sirabilit\u00e9 de votre marque.\u00a0\u00bb<\/blockquote>\n          <cite style=\"font-family:var(--sans);font-size:0.6rem;font-weight:300;letter-spacing:0.15em;text-transform:uppercase;color:var(--muted);font-style:normal;\">\u2014 weprecious brands<\/cite>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SCHEMA -->\n<section class=\"section schema-section\" id=\"workflow\">\n  <div class=\"section-inner\">\n    <div class=\"schema-intro\">\n      <div class=\"fade-up\">\n        <div class=\"eyebrow\">Notre workflow<\/div>\n        <h2 class=\"serif\">Une exp\u00e9rience circulaire<br><em>sans coutures<\/em><\/h2>\n      <\/div>\n      <div class=\"fade-up\">\n        <p class=\"lead\">Chaque \u00e9tape op\u00e9r\u00e9e en marque blanche : votre client ne sait pas que nous existons. Tout est con\u00e7u \u00e0 vos standards \u2014 de la prise en charge de la pi\u00e8ce \u00e0 son arriv\u00e9e chez l&rsquo;acheteur. Pour une exp\u00e9rience client \u00ab\u00a0Gants blancs\u00a0\u00bb de A \u00e0 Z.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"schema-svg-wrap fade-up\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1400 900\" font-family=\"'Playfair Display', Georgia, serif\">\n        <rect width=\"1400\" height=\"900\" fill=\"#F6F4F3\"\/>\n        <text x=\"80\" y=\"330\" fill=\"#111111\" font-size=\"40\" font-weight=\"400\" letter-spacing=\"1\">CIRCULAR<\/text>\n        <text x=\"80\" y=\"378\" fill=\"#111111\" font-size=\"40\" font-weight=\"400\" letter-spacing=\"1\">VALUE<\/text>\n        <text x=\"80\" y=\"426\" fill=\"#24255D\" font-size=\"40\" font-weight=\"400\" font-style=\"italic\" letter-spacing=\"1\">Journey<\/text>\n        <line x1=\"80\" y1=\"446\" x2=\"300\" y2=\"446\" stroke=\"#24255D\" stroke-width=\"1.2\"\/>\n        <text x=\"80\" y=\"468\" fill=\"#888880\" font-size=\"11\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\" letter-spacing=\"2\">VOTRE EXP\u00c9RIENCE CLIENT.<\/text>\n        <text x=\"80\" y=\"484\" fill=\"#888880\" font-size=\"11\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\" letter-spacing=\"2\">VOTRE IMAGE. NOTRE EX\u00c9CUTION.<\/text>\n        <text x=\"80\" y=\"830\" fill=\"#111111\" font-size=\"13\" font-weight=\"300\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"4\">weprecious brands<\/text>\n        <line x1=\"80\" y1=\"838\" x2=\"210\" y2=\"838\" stroke=\"#24255D\" stroke-width=\"0.8\"\/>\n        <circle cx=\"850\" cy=\"450\" r=\"230\" fill=\"none\" stroke=\"#24255D\" stroke-width=\"1\" stroke-dasharray=\"5,6\" opacity=\"0.25\"\/>\n        <circle cx=\"850\" cy=\"450\" r=\"108\" fill=\"#FFFFFF\" stroke=\"#24255D\" stroke-width=\"0.6\" stroke-dasharray=\"3,5\" opacity=\"0.45\"\/>\n        <text x=\"850\" y=\"434\" text-anchor=\"middle\" fill=\"#111111\" font-size=\"14\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"2\">weprecious<\/text>\n        <text x=\"850\" y=\"454\" text-anchor=\"middle\" fill=\"#24255D\" font-size=\"11\" font-style=\"italic\">Marque blanche totale<\/text>\n        <text x=\"850\" y=\"470\" text-anchor=\"middle\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\" letter-spacing=\"1\">Op\u00e9ration invisible<\/text>\n        <circle cx=\"850\" cy=\"220\" r=\"7\" fill=\"#24255D\"\/>\n        <line x1=\"850\" y1=\"213\" x2=\"850\" y2=\"152\" stroke=\"#24255D\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"850\" y=\"140\" text-anchor=\"middle\" fill=\"#24255D\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 1<\/text>\n        <text x=\"850\" y=\"157\" text-anchor=\"middle\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Sourcing<\/text>\n        <text x=\"850\" y=\"172\" text-anchor=\"middle\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Flux vendeurs &amp; achats<\/text>\n        <circle cx=\"998\" cy=\"274\" r=\"7\" fill=\"#24255D\"\/>\n        <line x1=\"1004\" y1=\"268\" x2=\"1056\" y2=\"226\" stroke=\"#24255D\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"1062\" y=\"214\" text-anchor=\"start\" fill=\"#24255D\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 2<\/text>\n        <text x=\"1062\" y=\"231\" text-anchor=\"start\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Pr\u00e9-expertise &amp; pricing<\/text>\n        <text x=\"1062\" y=\"246\" text-anchor=\"start\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Matrice co-construite<\/text>\n        <circle cx=\"1077\" cy=\"410\" r=\"7\" fill=\"#133827\"\/>\n        <line x1=\"1084\" y1=\"410\" x2=\"1146\" y2=\"393\" stroke=\"#133827\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"1152\" y=\"381\" text-anchor=\"start\" fill=\"#133827\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 3<\/text>\n        <text x=\"1152\" y=\"398\" text-anchor=\"start\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">D\u00e9p\u00f4t &amp; Logistique<\/text>\n        <text x=\"1152\" y=\"413\" text-anchor=\"start\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Shipping, Mise en stock avec Gencode unique <\/text>\n        <circle cx=\"1049\" cy=\"565\" r=\"7\" fill=\"#133827\"\/>\n        <line x1=\"1056\" y1=\"570\" x2=\"1114\" y2=\"592\" stroke=\"#133827\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"1120\" y=\"580\" text-anchor=\"start\" fill=\"#133827\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 4<\/text>\n        <text x=\"1120\" y=\"597\" text-anchor=\"start\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Authentification : Expert agr\u00e9\u00e9 \u00b7 certificat<\/text>\n        <text x=\"1120\" y=\"612\" text-anchor=\"start\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">G\u00e9n\u00e9ration d&rsquo;un Cr\u00e9dit Fid\u00e9lit\u00e9 \u00b7 Vendeur sort du flux<\/text>\n        <circle cx=\"929\" cy=\"666\" r=\"7\" fill=\"#133827\"\/>\n        <line x1=\"929\" y1=\"673\" x2=\"940\" y2=\"730\" stroke=\"#133827\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"940\" y=\"747\" text-anchor=\"middle\" fill=\"#133827\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 5<\/text>\n        <text x=\"940\" y=\"764\" text-anchor=\"middle\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Remise en \u00e9tat<\/text>\n        <text x=\"940\" y=\"779\" text-anchor=\"middle\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Reconditionn\u00e9 aux standards de la Marque<\/text>\n        <circle cx=\"771\" cy=\"666\" r=\"7\" fill=\"#A1171B\"\/>\n        <line x1=\"771\" y1=\"673\" x2=\"760\" y2=\"730\" stroke=\"#A1171B\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"760\" y=\"747\" text-anchor=\"middle\" fill=\"#A1171B\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 6<\/text>\n        <text x=\"760\" y=\"764\" text-anchor=\"middle\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Mise en ligne<\/text>\n        <text x=\"760\" y=\"779\" text-anchor=\"middle\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Standards marque \u00b7 Photos<\/text>\n        <circle cx=\"651\" cy=\"565\" r=\"7\" fill=\"#A1171B\"\/>\n        <line x1=\"644\" y1=\"570\" x2=\"584\" y2=\"592\" stroke=\"#A1171B\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"578\" y=\"580\" text-anchor=\"end\" fill=\"#A1171B\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 7<\/text>\n        <text x=\"578\" y=\"597\" text-anchor=\"end\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">D\u00e9couverte<\/text>\n        <text x=\"578\" y=\"612\" text-anchor=\"end\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Achat certifi\u00e9 \u00b7 Service client<\/text>\n        <circle cx=\"623\" cy=\"410\" r=\"7\" fill=\"#A1171B\"\/>\n        <line x1=\"616\" y1=\"410\" x2=\"552\" y2=\"393\" stroke=\"#A1171B\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"546\" y=\"381\" text-anchor=\"end\" fill=\"#A1171B\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 8<\/text>\n        <text x=\"546\" y=\"398\" text-anchor=\"end\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">Exp\u00e9dition 48h<\/text>\n        <text x=\"546\" y=\"413\" text-anchor=\"end\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Livraison aux standards Marque \u00b7 Packaging<\/text>\n        <circle cx=\"702\" cy=\"274\" r=\"7\" fill=\"#24255D\"\/>\n        <line x1=\"696\" y1=\"268\" x2=\"642\" y2=\"226\" stroke=\"#24255D\" stroke-width=\"0.8\" stroke-dasharray=\"3,4\"\/>\n        <text x=\"636\" y=\"214\" text-anchor=\"end\" fill=\"#24255D\" font-size=\"10\" font-weight=\"400\" font-family=\"'Poppins', sans-serif\" letter-spacing=\"1\">\u00c9TAPE 9<\/text>\n        <text x=\"636\" y=\"231\" text-anchor=\"end\" fill=\"#111111\" font-size=\"13\" font-weight=\"400\">CRM &amp; Data<\/text>\n        <text x=\"636\" y=\"246\" text-anchor=\"end\" fill=\"#888880\" font-size=\"9\" font-family=\"'Poppins', sans-serif\" font-weight=\"300\">Vendeur + acheteur \u2192 votre CRM<\/text>\n        <path d=\"M 872,221 Q 924,214 952,240\" fill=\"none\" stroke=\"#24255D\" stroke-width=\"1.2\"\/>\n        <polygon points=\"952,240 944,232 957,230\" fill=\"#24255D\"\/>\n        \n      <\/svg>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SERVICES -->\n<section class=\"section services-section\" id=\"services\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow fade-up\">Nos services<\/div>\n    <h2 class=\"serif fade-up\">Une solution modulaire<br><em>\u00e0 la carte.<\/em><\/h2>\n    <div class=\"services-grid\">\n      <div class=\"service-item fade-up\" data-num=\"01\">\n        <span class=\"service-tag\">01 Marketplace<\/span>\n        <h3>Plateforme de revente<\/h3>\n        <p>Marque blanche totale. Vos clients peuvent vendre ou acheter.<\/p>\n      <\/div>\n      <div class=\"service-item fade-up\" data-num=\"02\">\n        <span class=\"service-tag\">02 Reprise<\/span>\n        <h3>Reprise omnicanale<\/h3>\n        <p>En ligne ou en Boutique. Nous formons votre \u00e9quipe et apportons la solution digitale.<\/p>\n      <\/div>\n      <div class=\"service-item fade-up\" data-num=\"03\">\n        <span class=\"service-tag\">03 Logistique<\/span>\n        <h3>Logistique bout en bout<\/h3>\n        <p>Collecte, transport s\u00e9curis\u00e9, stockage s\u00e9curis\u00e9, Assurance, Livraison.<\/p>\n      <\/div>\n      <div class=\"service-item fade-up\" data-num=\"04\">\n        <span class=\"service-tag\">04 Expertise<\/span>\n        <h3>Expertise &amp; authentification<\/h3>\n        <p>A la carte : par nos experts agr\u00e9\u00e9s, avec vos guidelines et points de contr\u00f4les ou par vos experts.<\/p>\n      <\/div>\n      <div class=\"service-item fade-up\" data-num=\"05\">\n        <span class=\"service-tag\">05 Data<\/span>\n        <h3>Capture de donn\u00e9es &amp; CRM<\/h3>\n        <p>Gestion du service client. Int\u00e9gration \u00e0 votre \u00e9cosyst\u00e8me. Enrichissement de vos donn\u00e9es clients.<\/p>\n      <\/div>\n      <div class=\"service-item fade-up\" data-num=\"06\">\n        <span class=\"service-tag\">06 Trade-in<\/span>\n        <h3>Programme fid\u00e9lit\u00e9 collectionneurs<\/h3>\n        <p>R\u00e9-engagement long terme de vos clients : le produit de la revente est r\u00e9inject\u00e9 dans vos revenus via un \u00ab\u00a0Cr\u00e9dit Fid\u00e9lit\u00e9\u00a0\u00bb.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CRM DARK -->\n<section class=\"crm-section\">\n  <div class=\"crm-left-panel\">\n    <div class=\"eyebrow fade-up\">Votre actif le plus pr\u00e9cieux<\/div>\n    <h2 class=\"serif fade-up\">La donn\u00e9e client que<br><em>vous ne capturez pas encore\u2026<\/em><\/h2>\n    <p>Sur les plateformes existantes, les donn\u00e9es de vos clients leur appartiennent. En op\u00e9rant votre seconde main avec weprecious, vous en reprenez le contr\u00f4le.<\/p>\n    <p>Quelles pi\u00e8ces conservent le mieux leur valeur ? Quelles collections sont surrepr\u00e9sent\u00e9es en revente ? Ces insights alimentent votre strat\u00e9gie produit \u2014 aujourd&rsquo;hui, ils profitent \u00e0 d&rsquo;autres.<\/p>\n  <\/div>\n  <div class=\"crm-right-panel\">\n    <div class=\"crm-point\">\n      <div class=\"crm-check\"><\/div>\n      <div>\n        <div class=\"crm-point-title\">Le vendeur<\/div>\n        <div class=\"crm-point-desc\">Client historique qui vous confie sa pi\u00e8ce pour la vendre \u2014 vous le r\u00e9engagez et l&rsquo;incitez \u00e0 racheter de nouvelles cr\u00e9ations neuves avec le fruit de la vente.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"crm-point\">\n      <div class=\"crm-check\"><\/div>\n      <div>\n        <div class=\"crm-point-title\">L&rsquo;acheteur<\/div>\n        <div class=\"crm-point-desc\">Votre client \u00ab\u00a0neuf\u00a0\u00bb de demain : Il entre dans votre CRM, re\u00e7oit vos communications. Il d\u00e9couvre l&rsquo;univers et le service de votre marque.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"crm-point\">\n      <div class=\"crm-check\"><\/div>\n      <div>\n        <div class=\"crm-point-title\">La connaissance 360\u00b0<\/div>\n        <div class=\"crm-point-desc\">Connaissance Client : Profils, comportements, lifetime value sur le neuf comme sur la seconde main. Cycle de vie produit : Vous ma\u00eetrisez le cycle de vie du produit, et captez des insights sur la demande de vos mod\u00e8les.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTROL -->\n<section class=\"section control-section\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow fade-up\">La r\u00e9partition des r\u00f4les<\/div>\n    <h2 class=\"serif fade-up\">Vous contr\u00f4lez. <em>Nous ex\u00e9cutons.<\/em><\/h2>\n    <div class=\"control-grid\">\n      <div class=\"control-col dark\">\n        <div class=\"control-col-label\">Ce que vous contr\u00f4lez \u2014 Marque<\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">La narration et la voix de marque<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">La strat\u00e9gie de prix<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">La relation client<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Les donn\u00e9es et le CRM<\/span><\/div>\n      <\/div>\n      <div class=\"control-col light\">\n        <div class=\"control-col-label\">Ce que nous g\u00e9rons \u2014 weprecious brands<\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Plateforme &amp; technologie<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Logistique de bout en bout<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Expertise &amp; authentification<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Service client &amp; SAV<\/span><\/div>\n        <div class=\"control-item\"><div class=\"control-dot\"><\/div><span class=\"control-item-text\">Analyse des donn\u00e9es &amp; reporting<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TEAM -->\n<section class=\"section team-section\" id=\"equipe\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow fade-up\">Notre \u00e9quipe dirigeante<\/div>\n    <h2 class=\"serif fade-up\">weprecious brands, votre partenaire <em>invisible.<\/em><\/h2>\n\n<p style=\"font-family:var(--sans);font-size:0.85rem;font-weight:300;line-height:1.9;color:var(--muted);max-width:700px;margin-bottom:1rem;\"><strong style=\"font-weight:500;color:var(--dark);font-style:italic;\">Notre expertise luxe 360\u00b0, en coulisse de votre parcours client.<\/strong><\/p>\n\n    <p style=\"font-family:var(--sans);font-size:0.85rem;font-weight:300;line-height:1.9;color:var(--dark);max-width:700px;margin-bottom:1rem;\">Depuis 3 ans, weprecious op\u00e8re la seule plateforme exclusivement d\u00e9di\u00e9e \u00e0 la joaillerie de grandes marques en seconde main \u2014 sourcing, expertise, logistique, service client ma\u00eetris\u00e9s, avec une ex\u00e9cution 5 \u00e9toiles.<\/p>\n\n    <div style=\"background:var(--navy);padding:2rem 2.5rem;max-width:700px;margin-bottom:1rem;\">\n      <p style=\"font-family:var(--sans);font-size:0.85rem;font-weight:300;line-height:1.9;color:rgba(246,244,243,0.85);\">weprecious brands est n\u00e9 d&rsquo;une conviction : la circularit\u00e9 en joaillerie ne doit pas se faire au d\u00e9triment des Maisons. Chaque bijou porte une histoire \u2014 celle de la Maison qui l&rsquo;a imagin\u00e9, celle de la personne qui l&rsquo;a port\u00e9. Nous restituons aux Maisons le contr\u00f4le de leur second march\u00e9, pour que chaque pi\u00e8ce continue d&rsquo;\u00e9crire son histoire avec la magie qu&rsquo;elle m\u00e9rite.<\/p>\n    <\/div>\n\n    <p style=\"font-family:var(--sans);font-size:0.85rem;font-weight:300;line-height:1.9;color:var(--muted);max-width:700px;margin-bottom:0.5rem;\"><strong style=\"font-weight:500;color:var(--dark);\">Une \u00e9quipe qui conna\u00eet vos standards et les op\u00e8re avec la m\u00eame exigence.<\/strong> Avec plus de 25 ans cumul\u00e9s dans le luxe et la joaillerie chez Cartier, Louis Vuitton, Chanel Haute Joaillerie, nous connaissons les Maisons de l&rsquo;int\u00e9rieur. Nous savons ce qu&rsquo;exige une pi\u00e8ce sign\u00e9e, du transport assur\u00e9 \u00e0 l&rsquo;\u00e9crin remis en main propre. Fortes d&rsquo;une ma\u00eetrise du march\u00e9 de la seconde main joaillerie sous toutes ses coutures, nous avons \u00e0 c\u0153ur d&rsquo;op\u00e9rer votre second march\u00e9 avec la m\u00eame pr\u00e9cision que votre boutique.<\/p>\n\n    <div class=\"team-grid\" style=\"margin-top:3.5rem;\">\n      <div class=\"team-card fade-up\">\n        <div class=\"team-photo-area\">Photo<\/div>\n        <div class=\"team-name\">Alexandra Munoz-Seca Collomb<\/div>\n        <div class=\"team-role\">CCO &amp; Brands partnerships<\/div>\n        <p class=\"team-bio\"><a href=\"mailto:alexandra@weprecious.com\" style=\"color:var(--navy);\">alexandra@weprecious.com<\/a><\/p>\n      <\/div>\n      <div class=\"team-card fade-up\">\n        <div class=\"team-photo-area\">Photo<\/div>\n        <div class=\"team-name\">Ga\u00ebl de Dorlodot<\/div>\n        <div class=\"team-role\">CEO &amp; Operations<\/div>\n        <p class=\"team-bio\"><a href=\"mailto:gael@weprecious.com\" style=\"color:var(--navy);\">gael@weprecious.com<\/a><\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta-section\" id=\"contact\">\n  <div class=\"eyebrow\" style=\"justify-content:center\">Pour d\u00e9marrer<\/div>\n  <h2 class=\"serif\">Pour d\u00e9marrer,<br><em>contactez-nous<\/em> pour envisager un pilote.<\/h2>\n  <p>Mesur\u00e9. R\u00e9versible. Un pilote pour d\u00e9finir ensemble le parcours client, le storytelling et les flux logistiques sur mesure.<\/p>\n  <div class=\"cta-actions\">\n    <a href=\"https:\/\/tidycal.com\/gael\/meeting-gael-weprecious\" target=\"_blank\" class=\"btn-navy\" rel=\"noopener\">Prendre rendez-vous<\/a>\n    <a href=\"https:\/\/weprecious.com\/en\/\" class=\"btn-outline\">Retour au site<\/a>\n  <\/div>\n<\/section>\n\n<footer>\n  <div class=\"footer-logo\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1920 147.6\" fill=\"#F6F4F3\">\n      <path d=\"M99.08,18.76l-16.72-3.26V2.45h61.57v13.05l-19.57,3.26,31.4,88.48h.82l32.21-88.48-17.94-3.26V2.45h51.78v13.05l-16.31,3.26-44.85,126.4h-18.76l-29.76-87.66h-.82l-30.99,87.66h-18.35L16.31,18.76,0,15.49V2.45h59.53v13.05l-17.53,3.26,33.43,89.7h.82l28.13-74.21-5.3-15.49Z\"\/>\n      <path d=\"M320.68,128.23c9.58,2.24,20.59,3.47,35.06,3.47,21.61,0,39.76-2.85,49.34-18.35h17.13l-17.94,31.8h-127.21v-13.05l19.98-3.26V18.76l-19.98-3.26V2.45h119.87l17.13,26.91h-14.68c-10.81-11.21-30.38-13.86-47.91-13.86-14.48,0-25.28,1.43-30.78,2.86v46.89h51.37l3.26-18.35h13.46v50.56h-13.46l-3.26-17.94h-51.37v48.72Z\"\/>\n      <path d=\"M521.89,82.77v46.07l20.79,3.26v13.05h-64.42v-13.05l19.98-3.26V18.76l-19.98-3.26V2.45h42.81c9.17,0,23.45-.41,29.36-.41,37.51,0,59.12,14.88,59.12,39.96,0,28.13-27.73,40.77-61.98,40.77h-25.69ZM521.89,68.5h20.79c21.82,0,38.33-5.71,38.33-26.3,0-18.96-14.27-26.3-36.29-26.3-7.54,0-15.09.82-22.83,2.45v50.15Z\"\/>\n      <path d=\"M776.32,104.38l21.2,25.28,14.68,1.63v13.86h-34.25c-7.34-8.97-37.51-48.52-53.01-65.65h-15.9v49.34l20.39,3.26v13.05h-64.02v-13.05l19.98-3.26V18.76l-19.98-3.26V2.45h42.81c8.77,0,22.43-.41,28.95-.41,37.72,0,60.35,14.27,60.35,38.53s-23.85,36.08-47.3,37.71c7.14,5.91,14.68,12.44,26.1,26.09ZM709.04,66.05h22.43c22.42,0,37.92-5.71,37.92-24.47s-14.27-25.69-35.27-25.69c-8.36,0-17.13,1.22-25.08,2.85v47.3Z\"\/>\n      <path d=\"M910.05,128.23c9.58,2.24,20.59,3.47,35.06,3.47,21.61,0,39.75-2.85,49.34-18.35h17.13l-17.94,31.8h-127.21v-13.05l19.98-3.26V18.76l-19.98-3.26V2.45h119.87l17.13,26.91h-14.68c-10.81-11.21-30.38-13.86-47.91-13.86-14.48,0-25.28,1.43-30.78,2.86v46.89h51.37l3.26-18.35h13.46v50.56h-13.46l-3.26-17.94h-51.37v48.72Z\"\/>\n      <path d=\"M1170.39.82h8.15l17.94,37.51h-14.68c-13.05-15.49-27.52-23.65-46.07-23.65-25.69,0-40.37,23.04-40.37,59.94,0,34.86,13.86,56.68,46.48,56.68,20.39,0,33.23-8.77,39.55-20.39h16.72c-5.5,18.14-25.07,36.7-58.31,36.7-46.07,0-71.35-28.75-71.35-73.8S1094.55,0,1133.69,0c15.49,0,27.72,5.71,33.23,11.21l3.47-10.4Z\"\/>\n      <path d=\"M1257.84,15.49V2.45h61.98v13.05l-19.16,3.26v110.09l19.16,3.26v13.05h-61.98v-13.05l19.16-3.26V18.76l-19.16-3.26Z\"\/>\n      <path d=\"M1380.77,74.21C1380.77,28.95,1408.5,0,1452.13,0s71.36,29.36,71.36,73.39-27.72,74.21-71.36,74.21-71.35-29.36-71.35-73.39ZM1496.57,72.58c0-37.72-16.1-57.9-44.44-57.9s-44.44,20.39-44.44,59.53,16.1,57.9,44.44,57.9,44.44-20.39,44.44-59.53Z\"\/>\n      <path d=\"M1599.72,96.23V18.76l-19.16-3.26V2.45h62.79v13.05l-19.57,3.26v75.84c0,23.85,11.62,35.88,35.06,35.88s35.88-12.03,35.88-35.88V18.76l-19.57-3.26V2.45h57.9v13.05l-18.76,3.06v76.04c0,38.33-23.85,53.01-56.88,53.01s-57.7-14.68-57.7-51.38Z\"\/>\n      <path d=\"M1791.97,104.38h15.5c15.09,15.7,37.92,28.13,58.71,28.13s32.21-9.38,32.21-22.43c0-14.68-16.51-21.41-45.26-25.28l-9.38-1.22c-26.91-3.26-50.97-14.48-50.97-42.81C1792.79,16.31,1814.81,0,1844.16,0c17.13,0,30.17,4.89,40.78,13.05l3.26-10.6h10.6l16.31,39.96h-14.68c-14.68-15.49-35.06-26.91-56.27-26.91-17.12,0-30.17,6.52-30.17,19.57,0,12.03,13.05,17.74,31.19,20.8l13.45,2.24c30.38,4.89,61.36,15.49,61.36,45.46,0,27.73-21.41,44.04-53.82,44.04-18.76,0-33.44-6.52-43.22-15.49l-4.89,13.05h-12.23l-13.86-40.77Z\"\/>\n    <\/svg>\n    <span class=\"footer-tagline\">\/ brands<\/span>\n  <\/div>\n  <p>Votre second march\u00e9. Votre image. Notre ex\u00e9cution.<\/p>\n  <p>contact@weprecious.com<\/p>\n<\/footer>\n\n<script>\n  const els = document.querySelectorAll('.fade-up');\n  const obs = new IntersectionObserver((entries) => {\n    entries.forEach((e, i) => {\n      if (e.isIntersecting) {\n        setTimeout(() => e.target.classList.add('visible'), i * 80);\n        obs.unobserve(e.target);\n      }\n    });\n  }, { threshold: 0.1 });\n  els.forEach(el => obs.observe(el));\n<\/script>\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\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>","protected":false},"excerpt":{"rendered":"<p>weprecious \u2014 Brand Partners weprecious brands \u2014 Votre partenaire second march\u00e9 Votre second march\u00e9.Votre image.Notre ex\u00e9cution. weprecious op\u00e8re votre march\u00e9 de la seconde main en marque blanche totale. De l&rsquo;expertise \u00e0 la livraison, du service client \u00e0 la data \u2014 vos standards, notre ex\u00e9cution. Prendre rendez-vous D\u00e9couvrir notre approche \u00ab\u00a0Vos pi\u00e8ces sont revendues.Sans vous.\u00ab\u00a0 La &hellip;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"_angie_page":false,"_joinchat":[],"footnotes":""},"class_list":["post-23968","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/pages\/23968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/comments?post=23968"}],"version-history":[{"count":28,"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/pages\/23968\/revisions"}],"predecessor-version":[{"id":24009,"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/pages\/23968\/revisions\/24009"}],"wp:attachment":[{"href":"https:\/\/weprecious.com\/en\/wp-json\/wp\/v2\/media?parent=23968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}