.realisations-page {
    z-index: 1;
    position: relative;
    overflow: visible;
    background: #ffffff;
}

/* =========================================================
   HERO
========================================================= */

.realisations-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 130px clamp(24px, 8vw, 120px) 90px;
    color: var(--white);
    isolation: isolate;
}

.realisations-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    filter: saturate(.88) contrast(1.05);
    transform: scale(1.02);
}

.realisations-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .36) 48%, rgba(0, 0, 0, .14)),
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .76));
}

.realisations-hero-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    animation: riseIn .8s ease both;
}

.realisations-hero .eyebrow {
    color: var(--white);
}

.realisations-hero h1 {
    max-width: 1040px;
    margin: 0 0 24px;
    color: var(--white);
    font-size: clamp(46px, 6.8vw, 75px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.045em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .52);
}

.realisations-hero-content > p:not(.eyebrow) {
    max-width: 850px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .9);
    font-size: 22px;
    font-weight: 750;
    line-height: 1.38;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}

.btn-home:hover {
    background: linear-gradient(135deg, rgba(246, 184, 15, .94), rgba(223, 151, 0, .84));
    border-color: rgba(255, 255, 255, .28);
    transform: translateY(3px);
}

/* =========================================================
   INTRO
========================================================= */

.realisations-intro-section {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding:
        clamp(76px, 8vw, 120px)
        clamp(28px, 7vw, 120px);
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #ffffff, #f2f4f5);
}

.realisations-intro-title {
    position: sticky;
    top: 110px;
}

.realisations-intro-title .eyebrow {
    color: var(--yellow-dark);
}

.realisations-intro-title h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .98;
}

.realisations-intro-text {
    display: grid;
    gap: 26px;
}

.realisations-intro-text p:first-child {
    margin: 0;
    color: var(--ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.72;
}

.intro-format {
    padding: 28px;
    background: rgba(245, 246, 247, .95);
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(15, 18, 20, .08);
}

.intro-format > span {
    display: block;
    margin-bottom: 18px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 900;
}

.intro-format ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro-format li {
    position: relative;
    padding-left: 26px;
    color: var(--muted);
    line-height: 1.58;
    font-weight: 700;
}

.intro-format li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 9px;
    height: 9px;
    content: "";
    background: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(246, 184, 15, .14);
}

.intro-format strong {
    color: var(--ink);
}

/* =========================================================
   MAP SECTION
========================================================= */

.projects-map-section {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--white);
    background:#161719;
}

.projects-map-inner {
    position: relative;
    overflow: visible;
    /* background:
        radial-gradient(circle at 84% 12%, rgba(246, 184, 15, .22), transparent 30%),
        radial-gradient(circle at 6% 58%, rgba(246, 184, 15, .16), transparent 28%),
        linear-gradient(135deg, #17191b, #303538); */
}

.projects-map-header {
    position: relative;
    z-index: 3;
    padding: clamp(70px, 7vw, 105px) clamp(28px, 7vw, 120px) 46px;
    text-align: center;
    background: transparent;
}

.projects-map-header .eyebrow {
    color: var(--white);
}

.projects-map-header h2 {
    max-width: 980px;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: clamp(34px, 4.4vw, 62px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.035em;
}

.projects-map-header p {
    max-width: 820px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.7;
}

/* =========================================================
   LAYOUT SIDEBAR + MAP
========================================================= */

.projects-map-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(680px, 48vw) minmax(0, 1fr);
    align-items: start;
    width: 100%;
    min-height: 160vh;
    background: transparent;
    padding-bottom: 50px;

}

.projects-sidebar {
    position: relative;
    z-index: 5;
    min-width: 0;
    height: auto;
    min-height: 100vh;
    display: block;
    overflow: visible;
    color: var(--white);
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 18px 0 50px rgba(0, 0, 0, .14);
}

.projects-sidebar-heading {
    padding: 34px 32px 22px;
    background: transparent;
    border-bottom: 0;
}

.projects-sidebar-heading span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    color: var(--black);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.projects-sidebar-heading strong {
    display: block;
    color: var(--white);
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.025em;
}

.projects-sidebar-list {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    overflow: visible;
    padding: 0 26px 0px;
    background: transparent;
}

.projects-sidebar-list::-webkit-scrollbar {
    display: none;
}

.projects-map-wrap {
    position: sticky;
    top: 82px;
    /* width: 100%; */
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    min-height: 0;
    margin : 0 26px 0 0;
    overflow: hidden;
    background: #dfe4e7;
    border-radius: 22px;
}

.realisations-map {
    width: 100%;
    height: 100%;
    min-height: 0;
    background: #dfe4e7;
}

.realisations-map .leaflet-control-attribution {
    font-size: 10px;
}

.realisations-map .leaflet-control-zoom {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 18, 20, .16);
}

.realisations-map .leaflet-control-zoom a {
    width: 38px;
    height: 38px;
    color: var(--ink);
    border: 0;
    font-size: 20px;
    line-height: 38px;
}

/* =========================================================
   PROJECT CARDS SIDEBAR - 2 COLONNES PC
========================================================= */

.project-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 200px 1fr;
    min-height: 300px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .16);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.project-card:last-child {
    margin-bottom: 0;
}

.project-card:hover,
.project-card.is-active {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: rgba(246, 184, 15, .65);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}

.project-card-image {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    background:
        linear-gradient(135deg, rgba(246, 184, 15, .38), rgba(20, 22, 24, .15)),
        #cfd6da;
}

.project-card-image::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 48%),
        linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .24));
}

.project-card-image::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .25));
}

.project-card-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    filter: saturate(.95) contrast(1.05);
    transition: transform .55s ease, filter .25s ease;
}

.project-card-image img.is-hidden {
    display: none;
}

.project-card:hover .project-card-image img,
.project-card.is-active .project-card-image img {
    transform: scale(1.08);
    filter: saturate(1.1) contrast(1.08);
}

.project-card-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 18px 20px;
}

.project-card-content > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 9px;
    color: var(--black);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.project-card h3 {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.015em;
}

.project-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
}

.project-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 0;
    color: var(--yellow-dark);
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.project-map-link::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform .22s ease;
}

.project-map-link:hover::after {
    transform: translateX(4px);
}

/* =========================================================
   MARKERS
========================================================= */

.tpgeo-project-marker-icon {
    background: transparent;
    border: 0;
}

.tpgeo-project-marker {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, .28),
        0 0 0 8px rgba(246, 184, 15, .18);
    transform: rotate(-45deg);
}

.tpgeo-project-marker::before {
    position: absolute;
    inset: 7px;
    content: "";
    background: #ffffff;
    border-radius: 50%;
}

.tpgeo-project-marker::after {
    position: absolute;
    inset: -18px;
    content: "";
    border: 1px solid rgba(246, 184, 15, .45);
    border-radius: 50%;
    animation: projectMarkerPulse 1.8s ease-out infinite;
    transform: rotate(45deg);
}

@keyframes projectMarkerPulse {
    from {
        opacity: .7;
        transform: scale(.72) rotate(45deg);
    }

    to {
        opacity: 0;
        transform: scale(1.45) rotate(45deg);
    }
}

/* =========================================================
   POPUP LEAFLET
========================================================= */

.project-leaflet-popup .leaflet-popup-content-wrapper {
    overflow: hidden;
    padding: 0;
    border-radius: 22px;
    box-shadow: 0 26px 80px rgba(15, 18, 20, .30);
}

.project-leaflet-popup .leaflet-popup-content {
    width: 300px !important;
    margin: 0;
}

.project-leaflet-popup .leaflet-popup-tip {
    box-shadow: none;
}

.project-popup {
    overflow: hidden;
    background: #ffffff;
}

.popup-carousel {
    position: relative;
    height: 170px;
    overflow: hidden;
    background: #111;
}

.popup-slides,
.popup-slide {
    width: 100%;
    height: 100%;
}

.popup-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.popup-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.popup-slide img,
.popup-slide video,
.popup-slide iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.popup-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: rgba(0, 0, 0, .48);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

.popup-carousel-prev {
    left: 12px;
}

.popup-carousel-next {
    right: 12px;
}

.popup-counter {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 5;
    padding: 5px 9px;
    color: var(--white);
    background: rgba(0, 0, 0, .52);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.project-popup-content {
    padding: 16px;
}

.project-popup-agency {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 9px;
    color: var(--black);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-popup h3 {
    margin: 0 0 5px;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.05;
}

.project-popup-location {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.project-popup-techniques {
    display: grid;
    gap: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(20, 20, 20, .08);
}

.project-popup-techniques strong {
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-popup-techniques span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.project-popup dl,
.project-popup dl div,
.project-popup dt,
.project-popup dd {
    display: none;
}

/* =========================================================
   IMAGE HOVER / OPEN
========================================================= */

.project-card-image,
.popup-image-open {
    cursor: pointer;
}

.project-card-image > i,
.popup-image-open > i {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 8;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--black);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 50%;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.82);
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.project-card-image:hover > i,
.popup-image-open:hover > i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.project-card-image:hover::after,
.popup-image-open:hover::after {
    opacity: 1;
}

.popup-image-open {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
}

.popup-image-open::after {
    position: absolute;
    inset: 0;
    z-index: 5;
    content: "";
    background: rgba(0, 0, 0, .22);
    opacity: 0;
    transition: opacity .2s ease;
}

/* =========================================================
   LIGHTBOX PROJET
========================================================= */

body.lightbox-open {
    overflow: hidden;
}

.project-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    justify-content: center;
    padding: clamp(20px, 4vw, 70px);
    background: rgba(8, 9, 10, .92);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.project-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.project-lightbox-content {
    position: relative;
    width: auto;
    height: 80vh;
}

.project-lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 32px 110px rgba(0, 0, 0, .55);
    transform: scale(.96);
    opacity: 0;
    transition:
        transform .25s ease,
        opacity .25s ease;
}

.project-lightbox.is-open .project-lightbox-content img {
    transform: scale(1);
    opacity: 1;
}

.project-lightbox-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    color: var(--white);
    background: rgba(0, 0, 0, .52);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.project-lightbox-caption strong {
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.project-lightbox-caption span {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    text-align: right;
}

.project-lightbox-close,
.project-lightbox-arrow {
    position: absolute;
    z-index: 10;
    display: grid;
    place-items: center;
    color: var(--white);
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition:
        background .2s ease,
        transform .2s ease,
        color .2s ease;
}

.project-lightbox-close:hover,
.project-lightbox-arrow:hover {
    color: var(--black);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    transform: scale(1.06);
}

.project-lightbox-close {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    font-size: 19px;
}

.project-lightbox-arrow {
    top: 50%;
    width: 58px;
    height: 58px;
    font-size: 24px;
    transform: translateY(-50%);
}

.project-lightbox-arrow:hover {
    transform: translateY(-50%) scale(1.06);
}

.project-lightbox-prev {
    left: 26px;
}

.project-lightbox-next {
    right: 26px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1400px) {
    .projects-map-layout {
        grid-template-columns: minmax(600px, 48vw) minmax(0, 1fr);
    }

    .projects-sidebar-list {
        gap: 16px;
        padding: 0 22px 70px;
    }

    .project-card {
        grid-template-rows: 135px 1fr;
        min-height: 280px;
    }

    .project-card-image {
        min-height: 135px;
    }

    .project-card h3 {
        font-size: 17px;
    }

    .project-card p {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {

    
    .realisations-intro-section {
        grid-template-columns: 1fr;
    }

    .realisations-intro-title {
        position: static;
    }

    .projects-map-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .projects-sidebar {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        box-shadow: none;
    }

    .projects-sidebar-list {
        display: none;
    }

    .projects-map-wrap {
        position: relative;
        top: auto;
        height: 560px;
        max-height: none;
        min-height: 560px;
        margin: 0 20px 0 20px;
        border-radius: 0;
    }

    .realisations-map {
        height: 560px;
        min-height: 560px;
    }
}

@keyframes mobileHeroBackground {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

@media (max-width: 900px) {
    .realisations-hero {
        min-height: 100vh;
        padding: 110px 22px 70px;
    }

    
    .realisations-hero::before {
        background-position: 0% center;
        animation: mobileHeroBackground 18s ease-in-out infinite alternate;
    }

    .realisations-hero h1 {
        font-size: clamp(42px, 10vw, 72px);
    }

    .realisations-intro-section {
        padding: 70px 22px;
    }

    .projects-map-header {
        padding: 70px 22px 34px;
    }

    .realisations-intro-title h2,
    .projects-map-header h2 {
        font-size: clamp(32px, 7vw, 46px);
    }

    .project-leaflet-popup .leaflet-popup-content {
        width: 280px !important;
    }

    .popup-carousel {
        height: 145px;
    }
}

@media (max-width: 700px) {
    .projects-sidebar-list {
        grid-template-columns: 1fr;
    }

    .project-card {
        grid-template-rows: 170px 1fr;
        min-height: auto;
    }

    .project-card-image {
        min-height: 170px;
    }

    .project-lightbox {
        padding: 16px;
    }

    .project-lightbox-content {
        width: 100%;
        height: 78vh;
    }

    .project-lightbox-content img {
        border-radius: 16px;
    }

    .project-lightbox-close {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
    }

    .project-lightbox-arrow {
        width: 44px;
        height: 44px;
        font-size: 18px;
        background: rgba(0, 0, 0, .42);
    }

    .project-lightbox-prev {
        left: 12px;
    }

    .project-lightbox-next {
        right: 12px;
    }

    .project-lightbox-caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        flex-direction: column;
        gap: 4px;
        padding: 13px 14px;
    }

    .project-lightbox-caption strong {
        font-size: 15px;
    }

    .project-lightbox-caption span {
        font-size: 12px;
        text-align: left;
    }

    .project-card-image > i,
    .popup-image-open > i {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 560px) {
    .realisations-hero {
        min-height: 100vh;
        padding: 96px 18px 58px;
    }

    .realisations-hero h1 {
        font-size: 39px;
    }

    .realisations-hero-content > p:not(.eyebrow) {
        font-size: 17px;
    }

    .realisations-intro-section {
        padding: 58px 18px;
    }

    .projects-map-header {
        padding: 58px 18px 30px;
    }

    .realisations-intro-text > p {
        font-size: 18px;
        line-height: 1.62;
    }

    .projects-sidebar-list {
        max-height: 350px;
        overflow-y: auto;
        padding: 0 14px 18px;
    }

    .projects-map-wrap {
        height: 500px;
        min-height: 500px;
    }

    .realisations-map {
        height: 500px;
        min-height: 500px;
    }

    .project-card {
        grid-template-rows: 150px 1fr;
        border-radius: 18px;
    }

    .project-card-image {
        min-height: 150px;
    }

    .project-card-content {
        padding: 14px;
    }

    .project-card-content > span {
        font-size: 8px;
    }

    .project-card h3 {
        font-size: 16px;
    }

    .project-card p {
        font-size: 12px;
    }

    .project-map-link {
        font-size: 10px;
    }

    .project-leaflet-popup .leaflet-popup-content {
        width: 260px !important;
    }

    .popup-carousel {
        height: 132px;
    }

    .popup-carousel-btn {
        width: 28px;
        height: 28px;
        font-size: 22px;
    }

    .popup-carousel-prev {
        left: 8px;
    }

    .popup-carousel-next {
        right: 8px;
    }

    .popup-counter {
        right: 8px;
        bottom: 8px;
        font-size: 10px;
    }

    .project-popup-content {
        padding: 14px;
    }

    .project-popup h3 {
        font-size: 17px;
    }

    .project-popup-location {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .realisations-hero h1 {
        font-size: 34px;
    }

    .projects-sidebar-list {
        max-height: 330px;
    }

    .projects-map-wrap {
        height: 460px;
        min-height: 460px;
    }
    
    .realisations-map {
        height: 460px;
        min-height: 460px;
    }

    .project-card h3 {
        font-size: 15px;
    }
}