@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --green: #ff1493;
  --green2: #ff69b4;
  --green-light: #ff6ec7;
  --green-dark: #d41e7f;
  --green-rgba-95: rgba(255, 20, 147, 0.95);
  --green-rgba-90: rgba(255, 20, 147, 0.9);
  --green-rgba-50: rgba(255, 20, 147, 0.5);
  --green-rgba-45: rgba(255, 20, 147, 0.45);
  --green-rgba-35: rgba(255, 20, 147, 0.35);
  --green-rgba-30: rgba(255, 20, 147, 0.3);
  --green-rgba-25: rgba(255, 20, 147, 0.25);
  --green-rgba-20: rgba(255, 20, 147, 0.2);
  --green-rgba-15: rgba(255, 20, 147, 0.15);
  --green-rgba-14: rgba(255, 20, 147, 0.14);
  --green-rgba-12: rgba(255, 20, 147, 0.12);
  --green-rgba-10: rgba(255, 20, 147, 0.1);
  --green-rgba-08: rgba(255, 20, 147, 0.08);
  --green-rgba-04: rgba(255, 20, 147, 0.04);
  --darkgrey: #2c2f38;
  --dark: #181820;
  --white: #f2efe8;
  --gris: #a4a1a4;
  --grey: rgba(242, 239, 232, 0.6);
  --light: rgba(242, 239, 232, 0.85);
  --gold2: #d6c28a;
  --red: #c8102e;
  --dark2: var(--darkgrey);
  --black: #0f0f14;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dark);
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  overflow-x: clip;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 72px;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 16, 46, 0.2);
}

.nav-logo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}
.nav-logo span {
  color: var(--green);
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey);
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.35s ease;
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-links a:hover {
  color: var(--white);
}

.nav-cta {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--green);
  padding: 9px 20px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.nav-cta:hover {
  background: var(--green2);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--green-rgba-30);
}

/* ── HERO ── */
#hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: clip;
}

#hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/grid-pattern.png) top left repeat;
  width: 100%;
  height: 100%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.15) 40%, rgba(10, 10, 10, 0.85) 80%, var(--dark) 100%), url(../images/Dominique-Chauvelier-Site-Web-presentation.jpeg) center/cover no-repeat;
}

/* animated track lines */
.hero-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0px, transparent 120px, rgba(200, 16, 46, 0.04) 120px, rgba(200, 16, 46, 0.04) 121px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 80px;
  max-width: 900px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 24px;
  font-weight: bold;
}
.hero-tag::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--green);
}

.hero-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  animation: fadeUp 1s ease both;
}
.hero-name em {
  font-style: normal;
  color: var(--green);
  display: block;
}

.hero-sub {
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--gris);
  margin-top: 20px;
  animation: fadeUp 1s 0.2s ease both;
}

.hero-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--light);
  max-width: 480px;
  margin-top: 20px;
  animation: fadeUp 1s 0.35s ease both;
  opacity: 0.85;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  animation: fadeUp 1s 0.5s ease both;
}

.btn-primary {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--green);
  padding: 14px 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.5s ease;
}
.btn-primary:hover::before {
  left: 100%;
}
.btn-primary:hover {
  background: var(--green2);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px var(--green-rgba-30);
}

.btn-outline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(242, 239, 232, 0.4);
  padding: 14px 32px;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s, background 0.3s, box-shadow 0.3s;
}
.btn-outline:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px var(--green-rgba-10);
}

/* hero scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 48px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
}

.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: var(--green);
  animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* ── STATS BAR ── */
#stats {
  background: var(--green);
  padding: 0 80px;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid rgb(0, 0, 0);
}

.stat-item {
  padding: 36px 32px;
  border-right: 1px solid rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.3s, background 0.3s;
}

.stat-item:hover {
  transform: translateY(-4px);
  background: rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--dark);
}

.stat-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(30, 29, 29);
}

/* ── SECTION COMMONS ── */
section {
  position: relative;
}

.section-header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 60px;
}

.section-number {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  color: var(--green);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: -8px;
  transition: text-shadow 0.4s;
}

.section-kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.section-kicker::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: var(--green);
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.02em;
}
.section-title em {
  font-style: italic;
  color: var(--gris);
  font-weight: 700;
}

/* ── ATHLETE ── */
#athlete {
  padding: 120px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  background: radial-gradient(circle at 12% 12%, var(--green-rgba-08) 0%, transparent 35%), radial-gradient(circle at 88% 8%, var(--green-rgba-25) 0%, transparent 34%), linear-gradient(180deg, #14151d 0%, #101118 100%);
}

.athlete-visual {
  position: relative;
}
.athlete-visual:hover .athlete-img {
  transform: scale(1.03);
}

.athlete-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.athlete-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200, 16, 46, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.athlete-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.athlete-badge-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--dark);
}

.athlete-badge-txt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.2;
}

.athlete-content {
  padding-top: 20px;
}

.athlete-bio {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(242, 239, 232, 0.8);
  margin-bottom: 40px;
}
.athlete-bio strong {
  color: var(--white);
  font-weight: 500;
}

.palmares-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 40px;
}

.palmares-item {
  background: var(--dark2);
  padding: 20px 24px;
  border-left: 3px solid var(--green);
  transition: transform 0.3s, background 0.3s, border-left-width 0.3s;
}
.palmares-item:hover {
  transform: translateX(6px);
  background: #1e1e28;
  border-left-width: 6px;
}

.palmares-year {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 500;
}

.palmares-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--white);
  line-height: 1.2;
  margin-top: 4px;
}

.perfs-row {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.perf-item {
  flex: 1;
  min-width: 120px;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
}
.perf-item:hover {
  background: var(--green-rgba-04);
}
.perf-item:hover .perf-time {
  color: var(--green);
}

.perf-time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--white);
  transition: color 0.3s;
}

.perf-race {
  font-size: 0.9rem;
  color: var(--grey);
  margin-top: 2px;
}

/* ── SERVICES ── */
#services {
  padding: 120px 80px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.service-card {
  background: var(--dark2);
  padding: 48px 40px;
  position: relative;
  overflow: clip;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover {
  background: #1e1e28;
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-card#sejours-card {
  cursor: pointer;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 24px;
  display: block;
}

.service-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  color: rgba(200, 16, 46, 0.08);
  position: absolute;
  top: 24px;
  right: 32px;
}

.service-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}

.service-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(242, 239, 232, 0.65);
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
  transition: gap 0.2s;
  font-weight: bold;
}
.service-link:hover {
  gap: 14px;
}
.service-link::after {
  content: "→";
}
.service-link--stretched::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* ── MENEUR D'ALLURE ── */
#meneur {
  padding: 120px 80px;
  background: var(--black);
  position: relative;
  overflow: clip;
}

.meneur-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.meneur-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(242, 239, 232, 0.75);
  margin-bottom: 40px;
}
.meneur-intro em {
  color: var(--green);
  font-style: italic;
}

.meneur-photo {
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.meneur-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.allures-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.allure-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--dark2);
  padding: 18px 20px;
  border: solid 1px var(--allure-color);
  background-image: linear-gradient(to right, var(--allure-color, --dark2) 0%, var(--dark2) 30%);
  transition: transform 0.3s, background 0.3s, border-left-width 0.3s;
  position: relative;
}
.allure-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/finish.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 64px;
  opacity: 0.1;
}
.allure-item:hover {
  transform: translateX(8px) scale(1.02);
  background: #1e1e28;
}

.allure-time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  min-width: 60px;
}

.allure-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey);
  line-height: 1.2;
}

.allure-speed {
  font-size: 0.8rem;
  color: var(--white);
  margin-top: 2px;
}

.quote-block {
  border: var(--gris) solid 1px;
  padding: 40px 48px;
  position: relative;
  margin-top: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.quote-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 255, 186, 0.2);
}
.quote-block::before {
  content: '"';
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8rem;
  line-height: 0.6;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 24px;
  left: 32px;
}

.quote-text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.quote-author {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 16px;
  font-weight: bold;
}

/* ── PALMARÈS INTERNATIONAL ── */
#palmares {
  padding: 80px;
  background: radial-gradient(circle at 12% 12%, var(--green-rgba-08) 0%, transparent 35%), radial-gradient(circle at 88% 8%, rgba(0, 255, 186, 0.1) 0%, transparent 34%), linear-gradient(180deg, #14151d 0%, #101118 100%);
  position: relative;
  overflow: clip;
}
#palmares::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 65%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 65%);
  z-index: 0;
}
#palmares > * {
  position: relative;
  z-index: 1;
}

.palmares-timeline {
  position: relative;
  margin-top: 60px;
  padding-left: 12px;
}
.palmares-timeline::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green), rgba(0, 255, 186, 0.75));
  opacity: 0.8;
}

.timeline-item {
  position: relative;
  padding: 18px 22px 22px 44px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(4px);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.timeline-item:hover {
  transform: translateX(8px);
  border-color: var(--green-rgba-45);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}
.timeline-item:hover .timeline-event {
  color: var(--green);
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px var(--green-rgba-20);
}

.border {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 28px;
}

.timeline-year {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-rgba-90);
  margin-bottom: 8px;
}

.timeline-event {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  color: var(--white);
  transition: color 0.3s;
  line-height: 1.1;
}

.timeline-detail {
  font-size: 0.88rem;
  color: var(--grey);
  margin-top: 8px;
  line-height: 1.55;
}

.international-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.intl-item {
  background: linear-gradient(160deg, #171924 0%, #11131b 100%);
  padding: 36px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--green-rgba-35);
  position: relative;
  overflow: clip;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.intl-item:hover {
  border-color: var(--green-rgba-50);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.intl-count {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 1;
  color: var(--green);
  text-shadow: 0 0 24px var(--green-rgba-15);
}

.intl-event {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 10px;
  line-height: 1.25;
}

.intl-years {
  font-size: 0.9rem;
  color: var(--grey);
  margin-top: 10px;
  line-height: 1.5;
}

/* ── ACTUALITÉS ── */
#actualites {
  padding: 120px 80px;
}

.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2px;
  margin-top: 60px;
}

.news-card {
  position: relative;
  overflow: hidden;
  background: var(--dark2);
  display: flex;
  flex-direction: column;
}
.news-card:hover .news-card-img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.news-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(30%);
  transition: filter 0.4s, transform 0.4s;
}

.news-card-img-wrap {
  overflow: hidden;
}

.news-card-body {
  padding: 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-date {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}

.news-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--white);
  flex: 1;
}

.news-excerpt {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--grey);
  margin-top: 12px;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
  transition: gap 0.2s;
}
.news-link:hover {
  gap: 12px;
}
.news-link::after {
  content: "→";
}

.news-card.featured .news-title {
  font-size: 1.5rem;
}

/* ── PARTENAIRES ── */
#partenaires {
  padding: 80px;
  background: var(--black);
  border-top: 1px solid rgba(200, 16, 46, 0.15);
}

.partners-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.partner-item {
  flex: 1;
  max-width: 250px;
  min-width: 150px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 40px;
  border: 1px solid gray;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--grey);
  background: white;
  transition: color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.partner-item:hover {
  color: var(--white);
  background: rgb(199, 200, 199);
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.partner-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ── NOSTALGIE ── */
#nostalgie {
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.nostalgie-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--dark) 40%, transparent 100%);
  z-index: 1;
}

.nostalgie-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  background: url("../images/banniere-nostalgie.jpg") center/cover no-repeat;
}

.nostalgie-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.nostalgie-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 32px;
}

.nostalgie-sub {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(242, 239, 232, 0.65);
  margin-bottom: 40px;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  /* passe à la ligne sur petit écran */
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.partner-item {
  flex: 0 1 120px;
  /* taille flexible */
  text-align: center;
}

.partner-item img {
  max-height: 110px;
  width: auto;
  max-width: 100%;
}

/* ── CHRONIQUES ── */
#chroniques {
  padding: 0 80px 120px;
  background: var(--dark2);
}

.chroniques-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 60px;
}

.chronique-card {
  background: var(--dark);
  padding: 36px 36px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.chronique-card:hover {
  background: #1a1a22;
  border-color: var(--gold2);
}

.chron-date {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--gold2);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.chron-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--white);
  margin-bottom: 12px;
}

.chron-excerpt {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--grey);
}

.chron-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold2);
  text-decoration: none;
  transition: gap 0.2s;
}
.chron-link:hover {
  gap: 12px;
}
.chron-link::after {
  content: "→";
}

/* ── CONTACT ── */
#contact {
  padding: 120px 80px;
  background: var(--black);
  display: flex;
  justify-content: center;
}
#contact .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-big {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 6vw, 6rem);
  text-transform: uppercase;
  line-height: 0.9;
  display: flex;
  gap: 15px;
}
.contact-big em {
  color: var(--green);
  font-style: normal;
  display: block;
}

.contact-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gris);
  margin-top: 20px;
}

.contact-social {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  font-size: 1rem;
  color: var(--grey);
  margin-right: 30px;
  transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s, filter 0.3s;
}
.social-link:hover {
  transform: translateY(-5px) scale(1.15);
  filter: brightness(1.3) drop-shadow(0 4px 12px var(--green-rgba-30));
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-field {
  background: var(--dark2);
  border: none;
  outline: none;
  padding: 18px 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--white);
  width: 100%;
  border-left: 3px solid transparent;
  transition: border-color 0.3s;
}
.form-field::-moz-placeholder {
  color: var(--grey);
}
.form-field::placeholder {
  color: var(--grey);
}
.form-field:focus {
  border-left-color: var(--green);
  background: #1e1e28;
}

textarea.form-field {
  resize: vertical;
  min-height: 120px;
}

.form-btn {
  background: var(--green);
  border: none;
  cursor: pointer;
  padding: 18px 40px;
  align-self: flex-start;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
}
.form-btn:hover {
  background: var(--green2);
  transform: translateY(-2px);
}

.svg {
  width: 100%;
}

/* ── FOOTER ── */
footer {
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
}
.footer-logo span {
  color: var(--green);
}

/* ── COLOR MODE TOGGLE ── */
.footer-copy {
  font-size: 0.78rem;
  color: var(--grey);
}

.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: bold;
}
.footer-links a:hover {
  color: var(--white);
}

/* ── PALMARÈS TABS ── */
.palmares-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 54px;
  justify-content: center;
  position: relative;
  padding: 10px;
  border: 1px solid var(--green-rgba-35);
  background: rgba(10, 11, 16, 0.8);
  backdrop-filter: blur(8px);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.palmares-tab-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 239, 232, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  position: relative;
  min-width: 230px;
  text-align: center;
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s;
}
.palmares-tab-btn.active {
  background: var(--green);
  color: var(--dark);
  border-color: var(--green-rgba-95);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28), 0 0 0 2px var(--green-rgba-35);
}
.palmares-tab-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
}

.tab-indicator {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0;
  height: 0;
  width: 12px;
  height: 12px;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.palmares-tab-content {
  display: none;
}

.palmares-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

/* ── HIGHLIGHT BOX ── */
.highlight-box {
  margin-top: 8px;
  padding: 36px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.highlight-box-4 {
  grid-template-columns: repeat(4, 1fr);
}

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

.highlight-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.highlight-detail {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 6px;
  line-height: 1.45;
}

.highlight-detail-sm {
  font-size: 0.75rem;
}

.highlight-box > div {
  padding: 6px 4px;
  transition: transform 0.3s;
}
.highlight-box > div:hover {
  transform: translateY(-3px);
}

/* ── NOSTALGIE overrides ── */
#nostalgie .section-kicker {
  margin-bottom: 20px;
}

.nostalgie-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 5rem);
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 24px;
}

.nostalgie-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── RETRO SLIDER ── */
#nostalgie-slider {
  padding: 60px 0;
  background: radial-gradient(circle at 8% -20%, var(--green-rgba-14), transparent 40%), linear-gradient(to bottom, #12121a 0%, #0f0f14 100%);
  overflow: hidden;
}

.retro-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 80px;
  margin-bottom: 24px;
}

.retro-slider-mask {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}

.retro-slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: retroSlide 52s linear infinite;
}

.retro-slider-mask:hover .retro-slider-track {
  animation-play-state: paused;
}

.retro-slider-group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.retro-slide {
  width: clamp(220px, 21vw, 360px);
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 232, 0.22);
  background: #0a0a0d;
  text-decoration: none;
  cursor: zoom-in;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.retro-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.95);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.retro-slide-hint {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(242, 239, 232, 0.45);
  background: rgba(15, 15, 20, 0.72);
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.retro-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 15, 20, 0.55) 0%, rgba(15, 15, 20, 0.08) 50%, rgba(15, 15, 20, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.retro-slide:hover,
.retro-slide:focus-visible {
  transform: translateY(-4px);
  border-color: var(--green);
  box-shadow: 0 12px 34px var(--green-rgba-20);
}

.retro-slide:hover img,
.retro-slide:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.retro-slide:hover::after,
.retro-slide:focus-visible::after {
  opacity: 1;
}

.retro-slide:hover .retro-slide-hint,
.retro-slide:focus-visible .retro-slide-hint {
  opacity: 1;
  transform: translateY(0);
  border-color: var(--green);
  background: rgba(15, 15, 20, 0.9);
}

#nostalgie-slider .nostalgie-ctas {
  justify-content: center;
  margin: 40px 0 20px;
}

@keyframes retroSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ── CONTACT desc ── */
.contact-desc {
  font-size: 1rem;
  color: var(--white);
  margin-top: 16px;
  max-width: 500px;
  line-height: 1.7;
  text-align: center;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pulse glow on stat numbers after counter animation */
@keyframes pulseGlow {
  0%, 100% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 20px var(--green-rgba-50);
  }
}
.stat-number.counted {
  animation: pulseGlow 1.5s ease-in-out;
}

/* Stagger children inside allures-grid */
.allures-grid .allure-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.allures-grid.aos-animate .allure-item {
  opacity: 1;
  transform: translateY(0);
}
.allures-grid.aos-animate .allure-item:nth-child(1) {
  transition-delay: 0.05s;
}
.allures-grid.aos-animate .allure-item:nth-child(2) {
  transition-delay: 0.1s;
}
.allures-grid.aos-animate .allure-item:nth-child(3) {
  transition-delay: 0.15s;
}
.allures-grid.aos-animate .allure-item:nth-child(4) {
  transition-delay: 0.2s;
}
.allures-grid.aos-animate .allure-item:nth-child(5) {
  transition-delay: 0.25s;
}
.allures-grid.aos-animate .allure-item:nth-child(6) {
  transition-delay: 0.3s;
}
.allures-grid.aos-animate .allure-item:nth-child(7) {
  transition-delay: 0.35s;
}

/* Stagger intl-items */
.international-grid .intl-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.3s, box-shadow 0.3s;
}
.international-grid.aos-animate .intl-item {
  opacity: 1;
  transform: translateY(0);
}
.international-grid.aos-animate .intl-item:nth-child(1) {
  transition-delay: 0.05s;
}
.international-grid.aos-animate .intl-item:nth-child(2) {
  transition-delay: 0.1s;
}
.international-grid.aos-animate .intl-item:nth-child(3) {
  transition-delay: 0.15s;
}
.international-grid.aos-animate .intl-item:nth-child(4) {
  transition-delay: 0.2s;
}
.international-grid.aos-animate .intl-item:nth-child(5) {
  transition-delay: 0.25s;
}
.international-grid.aos-animate .intl-item:nth-child(6) {
  transition-delay: 0.3s;
}

/* Legacy reveal kept for JS-driven elements */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  nav {
    padding: 0 32px;
  }
  .nav-links {
    display: none;
  }
  #hero .hero-content {
    padding: 0 40px 60px;
  }
  #athlete,
  #contact {
    padding: 80px 40px;
  }
  #services,
  #meneur,
  #actualites,
  #partenaires,
  #nostalgie,
  #nostalgie-slider,
  #chroniques,
  #palmares {
    padding: 80px 40px;
  }
  .retro-slider-head {
    padding: 0;
  }
  #stats {
    padding: 0 40px;
  }
  .stats-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-grid,
  .allures-grid {
    grid-template-columns: 1fr 1fr;
  }
  s .meneur-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .international-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .palmares-tab-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .palmares-tabs {
    width: 100%;
  }
  .palmares-tab-btn {
    min-width: 0;
    flex: 1;
  }
  .highlight-box-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .chroniques-grid {
    grid-template-columns: 1fr;
  }
  footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  #contact {
    padding: 80px 40px;
  }
}
@media (max-width: 640px) {
  #stats .stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid,
  .allures-grid,
  .palmares-grid {
    grid-template-columns: 1fr;
  }
  .hero-content {
    padding: 0 24px 48px;
  }
  .hero-ctas {
    flex-direction: column;
  }
  section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  #nostalgie-slider {
    padding-bottom: 70px;
  }
  .retro-slider-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .retro-slider-group {
    gap: 12px;
    padding-right: 12px;
  }
  .retro-slide {
    width: 73vw;
    max-width: 320px;
  }
  #stats {
    padding: 0 24px;
  }
  footer {
    padding: 32px 24px;
  }
  .palmares-tabs {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .palmares-tab-btn {
    width: 100%;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    padding: 12px 14px;
  }
  .tab-indicator {
    display: none !important;
  }
  .timeline-item {
    padding: 16px 16px 18px 36px;
  }
  .timeline-item::before {
    left: -15px;
    width: 12px;
    height: 12px;
  }
  .international-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .highlight-box,
  .highlight-box-4,
  .highlight-box-3 {
    grid-template-columns: 1fr;
  }
}
/* ── MODAL SÉJOURS SPORTIFS ── */
.sejours-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sejours-modal.is-open {
  pointer-events: all;
  opacity: 1;
}
.sejours-modal.is-open .sejours-modal-panel {
  transform: translateY(0);
}

.sejours-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 20, 0.88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.sejours-modal-panel {
  position: relative;
  background: var(--darkgrey);
  border: 1px solid var(--green-rgba-20);
  border-top: 3px solid var(--green);
  padding: 2.8rem 2.8rem 2.4rem;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(28px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 520px) {
  .sejours-modal-panel {
    padding: 2rem 1.4rem 1.8rem;
  }
}

.sejours-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  color: var(--grey);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  transition: color 0.2s;
}
.sejours-modal-close:hover {
  color: var(--green);
}

.sejours-modal-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 2.2rem;
  line-height: 1;
}
.sejours-modal-title em {
  color: var(--green);
  font-style: normal;
}

.sejours-year-block {
  margin-bottom: 2rem;
}
.sejours-year-block:last-child {
  margin-bottom: 0;
}

.sejours-year-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  border-bottom: 1px solid var(--green-rgba-20);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
}

.sejours-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sejours-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: baseline;
  gap: 0 1.2rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(242, 239, 232, 0.06);
}
.sejours-item:last-child {
  border-bottom: none;
}
.sejours-item--maybe .sejours-dates,
.sejours-item--maybe .sejours-name {
  opacity: 0.65;
}
@media (max-width: 520px) {
  .sejours-item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

.sejours-dates {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  flex-shrink: 0;
}

.sejours-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.35;
}
.sejours-name strong {
  font-weight: 700;
}

.sejours-tag {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--green);
  padding: 0.15em 0.5em;
  margin-left: 0.5rem;
  vertical-align: middle;
  opacity: 0.8;
}