:root {
    --pink: #e6007e;
    --purple: #5e386b;
    --teal: #16a993;
    --blue: #83aab7;
    --orange: #ee9f33;
    --soft-pink: #e288ae;
    --lilac: #c1a6ca;
    --ink: #24264d;
    --muted: #747998;
    --line: rgba(94, 56, 107, .14);
    --shell: rgba(255, 255, 255, .88)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

.page-bg {
    position: fixed;
    inset: -60px;
    background-image: url("../img/theme/fond-escale.png");
    background-size: cover;
    background-position: center;
    filter: blur(34px);
    transform: scale(1.12);
    opacity: .82;
    z-index: -2
}

.page-glass {
    position: fixed;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, .28));
    z-index: 1
}

.site-shell {
    width: min(1420px, calc(100% - 56px));
    margin: 0 auto;
    background: linear-gradient(120deg, rgba(255, 255, 255, .93), rgba(255, 255, 255, .82));
    min-height: 100vh;
    box-shadow: 0 0 90px rgba(35, 36, 72, .13);
    z-index: 2
}

.site-container {
    max-width: 1320px
}

.main-nav {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line)
}

.navbar-brand img {
    height: 92px;
    width: auto
}

.nav-link {
    text-transform: uppercase;
    font-weight: 750;
    font-size: .76rem;
    letter-spacing: .05em;
    color: #222 !important;
    position: relative
}

.nav-link.active,
.nav-link:hover {
    color: var(--pink) !important
}

.nav-link.active:after {
    content: "";
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .15rem;
    height: 2px;
    background: var(--pink)
}

.btn {
    border-radius: 999px;
    padding: .78rem 1.25rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em
}

.btn-pink {
    background: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
    box-shadow: 0 18px 40px rgba(230, 0, 126, .22)
}

.btn-pink:hover {
    background: #c9006e;
    border-color: #c9006e;
    color: #fff
}

.btn-outline-pink {
    border: 1px solid var(--pink);
    color: var(--pink);
    background: #fff
}

.btn-outline-pink:hover {
    background: var(--pink);
    color: #fff
}

.btn-soft {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--purple)
}

.hero {
    padding: 3.2rem 0 2rem
}

.eyebrow {
    color: var(--pink);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .8rem
}

.hero-title {
    font-family: Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: .86;
    color: var(--pink);
    letter-spacing: -.04em
}

.hero-subtitle {
    font-size: clamp(1.4rem, 3vw, 3.2rem);
    font-weight: 200;
    color: var(--purple);
    line-height: 1
}

.hero p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #40466c
}

.hero-visual {
    position: relative
}

.home-slider {
    position: relative;
    border-radius: 2.1rem;
    overflow: hidden;
    min-height: 540px;
    box-shadow: 0 28px 70px rgba(40, 42, 80, .18);
    background: #fff
}

.home-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .55s ease
}

.home-slide.active {
    opacity: 1
}

.home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(18, 19, 44, .82), rgba(18, 19, 44, .1) 55%, rgba(255, 255, 255, .02))
}

.slide-caption {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    z-index: 2
}

.slide-caption span {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .76rem;
    color: #ffd7ec;
    font-weight: 800
}

.slide-caption h2 {
    font-family: Georgia, serif;
    font-size: 2.3rem;
    margin: .35rem 0
}

.slide-caption p {
    color: rgba(255, 255, 255, .88);
    max-width: 520px
}

.slide-controls {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 5;
    display: flex;
    gap: .55rem
}

.slide-controls button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .82);
    color: var(--purple)
}

.soft-blob {
    position: absolute;
    width: 170px;
    height: 170px;
    background: linear-gradient(135deg, var(--teal), var(--pink));
    border-radius: 50%;
    filter: blur(40px);
    opacity: .18;
    left: -45px;
    bottom: 40px
}

.filter-wrap {
    padding: 0 1.5rem
}

.filter-bar {
    max-width: none;
    margin: -1.8rem auto 0;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 22px 60px rgba(61, 64, 112, .16);
    border-radius: 1.7rem;
    padding: .65rem;
    position: relative;
    z-index: 10
}

.fake-select {
    position: relative
}

.fake-select:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: var(--line)
}

.filter-bar .col-lg-4:last-child .fake-select:after {
    display: none
}

.fake-select-button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    text-align: left;
    color: var(--ink)
}

.fake-select-button i:first-child {
    font-size: 1.5rem;
    color: #7182b1
}

.fake-select-button small {
    display: block;
    color: #7b81a3;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 800
}

.fake-select-button strong {
    font-size: .92rem
}

.fake-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    box-shadow: 0 20px 45px rgba(42, 43, 80, .14);
    padding: .5rem;
    z-index: 50
}

.fake-select.open .fake-menu {
    display: block
}

.fake-menu button {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    text-align: left;
    border-radius: .9rem;
    padding: .7rem .85rem;
    color: var(--ink)
}

.fake-menu button:hover {
    background: #fff0f8;
    color: var(--pink)
}

.section-title {
    font-family: Georgia, serif;
    color: var(--purple);
    font-size: 2.2rem
}

.title-line {
    display: inline-block;
    width: 62px;
    height: 2px;
    background: var(--pink);
    vertical-align: middle;
    margin-left: 1rem
}

.events-drag {
    display: flex;
    gap: 1.35rem;
    overflow-x: auto;
    padding: 1rem .3rem 2rem;

    user-select: none;
    -webkit-user-select: none;

    touch-action: pan-y;

    cursor: grab;
}

.events-drag.dragging {
    cursor: grabbing;
}




.events-drag::-webkit-scrollbar {
    height: 7px;
}

.events-drag::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,
            var(--pink),
            var(--purple));
    border-radius: 999px;
}

.events-drag .event-card {
    min-width: 330px;
    max-width: 330px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.event-card {
    background: rgba(255, 255, 255, .93);
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(42, 43, 80, .12);
    transition: transform .25s ease, box-shadow .25s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(42, 43, 80, .18);
}

.event-img {
    display: block;
    height: 175px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.event-card:hover .event-img img {
    transform: scale(1.05);
}

.event-body {
    padding: 1.15rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start
}

.date-box {
    width: 62px;
    min-width: 62px;
    text-align: center;
    color: var(--purple);
    font-size: .72rem;
    font-weight: 800
}

.date-box span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: var(--pink)
}

.date-box.teal span {
    color: var(--teal)
}

.date-box.orange span {
    color: var(--orange)
}

.date-box.purple span {
    color: var(--purple)
}

.event-type {
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 900;
    color: var(--pink);
    letter-spacing: .06em
}

.event-type.teal {
    color: var(--teal)
}

.event-type.orange {
    color: var(--orange)
}

.event-type.purple {
    color: var(--purple)
}

.event-body h3 {
    font-size: 1.15rem;
    margin: .2rem 0
}

.event-body h3 a {
    text-decoration: none;
    color: var(--ink)
}

.event-body p {
    font-size: .88rem;
    color: var(--muted);
    margin: 0
}

.round-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--purple);
    text-decoration: none;
    min-width: 34px
}

.info-card,
.content-card {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 1.6rem;
    padding: 2rem;
    box-shadow: 0 18px 48px rgba(42, 43, 80, .1)
}

.info-card.pink {
    background: linear-gradient(135deg, rgba(230, 0, 126, .08), rgba(255, 255, 255, .88))
}

.info-card.purple {
    background: linear-gradient(135deg, rgba(94, 56, 107, .1), rgba(255, 255, 255, .88))
}

.icon-bubble {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: var(--purple);
    box-shadow: 0 12px 35px rgba(42, 43, 80, .1);
    margin-bottom: 1rem
}

.page-hero {
    padding: 4rem 0 2rem
}

.listing-grid .event-card {
    height: 100%
}

.concert-hero {
    padding: 3rem 0 2rem
}

.concert-title {
    font-family: Georgia, serif;
    color: var(--pink);
    font-size: clamp(2.8rem, 5.5vw, 5.6rem);
    line-height: .95;
    letter-spacing: -.035em
}

.concert-img {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(42, 43, 80, .18)
}

.concert-img img {
    width: 100%;
    height: 560px;
    object-fit: cover
}

.summary-box {
    border-left: 4px solid var(--pink);
    padding-left: 1.2rem;
    font-size: 1.13rem;
    line-height: 1.75;
    color: #3f4569
}

.seo-content h2,
.seo-content h3 {
    color: var(--purple);
    font-weight: 800
}

.seo-content h2 {
    font-family: Georgia, serif;
    font-size: 2.2rem
}

.seo-content h3 {
    font-size: 1.35rem;
    margin-top: 2rem
}

.seo-content p {
    font-size: 1.04rem;
    line-height: 1.9;
    color: #3f4569
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 1.3rem 0
}

.custom-list li {
    position: relative;
    padding: .7rem 0 .7rem 1.85rem;
    border-bottom: 1px solid var(--line);
    font-weight: 650;
    color: #3d4268
}

.custom-list li:before {
    content: "\F285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: .78rem;
    color: var(--pink);
    font-size: 1rem;
    font-weight: 900
}

.custom-list li:after {
    display: none
}

.quote-box {
    background: linear-gradient(135deg, rgba(230, 0, 126, .08), rgba(94, 56, 107, .08));
    border-radius: 1.4rem;
    padding: 1.4rem;
    margin: 1.5rem 0;
    color: var(--purple);
    font-weight: 700
}

.gallery-item {
    border-radius: 1.4rem;
    overflow: hidden;
    height: 220px;
    position: relative;
    background: #111
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-item.video {
    display: grid;
    place-items: center;
    color: #fff
}

.gallery-item.video img {
    position: absolute;
    inset: 0;
    opacity: .62
}

.gallery-item.video i {
    z-index: 1;
    font-size: 3rem
}

.prev-next{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.nav-spectacle{
    display: flex;
    gap: 1rem;
    align-items: center;

    min-width: 0;

    text-decoration: none;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    padding: 1rem;
    color: var(--ink);
    box-shadow: 0 12px 35px rgba(42,43,80,.1);
}

.nav-next{
    justify-content: flex-end;
    text-align: right;
}

.nav-spectacle img{
    width: 92px;
    height: 70px;
    object-fit: cover;
    border-radius: 1rem;
    flex-shrink: 0;
}

.nav-spectacle small{
    display: block;
    color: var(--pink);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .72rem;
}

.nav-spectacle strong{
    display: block;
    line-height: 1.2;
}

@media (max-width: 768px){

    .prev-next{
        grid-template-columns: 1fr 1fr;
        gap: .75rem;
    }

    .nav-spectacle{
        min-width: 0;
        padding: .75rem;
        gap: .55rem;

        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center !important;
    }

    .nav-spectacle img{
        width: 100%;
        height: 82px;
        object-fit: cover;
    }

    .nav-spectacle small{
        font-size: .58rem;
    }

    .nav-spectacle strong{
        font-size: .72rem;
        line-height: 1.2;
    }

    .nav-spectacle i{
        font-size: .9rem !important;
    }
}

.site-footer {
    margin-top: 5rem;
    padding: 4rem 0 1.5rem;
    background: rgba(255, 255, 255, .94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px)
}

.footer-logo {
    height: 110px
}

.site-footer h4 {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--purple);
    font-weight: 900;
    margin-bottom: 1rem
}

.site-footer a {
    display: block;
    text-decoration: none;
    color: #4b5075;
    margin: .45rem 0
}

.site-footer a:hover {
    color: var(--pink)
}

.footer-events {
    columns: 1
}

.footer-events a {
    break-inside: avoid;
    font-size: .9rem
}

.footer-events span {
    display: inline-block;
    min-width: 70px;
    color: var(--pink);
    font-weight: 900
}

.footer-bottom {
    border-top: 1px solid var(--line);
    margin-top: 2rem;
    padding-top: 1rem;
    color: var(--muted);
    font-size: .9rem
}

.text-pink {
    color: var(--pink)
}

@media(max-width:991px) {
    .site-shell {
        width: 100%;
    }

    .navbar-brand img {
        height: 72px
    }

    .hero {
        padding: 3rem 0
    }

    .home-slider {
        min-height: 430px
    }

    .filter-bar {
        border-radius: 1.8rem
    }

    .filter-wrap {
        padding: 0 1rem
    }

    .fake-select:after {
        display: none
    }

    .fake-menu {
        position: static;
        margin: 0 1rem 1rem
    }

    .concert-img img {
        height: 360px
    }

    .prev-next {
        grid-template-columns: 1fr
    }

    .footer-events {
        columns: 1
    }
}

@media(max-width:576px) {
    .hero-title {
        font-size: 3.2rem
    }

    .hero-subtitle {
        font-size: 2rem
    }

    .events-drag .event-card {
        min-width: 285px;
        max-width: 285px
    }

    .slide-caption {
        left: 1.2rem;
        right: 1.2rem
    }

    .slide-caption h2 {
        font-size: 1.7rem
    }

    .info-card,
    .content-card {
        padding: 1.4rem
    }

    .site-shell {
        box-shadow: none
    }

    .filter-bar {
        margin-top: 1rem
    }

    .concert-title {
        font-size: 2.6rem
    }
}

.hero-left-align {
    padding-left: 0
}

.filter-wrap .container {
    padding-left: 0;
    padding-right: 0
}

.events-drag a,
.event-card a {
    -webkit-user-drag: none;
    user-select: none
}


.simple-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0
}

.simple-list li {
    position: relative;
    padding: .65rem 0 .65rem 1.6rem;
    border-bottom: 1px solid var(--line);
    color: #3d4268
}

.simple-list li:before {
    content: "\F285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: .72rem;
    color: var(--pink);
    font-size: .9rem
}

.room-photo img {
    height: 520px;
    object-fit: cover
}

.page-hero .filter-bar {
    margin-top: 1.6rem
}

@media(max-width:991px) {
    .room-photo img {
        height: 340px
    }

    .hero-left-align {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }
}


/* =========================================
   OVERLAY ZOOM SUR LES IMAGES
   ========================================= */

.zoom-overlay {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    cursor: zoom-in;
}

/* assombrit légèrement */

.zoom-overlay::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, .05),
            rgba(0, 0, 0, .35));

    opacity: 0;
    transition: opacity .28s ease;

    z-index: 1;
}

/* picto loupe */

.zoom-overlay::after {
    content: "\f52a";
    font-family: "bootstrap-icons";
    font-weight: normal;

    position: absolute;
    top: 50%;
    left: 50%;

    transform:
        translate(-50%, -50%) scale(.75);

    width: 74px;
    height: 74px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, .16);

    backdrop-filter: blur(8px);

    color: #fff;
    font-size: 26px;

    opacity: 0;

    transition:
        opacity .28s ease,
        transform .28s ease;

    z-index: 2;
}

/* image */

.zoom-overlay img {
    display: block;
    width: 100%;
    height: auto;

    transition:
        transform .45s ease,
        filter .45s ease;
}

/* hover */

.zoom-overlay:hover::before {
    opacity: 1;
}

.zoom-overlay:hover::after {
    opacity: 1;

    transform:
        translate(-50%, -50%) scale(1);
}

.zoom-overlay:hover img {
    transform: scale(1.06);
    filter: brightness(.9);
}

.prev-next{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem;
}

.prev-next > .nav-spectacle{
    width: auto !important;
    max-width: none !important;
    min-width: 0;
}

@media (max-width: 768px){

    .prev-next{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .55rem;
    }

    .nav-spectacle{
        flex-direction: column;
        text-align: center !important;
        justify-content: center;
        padding: .6rem;
        gap: .45rem;
    }

    .nav-spectacle img{
        width: 100%;
        height: 78px;
        object-fit: cover;
    }

    .nav-spectacle small{
        font-size: .56rem;
    }

    .nav-spectacle strong{
        font-size: .72rem;
        line-height: 1.15;
    }

    .nav-spectacle i{
        font-size: .9rem !important;
    }
}


@media (max-width:768px){
    .mobile-order-1{
        order:1;
    }
    .mobile-order-2{
        order:2;
    }
    .mobile-order-3{
        order:3;
    }
}

.instagram-card {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 150%;
    overflow: hidden;
    position: relative;
  }
  .instagram-img {
    position: relative;
  }
  .instagram-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .instagram-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  .instagram-img:hover .instagram-overlay,
  .instagram-img:focus .instagram-overlay {
    opacity: 1;
  }
  @media (max-width: 767.98px) {
    .instagram-grid {
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }