h1,h2,h3,h4,h5,h6{font-family:var(--fh-font-display, inherit);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--fh-black)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem;line-height:1.25}h4{font-size:1rem;line-height:1.3}p{letter-spacing:-.01em;line-height:1.55}:focus-visible{outline:2px solid var(--fh-blue);outline-offset:2px;border-radius:4px}.topbar{background:var(--fh-blue);color:var(--fh-white);font-size:.78rem;letter-spacing:-.005em}.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:.55rem 1.5rem;gap:1rem}.topbar-left,.topbar-right{display:flex;align-items:center;gap:1rem}.topbar-item{display:inline-flex;align-items:center;gap:.4rem;opacity:.92}.topbar-link{color:inherit;cursor:pointer;transition:opacity .2s;padding:.15rem 0}.topbar-link:hover{opacity:1;color:var(--fh-yellow)}.topbar-link[aria-disabled=true]{opacity:.85}.topbar-link[aria-disabled=true]:hover{opacity:1;color:var(--fh-yellow)}.topbar-client{font-weight:700}.topbar-sep{opacity:.4;padding:0 .15rem}.header{position:sticky;top:0;z-index:50;background:var(--fh-white);border-bottom:1px solid var(--fh-black-20)}.header-main{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem;gap:2rem}.logo{background:none;border:none;padding:0;cursor:pointer}.logo img{height:44px;display:block}.nav{display:flex;gap:.25rem;flex:1;justify-content:center}.nav-item{position:static}.nav-trigger{background:transparent;border:none;cursor:pointer;padding:.65rem .95rem;border-radius:var(--r-small);font-family:inherit;font-size:.95rem;font-weight:600;color:var(--fh-black);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:.35rem;transition:background .18s,color .18s}.nav-trigger:hover{background:var(--fh-yellow-20);color:var(--fh-blue)}.nav-item.open .nav-trigger,.nav-item.active .nav-trigger{background:var(--fh-blue);color:var(--fh-white)}.nav-item.open .nav-trigger svg{transform:rotate(180deg);transition:transform .18s}.header-actions{display:flex;gap:.5rem;align-items:center}.icon-btn{background:transparent;border:none;cursor:pointer;width:38px;height:38px;border-radius:var(--r-small);display:inline-flex;align-items:center;justify-content:center;color:var(--fh-blue);transition:background .18s}.icon-btn:hover{background:var(--fh-yellow-20)}.megamenu{position:absolute;top:100%;left:0;right:0;background:var(--fh-white);border-top:1px solid var(--fh-black-20);border-bottom:1px solid var(--fh-black-20);box-shadow:var(--shadow-lg);animation:mm-fade .18s ease-out}@keyframes mm-fade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.megamenu-inner{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:3rem;padding:2.25rem 1.5rem}.megamenu-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--fh-blue);margin-bottom:1rem}.megamenu-col ul{list-style:none}.megamenu-col li{margin-bottom:.25rem}.megamenu-col a{display:flex;justify-content:space-between;align-items:center;padding:.55rem .5rem;border-radius:var(--r-small);font-size:.95rem;color:var(--fh-black);cursor:pointer;transition:all .15s}.megamenu-col a svg{opacity:0;transform:translate(-4px);transition:all .15s}.megamenu-col a:hover{background:var(--fh-yellow-20);color:var(--fh-blue);padding-left:.85rem}.megamenu-col a:hover svg{opacity:1;transform:translate(0)}.megamenu-col a[aria-disabled=true]{color:var(--fh-black-50)}.megamenu-feature{background:var(--fh-blue);color:var(--fh-white);padding:1.75rem;border-radius:var(--r-medium);display:flex;flex-direction:column;justify-content:center}.megamenu-feature-eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--fh-yellow);font-weight:700;margin-bottom:.75rem}.megamenu-feature h4{color:var(--fh-white);font-size:1.4rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.megamenu-feature p{font-size:.9rem;opacity:.9;margin-bottom:1.25rem}.megamenu-feature .btn{align-self:flex-start}.search-bar{background:var(--fh-yellow-20);border-bottom:1px solid var(--fh-black-20);animation:mm-fade .18s ease-out}.search-bar-inner{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.5rem;color:var(--fh-blue)}.search-bar input{flex:1;background:transparent;border:none;font-family:inherit;font-size:1rem;color:var(--fh-black);letter-spacing:-.01em}.search-bar input:focus{outline:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.25rem;border-radius:var(--r-medium);font-family:inherit;font-weight:700;font-size:.9rem;letter-spacing:-.01em;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s}.btn-sm{padding:.5rem .95rem;font-size:.85rem}.btn-lg{padding:.95rem 1.6rem;font-size:1rem;gap:.5rem}.btn-block{width:100%}.btn-primary{background:var(--fh-blue);color:var(--fh-white);border-color:var(--fh-blue)}.btn-primary:hover{background:var(--fh-blue-50);border-color:var(--fh-blue-50);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-secondary{background:var(--fh-white);color:var(--fh-blue);border-color:var(--fh-blue)}.btn-secondary:hover{background:var(--fh-blue);color:var(--fh-white)}.btn-yellow{background:var(--fh-yellow);color:var(--fh-blue);border-color:var(--fh-yellow)}.btn-yellow:hover{background:var(--fh-yellow-50);border-color:var(--fh-yellow-50);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-ghost{background:transparent;color:var(--fh-white);border-color:#fffcff66}.btn-ghost:hover{background:#fffcff1f;border-color:var(--fh-white)}.btn-ghost-dark{background:transparent;color:var(--fh-blue);border-color:var(--fh-blue)}.btn-ghost-dark:hover{background:var(--fh-blue);color:var(--fh-white)}.btn-link{background:transparent;color:var(--fh-blue);border:none;padding:.5rem 0;font-weight:700}.btn-link:hover{color:var(--fh-black)}.btn[aria-disabled=true]{opacity:.95}.section{padding:5.5rem 0}.section-blue{background:var(--fh-blue);color:var(--fh-white)}.section-blue h1,.section-blue h2,.section-blue h3,.section-blue h4{color:var(--fh-white)}.section-yellow{background:var(--fh-yellow);color:var(--fh-blue)}.section-yellow h1,.section-yellow h2,.section-yellow h3,.section-yellow h4{color:var(--fh-blue)}.section-soft{background:var(--fh-yellow-5)}.section-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--fh-blue);background:var(--fh-yellow-20);padding:.32rem .8rem;border-radius:999px;margin-bottom:1rem}.section-yellow .section-eyebrow{background:var(--fh-blue);color:var(--fh-yellow)}.eyebrow-on-blue{background:#fcc9002e;color:var(--fh-yellow)}.section-title{font-size:2.5rem;line-height:1.1;margin-bottom:.6rem;letter-spacing:-.02em}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.hero{background:var(--fh-blue);color:var(--fh-white);padding:5.5rem 0 6.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;bottom:-160px;right:-120px;width:520px;height:520px;background:var(--fh-yellow);border-radius:50%;opacity:.16}.hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;align-items:center;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--fh-yellow);color:var(--fh-blue);padding:.4rem .95rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero-badge-blue{background:var(--fh-blue);color:var(--fh-yellow)}.hero h1{font-size:3.5rem;line-height:1.05;margin-bottom:1.25rem;color:var(--fh-white)}.hero-desc{font-size:1.1rem;opacity:.92;margin-bottom:2rem;max-width:540px}.hero-actions{display:flex;gap:.85rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap}.trust-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;opacity:.92}.hero-visual{position:relative}.hero-img{width:100%;height:480px;object-fit:cover;border-radius:var(--r-large);box-shadow:var(--shadow-lg);display:block}.hero-card{position:absolute;bottom:-32px;right:-28px;width:280px;padding:1.4rem 1.5rem;background:var(--fh-white);color:var(--fh-black);border-radius:var(--r-medium);box-shadow:var(--shadow-lg);border:2px solid var(--fh-yellow)}.hero-card-h{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--fh-blue);padding-bottom:.7rem;margin-bottom:.7rem;border-bottom:2px solid var(--fh-yellow);width:100%}.hero-card-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.85rem;color:var(--fh-black-50)}.hero-card-row strong{color:var(--fh-black);font-weight:700}.hero-card-rate{display:inline-block;margin:.35rem 0 .2rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fh-blue);background:var(--fh-yellow-20);padding:.2rem .55rem;border-radius:999px}.hero-card-result{display:flex;justify-content:space-between;align-items:baseline;background:var(--fh-yellow);color:var(--fh-blue);padding:.7rem .85rem;border-radius:var(--r-small);margin:.6rem 0 .85rem;font-size:.85rem}.hero-card-result strong{font-size:1.2rem;font-weight:700}.trust-strip{background:var(--fh-white);border-bottom:1px solid var(--fh-black-20);padding:2rem 0}.trust-strip-inner{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap;justify-content:center}.trust-strip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--fh-black-50)}.trust-logos{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.trust-logo{font-family:var(--fh-font-display);font-weight:700;font-size:1rem;color:var(--fh-black-50);letter-spacing:.05em;opacity:.7;transition:opacity .2s,color .2s}.trust-logo:hover{opacity:1;color:var(--fh-blue)}.produits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.produit-card{background:var(--fh-white);border-radius:var(--r-large);overflow:hidden;cursor:pointer;border:1.5px solid var(--fh-black-20);transition:transform .25s,box-shadow .25s,border-color .25s}.produit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--fh-blue)}.produit-img{aspect-ratio:16 / 10;background-size:cover;background-position:center;position:relative}.produit-tag{position:absolute;top:1rem;left:1rem;background:var(--fh-yellow);color:var(--fh-blue);padding:.3rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.produit-body{padding:1.5rem}.produit-body h3{color:var(--fh-blue);margin-bottom:.5rem}.produit-body p{color:var(--fh-black);opacity:.78;font-size:.95rem;margin-bottom:1rem}.produit-cta{display:inline-flex;align-items:center;gap:.35rem;color:var(--fh-blue);font-weight:700;font-size:.9rem}.simulator-section{padding:5rem 0}.simulator-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:4rem;align-items:center}.simulator-intro h2{font-size:2.5rem;line-height:1.1;margin-bottom:1rem}.simulator-intro p{font-size:1.05rem;opacity:.9;margin-bottom:1.5rem}.sim-features{list-style:none;margin-bottom:.5rem}.sim-features li{display:flex;align-items:center;gap:.75rem;padding:.45rem 0;font-size:.95rem;opacity:.95}.check{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--fh-yellow);color:var(--fh-blue);flex-shrink:0}.simulator-tool{background:var(--fh-white);color:var(--fh-black);border-radius:var(--r-large);padding:2.25rem;box-shadow:var(--shadow-lg)}.simu-row{display:flex;justify-content:space-between;align-items:baseline;margin:1.1rem 0 .5rem}.simu-row label{color:var(--fh-black-50);font-size:.9rem;font-weight:500}.simu-row strong{color:var(--fh-blue);font-size:1rem;font-weight:700}.simulator-tool input[type=range],.simu-sidebar input[type=range]{width:100%;accent-color:var(--fh-blue);height:6px}.simu-result{background:var(--fh-yellow);color:var(--fh-blue);border-radius:var(--r-medium);padding:1.1rem 1.25rem;margin:1.5rem 0}.simu-result-row{display:flex;justify-content:space-between;align-items:baseline;padding:.3rem 0;font-size:.9rem}.simu-result-row.big{padding-bottom:.6rem;margin-bottom:.4rem;border-bottom:1px solid rgba(31,18,212,.18)}.simu-result-row.big span{font-size:.85rem;opacity:.85}.simu-result-row.big strong{font-size:1.65rem;font-weight:700;letter-spacing:-.02em}.simu-result-row.sub{font-size:.85rem;opacity:.85}.simu-sidebar{background:var(--fh-white);color:var(--fh-black);border-radius:var(--r-large);padding:1.75rem;box-shadow:var(--shadow-lg);border:1.5px solid var(--fh-yellow)}.simu-sidebar-h{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--fh-blue);padding-bottom:.7rem;margin-bottom:.5rem;border-bottom:2px solid var(--fh-yellow);width:100%}.simu-sidebar .btn{margin-top:.5rem}.chiffres-section{padding:4.5rem 0}.chiffres{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1.5rem}.chiffre{text-align:left}.chiffre-val{font-size:3.5rem;font-weight:700;line-height:1;color:var(--fh-blue);letter-spacing:-.03em;margin-bottom:.4rem}.chiffre-label{font-size:.92rem;color:var(--fh-blue);opacity:.85;font-weight:500}.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testi-card{background:var(--fh-yellow-5);border-radius:var(--r-large);padding:2rem;border:1.5px solid var(--fh-black-20);display:flex;flex-direction:column;gap:1.25rem;position:relative}.testi-quote-icon{color:var(--fh-yellow)}.testi-card blockquote{font-size:1.02rem;line-height:1.5;color:var(--fh-black);letter-spacing:-.01em;flex:1}.testi-author{display:flex;align-items:center;gap:.85rem}.testi-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testi-name{font-weight:700;color:var(--fh-blue);font-size:.95rem}.testi-role{font-size:.8rem;color:var(--fh-black-50)}.rdv-section{padding:5.5rem 0;background:var(--fh-white)}.rdv-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:3.5rem;align-items:center}.rdv-visual{position:relative}.rdv-visual img{width:100%;height:460px;object-fit:cover;border-radius:var(--r-large);box-shadow:var(--shadow-lg)}.rdv-badge{position:absolute;top:1.25rem;left:1.25rem;display:inline-flex;align-items:center;gap:.4rem;background:var(--fh-yellow);color:var(--fh-blue);padding:.45rem .85rem;border-radius:999px;font-size:.78rem;font-weight:700}.rdv-content p{font-size:1.05rem;color:var(--fh-black);opacity:.85;margin:1rem 0 1.75rem}.rdv-meta{display:flex;flex-direction:column;gap:.85rem;background:var(--fh-yellow-5);padding:1.25rem 1.5rem;border-radius:var(--r-medium);margin-bottom:1.75rem;border-left:3px solid var(--fh-yellow)}.rdv-meta-row{display:flex;align-items:center;gap:.85rem;color:var(--fh-blue)}.rdv-meta-row>div{display:flex;flex-direction:column}.rdv-meta-row span{font-size:.75rem;color:var(--fh-black-50);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.rdv-meta-row strong{font-size:.95rem;color:var(--fh-black);font-weight:600}.actus{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.actu-card{background:var(--fh-white);border-radius:var(--r-large);overflow:hidden;cursor:pointer;border:1.5px solid var(--fh-black-20);transition:transform .25s,box-shadow .25s,border-color .25s}.actu-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--fh-blue)}.actu-img{aspect-ratio:16 / 10;background-size:cover;background-position:center}.actu-body{padding:1.5rem}.actu-date{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fh-blue);font-weight:700;margin-bottom:.75rem}.actu-card h3{color:var(--fh-black);font-size:1.15rem;margin-bottom:.6rem;line-height:1.3}.actu-card p{color:var(--fh-black);opacity:.78;font-size:.92rem;margin-bottom:1rem}.actu-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--fh-blue);font-weight:700;font-size:.88rem;cursor:pointer}.cta-band{background:var(--fh-yellow);padding:4rem 0}.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cta-band h2{color:var(--fh-blue);font-size:2.25rem;margin-bottom:.4rem}.cta-band p{color:var(--fh-blue);opacity:.85;font-size:1.05rem}.page-hero{background:var(--fh-yellow);padding:5rem 0 5.5rem}.page-hero-yellow .hero-badge-blue{background:var(--fh-blue);color:var(--fh-yellow)}.page-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;align-items:center}.page-hero h1{color:var(--fh-blue);font-size:3rem;margin:1rem 0}.page-hero p{color:var(--fh-blue);opacity:.88;font-size:1.1rem;margin-bottom:2rem;max-width:540px}.page-hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:var(--r-large);box-shadow:var(--shadow-lg)}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.profile-tile{background:var(--fh-white);padding:2rem;border-radius:var(--r-large);border:1.5px solid var(--fh-black-20);cursor:pointer;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column}.profile-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--fh-blue)}.profile-icon{font-family:var(--fh-font-display);font-weight:700;font-size:1.65rem;color:var(--fh-yellow);background:var(--fh-blue);width:56px;height:56px;border-radius:var(--r-medium);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.profile-tile h3{color:var(--fh-blue);margin-bottom:.5rem;font-size:1.25rem}.profile-tile p{color:var(--fh-black);opacity:.78;font-size:.95rem;margin-bottom:1rem;flex:1}.profile-cta{display:inline-flex;align-items:center;gap:.35rem;color:var(--fh-blue);font-weight:700;font-size:.88rem}.breadcrumb{background:var(--fh-yellow-5);padding:1rem 0;font-size:.85rem;color:var(--fh-black-50);border-bottom:1px solid var(--fh-black-20)}.breadcrumb .container{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.breadcrumb a{cursor:pointer;transition:color .15s}.breadcrumb a:hover,.breadcrumb strong{color:var(--fh-blue)}.bc-sep{opacity:.4;transform:rotate(-90deg)}.product-section{padding:3.5rem 0 5rem}.product-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:4rem;align-items:start}.product-content h1{color:var(--fh-blue);font-size:3rem;margin:.75rem 0 1rem}.product-content h3{color:var(--fh-blue);font-size:1.35rem;margin:2.25rem 0 1rem}.product-content .lead{font-size:1.1rem;opacity:.85;margin-bottom:1.5rem}.product-img{width:100%;height:320px;object-fit:cover;border-radius:var(--r-medium);margin:1.25rem 0 .5rem}.checklist{list-style:none}.checklist li{display:flex;align-items:center;gap:.85rem;padding:.55rem 0;font-size:.98rem}.steps{list-style:none;counter-reset:step}.step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--fh-black-20)}.step:last-child{border-bottom:none}.step-num{flex-shrink:0;width:36px;height:36px;background:var(--fh-yellow);color:var(--fh-blue);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.step strong{display:block;color:var(--fh-blue);margin-bottom:.25rem;font-weight:700}.step p{color:var(--fh-black);opacity:.78;font-size:.95rem;line-height:1.5}.docs{list-style:none}.docs li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--fh-black)}.docs .dot{width:6px;height:6px;background:var(--fh-blue);border-radius:50%;flex-shrink:0}.faq{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--fh-yellow-5);border-radius:var(--r-medium);border:1px solid var(--fh-black-20);overflow:hidden}.faq-item summary{padding:1rem 1.25rem;cursor:pointer;font-weight:700;color:var(--fh-blue);display:flex;align-items:center;justify-content:space-between;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-chev{transition:transform .2s}.faq-item[open] .faq-chev{transform:rotate(180deg)}.faq-item p{padding:0 1.25rem 1.25rem;color:var(--fh-black);opacity:.85;line-height:1.55}.product-aside{position:sticky;top:6.5rem}.footer{background:var(--fh-black);color:var(--fh-white);padding:4.5rem 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:2.5rem;padding-bottom:3rem}.footer-brand .footer-logo{height:56px;margin-bottom:1rem}.footer-tag{color:var(--fh-yellow);font-weight:500;font-size:1rem;margin-bottom:.4rem}.footer-tag-sub{color:var(--fh-black-20);font-size:.85rem;line-height:1.55;margin-bottom:1rem}.footer-social{display:flex;gap:.5rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fcc9001f;color:var(--fh-yellow);cursor:pointer;transition:background .18s}.footer-social a:hover{background:var(--fh-yellow);color:var(--fh-blue)}.footer-col h4{color:var(--fh-yellow);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-col a{display:flex;align-items:center;gap:.4rem;padding:.4rem 0;color:var(--fh-black-20);font-size:.9rem;cursor:pointer;transition:color .18s}.footer-col a:hover{color:var(--fh-yellow)}.footer-link-strong{color:var(--fh-yellow)!important;font-weight:700;margin-top:.5rem}.footer-bottom{background:#00041180;padding:1.25rem 0;font-size:.78rem;border-top:1px solid rgba(255,252,255,.08)}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--fh-black-20)}.footer-regulator{display:inline-flex;align-items:center;gap:.4rem;color:var(--fh-yellow)}.lang-switcher{display:inline-flex;align-items:center;gap:.4rem}.lang-btn{background:transparent;border:none;color:inherit;font-family:inherit;font-size:.78rem;font-weight:600;letter-spacing:.04em;cursor:pointer;padding:.1rem .35rem;border-radius:4px;opacity:.7;transition:all .18s}.lang-btn:hover{opacity:1;color:var(--fh-yellow)}.lang-btn.active{opacity:1;color:var(--fh-blue);background:var(--fh-yellow);font-weight:700}.mobile-menu-toggle{display:none}.mobile-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:var(--fh-white);overflow-y:auto;animation:drawer-slide .25s ease-out}@keyframes drawer-slide{0%{transform:translate(100%);opacity:.4}to{transform:translate(0);opacity:1}}.mobile-drawer-bar{position:sticky;top:0;z-index:1;background:var(--fh-white);display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--fh-black-20)}.mobile-drawer-bar .logo{background:none;border:none;cursor:pointer;padding:0}.mobile-drawer-bar .logo img{height:36px;display:block}.mobile-drawer-close{background:var(--fh-yellow);color:var(--fh-blue);border:none;border-radius:50%;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,transform .18s}.mobile-drawer-close:hover{background:var(--fh-yellow-50);transform:rotate(90deg)}.mobile-drawer-inner{padding:1.25rem 1.5rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-segs{display:flex;flex-direction:column}.mobile-seg{border-bottom:1px solid var(--fh-black-20)}.mobile-seg-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:1.05rem;font-weight:700;color:var(--fh-black);letter-spacing:-.01em;text-align:left}.mobile-seg-trigger svg{color:var(--fh-blue);transition:transform .2s}.mobile-seg.open .mobile-seg-trigger{color:var(--fh-blue)}.mobile-seg.open .mobile-seg-trigger svg{transform:rotate(180deg)}.mobile-seg-panel{display:flex;flex-direction:column;gap:.15rem;padding:0 0 1rem 1rem;animation:mm-fade .18s ease-out}.mobile-seg-panel a{display:flex;align-items:center;gap:.4rem;padding:.65rem 0;color:var(--fh-blue);font-size:.95rem;cursor:pointer}.mobile-seg-panel a[aria-disabled=true]{color:var(--fh-black-50);cursor:default}.mobile-service{display:flex;flex-direction:column;background:var(--fh-yellow-5);padding:1.25rem 1.25rem 1.5rem;border-radius:var(--r-medium)}.mobile-service h4{color:var(--fh-blue);font-size:.7rem;letter-spacing:.12em;margin-bottom:.75rem}.mobile-service a{padding:.55rem 0;color:var(--fh-black);font-size:.95rem;cursor:pointer}.mobile-actions{display:flex;flex-direction:column;gap:.5rem}.mobile-meta{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--fh-black-20);color:var(--fh-black-50);font-size:.85rem}.mobile-meta span{display:inline-flex;align-items:center;gap:.5rem}@media(max-width:1024px){h1{font-size:2.6rem}.hero h1,.page-hero h1,.product-content h1{font-size:2.4rem}.section-title,.simulator-intro h2,.cta-band h2{font-size:2rem}.hero-inner,.page-hero-inner,.simulator-grid,.rdv-grid,.product-grid{grid-template-columns:1fr;gap:2.5rem}.produits,.actus,.testis,.profile-grid,.chiffres{grid-template-columns:repeat(2,1fr)}.nav,.header-search-btn,.header-btn-login{display:none}.mobile-menu-toggle{display:inline-flex}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-card{position:static;width:100%;margin-top:1.5rem;right:auto}.product-aside{position:static}.topbar-hide-md{display:none!important}}@media(max-width:640px){h1{font-size:2.1rem}.hero h1,.page-hero h1,.product-content h1{font-size:2rem}.section-title,.simulator-intro h2,.cta-band h2{font-size:1.7rem}.section{padding:3.5rem 0}.produits,.actus,.testis,.profile-grid,.chiffres{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.topbar-hide-sm{display:none!important}.header-main{padding:.7rem 1rem;gap:.5rem}.logo img{height:36px}.header-btn-cta{display:none}.hero,.page-hero{padding:3.5rem 0 4rem}.chiffre-val{font-size:2.75rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1rem .85rem 1.1rem;background:var(--fh-blue);color:var(--fh-white);border-radius:999px;box-shadow:0 12px 28px #00041159;font-size:.9rem;font-weight:500;letter-spacing:-.01em;z-index:300;max-width:calc(100vw - 2rem);cursor:pointer;border:2px solid var(--fh-yellow);animation:toast-in .25s ease-out}.toast svg{color:var(--fh-yellow);flex-shrink:0}.toast-close{background:#fcc90033;border:none;width:26px;height:26px;border-radius:50%;color:var(--fh-yellow);font-size:1rem;line-height:1;cursor:pointer;flex-shrink:0;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.toast-close:hover{background:var(--fh-yellow);color:var(--fh-blue)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}[data-stub=true]{cursor:pointer}.footer-col [data-stub=true]:after,.topbar [data-stub=true]:after,.megamenu [data-stub=true]:after{content:"·";color:var(--fh-yellow);margin-left:.35rem;opacity:.5;font-weight:700}.stub-page{background:linear-gradient(180deg,var(--fh-yellow-5),var(--fh-white));padding:5rem 0 7rem;min-height:calc(100vh - 280px)}.stub-grid{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.stub-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--fh-yellow);color:var(--fh-blue);margin-bottom:.5rem}.stub-grid h1{color:var(--fh-blue);font-size:2.5rem;line-height:1.1}.stub-lead{font-size:1.1rem;color:var(--fh-black);opacity:.85;max-width:600px}.stub-card{margin-top:1rem;padding:1.75rem 2rem;background:var(--fh-white);border:1.5px dashed var(--fh-blue);border-radius:var(--r-large);width:100%}.stub-card-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--fh-blue);background:var(--fh-yellow);padding:.3rem .8rem;border-radius:999px;margin-bottom:.75rem}.stub-card p{color:var(--fh-black);opacity:.8;line-height:1.55}.stub-actions{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.fina-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;background:var(--fh-blue);color:var(--fh-white);border:2px solid var(--fh-yellow);border-radius:999px;font-family:inherit;font-weight:700;font-size:.9rem;letter-spacing:-.01em;cursor:pointer;box-shadow:0 8px 24px #00041140;transition:transform .2s,box-shadow .2s}.fina-fab:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00041159}.fina-fab-hidden{display:none}.fina-fab-dot{width:8px;height:8px;border-radius:50%;background:var(--fh-yellow);box-shadow:0 0 #fcc900b3;animation:fina-pulse 2s infinite}.fina-fab-text{letter-spacing:.05em}@keyframes fina-pulse{0%{box-shadow:0 0 #fcc900b3}70%{box-shadow:0 0 0 10px #fcc90000}to{box-shadow:0 0 #fcc90000}}.fina-overlay{position:fixed;bottom:1.5rem;right:1.5rem;z-index:101;animation:fina-slide-in .25s ease-out}@keyframes fina-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fina-panel{width:360px;max-width:calc(100vw - 2rem);height:520px;max-height:calc(100vh - 3rem);display:flex;flex-direction:column;background:var(--fh-white);border-radius:var(--r-large);box-shadow:0 24px 64px #0004114d;border:1px solid var(--fh-black-20);overflow:hidden}.fina-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.1rem;background:var(--fh-blue);color:var(--fh-white)}.fina-title-row{display:flex;align-items:center;gap:.5rem}.fina-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:fina-pulse-green 2s infinite}@keyframes fina-pulse-green{0%,to{opacity:1}50%{opacity:.5}}.fina-header h3{margin:0;font-size:.95rem;font-weight:700;color:var(--fh-white)}.fina-subtitle{margin:.2rem 0 0 1rem;font-size:.75rem;opacity:.85}.fina-close{background:transparent;border:none;color:var(--fh-white);font-size:1.6rem;line-height:1;cursor:pointer;padding:0 .4rem;border-radius:4px;transition:background .15s}.fina-close:hover{background:#fffcff26}.fina-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f7f8fb}.fina-msg{display:flex;align-items:flex-end;gap:.5rem;max-width:85%}.fina-msg-fina{align-self:flex-start}.fina-msg-user{align-self:flex-end;flex-direction:row-reverse}.fina-avatar{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--fh-yellow);color:var(--fh-blue);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}.fina-bubble{padding:.65rem .85rem;border-radius:14px;font-size:.85rem;line-height:1.45;background:var(--fh-white);color:var(--fh-black);border:1px solid var(--fh-black-20)}.fina-msg-user .fina-bubble{background:var(--fh-blue);color:var(--fh-white);border-color:var(--fh-blue)}.fina-bubble p{margin:0 0 .4rem}.fina-bubble p:last-child{margin:0}.fina-bubble strong{font-weight:700}.fina-list{margin:.4rem 0;padding-left:1.1rem}.fina-list li{margin-bottom:.2rem}.fina-note{font-size:.78rem;color:var(--fh-blue);font-weight:500;margin-top:.5rem!important}.fina-inline-btn{display:inline-block;margin-top:.5rem;padding:.4rem .85rem;background:var(--fh-yellow);color:var(--fh-blue);border:none;border-radius:999px;cursor:pointer;font-family:inherit;font-weight:700;font-size:.78rem;transition:background .15s}.fina-inline-btn:hover{background:var(--fh-yellow-50)}.fina-typing{display:inline-flex;gap:4px;padding:.85rem}.fina-typing span{width:6px;height:6px;border-radius:50%;background:var(--fh-blue);opacity:.5;animation:fina-bounce 1.2s infinite}.fina-typing span:nth-child(2){animation-delay:.15s}.fina-typing span:nth-child(3){animation-delay:.3s}@keyframes fina-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.fina-suggested{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}.fina-suggested-label{margin:0 0 .2rem;font-size:.72rem;color:var(--fh-black);opacity:.6;text-transform:uppercase;letter-spacing:.05em}.fina-suggested-btn{text-align:left;padding:.55rem .75rem;background:var(--fh-white);color:var(--fh-blue);border:1px solid var(--fh-blue);border-radius:10px;font-family:inherit;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.fina-suggested-btn:hover{background:var(--fh-blue);color:var(--fh-white)}.fina-input-zone{padding:.75rem 1rem .85rem;border-top:1px solid var(--fh-black-20);background:var(--fh-white)}.fina-input-row{display:flex;gap:.4rem;align-items:stretch}.fina-input{flex:1;padding:.6rem .8rem;border:1px solid var(--fh-black-20);border-radius:10px;font-family:inherit;font-size:.85rem;line-height:1.45;background:#f7f8fb;color:var(--fh-black);letter-spacing:-.01em;resize:none;max-height:96px;overflow-y:auto}.fina-error{background:#ffe4e6;color:#9f1239;padding:.65rem .85rem;border-radius:10px;font-size:.82rem;line-height:1.4;border:1px solid #fecdd3}.fina-input:focus{outline:none;border-color:var(--fh-blue);background:var(--fh-white)}.fina-input:disabled{cursor:not-allowed;opacity:.6}.fina-send{flex-shrink:0;width:38px;background:var(--fh-blue);color:var(--fh-white);border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s,transform .15s}.fina-send:hover:not(:disabled){background:var(--fh-blue-50);transform:translate(2px)}.fina-send:disabled{background:var(--fh-black-20);cursor:not-allowed}.fina-disclaimer{margin:.45rem 0 0;font-size:.7rem;color:var(--fh-black);opacity:.6;line-height:1.4}@media(max-width:640px){.fina-fab{bottom:1rem;right:1rem;padding:.75rem 1.05rem}.fina-overlay{bottom:.5rem;right:.5rem;left:.5rem}.fina-panel{width:100%;max-width:none;height:calc(100vh - 1rem)}}:root{--fh-blue: #1F12D4;--fh-blue-50: #8E88E8;--fh-blue-20: #D2D0F6;--fh-blue-5: #F4F3FD;--fh-yellow: #FCC900;--fh-yellow-50: #FDE47F;--fh-yellow-20: #FFF5CC;--fh-yellow-5: #FFFCF2;--fh-black: #000411;--fh-black-50: #808188;--fh-black-20: #CCCDCE;--fh-black-5: #F2F2F3;--fh-white: #FFFCFF;--r-large: 16px;--r-medium: 12px;--r-small: 8px;--shadow-sm: 0 1px 2px 0 rgba(0, 4, 17, .06);--shadow: 0 4px 12px -2px rgba(0, 4, 17, .08);--shadow-lg: 0 16px 40px -8px rgba(31, 18, 212, .15)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;letter-spacing:-.01em;color:var(--fh-black);background:var(--fh-white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
