/* ============================================================
   FPA_V51580_HOME_REDESIGN
   Accueil public — maquette validée
   ============================================================ */

.fpa-home-v51580{
    --fpa-navy:#082c61;
    --fpa-navy-dark:#062754;
    --fpa-orange:#ff611a;
    --fpa-orange-dark:#ed5313;
    --fpa-text:#102f62;
    --fpa-muted:#56677d;
    --fpa-line:#dce4ee;
    --fpa-bg:#ffffff;
    --fpa-soft:#f8fbff;

    width:min(1460px,calc(100% - 44px));
    margin:0 auto;
    padding:0;
    color:var(--fpa-text);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.fpa-home-v51580,
.fpa-home-v51580 *{
    box-sizing:border-box;
}

.fpa-home-v51580 a{
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.fpa-home-header-v51580{
    min-height:108px;
    display:flex;
    align-items:center;
    gap:34px;
}

.fpa-home-logo-v51580{
    flex:0 0 244px;
}

.fpa-home-logo-v51580 img{
    display:block;
    width:205px;
    height:auto;
}

.fpa-home-nav-v51580{
    flex:1 1 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:38px;
}

.fpa-home-nav-v51580 a{
    position:relative;
    padding:14px 0;
    color:#0d2d5d;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
}

.fpa-home-nav-v51580 a::after{
    content:"";
    position:absolute;
    left:50%;
    right:50%;
    bottom:3px;
    height:3px;
    border-radius:5px;
    background:var(--fpa-orange);
    transition:.2s ease;
}

.fpa-home-nav-v51580 a:hover::after,
.fpa-home-nav-v51580 a.active::after{
    left:0;
    right:0;
}

.fpa-home-header-actions-v51580{
    display:flex;
    align-items:center;
    gap:18px;
}

.fpa-login-v51580{
    display:flex;
    align-items:center;
    gap:8px;
    padding:12px 4px;
    color:#0b2c5d;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
}

.fpa-login-v51580 svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
}

.fpa-publish-v51580{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 24px;
    border-radius:9px;
    background:var(--fpa-orange);
    color:#fff;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 10px 22px rgba(255,97,26,.18);
}

.fpa-publish-v51580:hover,
.fpa-btn-primary-v51580:hover,
.fpa-estimate-btn-v51580:hover,
.fpa-professional-banner-v51580 a:hover{
    background:var(--fpa-orange-dark);
    transform:translateY(-2px);
}

.fpa-hero-v51580{
    min-height:475px;
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
    align-items:center;
    gap:34px;
    padding:32px 0 22px;
}

.fpa-hero-copy-v51580{
    position:relative;
    z-index:3;
}

.fpa-hero-copy-v51580 h1{
    max-width:690px;
    margin:0;
    color:#0a2c60;
    font-size:clamp(48px,4.55vw,76px);
    line-height:1.095;
    letter-spacing:-.045em;
    font-weight:900;
}

.fpa-hero-copy-v51580 p{
    max-width:570px;
    margin:22px 0 0;
    color:#29466e;
    font-size:18px;
    line-height:1.48;
    font-weight:550;
}

.fpa-hero-actions-v51580{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:28px;
}

.fpa-btn-primary-v51580,
.fpa-btn-secondary-v51580{
    min-height:56px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 31px;
    border-radius:8px;
    font-size:15px;
    font-weight:900;
    text-decoration:none;
}

.fpa-btn-primary-v51580{
    border:2px solid var(--fpa-orange);
    background:var(--fpa-orange);
    color:#fff;
    box-shadow:0 11px 24px rgba(255,97,26,.16);
}

.fpa-btn-secondary-v51580{
    border:2px solid #163f78;
    background:#fff;
    color:#0b326a;
}

.fpa-btn-secondary-v51580:hover{
    border-color:#0b326a;
    background:#f5f8fc;
    transform:translateY(-2px);
}

.fpa-hero-scene-v51580{
    position:relative;
    min-height:420px;
}

.fpa-map-v51580{
    position:absolute;
    width:94%;
    left:0;
    top:-3px;
    opacity:.9;
}

.fpa-laptop-v51580{
    position:absolute;
    z-index:4;
    left:22%;
    bottom:42px;
    width:47%;
    filter:drop-shadow(0 24px 24px rgba(15,34,62,.18));
}

.fpa-laptop-screen-v51580{
    height:220px;
    padding:8px;
    border:9px solid #18202d;
    border-bottom-width:13px;
    border-radius:12px 12px 7px 7px;
    background:#fff;
    overflow:hidden;
}

.fpa-mini-browser-v51580{
    height:16px;
    display:flex;
    gap:4px;
    align-items:center;
    padding:0 5px;
    background:#f2f5f9;
}

.fpa-mini-browser-v51580 span{
    width:5px;
    height:5px;
    border-radius:50%;
    background:#a8b3c0;
}

.fpa-mini-ui-v51580{
    height:100%;
    padding:17px;
    background:
        radial-gradient(circle at 80% 16%,rgba(255,98,25,.08),transparent 28%),
        linear-gradient(145deg,#ffffff,#f4f8fd);
}

.fpa-mini-ui-v51580 img{
    width:62px;
    margin-bottom:14px;
}

.fpa-mini-ui-v51580 strong{
    display:block;
    color:#102e5d;
    font-size:15px;
    line-height:1.2;
}

.fpa-mini-cards-v51580{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:7px;
    margin-top:19px;
}

.fpa-mini-cards-v51580 i{
    display:block;
    height:48px;
    border:1px solid #d9e3ef;
    border-radius:5px;
    background:#fff;
}

.fpa-laptop-base-v51580{
    width:119%;
    height:14px;
    margin-left:-9.5%;
    border-radius:0 0 50% 50%;
    background:linear-gradient(#dce1e6,#9ba4ad);
}

.fpa-phone-v51580{
    position:absolute;
    z-index:7;
    right:22%;
    bottom:36px;
    width:101px;
    height:205px;
    padding:24px 10px 10px;
    border:8px solid #152131;
    border-radius:20px;
    background:#fff;
    box-shadow:0 17px 27px rgba(21,33,49,.2);
}

.fpa-phone-speaker-v51580{
    position:absolute;
    top:7px;
    left:36%;
    width:29%;
    height:4px;
    border-radius:5px;
    background:#152131;
}

.fpa-phone-v51580 strong{
    display:block;
    margin-bottom:14px;
    color:#14386e;
    font-size:11px;
}

.fpa-phone-v51580 i{
    display:block;
    height:19px;
    margin:8px 0;
    border:1px solid #dce4ed;
    border-radius:5px;
    background:#f6f8fb;
}

.fpa-phone-v51580 b{
    display:block;
    height:22px;
    margin-top:13px;
    border-radius:5px;
    background:var(--fpa-orange);
}

.fpa-boxes-v51580{
    position:absolute;
    z-index:6;
    left:8%;
    bottom:51px;
    width:130px;
    height:145px;
}

.fpa-boxes-v51580 span{
    position:absolute;
    display:grid;
    place-items:center;
    border:1px solid #b47f48;
    background:linear-gradient(145deg,#e8b56c,#c88742);
    color:#143b6c;
    font-weight:900;
    box-shadow:0 7px 11px rgba(86,55,25,.12);
}

.fpa-boxes-v51580 span:nth-child(1){
    width:65px;
    height:56px;
    left:5px;
    bottom:0;
}

.fpa-boxes-v51580 span:nth-child(2){
    width:64px;
    height:56px;
    left:69px;
    bottom:0;
}

.fpa-boxes-v51580 span:nth-child(3){
    width:59px;
    height:52px;
    left:37px;
    bottom:57px;
}

.fpa-plane-v51580{
    position:absolute;
    z-index:5;
    top:31px;
    right:5%;
    width:180px;
    fill:#eceff2;
    stroke:#5b6570;
    stroke-width:2;
    filter:drop-shadow(0 8px 8px rgba(35,51,68,.16));
    transform:rotate(-6deg);
}

.fpa-truck-v51580{
    position:absolute;
    z-index:6;
    width:190px;
    right:4%;
    bottom:44px;
    fill:#e8edf1;
    stroke:#525e69;
    stroke-width:3;
}

.fpa-ship-v51580{
    position:absolute;
    z-index:3;
    width:170px;
    right:-2%;
    bottom:24px;
    fill:#16487e;
    stroke:#0b315e;
    stroke-width:2;
}

.fpa-ship-v51580 rect:nth-of-type(1),
.fpa-ship-v51580 rect:nth-of-type(4){
    fill:#ea6628;
}

.fpa-ship-v51580 rect:nth-of-type(2),
.fpa-ship-v51580 rect:nth-of-type(5){
    fill:#e8a139;
}

.fpa-ship-v51580 rect:nth-of-type(3){
    fill:#236393;
}

.fpa-benefits-v51580{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    min-height:92px;
    margin:0 0 34px;
    border:1px solid #e0e6ed;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 24px rgba(11,43,82,.05);
}

.fpa-benefits-v51580 article{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:18px 25px;
}

.fpa-benefits-v51580 article:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:24%;
    width:1px;
    height:52%;
    background:#dce3ec;
}

.fpa-benefit-icon-v51580{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    flex:0 0 50px;
}

.fpa-benefit-icon-v51580 svg{
    width:42px;
    height:42px;
    fill:none;
    stroke:#153b73;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.fpa-benefits-v51580 strong{
    display:block;
    margin-bottom:4px;
    color:#092b5e;
    font-size:15px;
}

.fpa-benefits-v51580 small{
    display:block;
    max-width:230px;
    color:#405875;
    font-size:12px;
    line-height:1.35;
    font-weight:650;
}

.fpa-section-v51580{
    padding:15px 0 19px;
}

.fpa-section-v51580>h2,
.fpa-trust-v51580>h2{
    margin:0 0 22px;
    color:#0c2c5e;
    text-align:center;
    font-size:27px;
    line-height:1.15;
    letter-spacing:-.02em;
    font-weight:900;
}

.fpa-audience-grid-v51580{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.fpa-audience-card-v51580{
    min-height:176px;
    display:grid;
    grid-template-columns:42% 58%;
    align-items:center;
    overflow:hidden;
    border:1px solid rgba(19,53,92,.09);
    border-radius:15px;
    padding:16px 20px;
}

.fpa-audience-client-v51580{
    background:linear-gradient(120deg,#fff3e9,#fff8f2);
}

.fpa-audience-gp-v51580{
    background:linear-gradient(120deg,#edf6ff,#f5faff);
}

.fpa-audience-pro-v51580{
    background:linear-gradient(120deg,#edf8f2,#f6fbf8);
}

.fpa-audience-illustration-v51580 svg{
    display:block;
    width:100%;
    max-height:132px;
}

.fpa-audience-card-v51580 h3{
    margin:0 0 8px;
    color:#0d2d5d;
    font-size:19px;
}

.fpa-audience-card-v51580 p{
    min-height:43px;
    margin:0 0 13px;
    color:#29466c;
    font-size:13px;
    line-height:1.36;
    font-weight:650;
}

.fpa-audience-card-v51580 a{
    display:inline-flex;
    min-height:36px;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border:1.5px solid var(--fpa-orange);
    border-radius:7px;
    color:var(--fpa-orange);
    background:#fff;
    font-size:13px;
    font-weight:900;
    text-decoration:none;
}

.fpa-audience-card-v51580:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 27px rgba(10,44,91,.08);
}

.fpa-how-v51580{
    padding-top:27px;
}

.fpa-steps-v51580{
    display:grid;
    grid-template-columns:1fr 35px 1fr 35px 1fr;
    align-items:center;
}

.fpa-steps-v51580 article{
    position:relative;
    min-height:103px;
    display:grid;
    grid-template-columns:42px 58px 1fr;
    align-items:center;
    gap:13px;
    padding:14px 18px;
    border:1px solid #e0e6ed;
    border-radius:12px;
    background:#fff;
    box-shadow:0 7px 18px rgba(12,42,79,.04);
}

.fpa-step-number-v51580{
    position:absolute;
    top:17px;
    left:16px;
    width:29px;
    height:29px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--fpa-orange);
    color:#fff;
    font-size:13px;
    font-weight:900;
}

.fpa-step-icon-v51580{
    grid-column:2;
    display:grid;
    place-items:center;
}

.fpa-step-icon-v51580 svg{
    width:46px;
    height:46px;
    fill:none;
    stroke:#14386d;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.fpa-steps-v51580 article>div:last-child{
    grid-column:3;
}

.fpa-steps-v51580 strong{
    display:block;
    margin-bottom:5px;
    color:#0c2c5d;
    font-size:14px;
}

.fpa-steps-v51580 small{
    color:#354e6e;
    font-size:12px;
    line-height:1.35;
    font-weight:650;
}

.fpa-step-arrow-v51580{
    color:#12386c;
    text-align:center;
    font-size:25px;
}

.fpa-simulator-v51580{
    margin:8px 0 21px;
    padding:18px 24px 22px;
    border-radius:14px;
    background:linear-gradient(105deg,#062c63,#073c7e);
}

.fpa-simulator-v51580 h2{
    margin:0 0 14px;
    color:#fff;
    text-align:center;
    font-size:22px;
    font-weight:900;
}

.fpa-simulator-fields-v51580{
    display:grid;
    grid-template-columns:1.2fr 1.2fr 1.2fr .7fr auto;
    gap:14px;
}

.fpa-simulator-fields-v51580>a:not(.fpa-estimate-btn-v51580){
    position:relative;
    min-height:68px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:10px 18px;
    border-radius:8px;
    background:#fff;
    color:#14335f;
    text-decoration:none;
}

.fpa-simulator-fields-v51580 small{
    margin-bottom:4px;
    color:#607089;
    font-size:10px;
}

.fpa-simulator-fields-v51580 strong{
    font-size:13px;
}

.fpa-simulator-fields-v51580>a>span{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
}

.fpa-estimate-btn-v51580{
    min-width:193px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:var(--fpa-orange);
    color:#fff;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
}

.fpa-home-ad-v51580{
    margin:22px 0;
}

.fpa-listings-v51580{
    padding-top:2px;
}

.fpa-listings-heading-v51580{
    position:relative;
    margin-bottom:18px;
}

.fpa-listings-heading-v51580 h2{
    margin:0;
    text-align:center;
    color:#0b2c5c;
    font-size:25px;
    font-weight:900;
}

.fpa-listings-heading-v51580>a{
    position:absolute;
    right:0;
    top:7px;
    color:var(--fpa-orange);
    font-size:12px;
    font-weight:900;
    text-decoration:none;
}

.fpa-listing-grid-v51580{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.fpa-listing-grid-v51580 article{
    position:relative;
    min-height:178px;
    padding:20px 20px 18px 126px;
    border:1px solid #dde4ed;
    border-radius:14px;
    background:#fff;
    box-shadow:0 6px 18px rgba(12,42,79,.035);
}

.fpa-listing-tag-v51580{
    position:absolute;
    top:13px;
    left:14px;
    padding:5px 9px;
    border-radius:5px;
    font-size:9px;
    font-weight:900;
}

.fpa-listing-tag-v51580.blue{
    background:#d7e8ff;
    color:#164c92;
}

.fpa-listing-tag-v51580.green{
    background:#d9f3df;
    color:#237347;
}

.fpa-listing-picto-v51580{
    position:absolute;
    left:17px;
    bottom:22px;
    width:92px;
    height:80px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#f3f7fb;
    color:#164a83;
    font-size:42px;
}

.fpa-listing-grid-v51580 h3{
    margin:12px 0 5px;
    color:#0a2c5d;
    font-size:17px;
}

.fpa-listing-grid-v51580 p{
    min-height:38px;
    margin:0;
    color:#4c617d;
    font-size:11px;
    line-height:1.38;
    font-weight:650;
}

.fpa-listing-meta-v51580{
    display:flex;
    gap:13px;
    margin:12px 0;
}

.fpa-listing-meta-v51580 span{
    color:#435a78;
    font-size:10px;
    font-weight:750;
}

.fpa-listing-grid-v51580 article>a{
    display:inline-flex;
    min-height:31px;
    align-items:center;
    justify-content:center;
    padding:0 11px;
    border:1px solid var(--fpa-orange);
    border-radius:6px;
    color:var(--fpa-orange);
    font-size:10px;
    font-weight:900;
    text-decoration:none;
}

.fpa-trust-v51580{
    padding:8px 0 26px;
}

.fpa-trust-grid-v51580{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.fpa-trust-grid-v51580 article{
    position:relative;
    min-height:73px;
    display:grid;
    grid-template-columns:49px 1fr;
    gap:12px;
    align-items:center;
    padding:5px 25px;
}

.fpa-trust-grid-v51580 article:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:19%;
    height:62%;
    width:1px;
    background:#dbe3ec;
}

.fpa-trust-grid-v51580 svg{
    width:42px;
    height:42px;
    fill:none;
    stroke:#173c71;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.fpa-trust-grid-v51580 strong{
    display:block;
    margin-bottom:4px;
    color:#0b2b5c;
    font-size:12px;
}

.fpa-trust-grid-v51580 small{
    display:block;
    color:#455c78;
    font-size:10px;
    line-height:1.36;
    font-weight:650;
}

.fpa-professional-banner-v51580{
    min-height:180px;
    display:grid;
    grid-template-columns:31% 69%;
    align-items:center;
    overflow:hidden;
    margin:0 0 18px;
    border-radius:14px;
    background:
        radial-gradient(circle at 14% 45%,rgba(42,132,202,.35),transparent 30%),
        linear-gradient(102deg,#072e67,#06275a);
    color:#fff;
}

.fpa-pro-visual-v51580{
    position:relative;
    height:180px;
}

.fpa-pro-globe-v51580{
    position:absolute;
    left:22px;
    top:25px;
    width:135px;
    height:135px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
}

.fpa-pro-globe-v51580::before,
.fpa-pro-globe-v51580::after{
    content:"";
    position:absolute;
    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;
}

.fpa-pro-globe-v51580::before{
    inset:12px 43px;
}

.fpa-pro-globe-v51580::after{
    inset:43px 12px;
}

.fpa-pro-globe-v51580 span,
.fpa-pro-globe-v51580 i,
.fpa-pro-globe-v51580 b{
    position:absolute;
    width:11px;
    height:11px;
    border-radius:50% 50% 50% 0;
    background:var(--fpa-orange);
    transform:rotate(-45deg);
}

.fpa-pro-globe-v51580 span{
    left:20px;
    top:38px;
}

.fpa-pro-globe-v51580 i{
    right:18px;
    top:57px;
}

.fpa-pro-globe-v51580 b{
    left:65px;
    bottom:18px;
}

.fpa-pro-person-v51580{
    position:absolute;
    z-index:3;
    right:10px;
    bottom:0;
    width:130px;
    height:169px;
}

.fpa-pro-head-v51580{
    width:60px;
    height:60px;
    margin:0 auto -4px;
    border-radius:50%;
    background:linear-gradient(145deg,#74482c,#432918);
}

.fpa-pro-body-v51580{
    position:relative;
    height:114px;
    display:flex;
    justify-content:center;
    border-radius:52px 52px 0 0;
    background:#092c5d;
}

.fpa-pro-body-v51580 img{
    position:absolute;
    top:25px;
    width:62px;
    height:auto;
    filter:brightness(1.4);
}

.fpa-professional-banner-v51580 h2{
    margin:0 0 8px;
    color:#fff;
    font-size:28px;
    line-height:1.1;
    font-weight:900;
}

.fpa-professional-banner-v51580 p{
    max-width:600px;
    margin:0 0 16px;
    color:#e5eef9;
    font-size:14px;
    line-height:1.4;
    font-weight:650;
}

.fpa-professional-banner-v51580 a{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    border-radius:6px;
    background:var(--fpa-orange);
    color:#fff;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
}

.fpa-footer-v51580{
    position:relative;
    width:calc(100% + 0px);
    display:grid;
    grid-template-columns:1.5fr repeat(4,1fr) 1fr;
    gap:32px;
    padding:32px 34px 55px;
    border-radius:0;
    background:#062958;
    color:#fff;
}

.fpa-footer-brand-v51580 img{
    width:160px;
    filter:brightness(1.15);
}

.fpa-footer-brand-v51580 p{
    max-width:210px;
    margin:14px 0 0;
    color:#e5edf8;
    font-size:11px;
    line-height:1.55;
}

.fpa-footer-v51580>div:not(.fpa-footer-bottom-v51580){
    display:flex;
    flex-direction:column;
    gap:9px;
}

.fpa-footer-v51580 strong{
    margin-bottom:3px;
    color:#fff;
    font-size:10px;
    letter-spacing:.04em;
}

.fpa-footer-v51580 a{
    color:#edf3fb;
    font-size:10px;
    text-decoration:none;
}

.fpa-footer-v51580 a:hover{
    color:#ff9b63;
}

.fpa-footer-social-v51580>div{
    display:flex;
    flex-direction:row!important;
    gap:8px;
}

.fpa-footer-social-v51580 span{
    width:29px;
    height:29px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    font-size:10px;
    font-weight:900;
}

.fpa-footer-social-v51580 small{
    margin-top:10px;
    color:#fff;
    font-size:10px;
}

.fpa-footer-bottom-v51580{
    position:absolute;
    right:30px;
    bottom:15px;
    color:#aabbd2;
    font-size:9px;
}

.fpa-footer-bottom-v51580 a{
    color:#c6d4e6;
    font-size:9px;
}

/* Auth modal still preserved */
.fpa-home-v51580 #auth-panel{
    position:fixed;
    z-index:999;
}

@keyframes fpaFadeUp51580{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.fpa-home-v51580 .fpa-audience-card-v51580,
.fpa-home-v51580 .fpa-steps-v51580 article,
.fpa-home-v51580 .fpa-listing-grid-v51580 article{
    animation:fpaFadeUp51580 .5s ease both;
}

/* ============================================================
   TABLETTE
   ============================================================ */

@media(max-width:1180px){

    .fpa-home-v51580{
        width:min(100% - 30px,1180px);
    }

    .fpa-home-header-v51580{
        gap:18px;
    }

    .fpa-home-logo-v51580{
        flex-basis:185px;
    }

    .fpa-home-logo-v51580 img{
        width:170px;
    }

    .fpa-home-nav-v51580{
        gap:20px;
    }

    .fpa-home-nav-v51580 a{
        font-size:13px;
    }

    .fpa-publish-v51580{
        padding:0 16px;
    }

    .fpa-hero-v51580{
        grid-template-columns:1fr 1fr;
    }

    .fpa-hero-copy-v51580 h1{
        font-size:49px;
    }

    .fpa-laptop-v51580{
        left:13%;
        width:57%;
    }

    .fpa-phone-v51580{
        right:13%;
    }

    .fpa-truck-v51580{
        right:-2%;
    }

    .fpa-simulator-fields-v51580{
        grid-template-columns:1fr 1fr 1fr 1fr;
    }

    .fpa-estimate-btn-v51580{
        grid-column:1/-1;
        min-height:50px;
    }

    .fpa-footer-v51580{
        grid-template-columns:1.4fr repeat(3,1fr);
    }

    .fpa-footer-social-v51580{
        grid-column:auto;
    }
}

/* ============================================================
   MOBILE / PETITE TABLETTE
   ============================================================ */

@media(max-width:860px){

    .fpa-home-v51580{
        width:min(100% - 22px,760px);
    }

    .fpa-home-header-v51580{
        min-height:82px;
        flex-wrap:wrap;
        padding:10px 0;
    }

    .fpa-home-logo-v51580{
        flex:1 1 auto;
    }

    .fpa-home-logo-v51580 img{
        width:158px;
    }

    .fpa-home-nav-v51580{
        order:3;
        width:100%;
        justify-content:flex-start;
        gap:22px;
        overflow-x:auto;
        padding-bottom:3px;
    }

    .fpa-home-header-actions-v51580{
        margin-left:auto;
    }

    .fpa-login-v51580{
        font-size:0;
    }

    .fpa-login-v51580 svg{
        width:25px;
        height:25px;
    }

    .fpa-publish-v51580{
        min-height:42px;
        font-size:12px;
    }

    .fpa-hero-v51580{
        min-height:0;
        grid-template-columns:1fr;
        gap:12px;
        padding-top:45px;
    }

    .fpa-hero-copy-v51580{
        text-align:center;
    }

    .fpa-hero-copy-v51580 h1{
        max-width:680px;
        margin:0 auto;
        font-size:clamp(42px,9vw,59px);
    }

    .fpa-hero-copy-v51580 p{
        margin-left:auto;
        margin-right:auto;
    }

    .fpa-hero-actions-v51580{
        justify-content:center;
    }

    .fpa-hero-scene-v51580{
        min-height:390px;
    }

    .fpa-benefits-v51580{
        grid-template-columns:1fr;
    }

    .fpa-benefits-v51580 article{
        justify-content:flex-start;
    }

    .fpa-benefits-v51580 article:not(:last-child)::after{
        top:auto;
        bottom:0;
        left:7%;
        right:7%;
        width:auto;
        height:1px;
    }

    .fpa-audience-grid-v51580,
    .fpa-listing-grid-v51580{
        grid-template-columns:1fr;
    }

    .fpa-audience-card-v51580{
        grid-template-columns:36% 64%;
    }

    .fpa-steps-v51580{
        grid-template-columns:1fr;
        gap:11px;
    }

    .fpa-step-arrow-v51580{
        transform:rotate(90deg);
    }

    .fpa-simulator-fields-v51580{
        grid-template-columns:1fr 1fr;
    }

    .fpa-estimate-btn-v51580{
        grid-column:1/-1;
    }

    .fpa-trust-grid-v51580{
        grid-template-columns:1fr 1fr;
    }

    .fpa-trust-grid-v51580 article:nth-child(2)::after{
        display:none;
    }

    .fpa-professional-banner-v51580{
        grid-template-columns:39% 61%;
    }

    .fpa-footer-v51580{
        grid-template-columns:1.5fr 1fr 1fr;
    }

    .fpa-footer-bottom-v51580{
        position:static;
        grid-column:1/-1;
        margin-top:7px;
    }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:560px){

    .fpa-home-v51580{
        width:calc(100% - 18px);
    }

    .fpa-home-header-actions-v51580{
        gap:8px;
    }

    .fpa-publish-v51580{
        padding:0 11px;
    }

    .fpa-home-nav-v51580 a{
        flex:0 0 auto;
    }

    .fpa-hero-v51580{
        padding-top:31px;
    }

    .fpa-hero-copy-v51580 h1{
        font-size:39px;
    }

    .fpa-hero-copy-v51580 p{
        font-size:15px;
    }

    .fpa-btn-primary-v51580,
    .fpa-btn-secondary-v51580{
        width:100%;
    }

    .fpa-hero-scene-v51580{
        min-height:310px;
        transform:scale(.92);
        transform-origin:center top;
    }

    .fpa-laptop-v51580{
        left:8%;
        width:64%;
    }

    .fpa-laptop-screen-v51580{
        height:166px;
    }

    .fpa-phone-v51580{
        width:76px;
        height:160px;
        right:7%;
        bottom:55px;
    }

    .fpa-plane-v51580{
        width:127px;
    }

    .fpa-truck-v51580{
        width:135px;
    }

    .fpa-ship-v51580{
        width:118px;
    }

    .fpa-boxes-v51580{
        transform:scale(.8);
        transform-origin:left bottom;
    }

    .fpa-audience-card-v51580{
        grid-template-columns:1fr;
        text-align:center;
    }

    .fpa-audience-illustration-v51580{
        max-width:190px;
        margin:0 auto;
    }

    .fpa-audience-card-v51580 p{
        min-height:0;
    }

    .fpa-simulator-fields-v51580{
        grid-template-columns:1fr;
    }

    .fpa-estimate-btn-v51580{
        grid-column:auto;
        min-height:54px;
    }

    .fpa-listing-grid-v51580 article{
        padding-left:111px;
    }

    .fpa-listing-picto-v51580{
        width:78px;
    }

    .fpa-trust-grid-v51580{
        grid-template-columns:1fr;
    }

    .fpa-trust-grid-v51580 article:not(:last-child)::after{
        top:auto;
        left:5%;
        right:5%;
        bottom:0;
        width:auto;
        height:1px;
        display:block;
    }

    .fpa-professional-banner-v51580{
        grid-template-columns:1fr;
        padding:0 22px 27px;
        text-align:center;
    }

    .fpa-pro-visual-v51580{
        height:150px;
    }

    .fpa-pro-person-v51580{
        left:50%;
        right:auto;
        transform:translateX(-25%);
    }

    .fpa-pro-globe-v51580{
        left:20%;
    }

    .fpa-professional-banner-v51580 p{
        margin-left:auto;
        margin-right:auto;
    }

    .fpa-footer-v51580{
        grid-template-columns:1fr 1fr;
        padding:28px 22px 35px;
    }

    .fpa-footer-brand-v51580{
        grid-column:1/-1;
    }

    .fpa-footer-social-v51580{
        grid-column:1/-1;
    }

    .fpa-footer-bottom-v51580{
        grid-column:1/-1;
    }
}


/* FPA V51581 - VISUELS MAQUETTE */

.fpa-hero-scene-v51580{
    position:relative;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fpa-hero-main-image-v51581{
    display:block;
    width:100%;
    max-width:760px;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 18px 26px rgba(15,36,68,.12));
}

.fpa-audience-illustration-v51580{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
}

.fpa-card-image-v51581{
    display:block;
    width:100%;
    max-width:190px;
    height:132px;
    object-fit:contain;
    object-position:center;
}

.fpa-professional-banner-v51580{
    overflow:hidden;
}

.fpa-pro-visual-v51580{
    position:relative;
    height:180px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.fpa-pro-banner-image-v51581{
    display:block;
    width:100%;
    max-width:390px;
    height:180px;
    object-fit:contain;
    object-position:left bottom;
}

@media(max-width:1180px){
    .fpa-hero-main-image-v51581{
        max-width:650px;
    }

    .fpa-card-image-v51581{
        max-width:165px;
        height:120px;
    }
}

@media(max-width:860px){
    .fpa-hero-scene-v51580{
        min-height:360px;
    }

    .fpa-hero-main-image-v51581{
        max-width:620px;
    }

    .fpa-card-image-v51581{
        max-width:180px;
        height:130px;
    }

    .fpa-pro-banner-image-v51581{
        max-width:300px;
    }
}

@media(max-width:560px){
    .fpa-hero-scene-v51580{
        min-height:285px;
        transform:none!important;
    }

    .fpa-hero-main-image-v51581{
        max-width:430px;
    }

    .fpa-card-image-v51581{
        max-width:220px;
        height:150px;
        margin:0 auto;
    }

    .fpa-pro-visual-v51580{
        height:175px;
    }

    .fpa-pro-banner-image-v51581{
        max-width:330px;
        height:175px;
        object-position:center bottom;
    }
}


/* ============================================================
   FPA V51582 - PROPORTIONS VISUELS DEFINITIVES
   Alignement sur maquette validée
   ============================================================ */

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

.fpa-home-v51580 .fpa-hero-scene-v51580{
    position:relative!important;
    min-height:400px!important;
    height:400px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    transform:none!important;
}

.fpa-home-v51580 .fpa-hero-main-image-v51581{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:680px!important;
    max-height:400px!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0 auto!important;
    transform:none!important;
    filter:drop-shadow(0 15px 22px rgba(15,36,68,.10))!important;
}

/* ------------------------------------------------------------
   CARTES PROFILS
   ------------------------------------------------------------ */

.fpa-home-v51580 .fpa-audience-card-v51580{
    min-height:176px!important;
    height:176px!important;
    grid-template-columns:42% 58%!important;
    align-items:center!important;
    overflow:hidden!important;
    padding:14px 18px!important;
}

.fpa-home-v51580 .fpa-audience-illustration-v51580{
    width:100%!important;
    height:145px!important;
    min-width:0!important;
    max-width:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
}

.fpa-home-v51580 .fpa-audience-illustration-v51580 .fpa-card-image-v51581{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:175px!important;
    max-height:138px!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0 auto!important;
    padding:0!important;
    transform:none!important;
}

/* Particulier */
.fpa-home-v51580 .fpa-audience-client-v51580 .fpa-card-image-v51581{
    max-width:170px!important;
    max-height:136px!important;
}

/* GP */
.fpa-home-v51580 .fpa-audience-gp-v51580 .fpa-card-image-v51581{
    max-width:165px!important;
    max-height:137px!important;
}

/* Professionnel */
.fpa-home-v51580 .fpa-audience-pro-v51580 .fpa-card-image-v51581{
    max-width:180px!important;
    max-height:138px!important;
}

/* ------------------------------------------------------------
   BANDEAU PROFESSIONNEL
   ------------------------------------------------------------ */

.fpa-home-v51580 .fpa-professional-banner-v51580{
    min-height:180px!important;
    height:180px!important;
    grid-template-columns:31% 69%!important;
    overflow:hidden!important;
}

.fpa-home-v51580 .fpa-pro-visual-v51580{
    position:relative!important;
    width:100%!important;
    height:180px!important;
    min-height:180px!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
    transform:none!important;
}

.fpa-home-v51580 .fpa-pro-banner-image-v51581{
    display:block!important;
    position:relative!important;
    width:auto!important;
    height:auto!important;
    max-width:330px!important;
    max-height:176px!important;
    object-fit:contain!important;
    object-position:center bottom!important;
    margin:0 auto!important;
    transform:none!important;
}

/* ------------------------------------------------------------
   TABLETTE
   ------------------------------------------------------------ */

@media(max-width:1180px){

    .fpa-home-v51580 .fpa-hero-main-image-v51581{
        max-width:590px!important;
        max-height:370px!important;
    }

    .fpa-home-v51580 .fpa-audience-illustration-v51580 .fpa-card-image-v51581{
        max-width:150px!important;
        max-height:125px!important;
    }

    .fpa-home-v51580 .fpa-pro-banner-image-v51581{
        max-width:290px!important;
        max-height:172px!important;
    }
}

/* ------------------------------------------------------------
   PETITE TABLETTE
   ------------------------------------------------------------ */

@media(max-width:860px){

    .fpa-home-v51580 .fpa-hero-scene-v51580{
        height:auto!important;
        min-height:340px!important;
    }

    .fpa-home-v51580 .fpa-hero-main-image-v51581{
        max-width:600px!important;
        max-height:340px!important;
    }

    .fpa-home-v51580 .fpa-audience-card-v51580{
        height:auto!important;
        min-height:175px!important;
    }

    .fpa-home-v51580 .fpa-audience-illustration-v51580 .fpa-card-image-v51581{
        max-width:170px!important;
        max-height:135px!important;
    }

    .fpa-home-v51580 .fpa-professional-banner-v51580{
        height:auto!important;
        min-height:180px!important;
    }

    .fpa-home-v51580 .fpa-pro-banner-image-v51581{
        max-width:280px!important;
        max-height:175px!important;
    }
}

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media(max-width:560px){

    .fpa-home-v51580 .fpa-hero-scene-v51580{
        min-height:260px!important;
        height:auto!important;
        overflow:hidden!important;
    }

    .fpa-home-v51580 .fpa-hero-main-image-v51581{
        width:100%!important;
        max-width:420px!important;
        max-height:260px!important;
    }

    .fpa-home-v51580 .fpa-audience-card-v51580{
        grid-template-columns:1fr!important;
        height:auto!important;
        min-height:300px!important;
        text-align:center!important;
    }

    .fpa-home-v51580 .fpa-audience-illustration-v51580{
        height:170px!important;
    }

    .fpa-home-v51580 .fpa-audience-illustration-v51580 .fpa-card-image-v51581{
        max-width:220px!important;
        max-height:165px!important;
    }

    .fpa-home-v51580 .fpa-professional-banner-v51580{
        grid-template-columns:1fr!important;
        height:auto!important;
        min-height:0!important;
    }

    .fpa-home-v51580 .fpa-pro-visual-v51580{
        height:190px!important;
        min-height:190px!important;
    }

    .fpa-home-v51580 .fpa-pro-banner-image-v51581{
        max-width:320px!important;
        max-height:188px!important;
    }
}


/* ==========================================================
   FPA V51583 - AUTH + FOOTER
   ========================================================== */

/* Empêche l'ancien overlay JS de bloquer l'écran sur le nouvel accueil */
.fpa-home-v51580 #auth-panel[aria-hidden="true"]{
    display:none!important;
    pointer-events:none!important;
}

.fpa-home-v51580 #auth-panel[aria-hidden="false"]{
    display:block!important;
}

/* Footer : logo lisible sur fond bleu */
.fpa-footer-brand-v51580{
    align-items:flex-start!important;
}

.fpa-footer-brand-v51580 img{
    width:175px!important;
    height:auto!important;
    padding:10px 14px!important;
    border:2px solid rgba(255,255,255,.88)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.96)!important;
    filter:none!important;
    box-shadow:0 8px 18px rgba(0,0,0,.12)!important;
}

@media(max-width:560px){
    .fpa-footer-brand-v51580 img{
        width:155px!important;
    }
}


/* ==========================================================
   FPA V51584 - MINI SIMULATEUR ACCUEIL
   ========================================================== */

.fpa-mini-sim-v51584{
    scroll-margin-top:20px;
}

.fpa-mini-sim-v51584 form{
    margin:0;
}

.fpa-mini-sim-grid-v51584{
    grid-template-columns:
        minmax(150px,1.15fr)
        minmax(150px,1.15fr)
        minmax(120px,.85fr)
        minmax(90px,.65fr)
        minmax(190px,1.1fr)
        auto!important;

    align-items:stretch!important;
}

.fpa-mini-sim-field-v51584,
.fpa-mini-dims-v51584{
    min-height:68px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:4px;

    padding:8px 13px;

    border-radius:8px;
    background:#fff;
}

.fpa-mini-sim-field-v51584 small,
.fpa-mini-dims-v51584>small{
    color:#607089;
    font-size:10px;
    line-height:1;
}

.fpa-mini-sim-field-v51584 select,
.fpa-mini-sim-field-v51584 input{
    width:100%;
    min-width:0;

    border:0;
    outline:0;
    background:transparent;

    color:#14335f;
    font:inherit;
    font-size:12px;
    font-weight:800;

    padding:2px 0;
}

.fpa-mini-weight-v51584>span{
    display:flex;
    align-items:center;
    gap:5px;
}

.fpa-mini-weight-v51584 b{
    color:#607089;
    font-size:11px;
}

.fpa-mini-dims-v51584>div{
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    gap:3px;
    align-items:center;
}

.fpa-mini-dims-v51584 input{
    width:100%;
    min-width:0;

    border:0;
    border-bottom:1px solid #dce5f0;
    outline:0;

    padding:4px 2px;

    color:#14335f;
    background:transparent;

    text-align:center;
    font-weight:850;
}

.fpa-mini-dims-v51584 i{
    color:#93a1b5;
    font-style:normal;
}

.fpa-mini-sim-v51584
.fpa-estimate-btn-v51580{
    border:0;
    padding:0 22px;
    cursor:pointer;
}

.fpa-mini-result-v51584{
    margin-top:14px;
    padding:13px 16px;

    border-radius:10px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);

    color:#fff;
}

.fpa-mini-result-v51584 span,
.fpa-mini-result-v51584 small{
    display:block;
}

.fpa-mini-result-v51584 span{
    font-size:11px;
    font-weight:800;
    opacity:.8;
}

.fpa-mini-result-v51584 strong{
    display:block;
    margin:3px 0;

    font-size:21px;
    font-weight:950;
}

.fpa-mini-result-v51584 small{
    font-size:11px;
}

.fpa-mini-result-v51584.warn{
    background:#fff7ed;
    color:#9a3412;
    border-color:#fed7aa;
}

.fpa-mini-advanced-v51584{
    margin-top:9px;
    text-align:right;
}

.fpa-mini-advanced-v51584 a{
    color:#dbeafe;
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

.fpa-mini-advanced-v51584 a:hover{
    color:#fff;
    text-decoration:underline;
}

@media(max-width:1180px){

    .fpa-mini-sim-grid-v51584{
        grid-template-columns:
            1fr 1fr 1fr 1fr!important;
    }

    .fpa-mini-dims-v51584{
        grid-column:1 / 4;
    }

    .fpa-mini-sim-v51584
    .fpa-estimate-btn-v51580{
        grid-column:4;
        min-height:68px;
    }
}

@media(max-width:760px){

    .fpa-mini-sim-grid-v51584{
        grid-template-columns:1fr 1fr!important;
    }

    .fpa-mini-dims-v51584{
        grid-column:1 / -1;
    }

    .fpa-mini-sim-v51584
    .fpa-estimate-btn-v51580{
        grid-column:1 / -1;
        min-height:52px;
    }
}

@media(max-width:520px){

    .fpa-mini-sim-grid-v51584{
        grid-template-columns:1fr!important;
    }

    .fpa-mini-dims-v51584,
    .fpa-mini-sim-v51584
    .fpa-estimate-btn-v51580{
        grid-column:auto;
    }
}


/* ==========================================================
   FPA_V51585_SAFARI_MINISIM
   Compatibilité Safari / Chrome / Edge
   ========================================================== */

/*
 * On neutralise ici les anciennes définitions GRID uniquement
 * pour le mini-simulateur V51584.
 */

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-grid-v51584{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;

    width:100%!important;
    gap:12px!important;

    grid-template-columns:none!important;
}

/* ----------------------------------------------------------
   CHAMPS STANDARD
   ---------------------------------------------------------- */

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584{
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;

    min-height:68px!important;
    height:68px!important;

    box-sizing:border-box!important;
}

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584 select,
.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584 input{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    -webkit-appearance:none;
    appearance:none;
}

/* Départ */
.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584:nth-of-type(1){
    flex:1.15 1 0!important;
}

/* Destination */
.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584:nth-of-type(2){
    flex:1.15 1 0!important;
}

/* Transport */
.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-sim-field-v51584:nth-of-type(3){
    flex:.9 1 0!important;
}

/* Poids */
.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-weight-v51584{
    flex:.62 1 0!important;
    min-width:105px!important;
}

/* ----------------------------------------------------------
   DIMENSIONS
   ---------------------------------------------------------- */

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-dims-v51584{
    flex:1.2 1 0!important;

    width:auto!important;
    min-width:190px!important;
    max-width:none!important;

    height:68px!important;
    min-height:68px!important;

    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;

    grid-column:auto!important;

    box-sizing:border-box!important;
}

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-dims-v51584 > div{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;

    width:100%!important;
    gap:5px!important;

    grid-template-columns:none!important;
}

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-dims-v51584 input{
    flex:1 1 0!important;

    width:0!important;
    min-width:0!important;
    max-width:none!important;

    height:27px!important;

    box-sizing:border-box!important;

    -webkit-appearance:none;
    appearance:none;
}

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-mini-dims-v51584 i{
    flex:0 0 auto!important;
}

/* ----------------------------------------------------------
   BOUTON
   ---------------------------------------------------------- */

.fpa-home-v51580
.fpa-mini-sim-v51584
.fpa-estimate-btn-v51580{
    flex:0 0 185px!important;

    width:185px!important;
    min-width:185px!important;
    max-width:185px!important;

    height:68px!important;
    min-height:68px!important;

    grid-column:auto!important;

    box-sizing:border-box!important;

    white-space:nowrap!important;
}

/* ----------------------------------------------------------
   SAFARI : normalisation contrôles
   ---------------------------------------------------------- */

@supports (-webkit-touch-callout:none){

    .fpa-home-v51580
    .fpa-mini-sim-v51584 select{
        line-height:1.2!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584 input[type="number"]{
        -webkit-appearance:textfield!important;
        appearance:textfield!important;
    }
}

/* ----------------------------------------------------------
   TABLETTE
   ---------------------------------------------------------- */

@media(max-width:1180px){

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-sim-grid-v51584{
        flex-wrap:wrap!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-sim-field-v51584{
        flex:1 1 calc(25% - 12px)!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-dims-v51584{
        flex:1 1 calc(70% - 12px)!important;
        min-width:0!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-estimate-btn-v51580{
        flex:1 1 calc(30% - 12px)!important;

        width:auto!important;
        min-width:180px!important;
        max-width:none!important;
    }
}

/* ----------------------------------------------------------
   MOBILE / PETITE TABLETTE
   ---------------------------------------------------------- */

@media(max-width:760px){

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-sim-grid-v51584{
        gap:9px!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-sim-field-v51584{
        flex:1 1 calc(50% - 9px)!important;
        min-width:calc(50% - 9px)!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-dims-v51584{
        flex:1 1 100%!important;

        width:100%!important;
        min-width:100%!important;
    }

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-estimate-btn-v51580{
        flex:1 1 100%!important;

        width:100%!important;
        min-width:100%!important;
        max-width:100%!important;

        height:54px!important;
        min-height:54px!important;
    }
}

/* ----------------------------------------------------------
   PETIT MOBILE
   ---------------------------------------------------------- */

@media(max-width:520px){

    .fpa-home-v51580
    .fpa-mini-sim-v51584
    .fpa-mini-sim-field-v51584{
        flex:1 1 100%!important;

        width:100%!important;
        min-width:100%!important;
    }
}


/* ============================================================
   FPA V51586 - CTA POST ESTIMATION
   ============================================================ */

.fpa-mini-result-v51584{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
}

.fpa-mini-result-content-v51586{
    flex:1 1 auto;
    min-width:0;
}

.fpa-mini-cta-v51586{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}

.fpa-mini-cta-v51586 a{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:8px;
    padding:0 15px;

    font-size:11px;
    line-height:1;
    font-weight:900;
    text-decoration:none;

    white-space:nowrap;
}

.fpa-mini-cta-primary-v51586{
    background:#ff611a;
    border:1px solid #ff611a;
    color:#fff!important;
}

.fpa-mini-cta-primary-v51586:hover{
    background:#e95314;
    border-color:#e95314;
    transform:translateY(-1px);
}

.fpa-mini-cta-secondary-v51586{
    background:#fff;
    border:1px solid rgba(255,255,255,.72);
    color:#0b326a!important;
}

.fpa-mini-result-v51584.warn
.fpa-mini-cta-secondary-v51586{
    border-color:#f1b98f;
}

@media(max-width:900px){

    .fpa-mini-result-v51584{
        align-items:flex-start!important;
        flex-direction:column!important;
    }

    .fpa-mini-cta-v51586{
        width:100%;
        justify-content:flex-start;
    }
}

@media(max-width:560px){

    .fpa-mini-cta-v51586{
        display:grid;
        grid-template-columns:1fr;
    }

    .fpa-mini-cta-v51586 a{
        width:100%;
    }
}


/* ==========================================================
   FPA_V51587_RESULTAT_SIMULATEUR
   Le bloc résultat reste invisible tant qu'aucun calcul
   n'a été effectué.
   ========================================================== */

.fpa-home-v51580
.fpa-mini-result-v51584[hidden]{
    display:none!important;
}

/* Une fois le résultat disponible */
.fpa-home-v51580
.fpa-mini-result-v51584:not([hidden]){
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
}


/* ============================================================
   FPA V51588B - OPTIONS MINI SIMULATEUR
   ============================================================ */

.fpa-mini-options-v51588{
    margin-top:8px;
    border:0;
}

.fpa-mini-options-v51588 > summary{
    width:max-content;
    max-width:100%;
    cursor:pointer;
    list-style:none;
    color:#dbeafe;
    font-size:11px;
    font-weight:900;
    padding:4px 0;
    user-select:none;
}

.fpa-mini-options-v51588 > summary::-webkit-details-marker{
    display:none;
}

.fpa-mini-options-v51588[open] > summary{
    color:#fff;
}

.fpa-mini-options-grid-v51588{
    display:grid;
    grid-template-columns:
        minmax(140px,1fr)
        minmax(90px,.55fr)
        minmax(150px,1fr)
        minmax(170px,1fr);
    gap:10px;
    margin-top:8px;
    padding:10px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    border-radius:10px;
}

.fpa-mini-options-grid-v51588 label{
    min-height:54px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:4px;
    padding:7px 10px;
    background:#fff;
    border-radius:8px;
    box-sizing:border-box;
}

.fpa-mini-options-grid-v51588 small{
    color:#607089;
    font-size:10px;
    font-weight:700;
}

.fpa-mini-options-grid-v51588 select,
.fpa-mini-options-grid-v51588 input{
    width:100%;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#14335f;
    font:inherit;
    font-size:12px;
    font-weight:850;
    box-sizing:border-box;
}

.fpa-declared-value-v51588[hidden]{
    display:none!important;
}

.fpa-declared-value-v51588 span{
    display:flex;
    align-items:center;
    gap:6px;
}

.fpa-declared-value-v51588 b{
    color:#607089;
    font-size:10px;
}

.fpa-mini-cta-v51586{
    justify-content:flex-end!important;
}

.fpa-mini-cta-v51586
.fpa-mini-cta-primary-v51586{
    min-width:180px;
}

@media(max-width:900px){
    .fpa-mini-options-grid-v51588{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:560px){
    .fpa-mini-options-grid-v51588{
        grid-template-columns:1fr;
    }

    .fpa-mini-options-v51588 > summary{
        width:100%;
    }
}


/* ============================================================
   FPA V51590 — ANNONCES DISPONIBLES ACCUEIL
   Fidélité maquette 17/08/2026
   ============================================================ */

.fpa-listings-v51590{
    padding:18px 0 24px;
}

.fpa-listings-head-v51590{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.fpa-listings-head-v51590 h2{
    margin:0;
    color:#0a2d61;
    font-size:25px;
    line-height:1.1;
    font-weight:950;
}

.fpa-listings-head-v51590>a{
    position:absolute;
    right:0;
    color:#ff5d17;
    font-size:11px;
    font-weight:900;
    text-decoration:none;
}

.fpa-listing-grid-v51590{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.fpa-listing-card-v51590{
    position:relative;
    min-width:0;
    min-height:188px;
    display:flex;
    flex-direction:column;
    overflow:hidden;

    padding:17px 16px 13px;

    border:1px solid #dce5ef;
    border-radius:13px;

    background:#fff;

    box-shadow:
        0 3px 10px rgba(22,49,86,.025);
}

.fpa-listing-badge-v51590{
    align-self:flex-start;

    display:inline-flex;
    align-items:center;

    min-height:20px;

    padding:0 9px;

    border-radius:5px;

    background:#d9eaff;
    color:#175194;

    font-size:9px;
    line-height:1;
    font-weight:900;
}

.fpa-listing-parcel
.fpa-listing-badge-v51590{
    background:#d8f3df;
    color:#247a45;
}

.fpa-listing-freight
.fpa-listing-badge-v51590{
    background:#d9eaff;
    color:#174d8d;
}

.fpa-listing-card-body-v51590{
    flex:1 1 auto;
    min-width:0;

    display:grid;
    grid-template-columns:91px minmax(0,1fr);
    gap:13px;

    align-items:center;

    margin-top:7px;
}

.fpa-listing-art-v51590{
    width:91px;
    height:76px;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    border-radius:9px;

    background:#f3f7fc;
}

.fpa-listing-art-v51590 svg{
    width:100%;
    height:100%;
    display:block;
}

.fpa-listing-card-copy-v51590{
    min-width:0;
}

.fpa-listing-card-v51590 h3{
    overflow:hidden;

    margin:0 0 7px;

    color:#082d62;

    font-size:17px;
    line-height:1.15;
    font-weight:950;

    text-overflow:ellipsis;
    white-space:nowrap;
}

.fpa-route-arrow-v51590{
    color:#173e70;
    padding:0 2px;
}

.fpa-listing-date-v51590{
    min-height:0!important;
    margin:0 0 8px!important;

    color:#425a77!important;

    font-size:10px!important;
    line-height:1.2!important;
    font-weight:750!important;
}

.fpa-listing-date-v51590 span{
    color:#213c60;
    font-weight:900;
}

.fpa-listing-facts-v51590{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.fpa-listing-facts-v51590 span{
    position:relative;

    color:#465d7b;

    font-size:10px;
    line-height:1.2;
    font-weight:800;
}

.fpa-listing-facts-v51590 span+span{
    padding-left:13px;
}

.fpa-listing-facts-v51590 span+span::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;

    width:5px;
    height:5px;

    border:1.5px solid #607da1;
    border-radius:50%;

    transform:translateY(-50%);
}

.fpa-listing-card-foot-v51590{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:10px;

    margin-top:10px;
}

.fpa-listing-card-foot-v51590>div{
    min-width:0;
}

.fpa-listing-card-foot-v51590 small{
    display:inline;

    color:#5c6e87;

    font-size:9px;
    font-weight:700;
}

.fpa-listing-card-foot-v51590 strong{
    display:inline;

    margin-left:4px;

    color:#ff5d17;

    font-size:12px;
    line-height:1.2;
    font-weight:950;
}

.fpa-listing-card-foot-v51590>a{
    flex:0 0 auto;

    min-height:31px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:0 11px;

    border:1px solid #ff5d17;
    border-radius:6px;

    background:#fff;
    color:#ff5d17;

    font-size:9px;
    font-weight:900;

    text-decoration:none;
    white-space:nowrap;
}

.fpa-listing-card-foot-v51590>a:hover{
    background:#ff5d17;
    color:#fff;
}

/* TABLETTE */
@media(max-width:900px){

    .fpa-listing-grid-v51590{
        grid-template-columns:1fr;
    }

    .fpa-listing-card-v51590{
        min-height:0;
    }

    .fpa-listing-art-v51590{
        width:110px;
        height:86px;
    }

    .fpa-listing-card-body-v51590{
        grid-template-columns:110px minmax(0,1fr);
    }
}

/* MOBILE */
@media(max-width:560px){

    .fpa-listings-head-v51590{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .fpa-listings-head-v51590 h2{
        font-size:22px;
    }

    .fpa-listings-head-v51590>a{
        position:static;
    }

    .fpa-listing-card-v51590{
        padding:14px;
    }

    .fpa-listing-card-body-v51590{
        grid-template-columns:86px minmax(0,1fr);
        gap:11px;
    }

    .fpa-listing-art-v51590{
        width:86px;
        height:73px;
    }

    .fpa-listing-card-v51590 h3{
        font-size:15px;
    }

    .fpa-listing-card-foot-v51590{
        align-items:flex-start;
        flex-direction:column;
    }

    .fpa-listing-card-foot-v51590>a{
        width:100%;
    }
}


/* ============================================================
   FPA V51591 — FINITION ANNONCES DISPONIBLES
   ============================================================ */

.fpa-listing-card-v51590{
    min-height:205px!important;
    padding:16px 15px 14px!important;
}

.fpa-listing-card-body-v51590{
    grid-template-columns:108px minmax(0,1fr)!important;
    gap:14px!important;
    margin-top:9px!important;
}

.fpa-listing-art-v51590{
    width:108px!important;
    height:88px!important;
    border-radius:10px!important;
}

.fpa-listing-card-v51590 h3{
    font-size:16px!important;
    line-height:1.15!important;
    margin-bottom:7px!important;
}

.fpa-listing-date-v51590{
    line-height:1.3!important;
}

.fpa-listing-card-foot-v51590{
    margin-top:12px!important;
    min-height:33px;
}

/* état vide : sobre, pas de faux trajet */
.fpa-listing-empty-v51591{
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcfe 100%
        )!important;
}

.fpa-listing-empty-v51591 h3{
    white-space:normal!important;
    text-overflow:clip!important;
    overflow:visible!important;
    color:#334d6e!important;
    font-size:14px!important;
}

.fpa-listing-empty-v51591
.fpa-listing-card-foot-v51590 strong{
    margin-left:0!important;
    color:#385777!important;
    font-size:10px!important;
}

/* illustrations plus proches de la maquette */
.fpa-art-travel-v51591,
.fpa-art-truck-v51591,
.fpa-art-freight-v51591{
    background:#f4f8fd!important;
    box-shadow:
        inset 0 0 0 1px rgba(21,62,108,.035);
}

/* desktop large */
@media(min-width:1100px){

    .fpa-listing-grid-v51590{
        gap:20px!important;
    }
}

/* tablette */
@media(max-width:900px){

    .fpa-listing-card-body-v51590{
        grid-template-columns:115px minmax(0,1fr)!important;
    }

    .fpa-listing-art-v51590{
        width:115px!important;
        height:90px!important;
    }
}

/* mobile */
@media(max-width:560px){

    .fpa-listing-card-v51590{
        min-height:0!important;
    }

    .fpa-listing-card-body-v51590{
        grid-template-columns:90px minmax(0,1fr)!important;
    }

    .fpa-listing-art-v51590{
        width:90px!important;
        height:76px!important;
    }
}


/* ============================================================
   FPA V51592 — RESEAUX SOCIAUX FOOTER
   ============================================================ */

.fpa-footer-social-links-v51592{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.fpa-footer-social-links-v51592 a{
    width:31px;
    height:31px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,255,255,.30);
    border-radius:50%;

    color:#ffffff;
    background:rgba(255,255,255,.06);

    font-size:13px;
    line-height:1;
    font-weight:900;

    text-decoration:none;

    transition:
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.fpa-footer-social-links-v51592 a:hover{
    background:#ff641f;
    border-color:#ff641f;
    transform:translateY(-1px);
}

.fpa-footer-social-links-v51592 a[hidden]{
    display:none!important;
}

@media(max-width:600px){
    .fpa-footer-social-links-v51592{
        gap:7px;
    }

    .fpa-footer-social-links-v51592 a{
        width:30px;
        height:30px;
    }
}
