{% extends 'demo/_base.html.twig' %} {% block title %}NUM-ECARD | Secteur Conseil — Hub de Communication Professionnel{% endblock %} {% block meta_description %}Consultants, avocats, experts-comptables, coachs : NUM-ECARD digitalise votre communication et renforce votre positionnement premium. Paiement unique dès 179€.{% endblock %} {% block theme_css %} * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; overflow-x: hidden; } body { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #ffffff; color: #1d1d1f; line-height: 1.47059; font-weight: 400; letter-spacing: -0.022em; overflow-x: hidden; } /* NAVBAR */ .navbar { position: sticky; top: 0; left: 0; right: 0; background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0,0,0,0.08); z-index: 9999; height: 44px; } .navbar-container { max-width: 1000px; margin: 0 auto; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; height: 100%; } .navbar-logo { font-size: 17px; font-weight: 600; color: #1d1d1f; text-decoration: none; letter-spacing: -0.02em; } .navbar-logo span { color: #0071e3; } .navbar-back { color: #0071e3; text-decoration: none; font-size: 12px; } .navbar-back:hover { opacity: 0.7; } .navbar-cta { background: #0071e3; color: #fff !important; padding: 4px 14px; border-radius: 980px; font-size: 12px; font-weight: 500; text-decoration: none; } /* SECTOR BANNER — teinte conseil (vert émeraude / ardoise) */ .sector-banner { background: linear-gradient(135deg, #0d2b22 0%, #071a15 60%, #0d2b22 100%); padding: 60px 22px 50px; text-align: center; position: relative; overflow: hidden; } .sector-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(52,199,89,0.12) 0%, transparent 60%), radial-gradient(ellipse at 70% 50%, rgba(0,180,120,0.1) 0%, transparent 60%); } .sector-badge { display: inline-block; background: rgba(52,199,89,0.15); border: 1px solid rgba(52,199,89,0.3); color: #7de0a0; padding: 4px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; position: relative; } .sector-banner h1 { font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: #ffffff; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 16px; position: relative; } .sector-banner h1 span { color: #7de0a0; } .sector-banner p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 580px; margin: 0 auto 30px; position: relative; } .sector-banner-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; } .btn-white { background: #fff; color: #1d1d1f; padding: 12px 24px; border-radius: 980px; font-size: 15px; font-weight: 500; text-decoration: none; transition: all 0.3s; } .btn-white:hover { transform: translateY(-1px); } .btn-outline-white { background: transparent; color: #fff; padding: 12px 24px; border-radius: 980px; font-size: 15px; font-weight: 500; border: 1.5px solid rgba(255,255,255,0.4); text-decoration: none; transition: all 0.3s; } .btn-outline-white:hover { border-color: rgba(255,255,255,0.8); } /* GENERIC */ .section { padding: 80px 22px; } .section-inner { max-width: 1000px; margin: 0 auto; } .section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: #1a7a45; margin-bottom: 12px; } .section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -0.03em; color: #1d1d1f; margin-bottom: 16px; line-height: 1.1; } .section-subtitle { font-size: 17px; color: #6e6e73; max-width: 580px; line-height: 1.6; margin-bottom: 48px; } .section-alt { background: #f5f5f7; } /* PAIN */ .pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .pain-card { background: #fff; border-radius: 16px; padding: 28px; border: 1px solid rgba(0,0,0,0.06); transition: box-shadow 0.3s, transform 0.3s; } .pain-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); } .pain-card.solved { border-left: 3px solid #1a7a45; } .pain-card.solved h3 { color: #1a7a45; } .pain-icon { font-size: 28px; margin-bottom: 14px; } .pain-card h3 { font-size: 17px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; } .pain-card p { font-size: 14px; color: #6e6e73; line-height: 1.6; } /* USE CASES */ .usecase-list { display: flex; flex-direction: column; gap: 64px; } .usecase-item { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } .usecase-item.reverse { direction: rtl; } .usecase-item.reverse > * { direction: ltr; } .usecase-text h3 { font-size: 22px; font-weight: 600; color: #1d1d1f; margin-bottom: 10px; letter-spacing: -0.02em; } .usecase-text p { font-size: 15px; color: #6e6e73; line-height: 1.7; margin-bottom: 14px; } .usecase-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; } .tag { background: rgba(26,122,69,0.08); color: #1a7a45; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; } .usecase-visual { background: linear-gradient(135deg, #eafaf2 0%, #d5f5e3 100%); border-radius: 20px; padding: 32px; min-height: 280px; display: flex; flex-direction: column; justify-content: center; } /* MOCK CARD */ .mock-card { border-radius: 16px; padding: 20px; color: white; box-shadow: 0 20px 40px rgba(0,0,0,0.2); max-width: 280px; margin: 0 auto; font-size: 13px; background: linear-gradient(135deg, #0d2b22 0%, #071a15 100%); } .mc-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .mc-logo { width: 40px; height: 40px; background: #34c759; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: white; } .mc-company { font-weight: 700; font-size: 14px; } .mc-tagline { font-size: 10px; opacity: 0.7; } .mc-name { font-size: 16px; font-weight: 700; margin-bottom: 2px; } .mc-role { font-size: 11px; opacity: 0.7; margin-bottom: 12px; } .mc-btn { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border-radius: 8px; padding: 8px 10px; margin-bottom: 6px; font-size: 11px; } .mc-btn-icon { width: 20px; height: 20px; background: #34c759; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 10px; } .mc-actu { background: rgba(52,199,89,0.12); border: 1px solid rgba(52,199,89,0.25); border-radius: 8px; padding: 8px; margin-top: 8px; } .mc-actu-title { font-size: 10px; color: #7de0a0; font-weight: 600; margin-bottom: 4px; } .mc-actu-text { font-size: 10px; opacity: 0.8; line-height: 1.4; } /* ROI */ .roi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; } .roi-card { text-align: center; padding: 32px 20px; background: #fff; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); } .roi-number { font-size: 42px; font-weight: 700; color: #1a7a45; letter-spacing: -0.03em; line-height: 1; margin-bottom: 8px; } .roi-label { font-size: 14px; color: #6e6e73; line-height: 1.4; } /* PRICING */ .pricing-highlight { background: linear-gradient(135deg, #1a7a45 0%, #0d5230 100%); border-radius: 20px; padding: 48px; text-align: center; color: white; } .pricing-highlight h3 { font-size: 28px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.02em; } .pricing-highlight p { opacity: 0.8; font-size: 15px; margin-bottom: 24px; } .price-big { font-size: 56px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; margin-bottom: 4px; } .price-note { font-size: 13px; opacity: 0.6; margin-bottom: 32px; } .pricing-features { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 32px; } .pricing-feature { background: rgba(255,255,255,0.12); padding: 6px 16px; border-radius: 20px; font-size: 13px; } .btn-pricing { display: inline-block; background: #fff; color: #1a7a45; padding: 14px 36px; border-radius: 980px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s; } .btn-pricing:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); } /* FEATURE LIST */ .feature-list { list-style: none; padding: 0; } .feature-list li { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 15px; color: #1d1d1f; display: flex; align-items: flex-start; gap: 10px; } .feature-list li:last-child { border-bottom: none; } .feature-list li .check { color: #1a7a45; font-size: 16px; flex-shrink: 0; margin-top: 1px; } /* COMPARISON */ .comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; } .comparison-table th { padding: 12px 16px; text-align: left; font-weight: 600; color: #6e6e73; border-bottom: 2px solid rgba(0,0,0,0.08); font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; } .comparison-table td { padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,0.05); color: #1d1d1f; } .comparison-table tr:last-child td { border-bottom: none; } .comparison-table .col-num { color: #1a7a45; font-weight: 600; } .yes { color: #34c759; font-weight: 600; } .no { color: #ff3b30; } .comparison-table tr:hover td { background: #f9f9f9; } /* CTA BAND */ .cta-band { background: #1d1d1f; padding: 60px 22px; text-align: center; } .cta-band h2 { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: -0.02em; } .cta-band p { color: #86868b; font-size: 17px; margin-bottom: 28px; } .btn-green { display: inline-block; background: #1a7a45; color: #fff; padding: 14px 32px; border-radius: 980px; font-size: 16px; font-weight: 500; text-decoration: none; transition: background 0.3s; margin: 0 8px 8px; } .btn-green:hover { background: #22964f; } .btn-ghost { display: inline-block; background: transparent; color: #fff; padding: 14px 32px; border-radius: 980px; font-size: 16px; font-weight: 500; border: 1.5px solid rgba(255,255,255,0.25); text-decoration: none; transition: all 0.3s; margin: 0 8px 8px; } .btn-ghost:hover { border-color: rgba(255,255,255,0.6); } /* TESTIMONIALS */ .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; } .testimonial-card { background: #fff; border-radius: 16px; padding: 28px; border: 1px solid rgba(0,0,0,0.06); } .testimonial-stars { color: #f5a623; font-size: 14px; margin-bottom: 12px; } .testimonial-text { font-size: 15px; color: #1d1d1f; line-height: 1.7; margin-bottom: 16px; font-style: italic; } .testimonial-author { display: flex; align-items: center; gap: 12px; } .author-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #0d2b22, #1a7a45); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 14px; flex-shrink: 0; } .author-name { font-size: 14px; font-weight: 600; color: #1d1d1f; } .author-role { font-size: 12px; color: #6e6e73; } /* FOOTER */ .footer { background: #f5f5f7; border-top: 1px solid rgba(0,0,0,0.08); padding: 40px 22px; text-align: center; } .footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; } .footer-links a { color: #6e6e73; font-size: 12px; text-decoration: none; } .footer-links a:hover { color: #1d1d1f; } .footer-copy { color: #86868b; font-size: 12px; } /* CREDIBILITY */ .credibility-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; } .credibility-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid rgba(0,0,0,0.06); } .cred-icon { font-size: 28px; margin-bottom: 12px; } .credibility-card h4 { font-size: 15px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px; } .credibility-card p { font-size: 13px; color: #6e6e73; line-height: 1.5; } /* PROFILS GRID */ .profil-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 48px; } .profil-pill { text-align: center; padding: 20px 16px; background: #fff; border-radius: 14px; border: 1px solid rgba(0,0,0,0.06); font-size: 14px; font-weight: 500; color: #1d1d1f; transition: all 0.3s; } .profil-pill:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); transform: translateY(-2px); } .profil-pill .emoji { font-size: 24px; margin-bottom: 8px; display: block; } @media (max-width: 768px) { .usecase-item { grid-template-columns: 1fr; } .usecase-item.reverse { direction: ltr; } .pricing-highlight { padding: 32px 24px; } .roi-grid { grid-template-columns: repeat(2, 1fr); } } /* ── Slogans officiels — hero banner ── */ .sector-slogans{display:flex;align-items:center;gap:10px;justify-content:center;flex-wrap:wrap;margin:20px 0 8px;position:relative;z-index:1} .slogan-main{font-size:15px;font-weight:700;color:#fff;letter-spacing:.01em;text-shadow:0 1px 3px rgba(0,0,0,.3)} .slogan-sep{color:rgba(255,255,255,.35);font-size:18px;line-height:1} .slogan-secondary{font-size:14px;color:rgba(255,255,255,.82);font-style:italic;letter-spacing:.01em} {% endblock %} {% block content %}
💼 Secteur Conseil & Expertise

Le hub digital des
consultants & experts

Consultant, avocat, expert-comptable, coach, architecte, ingénieur — NUM-ECARD renforce votre positionnement premium et vous aide à générer des mandats qualifiés.

✦ Le Pro qu'on n'oublie pas · Tout ce que vous êtes en 1 clic
Voir les offres à partir de 179€ Voir une démo conseil

Tous les experts qui vendent leur savoir-faire

NUM-ECARD est adapté à l'ensemble des professions du conseil et des services aux entreprises.

⚖️Avocat
📊Expert-comptable
🏗️Architecte
💡Consultant stratégie
🎯Coach certifié
💻Consultant IT / DSI
📈Conseiller financier
🔧Ingénieur conseil
📱Expert Social Selling
🪪Personal Branding
🤝Animateur réseau d'affaires

Les défis des experts et consultants

Dans l'économie du savoir, votre réputation digitale est votre premier actif. NUM-ECARD vous aide à la construire.

🏆

Crédibilité & premium dès le premier contact

Une carte digitale avec vos certifications, références et témoignages clients donne immédiatement une impression haut de gamme, bien au-dessus d'une carte papier générique.

✍️

Capitaliser sur votre expertise editoriale

Mon Actu vous permet de publier vos articles, études de cas, prises de parole et webinaires directement sur votre carte — vos abonnés (ayant accepté les notifications) reçoivent une alerte push à chaque publication.

🌐

Centraliser votre présence digitale

LinkedIn, site web, calendrier de prise de RDV, formulaire de contact — tout accessible en un seul QR code. Fini les aller-retours entre emails et sites.

Mettre en avant vos recommandations

Le module CRM Light (Force de Vente) recueille et affiche les témoignages de vos clients satisfaits, directement visibles sur votre carte — votre meilleure preuve sociale.

📱

Toujours joignable, quelle que soit la situation

Votre carte est une PWA installable. Vos contacts peuvent l'ajouter à leur écran d'accueil — vous êtes présent comme une vraie app, même hors connexion.

🤝

Réseau et prescripteurs

Un expert qui vous prescrit partage votre carte à ses propres clients. Votre QR code circule, votre présence se démultiplie — sans aucun effort supplémentaire.

NUM-ECARD valorise votre expertise

Chaque fonctionnalité a été pensée pour renforcer votre crédibilité et votre différenciation.

🎓

Certifications & références

Affichez vos titres, diplômes et références clients. Votre profil complet accessible en un scan.

📝

Thought leadership

Mon Actu transforme votre carte en mini-blog : publiez vos contenus et notifiez votre réseau instantanément.

💬

Preuve sociale

Les recommandations de vos clients s'affichent sur votre carte — directement visibles par vos prospects.

📅

Prise de RDV directe

Un bouton lié à votre Calendly ou autre outil de planning. Vos prospects prennent RDV en un tap.

Votre carte conseil en action

Trois profils types et leurs usages quotidiens avec NUM-ECARD.

Consultant en stratégie indépendant

Nicolas est consultant stratégie et transformation digitale. Sa carte Force de Vente est son outil de développement commercial numéro un : elle présente son positionnement, ses références, ses articles LinkedIn et inclut le témoignage de ses clients les plus récents.

Modèle Force de Vente — 399€ Mon Actu (articles & insights) CRM Light ✓ Push Notifications ✓
  • Publication d'articles et études de cas avec notification push
  • Bouton "Réserver une session découverte"
  • Témoignages clients collectés & affichés automatiquement
  • Lien vers profil LinkedIn & publications
  • Analytics : qui lit vos contenus, quand, combien de fois
NICOLAS CONSEIL
Stratégie & Transformation
Nicolas CHEVALIER
Consultant Senior — Ex McKinsey
📅
Session découverte
📖
Mes publications
Références clients
📝 NOUVEL ARTICLE
IA & PME : comment structurer votre feuille de route digitale en 2026

Cabinet d'avocats

Le cabinet DURAND & ASSOCIÉS équipe ses 5 avocats associés avec un pack Multi-Cartes. Chaque avocat dispose de sa fiche individuelle (spécialité, barreaux, langues) sous l'identité du cabinet. Les clients accèdent directement à la messagerie sécurisée et à l'espace client.

Modèle Multi-Cartes — 999€ 5 avocats — identité cabinet Spécialités par avocat
  • Présentation des spécialités et domaines d'intervention
  • Liens vers l'espace client sécurisé
  • Mon Actu pour publications et actualités juridiques
  • Bouton de prise de RDV consultation initiale
DURAND & ASSOCIÉS
Avocats au Barreau de Paris
Maître Sophie DURAND
Droit des Sociétés & Fusion-Acquisition
🔐
Espace client
📅
Consultation initiale
⚖️ ACTUALITÉ JURIDIQUE
Loi DDADUE 2026 : ce qui change pour les dirigeants d'entreprise

Expert-comptable & cabinet d'audit

Le cabinet COMPTAPLUS exploite sa carte Premium pour informer ses clients TPE/PME des échéances fiscales, nouvelles réglementations et accompagnements disponibles. La fonctionnalité Mon Actu remplace les newsletters que personne ne lisait.

Modèle Premium — 299€ Mon Actu (alertes fiscales) Push Notifications ✓
  • Alertes push sur les échéances fiscales importantes
  • Lien vers le portail client & dépôt de documents
  • Publication des actualités comptables et sociales
  • Contact direct (téléphone, email, visioconférence)
COMPTAPLUS
Expert-Comptable & Commissaire
Éric MARTIN
Expert-Comptable · Commissaire aux comptes
🗂️
Portail client
📞
Appel direct
🔔 RAPPEL FISCAL
TVA mensuelle : échéance le 20 mars
Liasse fiscale 2025 : avant le 15 mai

Ce que ça change pour votre cabinet

Objectifs cibles — mesurés dans le cadre de notre programme ambassadeurs lancement Conseil & Expertise. Les premiers retours terrain confirmeront ces projections.

+80%
de taux d'ouverture vs. les newsletters email classiques
0€
par an après le paiement unique — retour sur investissement immédiat
54
designs disponibles pour une carte à votre image premium
publications Mon Actu sans surcoût — votre contenu, votre audience

NUM-ECARD vs. les alternatives pour les experts

Ce que les solutions classiques ne permettent pas — et que NUM-ECARD rend simple.

Besoin Carte papier LinkedIn seul NUM-ECARD
Notifier les clients/prospects d'un nouveau contenu ✗ Algo dépendant ✓ Push direct
Afficher les témoignages clients ✓ Partiel ✓ CRM Light intégré
Accessible hors connexion (PWA) N/A ✓ Installable iOS & Android
Analytics sur les consultations ✗ Partiel ✓ Tableau de bord
Prise de RDV directe ✓ Bouton dédié
Identité visuelle premium personnalisée ✗ Basique ✗ Standard ✓ 54 designs
Coût par an ~300-600€ réimpression 0€ (ou 60€/an Premium) 0€/an — paiement unique

Pour les consultants & experts indépendants

Votre expertise mérite une communication à la hauteur de votre positionnement.

Consultant ou professionnel libéral ?

Le Modèle Force de Vente est votre meilleur outil de développement commercial

399€
Paiement unique · Pas d'abonnement
✓ Mon Actu (articles, insights) ✓ Push Notifications ✓ CRM Light (recommandations) ✓ Bouton prise de RDV ✓ Analytics avancés ✓ 54 designs premium
Voir tous les modèles →

Votre expertise mérite
une communication premium

Rejoignez les consultants et experts qui ont adopté NUM-ECARD

Demande d'infos Découvrir le modèle Force de Vente
{% endblock %}