@import url(‘https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap’);
.fhub{font-family:’DM Sans’,-apple-system,sans-serif;color:#1a1a2e;margin:0;padding:0}
.fhub *,.fhub *::before,.fhub *::after{box-sizing:border-box}
/* Hero */
.fhub-hero{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d50 100%);padding:3.5rem 1.5rem 3rem;text-align:center !important;position:relative;overflow:hidden}
.fhub-hero *{text-align:center !important}
.fhub-hero-arc1{position:absolute;bottom:-200px;left:-200px;width:600px;height:600px;border-radius:50%;border:2px solid rgba(232,147,14,.13);pointer-events:none}
.fhub-hero-arc2{position:absolute;bottom:-250px;left:-250px;width:700px;height:700px;border-radius:50%;border:1px solid rgba(232,147,14,.07);pointer-events:none}
.fhub-hero-label{color:#e8930e;font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin:0 auto 12px !important;position:relative;display:block}
.fhub-hero h1{color:#fff !important;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.2;max-width:650px;margin:0 auto 16px !important;position:relative}
.fhub-hero-sub{color:rgba(255,255,255,.73) !important;font-size:1.05rem;max-width:560px;margin:0 auto !important;line-height:1.6;position:relative;display:block}
/* Sections */
.fhub-section{max-width:1100px;margin:0 auto;padding:2.5rem 1.25rem}
.fhub-section-white{background:#fff;padding:2.5rem 1.25rem}
.fhub-section-white .fhub-inner{max-width:1100px;margin:0 auto}
.fhub-section-dark{background:linear-gradient(135deg,#1a1a2e,#2d2d50);padding:2.5rem 1.25rem}
.fhub-section-dark .fhub-inner{max-width:1100px;margin:0 auto}
.fhub-section h2,.fhub-section-white h2{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.fhub-section-dark h2{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 6px}
.fhub-section-intro{color:#888;font-size:.95rem;margin:0 0 24px}
.fhub-section-dark .fhub-section-intro{color:rgba(255,255,255,.53)}
/* ── Cards: simple ── */
.fhub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}
.fhub-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;cursor:pointer}
.fhub-card:hover{border-color:#e8930e;box-shadow:0 4px 16px rgba(0,0,0,.07);transform:translateY(-1px)}
.fhub-card-icon{font-size:32px;line-height:1;flex-shrink:0}
.fhub-card-info{flex:1;min-width:0}
.fhub-card-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 2px}
.fhub-card-meta{font-size:.8rem;color:#999}
.fhub-card-arrow{color:#ccc;font-size:1.1rem;flex-shrink:0;transition:color .2s}
.fhub-card:hover .fhub-card-arrow{color:#e8930e}
/* Enveloppes */
.fhub-env-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.fhub-env{border:1px solid #eee;border-radius:10px;padding:1.25rem 1.5rem}
.fhub-env h3{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.fhub-env p{font-size:.9rem;color:#666;line-height:1.55;margin:0 0 14px}
.fhub-env-links{display:flex;gap:8px;flex-wrap:wrap}
.fhub-env-links a{font-size:.82rem;font-weight:600;color:#e8930e;border:1px solid rgba(232,147,14,.27);padding:4px 12px;border-radius:6px;text-decoration:none;transition:all .15s}
.fhub-env-links a:hover{background:#e8930e;color:#fff;border-color:#e8930e}
/* Tags */
.fhub-tags{display:flex;flex-wrap:wrap;gap:10px}
.fhub-tag{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;color:#444;text-decoration:none;transition:all .15s}
.fhub-tag:hover{border-color:#e8930e;color:#e8930e;background:#fdf6eb}
/* Outils */
.fhub-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.fhub-tool{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;text-decoration:none;transition:all .15s}
.fhub-tool:hover{background:rgba(255,255,255,.12);border-color:#e8930e}
.fhub-tool-icon{font-size:22px}
.fhub-tool-name{color:#fff;font-size:.9rem;font-weight:500}
/* Essentiels */
.fhub-ess-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.fhub-ess{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;background:#fff;border:1px solid #eee;border-radius:8px;text-decoration:none;transition:all .15s}
.fhub-ess:hover{border-color:#e8930e;background:#fdf6eb}
.fhub-ess-title{font-size:.9rem;font-weight:500;color:#333}
.fhub-ess-tag{font-size:.7rem;font-weight:600;color:#999;background:#f5f5f5;padding:2px 8px;border-radius:4px;flex-shrink:0}
@media(max-width:700px){
.fhub-grid{grid-template-columns:1fr}
.fhub-stats{gap:24px}
.fhub-env-grid{grid-template-columns:1fr}
.fhub-ess-grid{grid-template-columns:1fr}
}
Hub Investissement
Investir son argent en 2026
Actions, ETF, obligations, crypto, alternatifs — tout comprendre pour construire un portefeuille adapté à votre profil.
Explorer par classe d’actifs
Chaque section regroupe nos guides, analyses et fiches pratiques.
Dans quelle enveloppe investir ?
En France, le choix du contenant est aussi important que le contenu.
PEA
0 % d’impôt sur les PV après 5 ans. Plafond 150 000 €. L’enveloppe prioritaire.
Assurance-vie
Polyvalente : fonds euros, ETF, SCPI. Avantage successoral. Abattement après 8 ans.
CTO
Aucune restriction. Flat tax 30 %. Complémentaire une fois le PEA plein.
Par où commencer ?
Guides adaptés à votre situation et à votre budget.
Outils & Simulateurs
Projetez, comparez, optimisez.
Les essentiels
Guides, fiches et comparatifs incontournables pour investir.
Allocation d’actifsGuide
Les erreurs d’investissement à éviterGuide
Rendement moyen par classe d’actifsFiche
Enveloppes fiscales françaisesFiche
Profils investisseur : résuméFiche
Épargne vs investissementComparatif
DCA vs Lump SumComparatif
Indépendance financièreGuide