@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Manrope:wght@400;500;600;700;800&display=swap');


/* ==========================================
   RESET
========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    margin: 0;
    background: #0d0d0d;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}


/* ==========================================
   HEADER
========================================== */

.header {
    position: fixed;
    top: 24px;
    left: 50%;
    width: calc(100% - 48px);
    height: 76px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 0 26px;
    z-index: 1000;
    background: rgba(15, 15, 15, .68);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        transform .45s cubic-bezier(.16, 1, .3, 1),
        opacity .35s ease;
}

.header-hidden {
    transform: translateX(-50%) translateY(-130px);
    opacity: 0;
}


/* ==========================================
   NAVIGATION
========================================== */

.nav {
    display: flex;
    align-items: center;
    gap: 36px;
    height: 100%;
}

.nav a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: rgba(255, 255, 255, .68);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: color .25s ease;
}

.nav a:hover,
.nav a.active {
    color: #ffffff;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 0;
    height: 2px;
    background: #8CB5ED;
    transition: width .3s cubic-bezier(.16, 1, .3, 1);
}

.nav a:hover::after,
.nav a.active::after {
    width: 100%;
}


/* ==========================================
   DROITE HEADER
========================================== */

.header-right {
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* ==========================================
   RÉSEAUX
========================================== */

.header-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-right: 32px;
}

.header-socials .social-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.header-socials .social-link svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: #ffffff;
}

.header-socials .social-link svg path {
    fill: #ffffff;
}

.header-socials .social-link:hover {
    background: #8CB5ED;
    border-color: #8CB5ED;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 0 16px rgba(140, 181, 237, .25);
}


/* ==========================================
   LOGO
========================================== */

.header-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
}

.header-logo {
    display: block;
    width: 54px;
    height: auto;
    filter: invert(1);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.header-logo-link:hover .header-logo {
    transform: scale(1.06);
}


/* ==========================================
   PROCHAINS CONCERTS
========================================== */

.concerts-section {
    width: 100%;
    padding: 155px 5vw 90px;
}


/* ==========================================
   HEADER SECTION
========================================== */

.concerts-header {
    width: 100%;
    margin-bottom: 55px;
}


/* ==========================================
   LABEL
========================================== */

.section-label {
    margin-bottom: 18px;
}

.section-label span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, .60);
}

.section-label-line {
    width: 45px;
    height: 2px;
    margin-top: 13px;
    background: #8CB5ED;
}


/* ==========================================
   TITRES
========================================== */

.concerts-header h1,
.past-header h2 {
    font-family: "Bowlby One SC", sans-serif;
    font-size: clamp(55px, 7.5vw, 125px);
    font-weight: 400;
    line-height: .87;
    letter-spacing: -2px;
}

.concerts-header h1 span,
.past-header h2 span {
    display: block;
    color: #8CB5ED;
}


/* ==========================================
   LISTE PROCHAINS CONCERTS
========================================== */

.concert-list {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.concert-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    display: grid;
    grid-template-columns: 190px 1fr 150px 70px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    overflow: hidden;
    isolation: isolate;
    transition: color .35s ease;
}


/* ==========================================
   FOND BLEU AU SURVOL
========================================== */

.concert-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #8CB5ED;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.concert-item:hover::before {
    transform: scaleY(1);
}

.concert-item:hover {
    color: #101010;
}


/* ==========================================
   DATE
========================================== */

.concert-date {
    display: flex;
    align-items: baseline;
    gap: 13px;
}

.concert-day {
    font-family: "Bowlby One SC", sans-serif;
    font-size: 57px;
    line-height: 1;
}

.concert-month {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #8CB5ED;
    transition: color .35s ease;
}

.concert-item:hover .concert-month {
    color: #101010;
}


/* ==========================================
   INFOS CONCERT
========================================== */

.concert-info h2 {
    font-size: clamp(21px, 2vw, 32px);
    font-weight: 700;
    letter-spacing: -.5px;
}

.concert-info p {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .45);
    transition: color .35s ease;
}

.concert-item:hover .concert-info p {
    color: rgba(16, 16, 16, .68);
}


/* ==========================================
   HEURE
========================================== */

.concert-time {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* ==========================================
   FLÈCHE
========================================== */

.concert-arrow {
    font-size: 35px;
    text-align: right;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.concert-item:hover .concert-arrow {
    transform: translateX(8px);
}


/* ==========================================
   AUCUNE DATE
========================================== */

.no-concerts {
    display: none;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.no-concerts p {
    margin-bottom: 24px;
    font-size: 15px;
    color: rgba(255, 255, 255, .55);
}

.no-concerts a {
    color: #ffffff;
    text-decoration: none;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.no-concerts a span {
    margin-left: 10px;
    color: #8CB5ED;
}


/* ==========================================
   SÉPARATEUR
========================================== */

.full-separator {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .12);
}


/* ==========================================
   DATES PASSÉES
========================================== */

.past-section {
    width: 100%;
    padding: 70px 5vw 105px;
}

.past-header {
    width: 100%;
    margin-bottom: 55px;
}

.past-list {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.past-item {
    width: 100%;
    min-height: 105px;
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    transition: padding-left .3s cubic-bezier(.16, 1, .3, 1);
}

.past-item:hover {
    padding-left: 12px;
}

.past-date {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #8CB5ED;
}

.past-info h3 {
    font-size: 19px;
    font-weight: 700;
}

.past-info p {
    margin-top: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, .38);
}


/* ==========================================
   FOOTER
========================================== */

.footer {
    position: relative;
    padding: 55px 5vw 25px;
    background: #090909;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer-main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    display: block;
    width: 100px;
    height: auto;
    filter: invert(1);
}

.footer-brand p {
    margin-top: 22px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .42);
}

.footer-links {
    display: flex;
    gap: clamp(55px, 7vw, 120px);
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-label {
    margin-bottom: 10px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #8CB5ED;
}

.footer-column a {
    width: fit-content;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .72);
    transition:
        color .25s ease,
        transform .25s ease;
}

.footer-column a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-bottom {
    width: 100%;
    margin-top: 45px;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .09);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .28);
}


/* ==========================================
   CONTACT FLOTTANT
========================================== */

.floating-contact {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 900;
    height: 64px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    color: #101010;
    background: #8CB5ED;
    border: 4px solid #161616;
    border-radius: 999px;
    box-shadow:
        0 0 0 1px rgba(140, 181, 237, .12),
        0 5px 16px rgba(0, 0, 0, .35),
        0 0 15px rgba(140, 181, 237, .30),
        0 0 32px rgba(140, 181, 237, .14);
    animation: contactGlow 2.4s ease-in-out infinite;
    transition:
        transform .3s cubic-bezier(.16, 1, .3, 1),
        box-shadow .3s ease,
        background .3s ease;
}

.floating-contact-icon {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.floating-contact-text {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
}

.floating-contact:hover {
    transform: translateY(-3px) scale(1.02);
    background: #9CC2F3;
    box-shadow:
        0 0 0 1px rgba(140, 181, 237, .20),
        0 8px 20px rgba(0, 0, 0, .38),
        0 0 20px rgba(140, 181, 237, .42),
        0 0 38px rgba(140, 181, 237, .18);
}

.floating-contact:hover .floating-contact-icon {
    transform: scale(1.08);
}

@keyframes contactGlow {
    0%,
    100% {
        box-shadow:
            0 0 0 1px rgba(140, 181, 237, .10),
            0 5px 16px rgba(0, 0, 0, .35),
            0 0 10px rgba(140, 181, 237, .22),
            0 0 24px rgba(140, 181, 237, .08);
    }

    50% {
        box-shadow:
            0 0 0 1px rgba(140, 181, 237, .18),
            0 5px 16px rgba(0, 0, 0, .35),
            0 0 18px rgba(140, 181, 237, .42),
            0 0 34px rgba(140, 181, 237, .15);
    }
}


/* ==========================================
   ANIMATIONS PAGE
========================================== */

.concerts-header,
.past-header {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity .5s ease,
        transform .6s cubic-bezier(.16, 1, .3, 1);
}

.concerts-header.visible,
.past-header.visible {
    opacity: 1;
    transform: translateY(0);
}

.concert-item,
.past-item {
    opacity: 0;
    transform: translateY(15px);
    transition:
        opacity .4s ease,
        transform .5s cubic-bezier(.16, 1, .3, 1),
        padding-left .3s cubic-bezier(.16, 1, .3, 1);
}

.concert-list.visible .concert-item,
.past-list.visible .past-item {
    opacity: 1;
    transform: translateY(0);
}

.concert-list.visible .concert-item:nth-child(2),
.past-list.visible .past-item:nth-child(2) {
    transition-delay: .07s;
}

.concert-list.visible .concert-item:nth-child(3),
.past-list.visible .past-item:nth-child(3) {
    transition-delay: .14s;
}

.full-separator {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.full-separator.visible {
    transform: scaleX(1);
}


/* ==========================================
   BOUTON MENU MOBILE
========================================== */

.mobile-menu-button {
    display: none;
}


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

@media (max-width: 900px) {

    .header {
        top: 14px;
        width: calc(100% - 28px);
        height: 68px;
        padding: 0 18px;
        border-radius: 15px;
    }

    .nav {
        gap: 20px;
    }

    .nav a {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .nav a::after {
        bottom: 16px;
    }

    .header-socials {
        gap: 8px;
        margin-right: 18px;
    }

    .header-socials .social-link {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .header-socials .social-link svg {
        width: 15px;
        height: 15px;
    }

    .header-logo {
        width: 46px;
    }

    .concert-item {
        grid-template-columns: 150px 1fr 100px 45px;
    }
}


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

@media (max-width: 700px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }


    /* HEADER */

    .header {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: 62px;
        transform: none;
        padding: 0 16px;
        border-radius: 14px;
        justify-content: space-between;
    }

    .header-hidden {
        transform: translateY(-100px);
        opacity: 0;
    }


    /* HAMBURGER */

    .mobile-menu-button {
        position: relative;
        z-index: 1002;
        width: 42px;
        height: 42px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .mobile-menu-button span {
        display: block;
        width: 23px;
        height: 2px;
        background: #ffffff;
        border-radius: 10px;
        transform-origin: center;
        transition:
            transform .3s ease,
            opacity .25s ease;
    }

    .header.menu-open .mobile-menu-button span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .header.menu-open .mobile-menu-button span:nth-child(2) {
        opacity: 0;
    }

    .header.menu-open .mobile-menu-button span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }


    /* MENU MOBILE */

    .nav {
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 24px 22px 26px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: rgba(13, 13, 13, .97);
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 14px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition:
            opacity .25s ease,
            transform .3s cubic-bezier(.16, 1, .3, 1),
            visibility .25s;
    }

    .header.menu-open .nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav a {
        width: 100%;
        height: auto;
        padding: 17px 0;
        display: block;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .5px;
        color: rgba(255, 255, 255, .72);
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .nav a:last-child {
        border-bottom: 0;
    }

    .nav a.active {
        color: #8CB5ED;
    }

    .nav a::after {
        display: none;
    }


    /* LOGO HEADER */

    .header-right {
        margin-left: auto;
    }

    .header-socials {
        display: none;
    }

    .header-logo {
        width: 42px;
    }


    /* CONCERTS */

    .concerts-section {
        width: 100%;
        padding: 125px 20px 65px;
    }

    .concerts-header {
        width: 100%;
        margin-bottom: 40px;
    }

    .section-label {
        margin-bottom: 16px;
    }

    .section-label span {
        font-size: 8px;
        letter-spacing: 3px;
    }

    .concerts-header h1,
    .past-header h2 {
        width: 100%;
        font-size: clamp(42px, 13vw, 62px);
        line-height: .9;
        letter-spacing: -1px;
    }


    /* PROCHAINS CONCERTS */

    .concert-list {
        width: 100%;
    }

    .concert-item {
        position: relative;
        width: 100%;
        min-height: 145px;
        padding: 22px 4px;
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 15px;
        row-gap: 12px;
        overflow: hidden;
    }

    .concert-date {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 82px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .concert-day {
        font-size: clamp(42px, 13vw, 54px);
        line-height: .9;
    }

    .concert-month {
        font-size: 8px;
        line-height: 1.3;
        letter-spacing: 1.2px;
    }

    .concert-info {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        align-self: end;
    }

    .concert-info h2 {
        max-width: 100%;
        font-size: clamp(15px, 4.5vw, 19px);
        line-height: 1.15;
        letter-spacing: -.3px;
        overflow-wrap: break-word;
    }

    .concert-info p {
        max-width: 100%;
        margin-top: 7px;
        font-size: 8px;
        line-height: 1.45;
        letter-spacing: 1.1px;
        overflow-wrap: anywhere;
    }

    .concert-time {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        display: block;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 1.5px;
        color: #8CB5ED;
        transition: color .35s ease;
    }

    .concert-item:hover .concert-time {
        color: #101010;
    }

    .concert-arrow {
        position: absolute;
        right: 4px;
        bottom: 18px;
        font-size: 21px;
    }


    /* PAS DE HOVER COLLANT SUR MOBILE */

    .concert-item:hover::before {
        transform: scaleY(0);
    }

    .concert-item:hover {
        color: #ffffff;
    }

    .concert-item:hover .concert-month,
    .concert-item:hover .concert-time {
        color: #8CB5ED;
    }

    .concert-item:hover .concert-info p {
        color: rgba(255, 255, 255, .45);
    }

    .concert-item:hover .concert-arrow {
        transform: none;
    }


    /* AUCUNE DATE */

    .no-concerts {
        padding: 45px 0;
    }

    .no-concerts p {
        font-size: 13px;
        line-height: 1.6;
    }


    /* DATES PASSÉES */

    .past-section {
        width: 100%;
        padding: 55px 20px 75px;
    }

    .past-header {
        width: 100%;
        margin-bottom: 40px;
    }

    .past-list {
        width: 100%;
    }

    .past-item {
        width: 100%;
        min-height: 0;
        padding: 24px 2px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .past-item:hover {
        padding-left: 2px;
    }

    .past-date {
        width: 100%;
        font-size: 8px;
        line-height: 1.4;
        letter-spacing: 1.5px;
    }

    .past-info {
        width: 100%;
        min-width: 0;
    }

    .past-info h3 {
        width: 100%;
        font-size: 16px;
        line-height: 1.25;
        overflow-wrap: break-word;
    }

    .past-info p {
        width: 100%;
        margin-top: 7px;
        font-size: 8px;
        line-height: 1.5;
        letter-spacing: 1.3px;
        overflow-wrap: anywhere;
    }


    /* FOOTER */

    .footer {
        width: 100%;
        padding: 44px 20px 22px;
    }

    .footer-main {
        width: 100%;
        flex-direction: column;
        gap: 48px;
    }

    .footer-logo {
        width: 82px;
    }

    .footer-brand p {
        margin-top: 18px;
        font-size: 8px;
        letter-spacing: 2.3px;
    }

    .footer-links {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 42px 24px;
    }

    .footer-column {
        min-width: 0;
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }

    .footer-column a {
        max-width: 100%;
        font-size: 12px;
        overflow-wrap: anywhere;
    }

    .footer-bottom {
        width: 100%;
        margin-top: 38px;
        padding-top: 22px;
        gap: 15px;
        font-size: 7px;
        line-height: 1.4;
        letter-spacing: 1px;
    }


    /* CONTACT FLOTTANT */

    .floating-contact {
        right: 12px;
        bottom: 12px;
        height: 50px;
        padding: 0 17px;
        gap: 9px;
        border-width: 3px;
    }

    .floating-contact-icon {
        width: 18px;
        height: 18px;
    }

    .floating-contact-text {
        font-size: 10px;
        letter-spacing: 1.3px;
    }
}


/* ==========================================
   TRÈS PETITS TÉLÉPHONES
========================================== */

@media (max-width: 380px) {

    .concerts-section,
    .past-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .concerts-header h1,
    .past-header h2 {
        font-size: 12.5vw;
    }

    .concert-item {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 12px;
    }

    .concert-date {
        width: 72px;
    }

    .concert-day {
        font-size: 12vw;
    }
}


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

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

    .concerts-header,
    .past-header,
    .concert-item,
    .past-item,
    .full-separator {
        opacity: 1;
        transform: none;
        transition: none;
    }
}