  


  #searchform .form-container {
    display: flex;
    width: 100%;
    margin: 0px 0%;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -31px;
    z-index: 100;
    background: #012e5d;
    border-radius: 5px;
    padding: 10px;
}


span.fdq-location__name {
    font-size: 14px;
    color: #8bc49a;
    float: right;
    font-family: 'Nunito';
    margin-top: -16px;
}

/* Base commune du badge */
.jbd-container .place-card-body {
    position: relative;
}

.jbd-container .place-card-body::before {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;

    padding: 6px 11px;
    border-radius: 20px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.4px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* BONS PLANS */
.jbd-container.offers .place-card-body::before {
    content: "Bon plan";
    background: #e86e5a;
}

/* AGENDA */
.jbd-container.events .place-card-body::before {
    content: "Agenda";
    background: #4158a6;
}

/* ANNUAIRE */
.jbd-container.listings .place-card-body::before {
    content: "Annuaire";
    background: #19b3a6;
}








/* =========================================================
   FILDUQUARTIER.FR — HERO PAGE D'ACCUEIL
   Préfixe isolé : fdqh-
   ========================================================= */

.fdqh-hero {
    --fdqh-blue: #153f66;
    --fdqh-blue-dark: #0d2c49;
    --fdqh-green: #79bd92;
    --fdqh-green-dark: #4f9e70;
    --fdqh-cream: #fffaf4;
    --fdqh-white: #ffffff;
    --fdqh-text: #183047;
    --fdqh-text-soft: #617383;
    --fdqh-border: rgba(21, 63, 102, 0.10);
    --fdqh-shadow: 0 24px 70px rgba(19, 52, 78, 0.12);

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 12% 20%, rgba(121, 189, 146, .16), transparent 32%),
        radial-gradient(circle at 91% 13%, rgba(21, 63, 102, .08), transparent 26%),
        var(--fdqh-cream);

    border-radius: 0 0 42px 42px;
    color: var(--fdqh-text);

    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

.fdqh-hero,
.fdqh-hero * {
    box-sizing: border-box;
}


/* =========================================================
   STRUCTURE
   ========================================================= */

.fdqh-hero__inner {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;

    min-height: 650px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr);
    align-items: center;

    gap: clamp(50px, 7vw, 110px);

    padding: 75px 0 85px;
}


/* =========================================================
   CONTENU
   ========================================================= */

.fdqh-hero__content {
    position: relative;
    z-index: 5;

    max-width: 710px;
}


/* =========================================================
   SUR-TITRE
   ========================================================= */

.fdqh-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 22px;
    padding: 8px 14px 8px 9px;

    border-radius: 100px;

    background: rgba(255, 255, 255, .78);

    border: 1px solid rgba(21, 63, 102, .08);

    box-shadow:
        0 7px 25px rgba(21, 63, 102, .07);

    font-size: 14px;
    line-height: 1;
    font-weight: 750;

    color: var(--fdqh-blue);
}

.fdqh-hero__eyebrow-icon {
    display: grid;
    place-items: center;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: var(--fdqh-green);
    color: var(--fdqh-white);
}

.fdqh-hero__eyebrow-icon svg {
    width: 17px;
    height: 17px;
}


/* =========================================================
   TITRE
   ========================================================= */

.fdqh-hero h1 {
    margin: 0;

    max-width: 680px;

    font-size: clamp(46px, 5.6vw, 78px);
    line-height: .99;

    letter-spacing: -0.052em;

    font-weight: 850;

    color: var(--fdqh-blue-dark);
}

.fdqh-hero h1 span {
    position: relative;
    display: inline-block;

    color: var(--fdqh-green-dark);
}

.fdqh-hero h1 span::after {
    content: "";

    position: absolute;

    left: 3%;
    bottom: -5px;

    width: 94%;
    height: 8px;

    background: var(--fdqh-green);

    opacity: .22;

    border-radius: 100%;

    transform: rotate(-1.5deg);
}


/* =========================================================
   TEXTE D'INTRODUCTION
   ========================================================= */

.fdqh-hero__intro {
    max-width: 620px;

    margin: 27px 0 0;

    font-size: clamp(18px, 1.6vw, 21px);
    line-height: 1.55;

    font-weight: 450;

    color: var(--fdqh-text-soft);
}

.fdqh-hero__intro strong {
    color: var(--fdqh-text);
    font-weight: 750;
}


/* =========================================================
   LOCALISATION DU HERO
   ========================================================= */

.fdqh-location {
    display: flex;
    align-items: center;

    gap: 11px;

    width: fit-content;

    margin-top: 28px;
    padding: 11px 16px;

    background: rgba(255, 255, 255, .75);

    border: 1px solid var(--fdqh-border);

    border-radius: 14px;
}

.fdqh-location__pin {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    border-radius: 11px;

    background: rgba(121, 189, 146, .17);

    color: var(--fdqh-green-dark);
}

.fdqh-location__pin svg {
    width: 18px;
    height: 18px;
}

.fdqh-location__text {
    display: flex;
    flex-direction: column;

    line-height: 1.2;
}

.fdqh-location__label {
    margin-bottom: 3px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;

    color: #84929c;
}

.fdqh-location__name {
    font-size: 15px;
    font-weight: 750;

    color: var(--fdqh-blue-dark);
}


/* =========================================================
   BOUTONS
   ========================================================= */

.fdqh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 13px;

    margin-top: 30px;
}

.fdqh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 53px;

    padding: 0 21px;

    border-radius: 15px;

    text-decoration: none !important;

    font-size: 15px;
    line-height: 1;

    font-weight: 800;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.fdqh-button svg {
    width: 17px;
    height: 17px;

    transition: transform .2s ease;
}

.fdqh-button:hover {
    transform: translateY(-2px);
}

.fdqh-button:hover svg {
    transform: translateX(3px);
}

.fdqh-button--primary {
    background: var(--fdqh-blue);

    color: var(--fdqh-white) !important;

    box-shadow:
        0 12px 30px rgba(21, 63, 102, .19);
}

.fdqh-button--primary:hover {
    background: var(--fdqh-blue-dark);

    box-shadow:
        0 15px 34px rgba(21, 63, 102, .25);
}

.fdqh-button--secondary {
    background: rgba(255, 255, 255, .72);

    color: var(--fdqh-blue) !important;

    border: 1px solid rgba(21, 63, 102, .12);
}

.fdqh-button--secondary:hover {
    background: var(--fdqh-white);
}


/* =========================================================
   LIENS / THÉMATIQUES
   ========================================================= */

.fdqh-hero__quicklinks {
    display: flex;
    flex-wrap: wrap;

    gap: 19px;

    margin-top: 30px;
}

.fdqh-hero__quicklink {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #647785;

    font-size: 13px;
    font-weight: 650;
}

.fdqh-hero__quicklink::before {
    content: "";

    width: 6px;
    height: 6px;

    background: var(--fdqh-green);

    border-radius: 50%;
}


/* =========================================================
   VISUEL DU QUARTIER
   ========================================================= */

.fdqh-neighbourhood {
    position: relative;

    min-height: 520px;

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

.fdqh-map {
    position: relative;

    width: min(100%, 560px);

    aspect-ratio: 1.04 / 1;

    overflow: hidden;

    border-radius: 38px;

    background:
        linear-gradient(
            31deg,
            transparent 0 25%,
            rgba(255, 255, 255, .9) 25.5% 27.5%,
            transparent 28% 100%
        ),
        linear-gradient(
            112deg,
            transparent 0 44%,
            rgba(255, 255, 255, .82) 44.5% 47%,
            transparent 47.5% 100%
        ),
        linear-gradient(
            162deg,
            transparent 0 63%,
            rgba(255, 255, 255, .75) 63.5% 66%,
            transparent 66.5%
        ),
        #dceee2;

    border: 10px solid rgba(255, 255, 255, .88);

    box-shadow: var(--fdqh-shadow);

    transform: rotate(1.2deg);
}


/* =========================================================
   RUES
   ========================================================= */

.fdqh-map::before,
.fdqh-map::after {
    content: "";

    position: absolute;

    width: 130%;
    height: 18px;

    left: -15%;

    border-radius: 50px;

    background: rgba(255, 255, 255, .54);
}

.fdqh-map::before {
    top: 26%;

    transform: rotate(-23deg);
}

.fdqh-map::after {
    bottom: 18%;

    transform: rotate(18deg);
}


/* =========================================================
   ZONES VERTES
   ========================================================= */

.fdqh-map__park {
    position: absolute;

    border-radius: 50% 45% 56% 42%;

    background: rgba(102, 169, 126, .25);
}

.fdqh-map__park--1 {
    width: 155px;
    height: 110px;

    right: -25px;
    top: 52px;

    transform: rotate(17deg);
}

.fdqh-map__park--2 {
    width: 130px;
    height: 90px;

    left: -15px;
    bottom: 45px;

    transform: rotate(-18deg);
}


/* =========================================================
   REPÈRE CENTRAL
   ========================================================= */

.fdqh-main-pin {
    position: absolute;
    z-index: 5;

    top: 42%;
    left: 51%;

    width: 82px;
    height: 82px;

    transform: translate(-50%, -50%);
}

.fdqh-main-pin::after {
    content: "";

    position: absolute;
    z-index: -1;

    left: 50%;
    top: 50%;

    width: 100px;
    height: 100px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(21, 63, 102, .10);

    animation: fdqh-pulse 3s ease-in-out infinite;
}

@keyframes fdqh-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(.82);
        opacity: .5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.18);
        opacity: .08;
    }
}

.fdqh-main-pin__shape {
    width: 82px;
    height: 82px;

    display: grid;
    place-items: center;

    background: var(--fdqh-blue);

    border: 7px solid var(--fdqh-white);

    border-radius: 50% 50% 50% 18%;

    box-shadow:
        0 13px 30px rgba(21, 63, 102, .25);

    transform: rotate(-45deg);
}

.fdqh-main-pin__shape svg {
    width: 35px;
    height: 35px;

    transform: rotate(45deg);

    color: var(--fdqh-white);
}


/* =========================================================
   CARTES FLOTTANTES
   ========================================================= */

.fdqh-map-card {
    position: absolute;
    z-index: 6;

    display: flex;
    align-items: center;

    gap: 11px;

    min-width: 195px;

    padding: 12px 14px;

    background: rgba(255, 255, 255, .96);

    border: 1px solid rgba(21, 63, 102, .08);

    border-radius: 16px;

    box-shadow:
        0 15px 32px rgba(22, 54, 76, .12);

    transform: rotate(-1.2deg);
}

.fdqh-map-card__icon {
    flex: 0 0 auto;

    width: 39px;
    height: 39px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: rgba(121, 189, 146, .16);

    color: var(--fdqh-green-dark);
}

.fdqh-map-card__icon svg {
    width: 19px;
    height: 19px;
}

.fdqh-map-card__content {
    min-width: 0;
}

.fdqh-map-card__type {
    display: block;

    margin-bottom: 3px;

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .085em;

    text-transform: uppercase;

    color: var(--fdqh-green-dark);
}

.fdqh-map-card__title {
    display: block;

    max-width: 170px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 13px;
    line-height: 1.25;

    font-weight: 800;

    color: var(--fdqh-blue-dark);
}

.fdqh-map-card--deal {
    top: 14%;
    left: -4%;
}

.fdqh-map-card--agenda {
    right: -4%;
    top: 32%;
}

.fdqh-map-card--pro {
    left: 8%;
    bottom: 10%;
}


/* =========================================================
   AUTOUR DE VOUS
   ========================================================= */

.fdqh-around {
    position: absolute;
    z-index: 8;

    right: -7px;
    bottom: 7%;

    display: flex;
    align-items: center;

    gap: 9px;

    padding: 10px 14px;

    background: var(--fdqh-blue-dark);

    color: #ffffff;

    border-radius: 100px;

    font-size: 12px;
    font-weight: 750;

    box-shadow:
        0 10px 25px rgba(13, 44, 73, .22);

    transform: rotate(-2deg);
}

.fdqh-around__dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #91d5a9;

    box-shadow:
        0 0 0 5px rgba(145, 213, 169, .16);
}


/* =========================================================
   DÉCOR
   ========================================================= */

.fdqh-deco {
    position: absolute;

    pointer-events: none;

    border-radius: 50%;
}

.fdqh-deco--1 {
    width: 250px;
    height: 250px;

    right: -100px;
    top: -90px;

    border:
        1px solid rgba(21, 63, 102, .08);
}

.fdqh-deco--2 {
    width: 360px;
    height: 360px;

    left: -220px;
    bottom: -220px;

    border:
        1px solid rgba(121, 189, 146, .22);
}


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

@media (max-width: 1050px) {

    .fdqh-hero__inner {
        grid-template-columns: 1fr 420px;

        gap: 35px;
    }

    .fdqh-map-card {
        min-width: 170px;
    }

    .fdqh-map-card--deal {
        left: -2%;
    }

    .fdqh-map-card--agenda {
        right: -2%;
    }
}


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

@media (max-width: 850px) {

    .fdqh-hero {
        border-radius: 0 0 28px 28px;
    }

    .fdqh-hero__inner {
        width: min(100% - 32px, 700px);

        grid-template-columns: 1fr;

        gap: 48px;

        padding: 50px 0 60px;
    }

    .fdqh-hero__content {
        text-align: center;

        margin: auto;
    }

    .fdqh-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .fdqh-hero__intro {
        margin-left: auto;
        margin-right: auto;
    }

    .fdqh-hero__eyebrow,
    .fdqh-location {
        margin-left: auto;
        margin-right: auto;
    }

    .fdqh-hero__actions,
    .fdqh-hero__quicklinks {
        justify-content: center;
    }

    .fdqh-neighbourhood {
        width: min(100%, 560px);

        min-height: auto;

        margin: auto;
    }
}


@media (max-width: 550px) {

    .fdqh-hero__inner {
        width: calc(100% - 24px);

        padding-top: 35px;
    }

    .fdqh-hero h1 {
        font-size: clamp(40px, 12vw, 56px);
    }

    .fdqh-hero__intro {
        font-size: 17px;
    }

    .fdqh-hero__actions {
        flex-direction: column;
    }

    .fdqh-button {
        width: 100%;
    }

    .fdqh-hero__quicklinks {
        gap: 10px 16px;
    }

    .fdqh-map {
        border-width: 7px;

        border-radius: 27px;
    }

    .fdqh-main-pin {
        width: 68px;
        height: 68px;
    }

    .fdqh-main-pin__shape {
        width: 68px;
        height: 68px;

        border-width: 5px;
    }

    .fdqh-map-card {
        min-width: 0;

        max-width: 175px;

        padding: 9px 10px;
    }

    .fdqh-map-card__icon {
        width: 33px;
        height: 33px;
    }

    .fdqh-map-card__title {
        max-width: 110px;

        font-size: 11px;
    }

    .fdqh-map-card--deal {
        top: 8%;
        left: 3%;
    }

    .fdqh-map-card--agenda {
        top: 29%;
        right: 2%;
    }

    .fdqh-map-card--pro {
        left: 3%;
        bottom: 7%;
    }

    .fdqh-around {
        right: 1%;
        bottom: 3%;

        font-size: 10px;
    }
}


/* =========================================================
   ACCESSIBILITÉ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .fdqh-main-pin::after {
        animation: none;
    }

    .fdqh-button,
    .fdqh-button svg {
        transition: none;
    }
}