@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@500;700;800;900&family=Permanent+Marker&display=swap');

:root {
  --yellow: #ffc928;
  --black: #050505;
  --white: #ffffff;
  --text: #101010;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: white;
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

section {
  scroll-margin-top: 90px;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 86px;
  padding: 10px clamp(4px, 4vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
}

.logo {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: .75;
  min-width: 220px;
  transform: rotate(-2deg);
}

.logo-black,
.logo-yellow {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.logo-yellow {
  color: var(--yellow);
  font-size: 31px;
}

.logo-script {
  position: absolute;
  left: 145px;
  top: 32px;
  font-family: "Permanent Marker", cursive;
  font-size: 23px;
  transform: rotate(-9deg);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.main-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}

.main-nav a:not(.ticket-link):hover {
  color: #c99700;
}

.ticket-link {
  background: var(--yellow);
  padding: 10px 15px;
  box-shadow: 5px 5px 0 #111;
  transition: .2s ease;
}

.ticket-link:hover {
  transform: translate(-2px,-2px);
  box-shadow: 7px 7px 0 #111;
}

.menu-toggle {
  display: none;
  background: var(--yellow);
  border: 2px solid #111;
  font-size: 23px;
  padding: 6px 11px;
  cursor: pointer;
}

/* HERO */
#accueil {
    position: relative;
    overflow: hidden;
}

.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 80px clamp(28px, 6vw, 90px) 130px;
  background: #fff;
}

.dot-pattern {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(#8b8b8b 1px, transparent 1px);
  background-size: 9px 9px;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(54%, 650px);
  padding-top: 70px;
}

.hero-tag {
  position: absolute;
  left: 48%;
  top: 5px;
  margin: 0;
  color: var(--yellow);
  font-family: "Permanent Marker", cursive;
  font-size: 48px;
  transform: rotate(-10deg);
}

.hero h1 {
  margin: 0;
  line-height: .9;
  transform: rotate(-3deg);
}

.hero h1 span,
.hero h1 strong {
  display: block;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}

.hero h1 span {
  font-size: clamp(58px, 7vw, 108px);
}

.hero h1 strong {
  color: var(--yellow);
  font-size: clamp(62px, 7.5vw, 116px);
}

.hero h1 em {
  display: block;
  width: max-content;
  margin-left: 85px;
  margin-top: -4px;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(52px, 6vw, 92px);
  font-style: normal;
  border-bottom: 8px solid #000;
}

.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 65px;
}

.btn {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-yellow {
  background: var(--yellow);
  padding: 14px 18px;
}

.btn-text {
  border-bottom: 3px solid var(--yellow);
  padding: 10px 0 4px;
}

.hero-date {
  margin: 20px 0 0 72px;
  font-weight: 900;
  font-size: 21px;
}

.hero-visual {
  position: absolute;
  z-index: 2;
  right: -40px;
  top: 12px;
  width: 58%;
  height: 610px;
}

.hero-visual img {
  position: absolute;
  filter: grayscale(1) contrast(1.15);
  object-fit: cover;
}

.hero-dancer {
  width: 48%;
  height: 500px;
  left: 240px;
  top: 220px;
  clip-path: none;
  z-index: 1;
  object-fit : contain;
}

.hero-artist {
  width: 42%;
  height: 350px;
  right: 0;
  top: 550px;
  clip-path: polygon(10% 5%, 90% 0, 100% 100%, 0 100%);
  z-index: 3;
}

.crowd-strip {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 155px;
  background:
    radial-gradient(circle at 8% 45%, #000 0 8px, transparent 9px),
    radial-gradient(circle at 18% 28%, #000 0 11px, transparent 12px),
    radial-gradient(circle at 28% 40%, #000 0 9px, transparent 10px),
    radial-gradient(circle at 40% 20%, #000 0 12px, transparent 13px),
    radial-gradient(circle at 55% 37%, #000 0 10px, transparent 11px),
    radial-gradient(circle at 67% 18%, #000 0 12px, transparent 13px),
    radial-gradient(circle at 80% 32%, #000 0 10px, transparent 11px),
    linear-gradient(#000 65%, #000);
  clip-path: polygon(0 70%, 5% 55%, 10% 61%, 13% 42%, 18% 58%, 21% 34%, 26% 59%, 32% 45%, 37% 61%, 42% 40%, 48% 58%, 53% 36%, 58% 58%, 63% 40%, 68% 61%, 73% 35%, 78% 59%, 83% 42%, 89% 63%, 94% 49%, 100% 58%, 100% 100%, 0 100%);
}

/* ACTIVITÉS */
.activities-section {
  position: relative;
  background: #fff;
  padding: 35px clamp(20px,4vw,55px) 32px;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(78px,1fr));
  gap: 12px;
  align-items: start;
}

.activities-grid article {
  text-align: center;
}

.activity-icon {
  min-height: 80px;
  display: grid;
  place-items: center;
  font-size: 51px;
  filter: grayscale(1);
}

.activities-grid h3 {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.paint-top,
.paint-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 42px;
  pointer-events: none;
}

.paint-top {
  top: -26px;
  background: var(--yellow);
  clip-path: polygon(0 0, 8% 70%, 18% 58%, 25% 83%, 38% 35%, 48% 78%, 60% 48%, 72% 80%, 82% 55%, 100% 74%, 100% 100%, 0 100%);
}

.paint-bottom {
  bottom: -28px;
  background: var(--black);
  clip-path: polygon(0 28%, 9% 10%, 20% 35%, 31% 9%, 44% 31%, 59% 4%, 75% 30%, 88% 8%, 100% 30%, 100% 100%, 0 100%);
}

/* TITRES PINCEAU */
.section-title {
  width: max-content;
  max-width: 90%;
  margin: 0 auto 30px;
  padding: 13px 55px;
  position: relative;
  text-align: center;
}

.section-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brush-yellow {
  background: var(--yellow);
  clip-path: polygon(3% 18%, 11% 8%, 28% 15%, 38% 0, 63% 11%, 74% 3%, 94% 15%, 100% 46%, 91% 79%, 76% 69%, 63% 91%, 41% 77%, 26% 96%, 9% 77%, 0 53%);
}

.brush-black {
  background: #000;
  color: var(--yellow);
  clip-path: polygon(0 31%, 10% 10%, 28% 20%, 41% 4%, 66% 16%, 80% 5%, 100% 24%, 93% 79%, 76% 69%, 62% 91%, 37% 77%, 19% 96%, 3% 77%);
}

/* PROGRAMME */
.program-section {
  background: #000;
  color: #fff;
  padding: 65px clamp(22px,5vw,65px) 55px;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #7b35ef;
  border-bottom: 1px solid #7b35ef;
}

.program-column {
  padding: 0 36px 22px;
}

.program-column:first-child {
  border-right: 4px solid var(--yellow);
}

.program-column h3 {
  margin: 10px 0 15px;
  color: var(--yellow);
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: clamp(38px, 5vw, 69px);
  letter-spacing: 2px;
}

.program-item {
  margin-bottom: 22px;
}

.program-item strong,
.program-item p,
.program-item li {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.program-item ul {
  margin-top: 8px;
}

/* INFOS */
.infos-section {
  position: relative;
  background: var(--yellow);
  padding: 65px clamp(22px,5vw,65px) 75px;
}

.infos-section .paint-top.black {
  top: -22px;
  background: #000;
}

.infos-section .paint-bottom.white {
  bottom: -25px;
  background: #fff;
}

.infos-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 35px;
  border-top: 1px solid rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding: 10px 20px 28px;
}

.infos-grid h3 {
  margin: 0 0 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(38px, 4vw, 57px);
  letter-spacing: 2px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 800;
  font-size: 14px;
  min-width: 520px;
}

th, td {
  border: 1px solid rgba(0,0,0,.55);
  padding: 15px 10px;
  text-align: center;
}

thead th {
  background: rgba(255,255,255,.08);
}

tbody th {
  text-align: left;
  min-width: 145px;
}

.place-content {
    display: block;
    margin-bottom: 30px;
}
.plan-image-link {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    text-align: center;
}

.plan-image-link img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.place-content p {
  margin: 0;
  font-weight: 900;
  line-height: 1.35;
  font-size: 17px;
}

.place-name {
  font-size: 19px !important;
}

.place-content img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 4px solid #f6ff00;
    border-radius: 10px;
}

.access-title {
  margin-top: 28px !important;
}

.access-list {
  margin: 0;
  padding-left: 24px;
  font-weight: 900;
  line-height: 1.4;
}

/* ABOUT */
.about-section {
  background: #fff;
  padding: 75px clamp(22px,5vw,65px) 45px;
}

.about-row {
  display: grid;
  gap: 30px;
  align-items: center;
}

.about-intro {
  grid-template-columns: 33% 1fr;
  margin-bottom: 48px;
}

.about-row img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.about-row p,
.about-text-box {
    padding: 25px 35px;
    border: 2px solid #ffffff;

    text-align: center;

    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.4;
    font-weight: 900;
}

.about-collage {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 25px;
    align-items: center;
    margin: 50px 0;
}

.about-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25);
}

.about-collage .about-text-box {
  grid-row: 1 / 3;
  padding: 0 12px;
  border: 2px solid #ffffff;
}

.about-goal {
  grid-template-columns: 46% 1fr;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 22px 0;
}

.goal-images {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
}

.goal-images img {
  height: 220px;
}

.closing-message {
  margin: 50px 18px 18px;
  border: 2px solid #ffffff;
  padding: 24px;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 27px);
  line-height: 1.25;
  font-weight: 900;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 12px;
  padding: 0 18px;
}

.gallery-strip img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

/* FOOTER */
.site-footer {
  background: #050505;
  color: #fff;
  padding: 28px clamp(20px,4vw,55px);
  display: grid;
  grid-template-columns: 1.2fr 2fr .8fr 1.2fr;
  gap: 25px;
  align-items: center;
  border-top: 10px solid transparent;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 28px;
  background: #050505;
  clip-path: polygon(0 35%, 9% 5%, 18% 42%, 29% 8%, 39% 38%, 53% 2%, 67% 41%, 81% 8%, 91% 34%, 100% 10%, 100% 100%, 0 100%);
}

.footer-logo {
  line-height: .8;
  transform: rotate(-3deg);
}

.footer-logo span,
.footer-logo strong {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 28px;
}

.footer-logo strong {
  color: var(--yellow);
}

.footer-logo em {
  font-family: "Permanent Marker", cursive;
  color: var(--yellow);
}

.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials a {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 900;
  font-size: 25px;
}

.contact-info {
  font-size: 12px;
  color: var(--yellow);
  font-weight: 800;
}

/* ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1050px) {
  .main-nav {
    position: fixed;
    top: 86px;
    right: 0;
    width: min(340px, 88vw);
    height: calc(100vh - 86px);
    background: #fff;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(105%);
    transition: .3s ease;
    box-shadow: -10px 15px 30px rgba(0,0,0,.15);
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .menu-toggle {
    display: block;
  }

  .hero-content {
    width: 62%;
  }

  .hero-visual {
    opacity: .78;
  }

  .activities-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 78px;
  }

  .logo {
    transform: scale(.8) rotate(-2deg);
    transform-origin: left center;
  }

  .main-nav {
    top: 78px;
    height: calc(100vh - 78px);
  }

  .hero {
    min-height: 690px;
    padding-top: 45px;
  }

  .hero-content {
    width: 100%;
    padding-top: 35px;
  }

  .hero h1 em {
    margin-left: 25px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }

  .hero-date {
    margin-left: 0;
  }

  .hero-visual {
    width: 100%;
    right: -80px;
    top: 270px;
    opacity: .45;
  }

  .crowd-strip {
    width: 100%;
    height: 120px;
  }

  .program-grid,
  .infos-grid,
  .about-intro,
  .about-goal {
    grid-template-columns: 1fr;
  }

  .program-column:first-child {
    border-right: 0;
    border-bottom: 4px solid var(--yellow);
  }

  .place-content {
    grid-template-columns: 1fr;
  }

  .place-content img {
    width: 100%;
    height: 180px;
  }

  .about-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .about-collage .about-text-box {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .gallery-strip {
    grid-template-columns: repeat(2,1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-nav,
  .socials {
    justify-content: center;
  }
}
/* CORRECTION DU MILIEU DE LA PARTIE À PROPOS */

.about-collage {
    display: grid !important;
    grid-template-columns: 170px minmax(0, 1fr) 170px !important;
    grid-template-rows: auto !important;
    gap: 30px !important;
    align-items: center !important;
    width: 100% !important;
}

.about-side-images {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
}

.about-side-images img {
    display: block !important;
    width: 100% !important;
    height: 135px !important;
    object-fit: cover !important;
}

.about-text-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 288px !important;

    padding: 25px 35px !important;
    border: 2px solid #fdfdfd !important;

    text-align: center !important;
    font-size: clamp(17px, 2vw, 24px) !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;

    grid-column: auto !important;
    grid-row: auto !important;
}
@media (max-width: 760px) {

    .about-collage {
        grid-template-columns: 1fr !important;
    }

    .about-side-images {
        flex-direction: row !important;
    }

    .about-side-images img {
        width: calc(50% - 9px) !important;
    }

    .about-text-box {
        min-height: auto !important;
    }
}
/* ==============================
   PAGE BILLETTERIE
============================== */

.ticket-page {
    background: #ffc928;
    min-height: 100vh;
}

.return-link {
    color: #111;
    text-decoration: none;
    font-weight: 900;
    border-bottom: 3px solid #ffc928;
}

.booking-main {
    padding: 70px clamp(20px, 6vw, 90px);
}

.booking-intro {
    max-width: 750px;
    margin-bottom: 45px;
}

.booking-label {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 14px;

    background: #000;
    color: #ffc928;

    font-weight: 900;
    text-transform: uppercase;
}

.booking-intro h1 {
    margin: 0;

    font-family: "Anton", sans-serif;
    font-size: clamp(50px, 8vw, 105px);
    line-height: 0.9;
    text-transform: uppercase;
}

.booking-intro p {
    max-width: 620px;
    font-weight: 700;
    line-height: 1.5;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 35px;
    align-items: start;
}

.booking-form,
.booking-summary {
    background: #fff;
    border: 3px solid #111;
    box-shadow: 10px 10px 0 #111;
}

.booking-form {
    padding: clamp(22px, 4vw, 42px);
}

.booking-summary {
    position: sticky;
    top: 115px;
    padding: 30px;
}

.booking-form h2,
.booking-summary h2 {
    margin-top: 0;
    font-family: "Anton", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 900;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;

    border: 2px solid #111;
    background: #f6f6f6;
    color: #111;

    font: inherit;
}

.form-group textarea {
    resize: vertical;
}

.accept-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0 25px;
    font-weight: 700;
}

.accept-line input {
    width: 18px;
    height: 18px;
}

.booking-button {
    width: 100%;
    padding: 16px;

    border: 3px solid #111;
    background: #ffc928;
    color: #111;
    box-shadow: 6px 6px 0 #111;

    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;

    transition: 0.2s ease;
}

.booking-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 #111;
}

.summary-line,
.summary-total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.summary-line {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
}

.summary-line strong {
    text-align: right;
}

.summary-total {
    margin-top: 24px;
    padding: 18px;

    background: #111;
    color: #ffc928;

    font-size: 24px;
    font-weight: 900;
}

.event-reminder {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 3px solid #ffc928;
}

.event-reminder h3 {
    margin: 0 0 12px;
    font-family: "Anton", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

.event-reminder p {
    line-height: 1.5;
    font-weight: 700;
}

.booking-confirmation {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 35px;

    background: #111;
    color: #fff;

    text-align: center;
}

.booking-confirmation h2 {
    color: #ffc928;
    font-family: "Anton", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.booking-confirmation a {
    display: inline-block;
    margin-top: 15px;
    padding: 13px 20px;

    background: #ffc928;
    color: #111;

    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 850px) {

    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-summary {
        position: static;
    }

}

@media (max-width: 600px) {

    .form-grid {
        grid-template-columns: 1fr;
    }

    .booking-main {
        padding-top: 40px;
    }

}
/* ==============================
   COMPTE À REBOURS
============================== */

.countdown-wrapper {
    width: min(700px, 100%);
    margin: 35px auto 0;
    text-align: center;
}

.countdown-title {
    display: inline-block;
    margin: 0 0 16px;
    padding: 7px 15px;

    background: #111;
    color: #ffc928;

    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.countdown-item {
    min-width: 0;
    padding: 18px 10px;

    background: #ffc928;
    color: #111;

    border: 3px solid #111;
    box-shadow: 6px 6px 0 #111;
}

.countdown-item span {
    display: block;

    font-family: "Anton", sans-serif;
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1;
}

.countdown-item small {
    display: block;
    margin-top: 8px;

    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.countdown-message {
    margin-top: 25px;

    font-family: "Anton", sans-serif;
    font-size: clamp(25px, 4vw, 45px);
    text-transform: uppercase;
}

@media (max-width: 600px) {

    .countdown {
        grid-template-columns: repeat(2, 1fr);
    }

    .countdown-item {
        box-shadow: 4px 4px 0 #111;
    }
}
#accueil {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* ==================================================
   ACCUEIL CONNEXION HIP-HOP
================================================== */

.hero-home {
    position: relative;
    isolation: isolate;
    min-height: 820px;
    height: calc(100vh - 80px);
    max-height: 1050px;
    overflow: hidden;

    background-color: #f7f7f3;
}

/* Fond à petits points */

.hero-dots {
       display: none;
}

/* Grande forme jaune */

.hero-yellow-shape {
    position: absolute;
    z-index: -3;

    left: -4%;
    bottom: -3%;

    width: 108%;
    height: 75%;

    fill: #ffd426;
}

/* Grand cercle jaune à droite */

.hero-yellow-circle {
    position: absolute;
    z-index: -4;

    top: 11%;
    right: -8%;

    width: clamp(290px, 35vw, 570px);
    aspect-ratio: 1;

    border-radius: 50%;
    background: #ffd426;
}

/* Zone texte */

.hero-text {
    position: relative;
    z-index: 5;

    width: min(610px, 47vw);
    padding-top: clamp(80px, 10vh, 135px);
    margin-left: clamp(30px, 7vw, 125px);
}

.hero-kicker {
    display: inline-block;

    margin: 0;
    padding: 7px 12px;

    background: #111;
    color: #ffd426;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hero-title {
    margin: 0;

    font-family: "Anton", Impact, sans-serif;
    font-weight: 900;
    line-height: 0.82;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
}

.hero-title-black {
    position: relative;
    z-index: 2;

    color: #111;
    font-size: clamp(64px, 8vw, 138px);

    transform: rotate(-2deg);
    transform-origin: left center;
}

.hero-title-yellow {
    position: relative;
    z-index: 1;

    width: max-content;
    margin-top: 4px;
    padding: 4px 16px 9px;

    color: #111;
    background: #ffd426;

    font-size: clamp(62px, 7.4vw, 126px);

    transform: rotate(1deg);
    box-shadow: 8px 8px 0 #111;
}

.hero-title-outline {
    margin-top: 18px;

    color: transparent;

    font-size: clamp(54px, 6vw, 105px);
    letter-spacing: 2px;

    -webkit-text-stroke: 3px #111;
    transform: rotate(-1deg);
}

.hero-description {
    max-width: 490px;
    margin: 28px 0 0;

    color: #111;

    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 700;
    line-height: 1.55;
}

/* Boutons */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 28px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    min-height: 52px;
    padding: 0 22px;

    border: 3px solid #111;

    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.hero-button span {
    font-size: 20px;
    transition: transform 180ms ease;
}

.hero-button:hover {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0 #111;
}

.hero-button:hover span {
    transform: translateX(4px);
}

.hero-button-yellow {
    color: #111;
    background: #ffd426;
}

.hero-button-black {
    color: #fff;
    background: #111;
}

/* Personnages */

.hero-person {
    position: absolute;
    z-index: 3;

    display: block;

    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.hero-person-center {
    left: 45%;
    bottom: 3%;

    width: clamp(300px, 36vw, 590px);
    height: 88%;

    object-position: center bottom;
}

.hero-person-right {
    right: -1%;
    bottom: 6%;

    width: clamp(240px, 28vw, 470px);
    height: 72%;

    object-position: right bottom;
}

/* Petit dessin noir */

.hero-black-drawing {
    position: absolute;
    z-index: 2;

    top: 18%;
    right: 30%;

    width: clamp(80px, 8vw, 140px);
    height: auto;

    pointer-events: none;
}

/* Foule noire */

.hero-crowd {
    position: absolute;
    z-index: 4;

    right: -2%;
    bottom: -5px;

    width: 59%;
    max-height: 35%;

    object-fit: contain;
    object-position: right bottom;

    pointer-events: none;
}

/* Traits dessinés */

.hero-scribble {
    position: absolute;
    z-index: 1;

    width: clamp(120px, 13vw, 230px);
    height: auto;

    fill: none;
    stroke: #111;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;

    pointer-events: none;
}

.hero-scribble-one {
    top: 20%;
    left: 38%;

    transform: rotate(-18deg);
}

.hero-scribble-two {
    right: 8%;
    bottom: 38%;

    stroke: #ffd426;
    transform: rotate(12deg);
}

/* Flèche basse */

.hero-scroll {
    position: absolute;
    z-index: 7;

    left: 50%;
    bottom: 24px;

    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    border: 3px solid #111;
    border-radius: 50%;

    background: #fff;

    transform: translateX(-50%);
}

.hero-scroll span {
    width: 10px;
    height: 10px;

    border-right: 3px solid #111;
    border-bottom: 3px solid #111;

    transform: translateY(-3px) rotate(45deg);

    animation: hero-arrow 1.3s ease-in-out infinite;
}

@keyframes hero-arrow {
    0%,
    100% {
        transform: translateY(-4px) rotate(45deg);
    }

    50% {
        transform: translateY(4px) rotate(45deg);
    }
}

@media (max-width: 1100px) {

    .hero-home {
        min-height: 760px;
    }

    .hero-text {
        width: 54%;
        margin-left: 45px;
    }

    .hero-person-center {
        left: 44%;
        width: 44%;
    }

    .hero-person-right {
        right: -7%;
        width: 34%;
    }

    .hero-crowd {
        width: 67%;
    }
}
/* Image noire placée en bas de l'accueil */

.hero-black-wave{
    position:absolute;

    right:0;
    bottom:0;

    width:38%;      /* ajuste entre 30% et 45% */
    height:auto;

    z-index:4;

    object-fit:contain;

    pointer-events:none;
}
.hero-kicker {
    margin-bottom: 0px !important;
}
#accueil .hero-text .hero-kicker {
    position: relative !important;
    top: 12px !important;
    margin-top: 0 !important;
    margin-bottom: -8px !important;
}
/* ===== LOGO ===== */

.logo{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    line-height:1;
}

.logo-black{
    font-family:"Anton", sans-serif;
    font-size:2.4rem;
    color:#111;
    text-transform:uppercase;
}

.logo-bottom{
    display:flex;
    align-items:flex-end;
    gap:8px;
    margin-top:-2px;
}

.logo-yellow{
    font-family:"Anton", sans-serif;
    font-size:2.2rem;
    color:#FFD426;
    text-transform:uppercase;
}

.logo-script{
    font-family:"Permanent Marker", cursive;
    font-size:1.9rem;
    color:#111;
    margin-bottom:3px;
    white-space:nowrap;
}
.site-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.site-header nav{
    margin-left:auto;
}

.site-header nav ul{
    display:flex;
    align-items:center;
    gap:30px;
    list-style:none;
    margin:0;
    padding:0;
}
.programmation{
    background:#111;
    color:white;

    border-radius:70px;

    margin:80px auto;
    padding:90px 70px;

    overflow:hidden;

    position:relative;
}
.infos-pratiques{
    background:#FFD426;
    color:#111;

    border-radius:70px;

    margin:80px auto;
    padding:90px 70px;

    overflow:hidden;

    position:relative;
}
.apropos{
    background:white;

    border-radius:70px;

    margin:80px auto;
    padding:90px 70px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

    overflow:hidden;
}
.programmation,
.infos-pratiques,
.apropos{

    box-shadow:
        0 20px 60px rgba(0,0,0,.08);

    transition:.3s;
}

.programmation:hover,
.infos-pratiques:hover,
.apropos:hover{

    transform:translateY(-6px);

    box-shadow:
        0 30px 80px rgba(0,0,0,.12);
}
/* Fonds des titres plus arrondis */

.section-title {
    border-radius: 35px;
    overflow: hidden;
}

.brush-yellow,
.brush-black {
    clip-path: none;
    border-radius: 35px;
}
/* ==========================================
   JUSTIFICATION DU TEXTE - À PROPOS
========================================== */

.about-section p,
.about-text-box,
.closing-message {

    text-align: justify !important;
    text-align-last: left;

    line-height: 1.6;
    hyphens: auto;

}
/* ==========================================
   SÉPARATIONS PLUS ARRONDIES
========================================== */

/* Sous le compte à rebours / avant Programmation */
.paint-bottom{
    height: 50px !important;
    clip-path: ellipse(75% 100% at 50% 0%) !important;
}

/* Juste au-dessus de Infos pratiques */
.infos-section .paint-top{
    height: 70px !important;
    clip-path: ellipse(75% 100% at 50% 100%) !important;
}
/* ==========================================
   SÉPARATIONS PLUS ARRONDIES
========================================== */

/* Sous l'image de l'accueil */
.hero-black-wave{
    border-bottom-left-radius: 80px;
}

/* Au-dessus des icônes */
.activities-section .paint-top{
    height: 60px !important;
    clip-path: ellipse(90% 100% at 50% 100%) !important;
}

/* En dessous des icônes */
.activities-section .paint-bottom{
    height: 40px !important;
    clip-path: ellipse(90% 100% at 50% 0%) !important;
}
/* ==========================================
   IMAGE DU PLAN CLIQUABLE
========================================== */

.plan-image-link {
  position: relative;
  display: block;
  overflow: hidden;

  width: 100%;

  border: 4px solid #111;
  border-radius: 18px;

  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.plan-image-link img {
  display: block;
  width: 100%;
  height: auto;

  transition: transform 0.35s ease,
              filter 0.35s ease;
}

.plan-image-label {
  position: absolute;
  left: 50%;
  bottom: 20px;

  transform: translateX(-50%);

  padding: 12px 20px;

  border: 3px solid #111;
  border-radius: 50px;

  background: #ffc928;
  color: #111;
  box-shadow: 5px 5px 0 #111;

  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;

  transition: transform 0.3s ease;
}

.plan-image-link:hover img {
  transform: scale(1.04);
  filter: brightness(0.75);
}

.plan-image-link:hover .plan-image-label {
  transform: translateX(-50%) translateY(-5px);
}

.plan-image-link:focus-visible {
  outline: 5px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 600px) {
  .plan-image-label {
    bottom: 12px;
    padding: 9px 14px;
    font-size: 11px;
    white-space: normal;
  }
}
.accessibility{
    margin: 0 auto;
}
.access-list{
    margin-bottom:40px;
}

.plan-image-link{
    display:block;
    max-width:700px;
    margin:0 auto;
}
/* Centre le plan interactif */
.plan-image-link{
    display:block;
    width:fit-content;
    margin:40px auto 0;
}

/* Taille de l'image */
.plan-image-link img{
    display:block;
    max-width:600px;
    width:100%;
    height:auto;
}
.plan-image-label{
    left:50%;
    transform:translateX(-50%);
}
.countdown-wrapper{
    position: relative;
    z-index: 100;
}

.hero-visual{
    z-index: 1;
}
/* =====================================================
   PAGE ARTISTES ET INTERVENANTS
===================================================== */

.artistes-page {
    background: #ffc928;
    color: #000000;
}

.main-nav .active {
    color: #000000;
}

/* HERO */

.artists-hero {
    min-height: 520px;
    padding: 180px 8% 90px;
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(rgba(165, 147, 9, 0.993), rgba(165, 147, 9, 0.993)),
        url("images/artistes/fond-artistes.jpg") center / cover no-repeat;
    color: rgb(0, 0, 0);
}

.artists-hero-content {
    max-width: 900px;
}

.section-label {
    margin: 0 0 12px;
    color: #000000;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.artists-hero h1 {
    margin: 0;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.artists-hero-content > p:last-child {
    max-width: 670px;
    margin-top: 30px;
    font-size: 1.12rem;
    line-height: 1.7;
}

/* CATÉGORIES */

.artists-category {
    padding: 100px 8%;
}

.category-dark {
    background: #ffc928;
    color: rgb(0, 0, 0);
}

.category-yellow {
    background: #e7c900;
}

.category-yellow .section-label {
    color: #000000;
}

.section-heading {
    max-width: 1400px;
    margin: 0 auto 55px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.section-heading > span {
    color: #000000;
    font-size: 1rem;
    font-weight: 900;
}

.category-yellow .section-heading > span {
    color: #111;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 0.95;
    text-transform: uppercase;
}

/* GRILLE DES PERSONNES */

.artists-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 35px;
    row-gap: 60px;
}

.artist-card {
    height: 470px;
    display: grid;
    grid-template-columns: 43% 57%;
    background: white;
    color: #111;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artist-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}

.artist-photo {
    min-height: 470px;
    overflow: hidden;
    background: #222;
}

.artist-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    transition: transform 0.5s ease, filter 0.4s ease;
}

.artist-card:hover .artist-photo img {
    transform: scale(1.04);
    filter: grayscale(0);
}

.artist-content {
    padding: 38px 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow:hidden;
    align-items: flex-start;
}

.artist-role {
    margin: 0 0 10px;
    color: #8f7c00;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.artist-content h3 {
    margin: 0 0 22px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.artist-description {
    flex: 1;
    overflow-y:auto;
    padding-right: 10px;
    margin-bottom: 25px;  
    margin: 0 0 30px;
    color: #444;
    line-height: 1.7;
}

.artist-socials {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.artist-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 2px solid #111;
    color: #111;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.25s ease;
}

.artist-socials a:hover {
    background: #e7c900;
    border-color: #e7c900;
    transform: translateY(-3px);
}

/* PARTENAIRES */

.partners-section {
    padding: 100px 8%;
    background: white;
}

.partners-heading {
    max-width: 1400px;
    margin: 0 auto 50px;
    text-align: center;
}

.partners-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 5rem);
    text-transform: uppercase;
}

.partners-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.partner-logo {
    min-height: 150px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    background: #fafafa;
    transition: 0.25s ease;
}

.partner-logo:hover {
    border-color: #e7c900;
    transform: translateY(-5px);
}

.partner-logo img {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.75;
    transition: 0.25s ease;
}

.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* FOOTER */

.site-footer {
    padding: 45px 8%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #191919;
    color: rgb(255, 247, 0);
}

.site-footer p {
    margin: 7px 0 0;
    color: #fefefe;
}

/* TABLETTE */

@media (max-width: 1100px) {
    .artists-grid {
        grid-template-columns: 1fr;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MOBILE */

@media (max-width: 700px) {
    .artists-hero {
        min-height: 450px;
        padding: 150px 24px 60px;
    }

    .artists-category,
    .partners-section {
        padding: 70px 24px;
    }

    .section-heading {
        gap: 15px;
    }

    .artist-card {
        grid-template-columns: 1fr;
    }

    .artist-photo {
        min-height: 390px;
        height: 390px;
    }

    .artist-content {
        padding: 30px 24px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-logo {
        min-height: 115px;
        padding: 18px;
    }

    .site-footer {
        flex-direction: column;
    }
}
/* Barre de défilement */
.artist-description::-webkit-scrollbar{
    width: 6px;
}

.artist-description::-webkit-scrollbar-track{
    background: transparent;
}

.artist-description::-webkit-scrollbar-thumb{
    background: #d4b400;
    border-radius: 20px;
}

.artist-description{
    scrollbar-width: thin;
    scrollbar-color: #d4b400 transparent;
}
.partners-banner{
    width:100%;
    max-width:1200px;
    display:block;
    margin:auto;
}
/* Espace entre la première et la deuxième ligne */
.artist-card:nth-child(n+3){
    margin-top: 30px;
}
/* ==========================================================
   VERSION MOBILE PROPRE
   À COLLER TOUT EN BAS DU FICHIER CSS
========================================================== */

@media screen and (max-width: 768px) {

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

    body {
        font-size: 15px;
    }

    /* HEADER */

    .site-header {
        height: 72px !important;
        padding: 8px 14px !important;
    }

    .logo {
        min-width: 0 !important;
        transform: scale(.62) rotate(-2deg) !important;
        transform-origin: left center !important;
    }

    .menu-toggle {
        display: block !important;
        flex-shrink: 0;
    }

    .main-nav {
        top: 72px !important;
        width: 100% !important;
        height: calc(100vh - 72px) !important;
        padding: 30px 25px !important;
    }

    .main-nav a {
        width: 100%;
        padding: 14px 0;
        font-size: 17px;
        border-bottom: 1px solid #ddd;
    }

    .ticket-link {
        text-align: center;
        border: 3px solid #111 !important;
    }

    /* ACCUEIL */

    .hero-home {
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
        padding: 60px 18px 55px !important;
        overflow: hidden;
    }

    .hero-text {
        width: 100% !important;
        margin: 0 !important;
        padding: 25px 0 0 !important;
        text-align: left !important;
    }

    .hero-kicker {
        top: 0 !important;
        margin-bottom: 16px !important;
        font-size: 11px !important;
    }

    .hero-title {
        width: 100%;
    }

    .hero-title-black,
    .hero-title-yellow,
    .hero-title-outline {
        width: fit-content !important;
        max-width: 100%;
        transform: none !important;
    }

    .hero-title-black {
        font-size: clamp(48px, 16vw, 72px) !important;
    }

    .hero-title-yellow {
        margin-top: 5px !important;
        padding: 3px 10px 7px !important;
        font-size: clamp(43px, 14vw, 65px) !important;
        box-shadow: 5px 5px 0 #111 !important;
    }

    .hero-title-outline {
        margin-top: 16px !important;
        font-size: clamp(39px, 12vw, 57px) !important;
        -webkit-text-stroke: 2px #111 !important;
    }

    .hero-description {
        margin-top: 25px !important;
        max-width: 100% !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .hero-buttons {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 25px !important;
    }

    .hero-button {
        width: 100% !important;
        min-height: 50px !important;
        padding: 0 16px !important;
    }

    /* On retire les éléments qui rendent le mobile illisible */

    .hero-person-center,
    .hero-person-right,
    .hero-crowd,
    .hero-black-wave,
    .hero-yellow-circle,
    .hero-black-drawing,
    .hero-scribble,
    .hero-scroll {
        display: none !important;
    }

    .hero-yellow-shape {
        height: 48% !important;
        bottom: 0 !important;
    }

    /* COMPTE À REBOURS */

    .countdown-wrapper {
        width: 100% !important;
        margin-top: 30px !important;
        padding: 0 5px;
    }

    .countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .countdown-item {
        padding: 13px 5px !important;
        box-shadow: 4px 4px 0 #111 !important;
    }

    .countdown-item span {
        font-size: 38px !important;
    }

    .countdown-item small {
        font-size: 10px !important;
    }

    /* SECTIONS PRINCIPALES */

    .programmation,
    .infos-pratiques,
    .apropos {
        width: calc(100% - 24px) !important;
        margin: 30px auto !important;
        padding: 45px 18px !important;
        border-radius: 28px !important;
    }

    .program-section,
    .infos-section,
    .about-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .section-title {
        width: 100% !important;
        max-width: 100% !important;
        padding: 11px 15px !important;
    }

    .section-title h2 {
        font-size: 31px !important;
        line-height: 1.05;
    }

    /* ACTIVITÉS */

    .activities-section {
        padding: 45px 16px !important;
    }

    .activities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px 12px !important;
    }

    .activity-icon {
        min-height: 55px !important;
        font-size: 38px !important;
    }

    .activities-grid h3 {
        font-size: 11px !important;
    }

    /* PROGRAMMATION */

    .program-grid {
        grid-template-columns: 1fr !important;
    }

    .program-column {
        padding: 5px 5px 25px !important;
    }

    .program-column:first-child {
        border-right: 0 !important;
        border-bottom: 4px solid #ffc928 !important;
    }

    .program-column h3 {
        font-size: 39px !important;
    }

    .program-item strong,
    .program-item p,
    .program-item li {
        font-size: 14px !important;
    }

    /* INFOS */

    .infos-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 10px 0 25px !important;
    }

    .infos-grid h3 {
        font-size: 38px !important;
    }

    .table-wrap {
        width: 100%;
        overflow-x: auto;
    }

    table {
        min-width: 500px;
        font-size: 12px !important;
    }

    th,
    td {
        padding: 11px 7px !important;
    }

    .place-content img {
        height: 190px !important;
    }

    .plan-image-link {
        width: 100% !important;
        max-width: 100% !important;
    }

    .plan-image-link img {
        max-width: 100% !important;
    }

    /* À PROPOS */

    .about-intro,
    .about-goal,
    .about-collage {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .about-row img {
        height: 210px !important;
    }

    .about-row p,
    .about-text-box,
    .closing-message {
        padding: 18px !important;
        font-size: 15px !important;
        text-align: left !important;
        text-align-last: left !important;
    }

    .about-side-images {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .about-side-images img {
        width: 100% !important;
        height: 120px !important;
    }

    .goal-images {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .goal-images img {
        height: 150px !important;
    }

    .gallery-strip {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 0 !important;
    }

    .gallery-strip img {
        height: 120px !important;
    }

    /* PAGE ARTISTES */

    .artists-hero {
        min-height: auto !important;
        padding: 120px 18px 55px !important;
    }

    .artists-hero h1 {
        font-size: 47px !important;
    }

    .artists-category,
    .partners-section {
        padding: 55px 16px !important;
    }

    .section-heading {
        margin-bottom: 30px !important;
        gap: 10px !important;
    }

    .section-heading h2 {
        font-size: 39px !important;
    }

    .artists-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .artist-card {
        height: auto !important;
        grid-template-columns: 1fr !important;
        margin-top: 0 !important;
    }

    .artist-photo {
        min-height: 0 !important;
        height: 300px !important;
    }

    .artist-content {
        height: auto !important;
        padding: 24px 20px !important;
        overflow: visible !important;
    }

    .artist-content h3 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }

    .artist-description {
        overflow: visible !important;
        max-height: none !important;
        margin-bottom: 20px !important;
        font-size: 14px !important;
    }

    .partners-grid {
        grid-template-columns: 1fr !important;
    }

    .partner-logo {
        min-height: 110px !important;
    }

    /* BILLETTERIE */

    .booking-main {
        padding: 40px 16px !important;
    }

    .booking-intro h1 {
        font-size: 48px !important;
    }

    .booking-layout,
    .form-grid {
        grid-template-columns: 1fr !important;
    }

    .booking-form,
    .booking-summary {
        box-shadow: 6px 6px 0 #111 !important;
    }

    .booking-summary {
        position: static !important;
    }

    /* FOOTER */

    .site-footer {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 40px 20px !important;
    }

    .footer-nav {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .socials {
        justify-content: center !important;
    }
}
/* ==========================================================
   CORRECTION MOBILE : TABLEAU TARIFS + PLAN INTERACTIF
========================================================== */

@media screen and (max-width: 768px) {

    /* TABLEAU DES TARIFS */

    .table-wrap {
        width: 100% !important;
        overflow-x: visible !important;
    }

    .table-wrap table {
        min-width: 0 !important;
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 11px !important;
    }

    .table-wrap th,
    .table-wrap td {
        padding: 9px 4px !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .table-wrap tbody th {
        min-width: 0 !important;
        width: 32% !important;
        text-align: left !important;
    }

    .table-wrap thead th {
        font-size: 10px !important;
    }

    /* PLAN INTERACTIF */

    .plan-image-link {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 25px auto 0 !important;
        border-width: 3px !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    .plan-image-link img {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .plan-image-label {
        left: 50% !important;
        right: auto !important;
        bottom: 10px !important;
        width: calc(100% - 24px) !important;
        max-width: 260px !important;
        padding: 9px 12px !important;
        font-size: 10px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        transform: translateX(-50%) !important;
        box-shadow: 3px 3px 0 #111 !important;
    }
}