/* Retour visuel à la version premium douce validée */
.site-header { background: rgba(7,8,11,.84); }
.nav-wrap { grid-template-columns:74px minmax(0,1fr); min-height:88px; padding:9px 28px; }
.brand img { height:58px; width:66px; }
.main-nav { grid-column:auto; justify-self:end; }
.main-nav a { font-size:.69rem; letter-spacing:.02em; text-transform:none; }
.main-nav a::after { display:none; }

.hero {
  align-items:center;
  background:rgba(7,8,11,.18)!important;
  min-height:100svh;
  padding-top:88px;
}
.hero::before {
  background:
    radial-gradient(circle at 50% 42%,transparent 0,rgba(7,8,11,.08) 46%,rgba(7,8,11,.28) 100%),
    linear-gradient(0deg,rgba(7,8,11,.34),transparent 32%);
  filter:none;
  opacity:1;
}
.hero::after { display:none; }
.hero-inner {
  align-items:center;
  justify-content:center;
  max-width:none;
  min-height:calc(100svh - 88px);
  padding:54px 20px;
}
.hero-content { align-items:center; margin:0 auto; max-width:940px; text-align:center; }
.hero-logo { max-height:230px; transform:none; width:min(260px,54vw); }
.hero h1 {
  font-size:clamp(3rem,6vw,6rem);
  letter-spacing:-.055em;
  line-height:.94;
  margin:24px auto 0;
  max-width:900px;
  text-align:center;
  text-transform:none;
}
.hero-tags { border-left:0; justify-content:center; padding-left:0; }
.hero-tags span { font-size:.72rem; letter-spacing:.06em; text-transform:none; }

.button {
  border-radius:999px;
  font-size:.76rem;
  letter-spacing:.025em;
  min-height:56px;
  padding-inline:28px;
  text-transform:none;
}
.section { padding-block:clamp(88px,9vw,140px); }
.container { max-width:1260px; padding-inline:20px; }
.section-head { margin-bottom:0; }
.section-head .eyebrow { font-size:.68rem; letter-spacing:.15em; }
.section-head h2 {
  font-size:clamp(2.6rem,5vw,5.2rem);
  letter-spacing:-.055em;
  line-height:.96;
  text-transform:none;
}

#prestations { background:rgba(7,8,11,.42); }
#prestations .section-head { display:block; text-align:center; }
#prestations .section-head::after { display:block; }
#prestations .section-head .eyebrow { border-top:0; margin:0 0 10px; padding-top:0; }
.services-grid {
  gap:26px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:34px;
}
.service-card,
.service-card:first-child,
.service-card:nth-child(2) {
  border-radius:var(--modern-radius);
  display:block;
  grid-column:auto;
  min-height:410px;
  padding:158px 26px 26px;
}
.service-card-wide {
  border-radius:var(--modern-radius);
  display:block;
  grid-column:1/-1;
  min-height:auto;
  padding:158px 26px 26px;
}
.service-visual,
.service-card-wide .service-visual { filter:none; height:132px; opacity:1; transform:none; }
.service-card::before {
  background:radial-gradient(circle,rgba(255,29,37,.18),transparent 64%);
  color:transparent;
  content:"";
  height:160px;
  left:auto;
  right:-54px;
  top:-54px;
  width:160px;
}
.service-card::after { display:none; }
.service-card h3 { font-size:1.4rem; margin-top:0; }
.service-card p { color:var(--modern-muted); font-size:initial; line-height:1.6; max-width:none; }
.service-card-wide .service-icon { display:inline-flex; }
.service-icon {
  background:transparent;
  border:1px solid rgba(255,29,37,.45);
  border-radius:999px;
  color:var(--modern-red);
  font-size:1.9rem;
  height:56px;
  width:56px;
}
#prestations .services-highlight {
  display:grid;
  grid-template-columns:1fr auto;
  margin-top:26px;
}

.gallery-card,.team-card,.review-card,.press-card,.contact-panel,.quote-form,
.agenda-card,.photo-gallery,.photo-slide,.team-photo,.footer-cta-block {
  border-radius:var(--modern-radius);
}

@media (max-width:1180px) {
  .nav-wrap { grid-template-columns:72px 1fr auto; }
  .main-nav { grid-column:auto; justify-self:end; }
}

@media (max-width:760px) {
  .nav-wrap { grid-template-columns:72px 1fr auto; min-height:88px; }
  .brand img { height:58px; width:66px; }
  .hero { padding-top:88px; }
  .hero-inner { padding:86px 18px 50px; }
  .hero-logo { max-height:160px; width:180px; }
  .hero h1 { font-size:clamp(2.8rem,12vw,4.6rem); line-height:.96; }
  .services-grid { grid-template-columns:1fr; }
  .service-card,.service-card:first-child,.service-card:nth-child(2),.service-card-wide {
    grid-column:1;
    min-height:360px;
  }
  #prestations .services-highlight { grid-template-columns:1fr; }
}

/* Priorité sur la variante festival retirée */
body:not(.legal-body) .site-header { background:rgba(7,8,11,.84); }
body:not(.legal-body) .nav-wrap { grid-template-columns:74px minmax(0,1fr); min-height:88px; padding:9px 28px; }
body:not(.legal-body) .brand img { height:58px; width:66px; }
body:not(.legal-body) .main-nav { grid-column:auto; justify-self:end; }
body:not(.legal-body) .main-nav a { font-size:.69rem; letter-spacing:.02em; text-transform:none; }
body:not(.legal-body) .main-nav a::after { display:none; }
body:not(.legal-body) .hero { align-items:center; background:rgba(7,8,11,.18)!important; padding-top:88px; }
body:not(.legal-body) .hero::after { display:none; }
body:not(.legal-body) .hero-inner {
  align-items:center; justify-content:center; max-width:none;
  min-height:calc(100svh - 88px); padding:54px 20px;
}
body:not(.legal-body) .hero-content { align-items:center; margin:0 auto; max-width:940px; text-align:center; }
body:not(.legal-body) .hero-logo { max-height:230px; transform:none; width:min(260px,54vw); }
body:not(.legal-body) .hero h1 {
  font-size:clamp(3rem,6vw,6rem); letter-spacing:-.055em; line-height:.94;
  margin:24px auto 0; max-width:900px; text-align:center; text-transform:none;
}
body:not(.legal-body) .hero-tags { border-left:0; justify-content:center; padding-left:0; }
body:not(.legal-body) .button {
  border-radius:999px; font-size:.76rem; letter-spacing:.025em;
  min-height:56px; padding-inline:28px; text-transform:none;
}
body:not(.legal-body) .section { padding-block:clamp(88px,9vw,140px); }
body:not(.legal-body) .container { max-width:1260px; padding-inline:20px; }
body:not(.legal-body) .section-head h2 {
  font-size:clamp(2.6rem,5vw,5.2rem); letter-spacing:-.055em;
  line-height:.96; text-transform:none;
}
body:not(.legal-body) .services-grid {
  gap:26px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:34px;
}
body:not(.legal-body) .service-card,
body:not(.legal-body) .service-card:first-child,
body:not(.legal-body) .service-card:nth-child(2) {
  border-radius:var(--modern-radius); display:block; grid-column:auto;
  min-height:410px; padding:158px 26px 26px;
}
body:not(.legal-body) .service-card-wide {
  border-radius:var(--modern-radius); display:block; grid-column:1/-1;
  min-height:auto; padding:158px 26px 26px;
}
body:not(.legal-body) .service-visual,
body:not(.legal-body) .service-card-wide .service-visual {
  filter:none; height:132px; opacity:1; transform:none;
}
body:not(.legal-body) .service-card h3 { font-size:1.4rem; margin-top:0; }
body:not(.legal-body) .service-card p {
  color:var(--modern-muted); font-size:initial; line-height:1.6; max-width:none;
}
body:not(.legal-body) .service-icon {
  background:transparent; border:1px solid rgba(255,29,37,.45);
  border-radius:999px; color:var(--modern-red); font-size:1.9rem;
  height:56px; width:56px;
}
body:not(.legal-body) .service-card-wide .service-icon { display:inline-flex; }

@media (max-width:760px) {
  body:not(.legal-body) .nav-wrap { grid-template-columns:72px 1fr auto; }
  body:not(.legal-body) .services-grid { grid-template-columns:1fr; }
  body:not(.legal-body) .service-card,
  body:not(.legal-body) .service-card:first-child,
  body:not(.legal-body) .service-card:nth-child(2),
  body:not(.legal-body) .service-card-wide { grid-column:1; min-height:360px; }
}

/* Nos différentes prestations */
#galerie .gallery-top {
  align-items: end;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

#galerie .gallery-top .section-head {
  max-width: 780px;
}

#galerie .gallery-top .section-head::before {
  color: var(--modern-red);
  content: "ÉVÉNEMENTS";
  display: block;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .18em;
  margin-bottom: 14px;
}

#galerie .gallery-top .section-head::after {
  display: none;
}

#galerie .gallery-top h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
  letter-spacing: -.065em;
  line-height: .9;
  margin: 0;
}

#galerie .gallery-grid {
  counter-reset: event-type;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0,1fr));
}

#galerie .gallery-card {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  counter-increment: event-type;
  grid-column: span 4;
  min-height: 330px;
  overflow: hidden;
}

#galerie .gallery-card:first-child {
  grid-column: span 7;
}

#galerie .gallery-card:nth-child(2) {
  grid-column: span 5;
}

#galerie .gallery-card:last-child {
  grid-column: span 8;
}

#galerie .gallery-card::before {
  filter: saturate(.88) contrast(1.06);
  transform: scale(1.01);
  transition: filter .45s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

#galerie .gallery-card::after {
  background:
    linear-gradient(180deg, rgba(5,6,8,.02) 20%, rgba(5,6,8,.92) 100%),
    linear-gradient(90deg, rgba(255,52,61,.1), transparent 55%);
  opacity: 1;
}

#galerie .gallery-card:hover::before {
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.06);
}

#galerie .gallery-card div {
  inset: auto 0 0;
  padding: 28px;
}

#galerie .gallery-card div::before {
  color: var(--modern-red);
  content: "0" counter(event-type);
  display: block;
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 10px;
}

#galerie .gallery-card span {
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: none;
}

#galerie .gallery-card p {
  color: rgba(255,255,255,.6);
  font-size: .82rem;
  line-height: 1.55;
  margin-top: 8px;
  max-width: 380px;
}

#galerie .photo-gallery {
  margin-top: clamp(90px, 10vw, 140px);
}

@media (max-width:900px) {
  #galerie .gallery-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2) {
    grid-column: span 1;
  }

  #galerie .gallery-card:last-child {
    grid-column: 1/-1;
  }
}

/* Un fond DJ unique et continu sur toute la page */
body:not(.legal-body)::before {
  background:
    linear-gradient(rgba(6,7,10,.42),rgba(6,7,10,.56)),
    url("assets/images/gallery-real-06.jpeg") center 42% / cover no-repeat fixed !important;
  filter: saturate(1.18) contrast(1.08);
  inset: 0 !important;
  position: fixed !important;
  transform: scale(1.04);
}

body:not(.legal-body)::after {
  background:
    radial-gradient(circle at 12% 18%,rgba(255,52,61,.1),transparent 30rem),
    radial-gradient(circle at 86% 62%,rgba(106,35,255,.07),transparent 32rem),
    linear-gradient(180deg,rgba(7,8,11,.1),rgba(7,8,11,.28)) !important;
  inset: 0 !important;
  position: fixed !important;
}

body:not(.legal-body) main > section,
body:not(.legal-body) main > section.alt,
body:not(.legal-body) #prestations,
body:not(.legal-body) #deroulement,
body:not(.legal-body) #galerie,
body:not(.legal-body) #apropos,
body:not(.legal-body) #equipe,
body:not(.legal-body) #presse,
body:not(.legal-body) #avis,
body:not(.legal-body) #agenda,
body:not(.legal-body) #contact {
  background: transparent !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  backdrop-filter: none !important;
}

body:not(.legal-body) main > section::before,
body:not(.legal-body) main > section::after {
  display: none !important;
}

body:not(.legal-body) main > .hero {
  background: transparent !important;
}

/* Animation continue du fond unique */
body:not(.legal-body)::before {
  animation: continuousDjBackdrop 20s ease-in-out infinite alternate !important;
  transform-origin: center center;
  will-change: background-position,filter,transform;
}

body:not(.legal-body)::after {
  animation: continuousDjLights 11s ease-in-out infinite alternate !important;
  will-change: opacity,transform;
}

@keyframes continuousDjBackdrop {
  0% {
    background-position: 47% 40%;
    filter: saturate(1.08) contrast(1.05) brightness(.9);
    transform: scale(1.04);
  }
  50% {
    background-position: 53% 46%;
    filter: saturate(1.24) contrast(1.1) brightness(.98);
    transform: scale(1.09);
  }
  100% {
    background-position: 49% 43%;
    filter: saturate(1.16) contrast(1.08) brightness(.93);
    transform: scale(1.06);
  }
}

@keyframes continuousDjLights {
  from {
    opacity: .7;
    transform: translate3d(-2%,-1%,0) scale(1.03);
  }
  to {
    opacity: 1;
    transform: translate3d(2%,1.5%,0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.legal-body)::before,
  body:not(.legal-body)::after {
    animation: none !important;
    transform: none !important;
  }
}

/* Statistiques placées directement après la couverture */
#statistiques {
  padding-block: clamp(64px, 7vw, 100px);
}

#statistiques .about-stats {
  position: relative;
}

#statistiques .about-stats-head {
  margin: 0 auto 42px;
  max-width: 820px;
  text-align: center;
}

#statistiques .about-stats-head h3 {
  font-size: clamp(2.35rem, 4.1vw, 4.15rem);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 18px 0 25px;
  text-transform: uppercase;
}

#statistiques .about-stats-head h3 span {
  color: rgba(255,255,255,.76);
}

#statistiques .about-stats-head > p:last-child {
  color: rgba(255,255,255,.66);
  font-size: clamp(.95rem,1.5vw,1.12rem);
}

#statistiques .about-stats-grid {
  background: rgba(14,17,21,.9);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px !important;
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  overflow: hidden;
}

#statistiques .about-stat {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 34px 18px 28px;
  position: relative;
  text-align: center;
}

#statistiques .about-stat + .about-stat {
  border-left: 1px solid rgba(255,255,255,.13);
}

#statistiques .about-stat-icon {
  align-items: center;
  background: linear-gradient(145deg,#ff3944,#ba111b);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50% !important;
  box-shadow: 0 10px 26px rgba(255,35,46,.25);
  display: flex;
  font-size: 1.25rem;
  height: 50px;
  justify-content: center;
  margin-bottom: 17px;
  width: 50px;
}

#statistiques .about-stat strong {
  color: #fff;
  font-size: clamp(2rem,3vw,3.05rem);
  letter-spacing: -.055em;
  line-height: 1;
}

#statistiques .about-stat strong small {
  color: rgba(255,255,255,.72);
  font-size: .48em;
}

#statistiques .about-stat p {
  color: rgba(255,255,255,.68);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  margin: 13px 0 0;
}

#statistiques .about-stat-stars {
  color: #ffc94d;
  font-size: .86rem;
  letter-spacing: .12em;
  margin-top: 10px;
}

@media (max-width: 920px) {
  #statistiques .about-stats-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #statistiques .about-stat + .about-stat {
    border-left: 0;
  }

  #statistiques .about-stat:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.13);
  }

  #statistiques .about-stat:nth-child(n+3) {
    border-top: 1px solid rgba(255,255,255,.13);
  }

  #statistiques .about-stat:last-child {
    grid-column: 1/-1;
  }
}

@media (max-width: 560px) {
  #statistiques .about-stats-head h3 {
    font-size: clamp(2.1rem,10vw,3rem);
  }

  #statistiques .about-stats-grid {
    grid-template-columns: 1fr;
  }

  #statistiques .about-stat {
    min-height: 0;
    padding: 27px 18px;
  }

  #statistiques .about-stat:nth-child(even),
  #statistiques .about-stat + .about-stat {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.13);
  }

  #statistiques .about-stat:last-child {
    grid-column: auto;
  }
}

/* Réseaux sociaux retirés du menu, replacés sur la couverture */
body:not(.legal-body) .side-social {
  bottom: 24px;
  left: auto;
  position: absolute;
  right: 28px;
  top: auto;
  transform: none;
  z-index: 8;
}

@media (max-width: 680px) {
  body:not(.legal-body) .side-social {
    display: none;
  }
}

/* Copyright de la galerie clairement visible sur mobile */
@media (max-width: 680px) {
  #galerie .photo-slide .photo-copyright {
    backdrop-filter: blur(12px) !important;
    background: rgba(3,4,7,.9) !important;
    border: 1px solid rgba(255,255,255,.42) !important;
    bottom: auto !important;
    color: #fff !important;
    display: block !important;
    font-size: .72rem !important;
    font-weight: 850 !important;
    left: 10px !important;
    letter-spacing: .02em !important;
    opacity: 1 !important;
    padding: 7px 11px !important;
    right: auto !important;
    text-shadow: 0 1px 4px #000;
    top: 10px !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 20 !important;
  }
}

/* Copyright du pied de page visible et centré sur mobile */
@media (max-width: 720px) {
  body:not(.legal-body) .footer-bottom {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    justify-content: center !important;
    padding: 12px 10px !important;
    text-align: center !important;
  }

  body:not(.legal-body) .footer-bottom p {
    color: rgba(255,255,255,.72) !important;
    display: block !important;
    font-size: .7rem !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body:not(.legal-body) .footer-bottom > div {
    justify-content: center !important;
  }
}

/* Agenda : titre du panneau compact, sans mots coupés */
#agenda .agenda-info-panel h3 {
  font-size: clamp(1.35rem, 2.1vw, 2.15rem) !important;
  hyphens: none;
  line-height: 1.05 !important;
  max-width: 100%;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 760px) {
  #agenda .agenda-info-panel h3 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }
}

/* À propos : titre principal mieux proportionné */
#apropos > .container > .section-head h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.15rem) !important;
  line-height: .96 !important;
  margin-inline: auto;
  max-width: 820px !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  word-break: normal !important;
}

@media (max-width: 560px) {
  #apropos > .container > .section-head h2 {
    font-size: clamp(2.2rem, 11vw, 3.25rem) !important;
  }
}

/* Empêcher l’enregistrement classique et le glisser-déposer des médias */
img,
video,
body:not(.legal-body) .gallery-card,
body:not(.legal-body) .service-visual,
body:not(.legal-body) .hero {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}

/* Galerie de réalisations : deux photos complètes, sans morceaux coupés */
#galerie .photo-carousel {
  overflow: hidden;
  padding: 0;
}

#galerie .photo-carousel::before,
#galerie .photo-carousel::after {
  display: none;
}

#galerie .photo-track {
  gap: 14px;
  overflow: visible;
}

#galerie .photo-slide {
  animation: none;
  aspect-ratio: 1.48 / 1;
  flex: 0 0 calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
  opacity: 1;
  transform: none;
}

#galerie .photo-slide.is-current {
  transform: none;
}

#galerie .photo-slide video {
  background: #050607;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#galerie .photo-slide-video::before,
#galerie .photo-slide-video::after {
  display: none;
}

#galerie .photo-arrow {
  height: 42px;
  width: 42px;
}

#galerie .photo-arrow-prev {
  left: 24px;
}

#galerie .photo-arrow-next {
  right: 24px;
}

@media (max-width: 700px) {
  #galerie .photo-slide {
    aspect-ratio: 1.3 / 1;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* Titres et sous-titres centrés sur toutes les sections */
body:not(.legal-body) main .section-head,
body:not(.legal-body) main .section-head.align-left,
body:not(.legal-body) #apropos .section-head,
body:not(.legal-body) #prestations .section-head {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  text-align: center !important;
}

/* Cartes des prestations plus petites et plus légères */
#galerie .gallery-grid {
  gap: 14px;
}

#galerie .gallery-card,
#galerie .gallery-card:first-child,
#galerie .gallery-card:nth-child(2),
#galerie .gallery-card:last-child {
  aspect-ratio: 1 / 1.08;
  flex: 0 1 225px;
  max-width: 225px;
  min-height: 245px;
}

#galerie .gallery-card div {
  inset: auto 13px 12px;
}

#galerie .gallery-card span {
  font-size: .86rem;
}

#galerie .gallery-card p {
  font-size: .72rem;
  line-height: 1.3;
}

@media (max-width: 560px) {
  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2),
  #galerie .gallery-card:last-child {
    flex-basis: min(100%, 280px);
    max-width: 280px;
    min-height: 280px;
  }
}

/* Déroulement : cartes égales, alignées et animées */
#deroulement .process-list {
  align-items: stretch;
}

#deroulement .process-step,
#deroulement .process-step:nth-child(even),
#deroulement .process-step:last-child {
  animation: processCardGlow87 5.5s ease-in-out infinite;
  height: 100%;
  max-width: none;
  min-height: 250px;
  transform: translateZ(0);
  width: 100%;
}

#deroulement .process-step:nth-child(2) { animation-delay: -.7s; }
#deroulement .process-step:nth-child(3) { animation-delay: -1.4s; }
#deroulement .process-step:nth-child(4) { animation-delay: -2.1s; }
#deroulement .process-step:nth-child(5) { animation-delay: -2.8s; }
#deroulement .process-step:nth-child(6) { animation-delay: -3.5s; }
#deroulement .process-step:nth-child(7) { animation-delay: -4.2s; }

#deroulement .process-step > img {
  transition: filter .45s ease, transform .65s ease;
}

#deroulement .process-step:hover {
  animation: none;
  border-color: rgba(255,52,61,.65);
  box-shadow: 0 18px 45px rgba(0,0,0,.42), 0 0 22px rgba(255,52,61,.12);
  transform: translateY(-7px);
}

#deroulement .process-step:hover > img {
  filter: brightness(1.12) saturate(1.18);
  transform: scale(1.06);
}

@keyframes processCardGlow87 {
  0%, 100% {
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 10px 26px rgba(0,0,0,.2);
  }
  50% {
    border-color: rgba(255,52,61,.34);
    box-shadow: 0 14px 32px rgba(0,0,0,.28), 0 0 18px rgba(255,52,61,.08);
  }
}

@media (max-width: 480px) {
  #deroulement .process-step,
  #deroulement .process-step:nth-child(even),
  #deroulement .process-step:last-child {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #deroulement .process-step,
  #deroulement .process-step:nth-child(even),
  #deroulement .process-step:last-child {
    animation: none;
  }
}

body:not(.legal-body) main .section-head::after,
body:not(.legal-body) main .section-head.align-left::after,
body:not(.legal-body) #apropos .section-head::after {
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.legal-body) main .section-head .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

body:not(.legal-body) #galerie .gallery-top {
  display: block;
  text-align: center;
}

body:not(.legal-body) #galerie .gallery-top .section-head {
  margin-left: auto;
  margin-right: auto;
}

body:not(.legal-body) .process-heading {
  display: block;
  text-align: center;
}

body:not(.legal-body) .process-heading .section-head {
  margin-left: auto;
  margin-right: auto;
}

body:not(.legal-body) .process-intro {
  margin: 28px auto 0;
  max-width: 680px;
  text-align: center;
}

/* Menu plus transparent et couleurs officielles des réseaux */
body:not(.legal-body) .site-header {
  background: rgba(7,8,11,.48) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

body:not(.legal-body) .side-social a {
  background: rgba(7,8,11,.34);
  border-color: rgba(255,255,255,.16);
}

body:not(.legal-body) .side-social a:first-child strong svg {
  fill: #fff !important;
}

body:not(.legal-body) .side-social a:first-child {
  background: #1877f2;
  border-color: #1877f2;
}

body:not(.legal-body) .side-social a:nth-child(2) {
  background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  border-color: transparent;
}

body:not(.legal-body) .side-social a:nth-child(2) strong svg {
  fill: #fff !important;
}

body:not(.legal-body) .side-social a:first-child:hover {
  background: #2d88ff;
  border-color: #2d88ff;
}

body:not(.legal-body) .side-social a:nth-child(2):hover {
  background: linear-gradient(135deg,#9b43cf,#ff3030,#ffc15e);
}

/* Pied de page compact */
body:not(.legal-body) .site-footer .footer-inner {
  max-width: 1260px;
  padding-inline: 24px;
}

body:not(.legal-body) .footer-top {
  align-items: center;
  gap: 24px;
  grid-template-columns: 1.15fr .65fr .75fr 1fr;
  padding: 22px 0 18px;
}

body:not(.legal-body) .footer-brand {
  margin-bottom: 6px;
}

body:not(.legal-body) .footer-brand img {
  height: 46px;
  width: 56px;
}

body:not(.legal-body) .footer-brand-block > p {
  font-size: .73rem;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width: 270px;
}

body:not(.legal-body) .footer-social a {
  height: 34px;
  width: 34px;
}

body:not(.legal-body) .footer-links,
body:not(.legal-body) .footer-contact {
  gap: 7px;
}

body:not(.legal-body) .footer-links h3,
body:not(.legal-body) .footer-contact h3 {
  margin-bottom: 4px;
}

body:not(.legal-body) .footer-links a,
body:not(.legal-body) .footer-contact a,
body:not(.legal-body) .footer-contact span {
  font-size: .7rem;
}

body:not(.legal-body) .footer-cta-block {
  padding: 16px 18px;
}

body:not(.legal-body) .footer-cta-block h3 {
  font-size: .95rem;
  margin: 7px 0 12px;
}

body:not(.legal-body) .footer-cta-block .button {
  min-height: 38px;
  padding-inline: 16px;
}

body:not(.legal-body) .footer-bottom {
  padding: 10px 0 12px;
}

@media (max-width:900px) {
  body:not(.legal-body) .footer-top {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:600px) {
  body:not(.legal-body) .footer-top {
    gap: 18px;
    grid-template-columns: 1fr;
    padding-block: 22px 16px;
  }

  body:not(.legal-body) .footer-brand-block > p {
    margin-inline: auto;
  }
}

/* Pied de page ultra-compact */
body:not(.legal-body) .site-footer {
  padding: 0 !important;
}

body:not(.legal-body) .footer-top {
  align-items: center;
  display: flex;
  gap: clamp(16px,2vw,28px);
  justify-content: space-between;
  padding: 14px 0 12px;
}

body:not(.legal-body) .footer-brand-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

body:not(.legal-body) .footer-brand-block > p,
body:not(.legal-body) .footer-brand-block .footer-social {
  display: none;
}

body:not(.legal-body) .footer-brand {
  margin: 0;
}

body:not(.legal-body) .footer-brand img {
  height: 44px;
  width: 52px;
}

body:not(.legal-body) .footer-links h3,
body:not(.legal-body) .footer-contact h3 {
  font-size: .64rem;
  margin-bottom: 2px;
}

body:not(.legal-body) .footer-links,
body:not(.legal-body) .footer-contact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

body:not(.legal-body) .footer-links h3,
body:not(.legal-body) .footer-contact h3 {
  margin: 0 4px 0 0;
  white-space: nowrap;
}

body:not(.legal-body) .footer-links a,
body:not(.legal-body) .footer-contact a,
body:not(.legal-body) .footer-contact span {
  white-space: nowrap;
}

body:not(.legal-body) .footer-cta-block {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 8px 10px;
}

body:not(.legal-body) .footer-cta-block > span {
  display: none;
}

body:not(.legal-body) .footer-cta-block h3 {
  font-size: .82rem;
  margin: 0;
  max-width: 180px;
}

body:not(.legal-body) .footer-cta-block .button {
  font-size: .64rem;
  min-height: 32px;
}

body:not(.legal-body) .footer-bottom {
  padding: 8px 0 9px;
}

@media (max-width:700px) {
  body:not(.legal-body) .footer-top {
    align-items: center;
    flex-direction: column;
  }

  body:not(.legal-body) .footer-brand-block {
    display: none;
  }

  body:not(.legal-body) .footer-links,
  body:not(.legal-body) .footer-contact {
    justify-content: center;
  }
}

/* Pied de page minimal : logo, copyright et mentions légales */
body:not(.legal-body) .site-footer .footer-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 8px 24px;
}

body:not(.legal-body) .footer-top {
  display: contents;
  padding: 0;
}

body:not(.legal-body) .footer-links,
body:not(.legal-body) .footer-contact,
body:not(.legal-body) .footer-brand-block > p,
body:not(.legal-body) .footer-brand-block .footer-social {
  display: none;
}

body:not(.legal-body) .footer-brand-block {
  display: block;
  justify-self: start;
}

body:not(.legal-body) .footer-brand img {
  height: 46px;
  width: 54px;
}

body:not(.legal-body) .footer-bottom {
  align-items: center;
  border-top: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

body:not(.legal-body) .footer-bottom > div {
  display: block;
}

body:not(.legal-body) .footer-bottom > div a:not(.footer-legal) {
  display: none;
}

body:not(.legal-body) .footer-cta-block {
  background: transparent;
  border: 0;
  display: block;
  justify-self: end;
  padding: 0;
}

body:not(.legal-body) .footer-cta-block > span,
body:not(.legal-body) .footer-cta-block h3 {
  display: none;
}

body:not(.legal-body) .footer-cta-block .button {
  font-size: .66rem;
  min-height: 38px;
  padding-inline: 18px;
}

@media (max-width:520px) {
  body:not(.legal-body) .site-footer .footer-inner {
    gap: 10px;
    padding-inline: 14px;
  }

  body:not(.legal-body) .footer-brand img {
    height: 38px;
    width: 44px;
  }

  body:not(.legal-body) .footer-bottom {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  body:not(.legal-body) .footer-cta-block {
    display: none;
  }
}

/* Pied de page premium en bandeau */
body:not(.legal-body) .site-footer {
  background: transparent;
  border-top: 0;
  padding: 12px 18px !important;
}

body:not(.legal-body) .site-footer .footer-inner {
  background:
    radial-gradient(circle at 100% 0,rgba(255,52,61,.13),transparent 16rem),
    linear-gradient(120deg,rgba(18,19,24,.94),rgba(8,9,12,.94));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  box-shadow:
    0 20px 55px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  max-width: 1220px;
  min-height: 76px;
  padding: 10px 14px 10px 12px;
}

body:not(.legal-body) .footer-brand {
  align-items: center;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 62px;
}

body:not(.legal-body) .footer-brand-block {
  display: none;
}

body:not(.legal-body) .site-footer .footer-inner {
  justify-content: space-between;
  padding-left: 22px;
}

body:not(.legal-body) .footer-bottom {
  margin: 0;
}

body:not(.legal-body) .footer-cta-block {
  display: none;
}

body:not(.legal-body) .site-footer .footer-inner {
  justify-content: center;
  padding-inline: 20px;
}

body:not(.legal-body) .footer-bottom {
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

/* Compatibilité Android, iPhone et iPad */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
video,
svg {
  max-width: 100%;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

@supports (padding: max(0px)) {
  body:not(.legal-body) .nav-wrap {
    padding-left: max(16px,env(safe-area-inset-left));
    padding-right: max(16px,env(safe-area-inset-right));
  }

  body:not(.legal-body) .site-footer {
    padding-bottom: max(8px,env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width:900px) {
  body:not(.legal-body) main .section {
    padding-block: clamp(72px,12vw,100px);
  }

  body:not(.legal-body) .container {
    padding-inline: clamp(18px,4.5vw,32px);
  }

  body:not(.legal-body) main .section-head h2,
  body:not(.legal-body) .process-heading .section-head h2 {
    font-size: clamp(2.35rem,9vw,4.4rem);
    overflow-wrap: anywhere;
  }

  .about-layout,
  .contact-layout,
  .agenda-card {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .press-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .reviews-carousel,
  .photo-carousel {
    max-width: 100%;
  }
}

@media (max-width:680px) {
  body:not(.legal-body) .site-header {
    min-height: 86px;
  }

  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 78px 1fr auto;
    min-height: 86px;
    padding-block: 7px;
  }

  body:not(.legal-body) .brand img {
    height: 66px;
    width: 76px;
  }

  body:not(.legal-body) .menu-toggle {
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    width: 46px;
  }

  body:not(.legal-body) .side-social {
    gap: 6px;
    right: 70px;
    top: 24px;
  }

  body:not(.legal-body) .side-social a {
    height: 38px;
    min-height: 38px;
    min-width: 38px;
    width: 38px;
  }

  body:not(.legal-body) .main-nav {
    left: 14px;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    right: 14px;
    top: 92px;
    width: auto;
  }

  body:not(.legal-body) .main-nav a {
    align-items: center;
    display: flex;
    min-height: 46px;
    padding: 10px 12px;
  }

  body:not(.legal-body) .hero {
    min-height: 100svh;
    padding-top: 86px;
  }

  body:not(.legal-body) .hero-inner {
    min-height: calc(100svh - 86px);
    padding: 42px 18px 54px;
  }

  body:not(.legal-body) .hero-logo {
    max-height: 150px;
    width: min(180px,48vw);
  }

  body:not(.legal-body) .hero h1 {
    font-size: clamp(2.45rem,11.5vw,4rem);
    line-height: .98;
    max-width: 95vw;
  }

  body:not(.legal-body) .hero-tags {
    gap: 6px;
  }

  body:not(.legal-body) .hero-tags span {
    font-size: .61rem;
    padding: 6px 9px;
  }

  .team-grid,
  .press-grid,
  .services-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .team-card,
  .press-card,
  .service-card,
  .process-step,
  .process-step:nth-child(even),
  .process-step:last-child {
    grid-column: 1;
    max-width: 100%;
    min-width: 0;
  }

  .review-card {
    flex-basis: min(84vw,390px);
    min-width: min(84vw,390px);
  }

  .reviews-carousel {
    padding-inline: 34px;
  }

  .review-arrow,
  .photo-arrow {
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    width: 44px;
  }

  .photo-slide {
    flex-basis: 84vw;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    font-size: 16px;
    max-width: 100%;
    min-height: 48px;
  }

  .quote-form textarea {
    min-height: 140px;
  }

  .agenda-item {
    min-width: 0;
  }

  .agenda-item h4,
  .agenda-item p {
    overflow-wrap: anywhere;
  }

  body:not(.legal-body) .site-footer .footer-inner {
    min-height: 62px;
    padding: 8px 12px;
  }

  body:not(.legal-body) .footer-bottom {
    align-items: center;
    flex-direction: row;
    font-size: .62rem;
    gap: 8px;
    white-space: normal;
  }
}

@media (max-width:390px) {
  body:not(.legal-body) .side-social a {
    height: 34px;
    min-width: 34px;
    width: 34px;
  }

  body:not(.legal-body) .side-social {
    right: 65px;
  }

  body:not(.legal-body) .hero-tags span {
    font-size: .56rem;
  }

  body:not(.legal-body) .footer-bottom p {
    display: none;
  }
}

@media (hover:none) and (pointer:coarse) {
  .service-card:hover,
  .gallery-card:hover,
  .team-card:hover,
  .process-step:hover {
    transform: none;
  }
}

/* Articles de presse modernisés */
#presse .press-grid {
  counter-reset: press-article;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  margin-top: clamp(42px,6vw,72px);
}

#presse .press-card {
  align-content: start;
  background:
    radial-gradient(circle at 100% 0,rgba(255,52,61,.12),transparent 18rem),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.016)),
    rgba(9,10,14,.8);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px !important;
  counter-increment: press-article;
  display: grid;
  min-height: 390px;
  overflow: hidden;
  padding: clamp(28px,4vw,46px);
  position: relative;
  transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease;
}

#presse .press-card::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(76px,9vw,116px);
  opacity: .1;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 18px;
  width: clamp(190px,27vw,330px);
}

#presse .press-card:first-child::before {
  background-image: url("assets/images/logo-actu-fr.svg");
}

#presse .press-card:nth-child(2)::before {
  background-image: url("assets/images/logo-sud-ouest.svg");
}

#presse .press-card::after {
  background: linear-gradient(90deg,var(--modern-red),transparent);
  content: "";
  height: 2px;
  left: clamp(28px,4vw,46px);
  position: absolute;
  top: 0;
  width: 54px;
}

#presse .press-card:hover {
  border-color: rgba(255,52,61,.36);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  transform: translateY(-6px);
}

#presse .press-source {
  align-items: center;
  background: rgba(255,52,61,.1);
  border: 1px solid rgba(255,52,61,.25);
  border-radius: 999px;
  color: var(--modern-red);
  display: inline-flex;
  font-size: .62rem;
  font-weight: 850;
  justify-self: start;
  letter-spacing: .12em;
  margin-bottom: 34px;
  padding: 9px 13px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

#presse .press-source::before {
  display: none;
}

#presse .press-card:first-child .press-source {
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 10px 26px rgba(0,48,161,.22);
  color: #fff;
  font-size: .78rem;
  letter-spacing: -.01em;
  padding: 8px 14px;
  text-transform: none;
}

#presse .press-card:nth-child(2) .press-source {
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 10px 26px rgba(227,6,19,.2);
  color: #fff;
  font-family: Georgia,serif;
  font-size: .86rem;
  font-style: italic;
  letter-spacing: -.02em;
  padding: 8px 14px;
  text-transform: none;
}

#presse .press-logo {
  display: block;
  height: 30px;
  object-fit: contain;
  width: auto;
}

#presse .press-logo-actu {
  width: 104px;
}

#presse .press-logo-sud-ouest {
  width: 126px;
}

#presse .press-card h3 {
  font-size: clamp(1.55rem,2.5vw,2.45rem);
  letter-spacing: -.05em;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 720px;
  position: relative;
  z-index: 2;
}

#presse .press-card p {
  color: rgba(255,255,255,.52);
  font-size: .9rem;
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 620px;
}

#presse .mini-link {
  align-items: center;
  align-self: end;
  background: linear-gradient(135deg,#ff3944,#c8101b);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(255,32,44,.22);
  color: #fff;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  justify-self: start;
  letter-spacing: .045em;
  margin-top: auto;
  min-height: 46px;
  overflow: hidden;
  padding: 0 18px 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

#presse .mini-link::after {
  align-items: center;
  background: rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  content: "↗";
  display: inline-flex;
  font-size: 1rem;
  height: 27px;
  justify-content: center;
  transition: transform .25s ease;
  width: 27px;
}

#presse .mini-link:hover {
  border-color: rgba(255,255,255,.48);
  box-shadow: 0 17px 38px rgba(255,32,44,.34);
  transform: translateY(-3px);
}

#presse .mini-link:hover::after {
  transform: translate(3px,-3px);
}

@media (max-width:820px) {
  #presse .press-grid {
    grid-template-columns: 1fr;
  }

  #presse .press-card {
    min-height: 340px;
  }
}

@media (hover:none) and (pointer:coarse) {
  #presse .press-card:hover {
    transform: none;
  }
}

body:not(.legal-body) .footer-brand img {
  height: 46px;
  width: 52px;
}

body:not(.legal-body) .footer-bottom {
  gap: 16px;
}

body:not(.legal-body) .footer-bottom p {
  color: rgba(255,255,255,.56);
  font-size: .7rem;
  letter-spacing: .01em;
}

body:not(.legal-body) .footer-legal {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  display: inline-flex;
  font-size: .66rem;
  padding: 8px 12px;
}

body:not(.legal-body) .footer-legal:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

body:not(.legal-body) .footer-cta-block .button {
  box-shadow: 0 10px 26px rgba(255,52,61,.2);
  min-height: 42px;
  padding-inline: 20px;
}

@media (max-width:720px) {
  body:not(.legal-body) .site-footer {
    padding: 8px !important;
  }

  body:not(.legal-body) .site-footer .footer-inner {
    border-radius: 20px;
    min-height: 64px;
    padding: 8px 10px;
  }

  body:not(.legal-body) .footer-bottom p {
    display: none;
  }

  body:not(.legal-body) .footer-brand {
    height: 46px;
    width: 52px;
  }
}

/* Parcours de prestation — version moderne */
.process-heading {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 34px;
  padding-bottom: 38px;
}

.process-heading .section-head h2 {
  font-size: clamp(3rem,5.5vw,5.8rem);
  letter-spacing: -.065em;
}

.process-list {
  counter-reset: modern-process;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  position: relative;
}

.process-step,
.process-step:nth-child(even) {
  align-content: start;
  background:
    radial-gradient(circle at 100% 0,rgba(255,52,61,.11),transparent 12rem),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(9,10,14,.76);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  counter-increment: modern-process;
  display: block;
  min-height: 245px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease;
}

.process-step::before {
  background: linear-gradient(90deg,var(--modern-red),transparent);
  content: "";
  height: 2px;
  left: 26px;
  position: absolute;
  top: 0;
  width: 42px;
}

.process-step::after {
  color: rgba(255,255,255,.025);
  content: "0" counter(modern-process);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: -8px;
  top: -14px;
}

.process-step:hover {
  border-color: rgba(255,52,61,.35);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  transform: translateY(-6px);
}

.process-step:last-child {
  background:
    radial-gradient(circle at 100% 0,rgba(255,52,61,.21),transparent 18rem),
    linear-gradient(125deg,rgba(255,52,61,.12),rgba(255,255,255,.025)),
    rgba(11,12,16,.84);
  grid-column: span 2;
  max-width: none;
}

.process-number {
  background: var(--modern-red);
  border: 0;
  box-shadow: 0 10px 26px rgba(255,52,61,.25);
  color: #fff;
  height: 40px;
  margin-bottom: 32px;
  position: relative;
  width: 40px;
  z-index: 2;
}

.process-step h3 {
  font-size: clamp(1.25rem,1.7vw,1.55rem);
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.process-step p {
  color: rgba(255,255,255,.52);
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

.process-cta {
  background:
    radial-gradient(circle at 90% 20%,rgba(255,52,61,.17),transparent 18rem),
    rgba(9,10,14,.82);
  border-radius: 24px;
  margin-top: 14px;
  padding: 30px 34px;
}

@media (max-width:1000px) {
  .process-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:600px) {
  .process-heading {
    display: block;
  }

  .process-intro {
    margin-top: 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:nth-child(even),
  .process-step:last-child {
    grid-column: 1;
    min-height: 220px;
  }
}

@media (max-width:560px) {
  #galerie .gallery-grid {
    grid-template-columns: 1fr;
  }

  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2),
  #galerie .gallery-card:last-child {
    grid-column: 1;
    min-height: 280px;
  }
}

/* À propos : blocs séparés et statistiques premium */
#apropos .about-layout{align-items:stretch;gap:22px;margin-top:54px}
#apropos .about-story,#apropos .about-facts{background:linear-gradient(145deg,rgba(20,20,26,.88),rgba(8,9,13,.72));border:1px solid rgba(255,255,255,.11);border-radius:26px!important;box-shadow:0 28px 70px rgba(0,0,0,.24)}
#apropos .about-timeline article{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:25px}
#apropos .about-timeline article:last-child{border-bottom:0;padding-bottom:0}
#apropos .about-facts dl>div{border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0}
#apropos .about-facts dl>div:last-child{border-bottom:0}
#apropos .about-stats{margin-top:clamp(70px,9vw,120px);position:relative}
#apropos .about-stats::before{background:linear-gradient(90deg,transparent,rgba(255,52,61,.72),transparent);content:"";height:1px;left:0;position:absolute;right:0;top:-38px}
#apropos .about-stats-head{margin:0 auto 42px;max-width:820px;text-align:center}
#apropos .about-stats-head h3{font-size:clamp(2.7rem,6.5vw,5.6rem);letter-spacing:-.075em;line-height:.86;margin:18px 0 25px;text-transform:uppercase}
#apropos .about-stats-head h3 span{color:rgba(255,255,255,.76)}
#apropos .about-stats-head>p:last-child{color:rgba(255,255,255,.66);font-size:clamp(.95rem,1.5vw,1.12rem)}
#apropos .about-stats-grid{background:rgba(14,17,21,.9);border:1px solid rgba(255,255,255,.14);border-radius:28px!important;box-shadow:0 32px 80px rgba(0,0,0,.3);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}
#apropos .about-stat{align-items:center;display:flex;flex-direction:column;min-height:238px;padding:34px 18px 28px;position:relative;text-align:center}
#apropos .about-stat+.about-stat{border-left:1px solid rgba(255,255,255,.13)}
#apropos .about-stat-icon{align-items:center;background:linear-gradient(145deg,#ff3944,#ba111b);border:1px solid rgba(255,255,255,.7);border-radius:50%!important;box-shadow:0 10px 26px rgba(255,35,46,.25);display:flex;font-size:1.25rem;height:50px;justify-content:center;margin-bottom:17px;width:50px}
#apropos .about-stat strong{color:#fff;font-size:clamp(2rem,3vw,3.05rem);letter-spacing:-.055em;line-height:1}
#apropos .about-stat strong small{color:rgba(255,255,255,.72);font-size:.48em}
#apropos .about-stat p{color:rgba(255,255,255,.68);font-size:.88rem;font-weight:750;line-height:1.35;margin:13px 0 0}
#apropos .about-stat-stars{color:#ffc94d;font-size:.86rem;letter-spacing:.12em;margin-top:10px}
@media(max-width:920px){
  #apropos .about-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #apropos .about-stat+.about-stat{border-left:0}
  #apropos .about-stat:nth-child(even){border-left:1px solid rgba(255,255,255,.13)}
  #apropos .about-stat:nth-child(n+3){border-top:1px solid rgba(255,255,255,.13)}
  #apropos .about-stat:last-child{grid-column:1/-1}
}
@media(max-width:560px){
  #apropos .about-stats-head h3{font-size:clamp(2.45rem,13vw,3.8rem)}
  #apropos .about-stats-grid{grid-template-columns:1fr}
  #apropos .about-stat{min-height:0;padding:27px 18px}
  #apropos .about-stat:nth-child(even),#apropos .about-stat+.about-stat{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
  #apropos .about-stat:last-child{grid-column:auto}
}

/* Sécurité responsive : aucun texte ne dépasse de son bloc */
body:not(.legal-body) main *,
.legal-body main *,
.site-footer * {
  box-sizing: border-box;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section p,
.section a,
.section span,
.section strong,
.section dt,
.section dd,
.section label,
.section button,
.legal-body h1,
.legal-body h2,
.legal-body p,
.legal-body a,
.site-footer * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.grid > *,
.about-layout > *,
.about-stats-grid > *,
.contact-layout > *,
.press-grid > *,
.team-grid > *,
.form-grid > *,
.process-list > * {
  min-width: 0;
}

.process-step {
  box-sizing: border-box !important;
  max-width: 100%;
  overflow: hidden;
}

.process-step > div,
.process-step h3,
.process-step p {
  min-width: 0;
  width: 100%;
}

.photo-gallery,
.photo-carousel,
.reviews-carousel,
.team-photo {
  max-width: 100%;
  overflow: hidden;
}

#apropos .about-stat strong,
#apropos .about-stat p,
#apropos .about-stats-head h3 {
  white-space: normal;
  word-break: normal;
}

#apropos .about-stat {
  min-width: 0;
  overflow: hidden;
}

.press-card h3,
.review-card h3,
.agenda-item h3,
.team-card h3,
.contact-detail,
.footer-bottom {
  overflow-wrap: anywhere;
}

@media(max-width:560px) {
  .section-head h2,
  #apropos .about-stats-head h3 {
    hyphens: auto;
    line-height: .98;
  }

  .button,
  .mini-link,
  .team-discover,
  .footer-legal {
    white-space: normal;
    text-align: center;
  }

  .about-facts dd,
  .legal-details dd {
    text-align: right;
  }
}

/* Point rouge manquant après DJ sur l’accueil */
body:not(.legal-body) .hero-tags span:first-child::after {
  background: #ff343d;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(255,52,61,.75);
  content: "";
  display: inline-block !important;
  flex: 0 0 5px;
  height: 5px;
  margin-left: 8px;
  width: 5px;
}

/* Avis : une carte premium complète, sans cartes coupées sur les côtés */
#avis .reviews-carousel {
  margin: 48px auto 0;
  max-width: 960px;
  overflow: visible;
  padding: 0 64px;
}

#avis .reviews-carousel::before,
#avis .reviews-carousel::after {
  display: none;
}

#avis .review-track {
  border-radius: 32px !important;
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
  display: flex;
  gap: 0;
  overflow: hidden;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

#avis .review-card {
  background:
    radial-gradient(circle at 8% 0,rgba(255,52,61,.17),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),
    rgba(10,11,15,.94);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 32px !important;
  box-shadow: none;
  display: flex;
  flex: 0 0 100% !important;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  max-width: 100% !important;
  min-height: 350px;
  min-width: 100% !important;
  opacity: .42;
  padding: clamp(34px,5vw,62px);
  scroll-snap-align: start;
  transform: none !important;
  transition: opacity .45s ease;
  width: 100%;
}

#avis .review-card.is-active {
  opacity: 1;
}

#avis .review-card::before {
  color: rgba(255,255,255,.055);
  font-size: 8rem;
  right: 40px;
  top: 14px;
}

#avis .review-card::after {
  background: linear-gradient(90deg,#ff343d,rgba(255,52,61,.18),transparent);
  height: 2px;
  left: clamp(34px,5vw,62px);
  right: auto;
  top: 0;
  width: 110px;
}

#avis .review-card h3 {
  font-size: clamp(1.15rem,2vw,1.55rem);
  letter-spacing: .01em;
  margin: 0 0 14px;
  padding-right: 100px;
}

#avis .review-stars {
  align-self: flex-start;
  margin: 0 0 24px;
}

#avis .review-card p {
  color: rgba(255,255,255,.79);
  font-size: clamp(1rem,1.6vw,1.18rem);
  line-height: 1.72;
  margin: 0;
  max-width: 760px;
}

#avis .review-arrow {
  background: rgba(13,14,18,.94);
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: 0 16px 38px rgba(0,0,0,.38);
  height: 52px;
  width: 52px;
}

#avis .review-arrow-prev {
  left: 0;
}

#avis .review-arrow-next {
  right: 0;
}

@media(max-width:700px) {
  #avis .reviews-carousel {
    padding: 0 48px;
  }

  #avis .review-card {
    min-height: 390px;
    padding: 30px 26px;
  }

  #avis .review-card h3 {
    font-size: 1rem;
    padding-right: 54px;
  }

  #avis .review-card p {
    font-size: .93rem;
    line-height: 1.6;
  }

  #avis .review-card::before {
    font-size: 6rem;
    right: 20px;
  }

  #avis .review-arrow {
    height: 42px;
    width: 42px;
  }
}

/* Menu plus lisible */
@media(min-width:1041px) {
  .site-header .main-nav {
    gap: clamp(10px,1.05vw,17px);
  }

  .site-header .main-nav a {
    font-size: clamp(.79rem,.78vw,.9rem);
    font-weight: 820;
    letter-spacing: .01em;
  }
}

@media(max-width:1040px) {
  .site-header .main-nav a {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    min-height: 50px;
  }
}

/* Séparations premium entre les grandes sections, fond toujours continu */
body:not(.legal-body) main > section:not(:first-child) {
  position: relative;
}

body:not(.legal-body) main > section:not(:first-child)::before {
  background:
    radial-gradient(circle at center,rgba(255,52,61,.95) 0 3px,transparent 4px),
    linear-gradient(90deg,transparent 5%,rgba(255,255,255,.08) 24%,rgba(255,52,61,.62) 50%,rgba(255,255,255,.08) 76%,transparent 95%);
  content: "";
  height: 1px;
  left: max(24px,calc((100% - 1180px)/2));
  pointer-events: none;
  position: absolute;
  right: max(24px,calc((100% - 1180px)/2));
  top: 0;
  z-index: 3;
}

body:not(.legal-body) main > section:not(:first-child)::after {
  background: radial-gradient(ellipse at center,rgba(255,40,51,.12),transparent 68%);
  content: "";
  height: 54px;
  left: 12%;
  pointer-events: none;
  position: absolute;
  right: 12%;
  top: -27px;
  z-index: 0;
}

body:not(.legal-body) main > section:not(:first-child) > .container {
  position: relative;
  z-index: 1;
}

@media(max-width:560px) {
  body:not(.legal-body) main > section:not(:first-child)::before {
    left: 22px;
    right: 22px;
  }
}

/* Arrondis cohérents sur tout le site */
.service-card,
.gallery-card,
.team-card,
.press-card,
.review-card,
.agenda-card,
.contact-panel,
.quote-form,
.quote-form-card,
.about-story,
.about-facts,
.photo-gallery,
.photo-slide,
.photo-slide img,
.agenda-info-panel,
.agenda-viewport,
.services-highlight,
.partners-marquee,
.partner-card,
.footer-cta-block,
.legal-card,
.team-modal-card {
  border-radius: 24px !important;
}

.service-visual {
  border-radius: 24px 24px 0 0;
}

.team-photo,
.team-photo img {
  border-radius: 20px;
}

.agenda-frame,
.agenda-list,
.agenda-item,
.contact-map,
.contact-map img,
.quote-form input,
.quote-form select,
.quote-form textarea {
  border-radius: 16px;
}

.button,
.hero-cta,
.review-arrow,
.photo-arrow,
.menu-toggle,
.back-to-top,
.legal-nav-cta {
  border-radius: 999px;
}

.site-header .main-nav {
  border-radius: 20px;
}

/* Transition continue entre la couverture et le contenu */
.hero {
  border-bottom: 0 !important;
}

.hero + .section,
#prestations {
  border-top: 0 !important;
}

.hero + .section::before {
  display: none !important;
}

/* Navigation centrée, grand logo et réseaux dans le menu */
body:not(.legal-body) .nav-wrap {
  grid-template-columns: 112px minmax(0,1fr) 112px;
  min-height: 104px;
  padding: 8px 30px;
}

body:not(.legal-body) .brand img {
  height: 84px;
  width: 98px;
}

body:not(.legal-body) .main-nav {
  grid-column: 2;
  justify-self: center;
}

body:not(.legal-body) .hero {
  padding-top: 104px;
}

body:not(.legal-body) .hero-inner {
  min-height: calc(100svh - 104px);
}

body:not(.legal-body) .side-social {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  left: auto;
  position: fixed;
  right: 30px;
  top: 29px;
  transform: none;
  z-index: 100;
}

body:not(.legal-body) .side-social a {
  align-items: center;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  display: flex;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0;
  width: 44px;
}

body:not(.legal-body) .side-social a:hover {
  background: var(--modern-red);
  border-color: var(--modern-red);
  transform: translateY(-2px);
}

body:not(.legal-body) .side-social strong {
  background: transparent !important;
  border-radius: 0;
  height: 22px;
  width: 22px;
}

body:not(.legal-body) .side-social svg {
  display: block;
  height: 22px;
  width: 22px;
}

body:not(.legal-body) .side-social em {
  display: none;
}

.reveal {
  filter: blur(7px);
  transform: translateY(34px) scale(.985);
  transition:
    filter .8s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms),
    opacity .8s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms),
    transform .8s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms);
}

.reveal.is-visible {
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.gallery-card::before,
.service-visual,
.team-photo img {
  animation: subtleMediaMotion 12s ease-in-out infinite alternate;
}

.hero-logo {
  animation: subtleLogoFloat 5s ease-in-out infinite;
}

.button,
.review-arrow,
.photo-arrow,
.team-card,
.service-card {
  transition-duration: .35s;
}

@keyframes subtleLogoFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes subtleMediaMotion {
  from { background-position: 48% 48%; }
  to { background-position: 53% 52%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    filter: none;
  }

  .gallery-card::before,
  .service-visual,
  .team-photo img,
  .hero-logo {
    animation: none;
  }
}

@media (max-width:1180px) {
  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 104px 1fr auto;
  }

  body:not(.legal-body) .main-nav {
    grid-column: auto;
    justify-self: end;
  }

  body:not(.legal-body) .side-social {
    right: 86px;
    top: 30px;
  }
}

@media (max-width:680px) {
  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 90px 1fr auto;
    min-height: 94px;
    padding-inline: 16px;
  }

  body:not(.legal-body) .brand img {
    height: 72px;
    width: 84px;
  }

  body:not(.legal-body) .side-social {
    right: 72px;
    top: 26px;
  }

  body:not(.legal-body) .side-social a {
    height: 38px;
    min-width: 38px;
    width: 38px;
  }

  body:not(.legal-body) .hero {
    padding-top: 94px;
  }
}

/* Déroulement d’une prestation */
.process-section {
  background:
    radial-gradient(circle at 8% 12%,rgba(255,52,61,.11),transparent 27rem),
    rgba(10,11,15,.58);
}

.process-heading {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  margin-bottom: clamp(42px,6vw,72px);
}

.process-heading .section-head::after {
  margin-left: 0;
}

.process-intro {
  color: rgba(255,255,255,.58);
  font-size: clamp(1rem,1.5vw,1.18rem);
  line-height: 1.7;
  margin: 0 0 8px;
  max-width: 520px;
}

.process-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2,minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-step {
  align-items: start;
  border-top: 1px solid rgba(255,255,255,.11);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px minmax(0,1fr);
  min-height: 180px;
  padding: 30px clamp(20px,3vw,38px) 30px 0;
  position: relative;
}

.process-step:nth-child(even) {
  border-left: 1px solid rgba(255,255,255,.11);
  padding-left: clamp(20px,3vw,38px);
}

.process-step:last-child {
  grid-column: 1/-1;
  max-width: 50%;
}

.process-number {
  align-items: center;
  background: rgba(255,52,61,.1);
  border: 1px solid rgba(255,52,61,.3);
  border-radius: 50%;
  color: var(--modern-red);
  display: flex;
  font-size: .61rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: .05em;
  width: 42px;
}

.process-step h3 {
  font-size: clamp(1.2rem,1.8vw,1.55rem);
  letter-spacing: -.035em;
  margin: 5px 0 10px;
}

.process-step p {
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  line-height: 1.65;
  margin: 0;
  max-width: 500px;
}

.process-cta {
  align-items: center;
  background: linear-gradient(110deg,rgba(255,52,61,.14),rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 24px 28px;
}

.process-cta p {
  color: rgba(255,255,255,.7);
  font-weight: 650;
  margin: 0;
}

@media (max-width:760px) {
  .process-heading,
  .process-list {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }

  .process-step:last-child {
    grid-column: auto;
    max-width: none;
  }

  .process-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

/* Annulation de la dernière refonte des catégories */
#galerie .gallery-top {
  align-items: flex-end;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 0;
}

#galerie .gallery-top .section-head {
  max-width: none;
}

#galerie .gallery-top .section-head::before {
  display: none;
}

#galerie .gallery-top .section-head::after {
  display: block;
}

#galerie .gallery-top h2 {
  font-size: clamp(2.6rem,5vw,5.2rem);
  letter-spacing: -.055em;
  line-height: .96;
}

#galerie .gallery-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}

#galerie .gallery-card,
#galerie .gallery-card:first-child,
#galerie .gallery-card:nth-child(2),
#galerie .gallery-card:last-child {
  aspect-ratio: 1.18/1;
  border: 1px solid var(--modern-line);
  border-radius: var(--modern-radius);
  flex: 0 1 calc((100% - 78px)/4);
  grid-column: auto;
  max-width: calc((100% - 78px)/4);
  min-height: 380px;
}

#galerie .gallery-card::before {
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.18),transparent 24%),
    linear-gradient(135deg,rgba(255,29,37,.12),transparent 42%);
  filter: none;
  opacity: .72;
  transform: none;
}

#galerie .gallery-card::after {
  background: linear-gradient(180deg,transparent 30%,rgba(0,0,0,.76) 100%);
}

#galerie .gallery-card:hover::before {
  filter: none;
  opacity: 1;
  transform: scale(1.08);
}

#galerie .gallery-card div {
  inset: auto 16px 14px;
  padding: 0;
}

#galerie .gallery-card div::before {
  display: none;
}

#galerie .gallery-card span {
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: normal;
  text-transform: uppercase;
}

#galerie .gallery-card p {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  line-height: 1.35;
  margin-top: 0;
}

#galerie .photo-gallery {
  margin-top: 62px;
}

@media (max-width:980px) {
  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2),
  #galerie .gallery-card:last-child {
    flex-basis: calc((100% - 26px)/2);
    max-width: calc((100% - 26px)/2);
  }
}

@media (max-width:560px) {
  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2),
  #galerie .gallery-card:last-child {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 320px;
  }
}

/* Taille finale du menu */
@media (min-width:1041px) {
  .site-header .main-nav a {
    font-size: 14px !important;
    font-weight: 820 !important;
  }
}

@media (max-width:1040px) {
  .site-header .main-nav a {
    font-size: 17px !important;
    font-weight: 800 !important;
  }
}

/* Mise en page large : utiliser l’espace disponible tout en gardant les titres centrés */
body:not(.legal-body) main > .section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.legal-body) main > .section > .container,
body:not(.legal-body) main > section > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 48px);
}

body:not(.legal-body) main .section-head,
body:not(.legal-body) main .section-head.align-left,
body:not(.legal-body) .process-heading .section-head,
body:not(.legal-body) #apropos .section-head,
body:not(.legal-body) #prestations .section-head {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 980px !important;
  text-align: center !important;
}

body:not(.legal-body) main .section-head .lead {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 780px !important;
  text-align: center !important;
}

#avis .reviews-carousel {
  max-width: 1240px;
}

#apropos .about-stats-head {
  max-width: 900px;
}

@media (max-width:760px) {
  body:not(.legal-body) main > .section > .container,
  body:not(.legal-body) main > section > .container {
    width: calc(100% - 28px);
  }
}

/* Avis — grille carrousel en 3, 2 ou 1 carte complète */
#avis .reviews-carousel {
  margin-top: 52px;
  max-width: none;
  padding: 0 62px;
}

#avis .review-track {
  border-radius: 0 !important;
  box-shadow: none;
  gap: 24px;
  overflow: hidden;
}

#avis .review-card {
  flex: 0 0 calc((100% - 48px)/3) !important;
  justify-content: flex-start;
  max-width: calc((100% - 48px)/3) !important;
  min-height: 360px;
  min-width: calc((100% - 48px)/3) !important;
  opacity: 1;
  padding: clamp(28px,2.5vw,38px);
}

#avis .review-card h3 {
  font-size: clamp(.98rem,1.35vw,1.2rem);
  line-height: 1.25;
  padding-right: 58px;
}

#avis .review-card p {
  font-size: clamp(.9rem,1.05vw,1rem);
  line-height: 1.62;
}

#avis .review-card::before {
  font-size: 6.4rem;
  right: 22px;
  top: 8px;
}

#avis .review-arrow-prev {
  left: 0;
}

#avis .review-arrow-next {
  right: 0;
}

@media (max-width:1099px) {
  #avis .review-card {
    flex-basis: calc((100% - 24px)/2) !important;
    max-width: calc((100% - 24px)/2) !important;
    min-width: calc((100% - 24px)/2) !important;
  }
}

@media (max-width:699px) {
  #avis .reviews-carousel {
    padding: 0 46px;
  }

  #avis .review-track {
    gap: 0;
  }

  #avis .review-card {
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-height: 380px;
    min-width: 100% !important;
    padding: 30px 26px;
  }
}

/* Fond DJ animé continu sur l’ensemble du site */
body:not(.legal-body)::before {
  animation: djStageMotion75 17s ease-in-out infinite alternate !important;
  background:
    linear-gradient(180deg,rgba(3,4,7,.4),rgba(3,4,7,.57)),
    url("assets/images/hero-dj-background.png") center center / cover no-repeat fixed !important;
  filter: saturate(1.12) contrast(1.08) brightness(.82) !important;
  transform: scale(1.04);
}

body:not(.legal-body)::after {
  animation: djLightSweep75 9s ease-in-out infinite alternate !important;
  background:
    radial-gradient(ellipse at 18% 20%,rgba(255,26,39,.2),transparent 34%),
    radial-gradient(ellipse at 82% 32%,rgba(112,48,255,.14),transparent 36%),
    linear-gradient(105deg,transparent 36%,rgba(255,255,255,.045) 49%,transparent 61%) !important;
  mix-blend-mode: screen;
}

@keyframes djStageMotion75 {
  0% {
    background-position: 45% 48%;
    filter: saturate(1.08) contrast(1.06) brightness(.78);
    transform: scale(1.04);
  }
  50% {
    background-position: 54% 52%;
    filter: saturate(1.24) contrast(1.1) brightness(.88);
    transform: scale(1.1);
  }
  100% {
    background-position: 49% 46%;
    filter: saturate(1.15) contrast(1.08) brightness(.82);
    transform: scale(1.06);
  }
}

@keyframes djLightSweep75 {
  from {
    opacity: .62;
    transform: translate3d(-3%,-1%,0) scale(1.03);
  }
  to {
    opacity: 1;
    transform: translate3d(3%,1.5%,0) scale(1.1);
  }
}

/* Rendre les séparations visibles au-dessus du fond */
body:not(.legal-body) main > section:not(:first-child)::before {
  display: block !important;
}

body:not(.legal-body) main > section:not(:first-child)::after {
  display: block !important;
}

/* Garder le titre principal de l'agenda sur une ligne en affichage large */
@media (min-width: 700px) {
  #agenda .section-head h2 {
    font-size: clamp(2rem, 4.35vw, 4.9rem) !important;
    line-height: .98 !important;
    max-width: none !important;
    white-space: nowrap;
  }

  #deroulement .section-head h2 {
    font-size: clamp(2rem, 3.9vw, 4.35rem) !important;
    line-height: .98 !important;
    max-width: none !important;
    white-space: nowrap;
  }
}

/* Déroulement d'une prestation — composition fidèle à la maquette */
#deroulement .process-heading {
  border: 0;
  display: block;
  margin: 0 auto 28px;
  padding: 0;
  text-align: center;
}

#deroulement .process-heading .section-head {
  margin-inline: auto;
  max-width: 980px;
  text-align: center !important;
}

#deroulement .process-heading .section-head h2 {
  font-size: clamp(2.5rem, 4.1vw, 3.85rem) !important;
  line-height: .95 !important;
  margin-inline: auto;
  max-width: 720px !important;
  white-space: normal;
}

#deroulement .process-heading .lead {
  font-size: .98rem;
  margin: 16px auto 0;
  max-width: 900px;
}

#deroulement .process-list {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

#deroulement .process-step,
#deroulement .process-step:nth-child(even),
#deroulement .process-step:last-child {
  background: rgba(16,19,21,.94);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  grid-column: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#deroulement .process-step::before,
#deroulement .process-step::after {
  display: none;
}

#deroulement .process-step > img {
  display: block;
  height: 88px;
  object-fit: cover;
  width: 100%;
}

#deroulement .process-step-content {
  padding: 16px 11px 12px;
  position: relative;
}

#deroulement .process-number {
  align-items: center;
  border: 2px solid rgba(255,255,255,.9);
  display: inline-flex;
  font-size: .75rem;
  height: 23px;
  justify-content: center;
  left: 12px;
  margin: 0;
  position: absolute;
  top: -12px;
  width: 23px;
}

#deroulement .process-step h3 {
  font-size: clamp(.74rem, .82vw, .86rem);
  line-height: 1.23;
  margin: 0 0 9px;
  text-transform: uppercase;
}

#deroulement .process-step p {
  color: rgba(255,255,255,.72);
  font-size: clamp(.64rem, .68vw, .73rem);
  line-height: 1.38;
  margin: 0;
}

@media (max-width: 1150px) {
  #deroulement .process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #deroulement .process-heading .section-head h2 {
    font-size: clamp(2.5rem, 12vw, 4rem) !important;
  }

  #deroulement .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Logo principal agrandi sur la couverture */
body:not(.legal-body) .hero-logo {
  margin-bottom: -58px;
  margin-top: 54px;
  max-height: 445px;
  width: min(520px, 76vw);
}

@media (max-width: 680px) {
  body:not(.legal-body) .hero-logo {
    margin-bottom: -32px;
    margin-top: 34px;
    max-height: 285px;
    width: min(330px, 74vw);
  }
}

/* Version mobile réellement compacte */
@media (max-width: 560px) {
  body:not(.legal-body) main > section.section:not(.hero) {
    padding-block: 36px 50px !important;
  }

  body:not(.legal-body) main .section-head h2,
  body:not(.legal-body) .process-heading .section-head h2,
  #galerie .gallery-top h2,
  #apropos > .container > .section-head h2 {
    font-size: clamp(2rem, 9.5vw, 2.8rem) !important;
    line-height: 1 !important;
  }

  body:not(.legal-body) main .section-head .lead {
    font-size: .86rem !important;
    line-height: 1.5 !important;
  }

  #statistiques .about-stats-head {
    margin-bottom: 24px;
  }

  #statistiques .about-stats-head h3 {
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
    line-height: .96;
  }

  #statistiques .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #statistiques .about-stat {
    min-height: 150px;
    padding: 20px 10px 17px;
  }

  #statistiques .about-stat:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.13);
  }

  #statistiques .about-stat:last-child {
    grid-column: 1/-1;
  }

  #statistiques .about-stat-icon {
    height: 36px;
    margin-bottom: 10px;
    width: 36px;
  }

  #statistiques .about-stat strong {
    font-size: 1.65rem;
  }

  #statistiques .about-stat p {
    font-size: .7rem;
    margin-top: 7px;
  }

  #prestations .services-grid {
    gap: 12px;
  }

  #prestations .service-card,
  #prestations .service-card:first-child,
  #prestations .service-card:nth-child(2),
  #prestations .service-card-wide {
    min-height: 0;
    padding: 96px 16px 17px;
  }

  #prestations .service-visual,
  #prestations .service-card-wide .service-visual {
    height: 78px;
  }

  #prestations .service-card p {
    display: -webkit-box;
    font-size: .76rem;
    line-height: 1.42;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  #prestations .services-highlight {
    gap: 14px;
    padding: 17px;
  }

  #deroulement .process-list {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #deroulement .process-step,
  #deroulement .process-step:nth-child(even),
  #deroulement .process-step:last-child {
    grid-column: auto;
    min-height: 245px;
  }

  #deroulement .process-step > img {
    height: 92px;
  }

  #deroulement .process-step-content {
    padding: 16px 10px 11px;
  }

  #deroulement .process-step h3 {
    font-size: .72rem;
  }

  #deroulement .process-step p {
    display: -webkit-box;
    font-size: .64rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  #galerie .gallery-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #galerie .gallery-card,
  #galerie .gallery-card:first-child,
  #galerie .gallery-card:nth-child(2),
  #galerie .gallery-card:last-child {
    aspect-ratio: 1 / 1.12;
    flex-basis: auto;
    max-width: none;
    min-height: 0;
    width: 100%;
  }

  #galerie .gallery-card span {
    font-size: .72rem;
  }

  #galerie .gallery-card p {
    display: none;
  }

  #galerie .photo-gallery {
    margin-top: 38px;
  }

  #apropos .about-layout,
  #equipe .team-grid,
  #presse .press-grid,
  #contact .contact-grid {
    gap: 12px;
  }

  #apropos .about-story,
  #apropos .about-facts,
  #contact .contact-panel,
  #contact .quote-form {
    padding: 20px !important;
  }

  #equipe .team-grid {
    justify-content: center !important;
    justify-items: stretch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 100% !important;
  }

  #equipe .team-card {
    align-items: center !important;
    justify-items: center !important;
    margin: 0 !important;
    min-height: 0;
    padding: 10px !important;
    text-align: center !important;
    width: 100% !important;
  }

  #equipe .team-photo {
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 150px;
    width: 100% !important;
  }

  #equipe .team-card h3 {
    font-size: 1rem;
    text-align: center !important;
    width: 100% !important;
  }

  #equipe .team-card p,
  #equipe .team-discover {
    font-size: .68rem;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  #presse .press-grid {
    margin-top: 28px;
  }

  #presse .press-card {
    min-height: 0;
    padding: 22px;
  }

  #presse .press-card h3 {
    font-size: 1.3rem;
  }

  #presse .press-card p {
    font-size: .78rem;
    line-height: 1.5;
  }

  #presse .mini-link {
    font-size: .64rem;
    min-height: 42px;
  }

  #avis .reviews-carousel {
    margin-top: 28px;
  }

  #avis .review-card {
    min-height: 330px;
  }

  #agenda .agenda-card {
    gap: 12px;
  }

  #contact .form-grid {
    gap: 12px;
  }
}

/* Remonter et compacter le contenu de toutes les sections du site */
body:not(.legal-body) main > section.section:not(.hero) {
  padding-top: clamp(52px, 5vw, 76px) !important;
  padding-bottom: clamp(68px, 6.5vw, 98px) !important;
}

@media (max-width: 680px) {
  body:not(.legal-body) main > section.section:not(.hero) {
    padding-top: 44px !important;
    padding-bottom: 64px !important;
  }
}

/* Couverture : slogan moins massif et plus élégant */
body:not(.legal-body) .hero h1 {
  font-family: Inter,Arial,sans-serif !important;
  font-size: clamp(2.65rem, 4.55vw, 4.7rem) !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
  line-height: 1.01 !important;
  margin-top: 0 !important;
  margin-inline: auto;
  max-width: 1060px !important;
  text-wrap: balance;
}

body:not(.legal-body) .hero-content {
  position: relative;
  top: -126px;
}

@media (max-width: 680px) {
  body:not(.legal-body) .hero-content {
    top: -60px;
  }

  body:not(.legal-body) .hero h1 {
    font-size: clamp(2.15rem, 9.5vw, 3.15rem) !important;
    line-height: 1.02 !important;
    max-width: 94vw !important;
  }
}

/* Titre compact de la section des différentes prestations */
#galerie .gallery-top {
  justify-content: center;
  text-align: center;
}

#galerie .gallery-top .section-head {
  margin-inline: auto !important;
  text-align: center !important;
}

#galerie .gallery-top .eyebrow {
  color: var(--modern-red);
  margin-bottom: 10px;
}

#galerie .gallery-top h2 {
  font-size: clamp(2.15rem, 3.65vw, 3.75rem) !important;
  line-height: .98 !important;
  margin-inline: auto;
  max-width: 850px;
  text-align: center !important;
}

@media (max-width: 480px) {
  #deroulement .process-list {
    grid-template-columns: 1fr;
  }

  #deroulement .process-step,
  #deroulement .process-step:nth-child(even),
  #deroulement .process-step:last-child {
    min-height: 0;
  }

  #deroulement .process-step > img {
    height: 165px;
  }
}

/* Prestations complètes — format plus compact */
#prestations.section {
  padding-block: clamp(58px, 6vw, 86px) !important;
}

#prestations .section-head h2 {
  font-size: clamp(2.15rem, 3.55vw, 3.7rem) !important;
  line-height: .98 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 850px !important;
  text-align: center !important;
  width: 100%;
}

#prestations .services-grid {
  gap: 16px;
  margin-top: 24px;
}

#prestations .service-card,
#prestations .service-card:first-child,
#prestations .service-card:nth-child(2),
#prestations .service-card-wide {
  min-height: 300px;
  padding: 112px 20px 20px;
}

#prestations .service-visual,
#prestations .service-card-wide .service-visual {
  height: 92px;
}

#prestations .service-icon {
  font-size: 1.3rem;
  height: 40px;
  margin-bottom: 12px;
  width: 40px;
}

#prestations .service-card h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

#prestations .service-card p {
  font-size: .82rem;
  line-height: 1.48;
}

#prestations .services-highlight {
  margin-top: 16px;
  padding: 18px 22px;
}

@media (max-width: 760px) {
  #prestations .service-card,
  #prestations .service-card:first-child,
  #prestations .service-card:nth-child(2),
  #prestations .service-card-wide {
    min-height: 0;
  }
}

/* Priorité finale de la mise en page mobile */
@media (max-width: 560px) {
  #prestations .services-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #prestations .service-card,
  #prestations .service-card:first-child,
  #prestations .service-card:nth-child(2) {
    grid-column: auto;
    padding: 84px 12px 14px;
  }

  #prestations .service-card-wide {
    grid-column: 1/-1;
    padding: 84px 14px 15px;
  }

  #prestations .service-visual,
  #prestations .service-card-wide .service-visual {
    height: 70px;
  }

  #prestations .service-icon {
    font-size: 1rem;
    height: 34px;
    margin-bottom: 8px;
    width: 34px;
  }

  #prestations .service-card h3 {
    font-size: .88rem;
    line-height: 1.15;
  }

  #prestations .service-card p {
    font-size: .67rem;
    line-height: 1.35;
  }

  #deroulement .process-list {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  #deroulement .process-step,
  #deroulement .process-step:nth-child(even),
  #deroulement .process-step:last-child {
    grid-column: auto !important;
    min-height: 220px !important;
  }

  #deroulement .process-step > img {
    height: 82px !important;
  }

  #equipe .team-card {
    height: auto !important;
    min-height: 0 !important;
  }

  #equipe .team-photo {
    height: 150px !important;
    min-height: 150px !important;
  }

  #equipe .team-photo img {
    height: 100% !important;
    object-fit: cover;
  }

  #apropos .about-timeline article {
    padding-bottom: 16px;
  }

  #apropos .about-timeline article p {
    display: -webkit-box;
    font-size: .76rem;
    line-height: 1.45;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  #contact input,
  #contact select {
    min-height: 44px;
  }

  #contact textarea {
    min-height: 120px;
  }
}

/* Équipe mobile : une vraie colonne centrée et aucun prénom coupé */
@media (max-width: 560px) {
  #equipe .team-grid {
    display: grid !important;
    grid-template-columns: minmax(0,280px) !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    width: 100% !important;
  }

  #equipe .team-card,
  #equipe .team-card:first-child,
  #equipe .team-card:nth-child(2),
  #equipe .team-card:nth-child(3),
  #equipe .team-card:last-child {
    grid-column: 1 !important;
    height: auto !important;
    justify-self: center !important;
    margin-inline: auto !important;
    max-width: 280px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  #equipe .team-card h3 {
    display: block !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
    width: 100% !important;
    word-break: normal !important;
  }

  #equipe .team-photo {
    height: 255px !important;
    min-height: 255px !important;
    overflow: hidden !important;
  }

  #equipe .team-photo img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: none !important;
    width: 100% !important;
  }
}

/* Position finale des réseaux : visibles dans le menu */
body:not(.legal-body) .side-social {
  bottom: auto !important;
  display: flex !important;
  left: auto !important;
  position: fixed !important;
  right: 30px !important;
  top: 29px !important;
  transform: none !important;
}

@media (max-width: 680px) {
  body:not(.legal-body) .side-social {
    bottom: auto !important;
    display: flex !important;
    gap: 5px !important;
    left: 50% !important;
    position: fixed !important;
    right: auto !important;
    top: 27px !important;
    transform: translateX(-50%) !important;
  }

  body:not(.legal-body) .side-social a {
    height: 34px !important;
    min-width: 34px !important;
    width: 34px !important;
  }

  body:not(.legal-body) .side-social svg,
  body:not(.legal-body) .side-social strong {
    height: 18px !important;
    width: 18px !important;
  }

  body:not(.legal-body) .menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    left: auto !important;
    margin: 0 !important;
    position: relative !important;
    right: 0 !important;
    z-index: 110 !important;
  }

  body:not(.legal-body) .nav-wrap {
    grid-template-columns: 78px 1fr 44px !important;
  }

  body:not(.legal-body) .main-nav,
  body:not(.legal-body) .main-nav.is-open {
    align-items: stretch !important;
    box-sizing: border-box !important;
    grid-column: 1/-1 !important;
    justify-self: stretch !important;
    left: 12px !important;
    margin: 0 !important;
    max-height: calc(100dvh - 100px) !important;
    max-width: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 10px !important;
    position: fixed !important;
    right: 12px !important;
    top: 88px !important;
    transform: none !important;
    width: auto !important;
    z-index: 105 !important;
  }

  body:not(.legal-body) .main-nav a {
    box-sizing: border-box !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    text-align: center !important;
    width: 100% !important;
  }

  body:not(.legal-body) .hero-tags span::before {
    background: #ff2632 !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 8px #ff2632, 0 0 16px rgba(255,38,50,.7) !important;
    content: "" !important;
    display: inline-block !important;
    flex: 0 0 7px !important;
    height: 7px !important;
    margin-right: 7px !important;
    opacity: 1 !important;
    position: static !important;
    width: 7px !important;
  }

  body:not(.legal-body) .hero-tags span:first-child::after {
    display: none !important;
  }
}
