:root {
  /* colors */
  --color-white: #fff;
  --color-black: #000;
  --color-bright-blue: #0000eb;
  --color-dark-gray: #444;
  --color-dark-gray-2: #3a3a3a;
  --color-dark-gray-3: #464646;
  --color-dark-gray-4: #464646;
  --color-light-gray: #f1f1f1;
  --color-light-gray-2: #d9d9d9;
  --color-medium-dark-gray: #5d5d5d;
  --color-neon-yellow: #e1ff00;

  /* font family */
  --font-league-gothic: "League Gothic", sans-serif;

  --radius: 28px;

  --pad: 16px;
  --gap: 10px;
  --blueW: 400px;

  --header-bg: rgba(133,133,133,0.25);
  --hamburger-space: 56px;
}

:root {

  --size: 40px;
  --max: calc(var(--size) / 2.857142857);
  --width: calc(var(--max) / 8);
  --margin: calc(var(--max) / 4);
 
  --color: black;

  --equalizers: 3; 
  --equalizer-size: calc( (var(--equalizers) * var(--width)) + ((var(--equalizers) - 1) * var(--margin)) );
  --bottom: calc( (var(--size) - var(--max)) / 2 );
  --left: calc( (var(--size) - var(--equalizer-size)) / 2 );

  --h-two:      calc(var(--max) / 7);
  --h-three:    calc(var(--max) / 4.666666667);
  --h-four:     calc(var(--max) / 3.5);
  --h-five:     calc(var(--max) / 2.8);
  --h-six:      calc(var(--max) / 2.333333333);
  --h-seven:    calc(var(--max) / 2);
  --h-eight:    calc(var(--max) / 1.75);
  --h-nine:     calc(var(--max) / 1.555555556);
  --h-ten:      calc(var(--max) / 1.4);
  --h-eleven:   calc(var(--max) / 1.272727273);
  --h-twelve:   calc(var(--max) / 1.166666667);
  --h-thirteen: calc(var(--max) / 1.076923077);
  --h-fourteen: var(--max);
  
  --h-special:  calc(var(--size) / 2.666666667);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body .site-main>* {
  margin-bottom: 0px;
}

.hide_desktop {
  display:none!important;
}

@media (max-width: 767px) {
  .hide_desktop {
    display: block!important;
  }
}

body {
  overflow-x: hidden;
  background-color: transparent!important;
}

body p {
  margin-bottom: 0;
}

body a {
  color: var(--white);
  text-decoration: none;
}

body button {
  background: transparent;
  background-color: transparent;
  color: var(--color-white);
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body ol,
body ul {
  margin: 0;
  list-style: none;
}

main {
  width: 100%;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 40px;
  padding: 0 50px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn.btn-white {
  background-color: var(--color-white);
  color: var(--color-black);
}

.btn.btn-orange {
  color: var(--color-black);
}

.btn.btn-gray {
  border-radius: 35px;
  color: var(--color-black);
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(5px);
  transition: all 0.3s;

  white-space: nowrap;
}
.btn.btn-gray:hover{
  background: var(--color-francous-accent);
}

.btn-rounded {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-rounded.btn-rounded-white {
  background-color: var(--color-white);
}

.header-menu-right .menu-right-links {
  margin-top: 103px;
  border-top: 1px solid var(--color-white);
  padding-top: 10px;
}

/* 
=========================
    Header styles
=========================
 */
.header {
  position: fixed;
  left: 0;
  top: 150px;
  width: 100%;
  z-index: 999;
  padding: 16px 16px;

  display: none;
}

.header nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 29px;
  background: rgba(133, 133, 133, 0.6);
  backdrop-filter: blur(10px);
  padding: 17px 23px;
  transition: all 0.3s ease-in-out;
}

.header .header-logo {
  display: flex;
  align-items: start;
  gap: 60px;
  text-decoration: none;
}

.header-logo .logo-siriusxm {
  display: flex;
  flex-direction: column;
}

.header-logo .logo-siriusxm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.logo-siriusxm .francouvertes-mobile {
  display: none;
}

.logo-siriusxm span {
  color: var(--color-white);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}

.francouvertes-logo .francouvertes-scrolled {
  display: none;
}

.header .header-right-col {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .header-menu {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: -50px;
  background: transparent;
  padding-bottom: 30px;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.header1 {
  transition: all 0.3s ease-in-out;
}

.header .header-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 0;
}

.header-menu .menu-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 29px;
  backdrop-filter: blur(10px);
  padding: 22px;
}

.header-menu .header-menu-left {
  background: var(--color-bright-blue);
  height: 100%;
  width: 547px;
}

.menu-left-top .menu-left-logo {
  display: flex;
  width: 140px;
}

.menu-left-logo img {
  width: 100%;
  object-fit: contain;
}

.header-menu-left .menu-left-content {
  margin-top: 140px;
}

.menu-left-content p {
  color: var(--color-white);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1.5px;
  text-transform: lowercase;
  max-width: 380px;
}

.menu-left-content a {
  color: var(--color-white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 28px;
}

.header-menu-right {
  background: var(--color-black);
  flex: 1;
}

.header-menu-right .menu-right-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu-right-header .menu-right-logo {
  width: 264px;
  display: flex;
}

.menu-right-logo img {
  width: 100%;
}

.header-menu-right .top-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_patrimo,
.btn.btn-orange,
.reusable-sec-btns .hero-dropdown-main{
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 0;
}

.btn_patrimo::before,
.btn.btn-orange::before,
.reusable-sec-btns .hero-dropdown-main::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: linear-gradient(
    90deg,
    var(--color-francous-accent),
    var(--color-francous-accent-gradient),
    var(--color-francous-accent),
    var(--color-francous-accent-gradient)
  );
  background-size: 300% 100%;
  animation: headerGradientMove 2.5s linear infinite;
  filter: blur(10px);
  transform: translateZ(0);
}

@keyframes headerGradientMove{
  from { background-position: 100% 50%; }
  to   { background-position: 0% 50%; }
}


.top-header-actions .top-actions-btns {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.top-actions-btns .actions-btn-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-actions-searchbar {
  width: 332px;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-white);
  border-radius: 21px;
  overflow: hidden;
  padding-right: 10px;
}

.top-actions-searchbar input[type="text"] {
  flex: 1;
  background: transparent;
  height: 40px;
  border: none;
  font-size: 1rem;
  color: var(--color-white);
  padding: 0 10px;
}

.top-actions-searchbar button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.top-actions-searchbar button svg {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.menu-right-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
}

.menu-right-links ul li a:hover {
  text-decoration: underline;
}

.right-links-top li a {
  font-size: 2rem;
  line-height: 48px;
  letter-spacing: -1.6px;
  text-decoration: none;
  color: var(--color-white);
}

.right-links-bottom li a {
  color: var(--color-white);
  font-size: 1.375rem;
  letter-spacing: -1.1px;
  line-height: 34px;
  text-decoration: none;
}

.menu-body .menu-col{
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none
}

@media (max-width: 767px) {
  .right-links-top li a {
    font-size: 2.5rem;
  }

  .right-links-bottom li a {
    font-size: 1.5rem;
  }

 .right-links-bottom {
    border-top: 1px solid #444444;
    padding-top:18px;
  }

  .menu-body .menu-col {
    gap:0;
  }

  .right-links-top,
  .menu-right-bottom {
    padding-bottom:20px;
  }
  
}

.menu-right-links .right-links-bottom {
  margin-top: 30px;
}

.menu-right-bottom .menu-right-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-right-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 27px;
}

.menu-right-social ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-btns .top-actions-searchbar {
  display: none!important;
  /* display: flex; */
}

.menu-right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.header1.scrolled .francouvertes-default {
  display: none;
}

.header1.scrolled .francouvertes-scrolled {
  display: block;
  width: 190px;
}

.header1.scrolled .logo-siriusxm span {
  display: none;
}

.header1.scrolled .header-logo {
  align-items: center;
}

.header1.scrolled nav {
  padding: 6px 7px;
}

.header1.scrolled .header-logo {
  gap: 24px;
  padding-left: 14px;
}

.header1.scrolled .logo-main {
  width: 97px;
}


.menu-toggler{
  position: relative;
}
.menu-toggler:hover{
  background: var(--color-francous-accent);
}

.menu_bars {
  position: absolute;
  bottom: var(--bottom);
  left: var(--left);
  display: block;
  width: var(--width);
  background-color: var(--color);
  height: var(--h-two);
}

.menu_bars,
.menu_bars::before,
.menu_bars::after {
  animation: menu_bars1 1.25s steps(25, end) 0s infinite;
}

.menu_bars::before,
.menu_bars::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(var(--width) + var(--margin));;
  height: var(--max);
  width: var(--width);
  background-color: var(--color);
  display: block;
}

.menu_bars::before {
  animation-name: menu_bars2;
}

.menu_bars::after {
  left: calc(var(--width) * 2 + var(--margin) * 2);
  animation-name: menu_bars3;
}

@keyframes menu_bars1 {
  0%   { height: var(--h-four); }
  4%   { height: var(--h-two); }
  8%   { height: var(--h-four); }
  12%  { height: var(--h-seven); }
  16%  { height: var(--h-ten); }
  20%  { height: var(--h-thirteen); }
  24%  { height: var(--h-twelve); }
  28%  { height: var(--h-eleven); }
  32%  { height: var(--h-eleven); }
  36%  { height: var(--h-eight); }
  40%  { height: var(--h-ten); }
  44%  { height: var(--h-ten); }
  48%  { height: var(--h-eleven); }
  52%  { height: var(--h-twelve); }
  56%  { height: var(--h-thirteen); }
  60%  { height: var(--h-twelve); }
  64%  { height: var(--h-twelve); }
  68%  { height: var(--h-eleven); }
  72%  { height: var(--h-ten); }
  76%  { height: var(--h-eleven); }
  80%  { height: var(--h-twelve); }
  84%  { height: var(--h-twelve); }
  88%  { height: var(--h-thirteen); }
  92%  { height: var(--h-ten); }
  96%  { height: var(--h-seven); }
  100% { height: var(--h-four); }
}

@keyframes menu_bars2 {
  0%   { height: var(--h-twelve); }
  4%   { height: var(--h-thirteen); }
  8%   { height: var(--h-twelve); }
  12%  { height: var(--h-twelve); }
  16%  { height: var(--h-eleven); }
  20%  { height: var(--h-eleven); }
  24%  { height: var(--h-eleven); }
  28%  { height: var(--h-twelve); }
  32%  { height: var(--h-twelve); }
  36%  { height: var(--h-thirteen); }
  40%  { height: var(--h-thirteen); }
  44%  { height: var(--h-thirteen); }
  48%  { height: var(--h-eleven); }
  52%  { height: var(--h-eight); }
  56%  { height: var(--h-six); }
  60%  { height: var(--h-eight); }
  64%  { height: var(--h-ten); }
  68%  { height: var(--h-eleven); }
  72%  { height: var(--h-thirteen); }
  76%  { height: var(--h-twelve); }
  80%  { height: var(--h-twelve); }
  84%  { height: var(--h-eleven); }
  88%  { height: var(--h-eleven); }
  92%  { height: var(--h-nine); }
  96%  { height: var(--h-eleven); }
  100% { height: var(--h-twelve); }
}

@keyframes menu_bars3 {
  0%   { height: var(--h-nine); }
  4%   { height: var(--h-seven); }
  8%   { height: var(--h-nine); }
  12%  { height: var(--h-eleven); }
  16%  { height: var(--h-thirteen); }
  20%  { height: var(--h-special); }
  24%  { height: var(--h-fourteen); }
  28%  { height: var(--h-eleven); }
  32%  { height: var(--h-nine); }
  36%  { height: var(--h-eight); }
  40%  { height: var(--h-seven); }
  44%  { height: var(--h-five); }
  48%  { height: var(--h-eight); }
  52%  { height: var(--h-ten); }
  56%  { height: var(--h-eleven); }
  60%  { height: var(--h-thirteen); }
  64%  { height: var(--h-twelve); }
  68%  { height: var(--h-eleven); }
  72%  { height: var(--h-eleven); }
  76%  { height: var(--h-ten); }
  80%  { height: var(--h-twelve); }
  84%  { height: var(--h-thirteen); }
  88%  { height: var(--h-fourteen); }
  92%  { height: var(--h-twelve); }
  96%  { height: var(--h-ten); }
  100% { height: var(--h-nine); }
}


/* New Animated Header CSS */
body.menu-open{ overflow:hidden; }

.header1{
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}

/* The resizable header bar (it becomes the black menu panel) */
.header-bar{
  pointer-events: auto;

  position: fixed;
  top: var(--pad);
  left: var(--pad);
  width: calc(100% - (var(--pad) * 2));
  border-radius: var(--radius);

  background: var(--header-bg);
  backdrop-filter: blur(10px);

  padding: 14px 16px;
  box-sizing: border-box;
  overflow: hidden;

  height: 112px;
  transition: height 0.3s;

  will-change: left, top, width, height, background;
}
.header1.scrolled .header-bar{
  height: 52px;
}

.bar-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 2;

  right: var(--hamburger-space);
}

.logo-block{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  color:#111;
}

.logo-1, .logo-2{
  padding:0 14px;
  border-radius:999px;
  display:flex;
  align-items:center;
  font-weight:700;
  font-size:13px;
}
.header-bar .logo-siriusxm img:not(.logo-siriusxm .francouvertes-mobile){
  display: block;
}

#logoB { will-change: transform; }

.header-bar .francouvertes-logo{
  display: flex;
}

.header-btns{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  padding-right: 45px;
}

@media (max-width: 1200px) {
  .header-btns{
    z-index: 999;
  }

  .menu-toggler1 {
    z-index: 9999!important;
  }
}

.header-btns .btn_billets, 
.header-btns .btn_patrimo{
   z-index:99999;
}

.header-btns a{
  height:40px;
  padding:0 50px;
  border-radius: 40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:14px;
  font-weight: 500;
}


.header-btns .btn_billets{
  background: var(--color-white);
}
/* =========================
   HAMBURGER (Equalizer -> X)
   ========================= */

.menu-toggler1{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: var(--color-white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  position: absolute;
  right: 10px;
  z-index: 5;
  transition: all 0.3s;
}
.header1.scrolled .menu-toggler1{
  right: 7px;
}
.menu-toggler1:hover{
  background: var(--color-francous-accent) !important;
}



/* The icon box */
.hamburger{
  width:20px;
  height:22px;
  position: absolute;
  display:block;
}

/* Equalizer bars (default / closed state) */
.vline{
  position:absolute;
  top:50%;
  width:2px;
  background:#111;
  border-radius:2px;

  /* Centered vertically; height will animate */
  transform: translateY(-50%);
  transform-origin: 50% 50%;

  /* base height (will be animated) */
  height: 18px;

  /* smooth morph to X */
  transition:
    transform 0.35s ease,
    opacity 0.25s ease,
    left 0.35s ease,
    height 0.35s ease;

  /* equalizer animation */
  animation-duration: 1.25s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

/* positions */
.v1{ left:5px;  animation-name: eq1; }
.v2{ left:10px; animation-name: eq2; }
.v3{ left:15px; animation-name: eq3; }

/* Equalizer keyframes (heights) */
@keyframes eq1{
  0%{height:10px} 8%{height:6px} 16%{height:12px} 24%{height:16px}
  32%{height:8px} 40%{height:14px} 48%{height:18px} 56%{height:12px}
  64%{height:16px} 72%{height:9px} 80%{height:14px} 88%{height:18px}
  100%{height:10px}
}
@keyframes eq2{
  0%{height:18px} 8%{height:14px} 16%{height:16px} 24%{height:10px}
  32%{height:8px} 40%{height:12px} 48%{height:16px} 56%{height:18px}
  64%{height:12px} 72%{height:9px} 80%{height:14px} 88%{height:16px}
  100%{height:18px}
}
@keyframes eq3{
  0%{height:14px} 8%{height:10px} 16%{height:16px} 24%{height:18px}
  32%{height:12px} 40%{height:9px} 48%{height:6px} 56%{height:10px}
  64%{height:14px} 72%{height:16px} 80%{height:18px} 88%{height:16px}
  100%{height:14px}
}

/* OPEN STATE -> stop equalizer + morph to X */
.menu-toggler1.is-open .vline{
  animation: none;          /* stop equalizer */
  height: 18px;            /* normalize height */
  left: 10px;              /* stack all in the center */
}

/* rotate outer bars */
.menu-toggler1.is-open .v1{
  transform: translateY(-50%) rotate(45deg);
}
.menu-toggler1.is-open .v2{
  opacity: 0;
  transform: translateY(-50%) scaleY(0.6);
}
.menu-toggler1.is-open .v3{
  transform: translateY(-50%) rotate(-45deg);
}

/* =========================
   BLACK MENU CONTENT
   ========================= */

.menu-content{
  position: absolute;
  inset: 0;
  padding: 22px;
  padding-top: 120px;
  box-sizing: border-box;

  opacity: 0;
  pointer-events: none;
  z-index: 1;
  color:#fff;
}

.header-mobile-hero-logo {
  display: none;
}

@media (max-width: 767px) {

  body:not(.is-scrolled) .header1 .header-btns .btn_billets,
  body:not(.is-scrolled) .header1 .header-btns .btn_patrimo,
  body:not(.is-scrolled) .header1 .header-btns .top-actions-searchbar {
    display: none !important;
  }
  body.menu-open .header1 {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.menu-open .header-bar {
    position: fixed !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: none !important;
  }

  .header1 .header-bar, .header1.scrolled .header-bar{
    height: auto;
  }

  body.menu-open .menu-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom:0;
  }

  body.menu-open .menu-blue-panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100vw !important;
    height: 40dvh !important;
    border-radius: var(--radius) var(--radius) 0 0;
    z-index: 1001;
  }
  body.menu-opening .header1 {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.menu-opening .header-bar {
    position: fixed !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: none !important;
  }

  body.menu-opening .menu-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  body:not(.is-scrolled) .header1 .header-mobile-hero-logo {
    display: flex;
    height: 30px;
    width: auto;
    object-fit: contain;
  }

  body:not(.is-scrolled) .header1 .logo-1,
  body:not(.is-scrolled) .header1 .logo-2 {
    display: none !important;
  }

  body.is-scrolled .header1 .header-mobile-hero-logo {
    display: none !important;
  } 
}

.menu-title{
  margin:0;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.menu-subtitle{
  margin:8px 0 0 0;
  font-size: 14px;
  opacity: 0.85;
}

.menu-kicker{
  margin:0 0 10px 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.8;
}

.menu-list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.menu-list a{
  color: inherit;
  text-decoration:none;
  font-size: 16px;
}
.menu-list a:hover{ text-decoration: underline; }

.menu-title--white,
.menu-subtitle--white,
.menu-kicker--white,
.menu-list--white a{
  color: #fff;
}

.menu-body{
  display:grid;
  grid-template-columns: 1fr;
  height: 100%;
}

.menu-body .menu-col::-webkit-scrollbar{
  display: none;    
}

/* =========================
   BLUE PANEL
   ========================= */

.menu-blue-panel{
  pointer-events: auto;
  position: fixed;
  top: var(--pad);
  left: var(--pad);
  width: var(--blueW);
  height: calc(100dvh - (var(--pad) * 2));
  border-radius: var(--radius);
  background: var(--color-bright-blue);

  opacity: 0;
  visibility: hidden;
  z-index: 998;
  overflow: hidden;

  will-change: transform, opacity;
  transform: translateZ(0);
}

.menu-blue-inner{
  height: 100%;
  box-sizing: border-box;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:#fff;
}
.menu-blue-logo{
  max-width: 140px;
}
.menu-blue-content{
  padding-top: 50px;
  line-height: 1;
}
.menu-blue-content p{
  font-size: 1.875rem;
}
.menu-blue-content a{
  font-size: 1.25rem;
  margin-top: 25px;
  display: inline-block;
}

/* Fake image placeholder - Use Actual Image here*/
.menu-blue-image{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}



/* 
=========================
    Hero Section
=========================
 */
.hero-sec {
  position: relative;
  width: 100%;
  height: auto;
  /* max-height: 100vh; */
  max-width: 100vw;
  
  /* Valable pour l'edition 30e anniversaire, */
  /* a revoir pour les prochaines editions */
  padding-top: 40px;
  background: #ffff3D;
}

.hero-sec video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero-sec video {
    object-fit: contain;
    object-position: center top
  }
  .hero-sec {
    padding-top: 0px;
  }
}

.hero-sec-btns {
  position: absolute;
  bottom: 52px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-sec-btns .btn {
  font-weight: normal;
  height: 70px;
  border-radius: 60px;
  width: 236px;
  padding: 0;
}

.hero-sec-btns .btn.btn-white {
  background: rgba(213, 213, 213, 0.7);
}

.hero-sec-btns .btn {
  font-weight: normal;
  height: 70px;
  border-radius: 60px;
  width: 236px;
  padding: 0;
}

.hero-sec .hero-btn-dropdown {
  position: relative;
  z-index: 0;
}

.hero-sec .hero-dropdown-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding-bottom: 13px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.hero-btn-dropdown.is-open .hero-dropdown-wrapper,
.reusable-sec-btns .hero-btn-dropdown.is-open .hero-dropdown-wrapper{
  bottom: 100%;
  opacity: 1;
  pointer-events: auto;
}

.hero-sec .hero-dropdown-main {
  border-radius: 35px;
  background: var(--color-francous-accent);
  padding: 25px 13px;
}

.hero-sec .hero-dropdown-main ul {
  list-style: decimal;
  color: var(--color-black);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.9px;
  padding: 5px 0 20px 20px;
  border-bottom: 1px solid var(--color-black);
}

.hero-sec .hero-dropdown-footer {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}

.hero-sec .hero-dropdown-footer a {
  color: var(--color-black);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}

/* 
=========================
    Section Styles
=========================
 */
.event-annoc-sec {
  padding-top: 60px;
}

.event-annoc-sec .event-item {
  padding-top: 67px;
}

.event-item .event-item-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-item .event-item-date p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 29rem;
  font-style: normal;
  font-weight: 400;
  line-height: 327px;
  text-transform: uppercase;
}

.event-item .event-details {
  margin-top: 45px;
}

.event-item .event-item-top {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 2fr;
  padding: 0 12px 16px;
}

.event-item-top .item-info-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-item-top .item-info-block:nth-child(2),
.event-item-top .item-info-block:nth-child(3){
  justify-content: end;
}
.event-item-top .item-info-block:nth-child(2){
  padding-right: 5px;
}

.event-item-top .finale-cards-top-right {
  justify-content: flex-end;
}

.event-item-top .item-info-block p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.event-item .event-item-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.event-performer-card .performer-image {
  overflow: hidden;
}

.event-performer-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-performer-card > a >div{
  aspect-ratio: 0.7;
}

.performer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-performer-card p {
  padding: 20px 20px 0;
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
  max-width: 235px;
}

/* 
=======================
    Marquee Sec styles
=======================
 */
.marquee-sec {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 90px 0 0;
}
.scroll-names-sec-main + .marquee-sec{
  padding-top: 0;
}

.scroll-names-sec-main > p {
  font-size:44px;
  font-weight:600;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
}

@media (max-width: 820px) {
  .scroll-names-sec-main > p {
    font-size:26px;
  }
} 

.marquee-sec .marquee-track {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.marquee-track .scroller-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.marquee-sec .marquee-track:hover {
  background-color: var(--color-black);
}

.marquee-sec .marquee-item span {
  color: var(--color-black);
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.marquee-sec .marquee-track:hover .marquee-item span {
  color: var(--color-white);
}

.scroller[data-animated="true"] .scroller-inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="vertical-backward"] .scroller-inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scrollVertical var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="vertical-forward"] .scroller-inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scrollVertical var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-direction="vertical-backward"] {
  --_animation-direction: backwards;
}

.scroller[data-direction="vertical-forward"] {
  --_animation-direction: reverse;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="medium"] {
  --_animation-duration: 40s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scrollVertical {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

.marquee-sec.marquee-sec-3 {
  padding-top: 0;
}

/* 
=========================
    Video Section Styles
=========================
 */

.full-video-sec .full-video-embed--mobile { 
  display: none !important; 
  height: 100%;
}
.full-video-sec .full-video-embed--desktop { 
  display: block !important; 
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .full-video-sec .full-video-embed--mobile { display: block !important; }
  .full-video-sec .full-video-embed--desktop { display: none !important; }
}

.full-video-sec { width: 100%; }

.full-video-sec .full-video{
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.full-video-sec iframe,
.full-video-sec video{
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767px){
  .full-video-sec .full-video{
    aspect-ratio: 9 / 16;
  }
}

.full-video-sec {
  width: 100%;
  position: relative;
}

.full-video-sec + .marquee-sec{
  display: none;
}

@media (max-width: 768px){
  .full-video-sec + .marquee-sec{
    display: block;
    padding-top:0;
  }
}

.full-video-sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-video-sec .rounded-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border-radius: 74px;
  background: rgba(217, 217, 217, 0.8);
}

.full-video.has-no-mobile-video,
.hero-video.has-no-mobile-video {
  height: auto;
  object-fit: contain;
}

/* 
===========================
    Featured Card Styles
===========================
 */
.featured-cards-sec .featured-card {
  padding: 20px 15px;
  display: flex;
  align-items: start;
  gap: 50px;
  height: 585px;
  background: var(--white);
  transition: background 0.3s ease-in-out;
}

.featured-cards-sec .featured-card:hover {
  background: var(--color-light-gray);
}

.featured-cards-sec .featured-card .featured-card-body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 0;
}

.featured-card .featured-card-content {
  flex: 1;
  min-height: 0;
  overflow: hidden; 
}

.featured-card .featured-card-desc {
  min-height: 0;
  overflow: hidden; 
}


.featured-card .featured-card-media {
  width: 546px;
  height: 100%;
}

.featured-card .featured-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: border-radius 0.3s ease-in-out;
}

.featured-card:hover .featured-card-media img {
  border-radius: 20px;
}

.featured-card .featured-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-card .featured-card-meta span {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.featured-card .featured-card-desc p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  padding-top: 10px;
}

.featured-card .featured-card-desc p span {
  font-weight: 600;
}

.featured-card-body .btn.featured-card-cta {
  border-radius: 35px;
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  padding: 0 35px;
  height: 50px;
  width: fit-content;
  transition: all 0.3s;
}
.featured-card-body .btn.featured-card-cta:hover{
  background: var(--color-francous-accent);
}

.featured-card-body .featured-card-media-mobile {
  display: none;
}

.featured-cards-sec + .marquee-sec{
  padding: 0;
}

/* 
============================
    Full Video Sec2 Styles
============================
 */
.full-video-sec-2 {
  width: 100%;
  position: relative;
}

.full-video-sec-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-video-sec-2 .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
}

.full-video-sec-2 .btn .text-mobile {
  display: none;
}

/*
===============================
    Scrolling names Sec Styles
===============================
*/
.scroll-names-sec {
  position: relative;
  z-index: 0;
  height: 1038px;
  background: url("/wp-content/uploads/2025/11/scroll-names-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

.scroll-names-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.scroll-names-sec .scroll-names-wrapper {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 24px;
}

.scroll-names-wrapper ul {
  color: var(--color-white);
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 99px;
}

.scroll-names-wrapper ul li {
  transition: all 0.2s linear;
  padding: 10px 20px;
  border-radius: 15px;
}

.scroll-names-sec .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(213, 213, 213, 0.7);
  height: 70px;
  border-radius: 60px;
  font-weight: 600;
}

.scroll-names-sec-main .btn.btn-mobile {
  display: none;
  background: rgba(213, 213, 213, 0.7);
  height: 40px;
  border-radius: 20px;
  font-weight: 500;
  width: 203px;
  margin: 65px auto 65px;
}

.scroll-names-sec {
  position: relative;
}

.scroll-names-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.scroll-names-wrapper,
.scroll-names-sec .btn {
  position: relative;
  z-index: 2;
  width: fit-content;
}

/* 
========================
    Vidoes Gallery
========================
 */
.videos-gallery-sec {
  /* padding: 300px 0 0; */
}

.videos-gallery-grid {
  height: 3341px;
  position: relative;
}

.videos-gallery-grid .gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.videos-gallery-grid .gallery-item {
  position: absolute;
}

.videos-gallery-grid .gallery-item img {
  max-height: 100%;
  border-radius:25px;
}

.videos-gallery-grid .gallery-item.gallery-item-1 {
  width: 576px;
  height: 353px;
  top: 336px;
  left: 130px;
}

.videos-gallery-grid .gallery-item.gallery-item-2 {
  top: 689px;
  right: 16px;
  width: 776px;
  height: 423px;
}

.videos-gallery-grid .gallery-item.gallery-item-3 {
  top: 972px;
  left: 195px;
  width: 454px;
  height: 575px;
}

.videos-gallery-grid .gallery-item.gallery-item-4 {
  top: 1212px;
  right: 383px;
  width: 475px;
  height: 603px;
}

.videos-gallery-grid .gallery-item.gallery-item-5 {
  top: 1748px;
  left: 30px;
  width: 705px;
  height: 441px;
}

.videos-gallery-grid .gallery-item.gallery-item-6 {
  top: 2010px;
  right: 160px;
  width: 795px;
  height: 538px;
}

.videos-gallery-grid .gallery-item.gallery-item-7 {
  top: 2591px;
  left: 50%;
  transform: translateX(-50%);
  width: 508px;
  height: 665px;
}

.videos-gallery-grid .gallery-item.gallery-item-8 {
  left: 77px;
  bottom: 0;
  width: 849px;
  height: 484px;
}

.videos-gallery-grid .btn {
  position: sticky;
  top: 50%;
  background: rgba(213, 213, 213, 0.7);
  height: 70px;
  border-radius: 60px;
  font-weight: 600;
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

/* 
====================================
    Partners thanks section Styles
====================================
 */
.partners-thanks-section {
  padding: 190px 0 145px;
}

.partners-title .partners-title-line {
  display: flex;
  align-items: center;
}

.partners-title-line p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 21.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -10.2px;
  text-transform: uppercase;
}

.partners-title .partners-title-line.title-line-end {
  justify-content: end;
  padding-right: 15px;
}

.partners-priority-section {
  width: 100%;
}

.partners-priority-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 24px;
}

.partners-priority-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px 72px;
  align-items: center;
  justify-items: center;
}

.partners-priority-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-priority-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners-priority-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height:130px;
  object-fit: contain;
}

.partners-priority-item.is-secondary img{
  height: 70px!important;;
  opacity: 0.9;
  min-height: unset;
}

@media (max-width: 1200px) {
  .partners-priority-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 48px;
  }
  .partners-priority-item img {
    max-height: 56px;
  }
}

@media (max-width: 820px) {
  .partners-priority-wrapper {
    padding: 0px 18px;
    padding-top:50px;
  }
  .partners-priority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 28px;
  }
  .partners-priority-item img {
    max-height: 48px;
  }
}

@media (max-width: 520px) {
  .partners-priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.partners-title > div{
  display: grid;
  place-items: center;
  overflow: hidden;
}

.partners-title p {
  color: var(--color-black);
  position: relative;
  width: max-content;
  font-family: var(--font-league-gothic);
  text-transform: uppercase;
  margin-bottom: -20px;
}
.partners-title .hidden{
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-family: var(--font-league-gothic);
}
.partners-title p span {
  display: inline-block;
  will-change: transform;
  font-family: var(--font-league-gothic);
}
.partners-title .sr-only{
  position: absolute;
  width: 1px; 
  height: 1px;
  padding: 0; 
  margin: -1px;
  overflow: hidden; 
  clip: rect(0,0,0,0);
  white-space: nowrap; 
  border: 0;
}



/* 
==================================================
    Advertising Banner Section Styles
==================================================
 */
.advertising-banner-section {
  padding: 0 10px;
}

.advertising-banner-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertising-banner-wrapper > div{
  width: 100%;
}

.advertising-banner-wrapper a {
  height: 100%;
  display: block;
}

.franc-publicite-bas-de-page {
  width: 100%;
  height: 100%;
}

.advertising-banner-wrapper img{
  width: 100%;
  height: auto;
  aspect-ratio: 3;
  object-fit: cover;
  border-radius: 25px;;
}

.advertising-banner-wrapper p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

/* 
==================================================
    Partners logos Section Styles
==================================================
 */
.partners-logos-section {
  padding: 0px 20px 100px;
  margin-top:20px;
}

.partners-logos-section .partners-logos-wrapper {
  position: relative;
  width: 100%;
  padding-bottom:30px;
}

.partners-logos-section .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.partners-logos-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((100% - 30px) / 2) !important;
}

.partners-logos-wrapper .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.partners-logos-wrapper .partners-logos-pagination {
  bottom: -30px !important;
}

.partners-logos-wrapper .partners-logos-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-black);
}

@media (max-width: 820px) {
  .partners-logos-section {
    margin-top:50px;
  }
}

.img_border_radius_hover a img,
.img_border_radius_hover img,
a.img_border_radius_hover,
div.jaime-card-thumb.img_border_radius_hover{
  transition: all 0.3s;
}
.img_border_radius_hover a:hover img,
.img_border_radius_hover:hover img,
a.img_border_radius_hover:hover,
div.jaime-card-thumb.img_border_radius_hover:hover{
  border-radius: 25px;
}

.img_border_radius_hover .white-layer{
  background: rgba(255,255,255,.35); 
}

.img_border_radius_hover:hover img{
  opacity:0.8;
}

/* 
=========================
    Footer Styles
=========================
 */
.footer-sec {
  background-color: var(--color-black);
  padding: 25px 0;
  border-radius: 20px 20px 0 0;
}

.footer-sec .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-sec .footer-tc-right {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 70px;
}

.footer-sec .footer-social-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-sec .footer-social-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 100%;
}

.footer-sec .footer-social-links li a svg {
  object-fit: conver;
  width: 100%;
  height: 100%;
}

.footer-tc-right .footer-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-tc-right .actions-btn-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-sec .footer-logos {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  gap: 5px;
}

.footer-sec .footer-copyright {
  padding: 70px 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-copyright .footer-copyright-col p {
  color: var(--color-white);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.42px;
}

.footer-copyright .footer-copyright-col p a {
  text-decoration: underline;
  color: var(--color-white);

}

/* 
=========================================================
            INNER PAGES STYLES
=========================================================
 */
.inner-hero-sec {
  width: 100%;
  padding: 220px 10px 140px;
  display: flex;
  justify-content: center;
}

.heading-text-block {
  opacity: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.faq-sec {
  width: 100%;
  padding: 113px 0 0;
  position: relative;
}

.faq-sec .faq-tabs-wrapper,
.pp-top-tabs {
  background-color: var(--color-white);
  position: sticky;
  top: 70px;
  z-index: 2;
  padding: 0 15px;
}

.faq-sec .faq-tabs{
  border-top: 1px solid var(--color-black);
  padding: 24px 0 24px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.faq-sec .faq-tabs p {
  width: 247px;
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.faq-sec .faq-tabs .faq-tab-btns {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.faq-tab-btns .faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29.5px;
  background: var(--color-light-gray-2);
  transition: all 0.3s ease-in-out;
  border: none;
  color: var(--color-medium-dark-gray);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  height: 40px;
  padding: 0 50px;
  flex-shrink: 0;
}

.faq-tab-btns .faq-btn:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.faq-tab-btns .faq-btn.active {
  background: var(--color-black);
  color: var(--color-white);
}

.faq-sec .faq-content {
  margin: 150px 0 0;
  border-top: 1px solid var(--color-black);
  padding: 15px 15px 130px;
  display: flex;
  align-items: start;
  gap: 80px;
}

.faq-content .faq-sidebar {
  width: 210px;
  position: sticky;
  top: 200px;
}

.faq-content .faq-sidebar p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  max-width: 116px;
}

.faq-content .faq-content-list .faq-paragraph {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 150px;
  position: relative;
}

.faq-content-list .faq-paragraph {
  background-color: var(--color-white);
  padding: 50px 0;
}

.faq-content-list .faq-paragraph:first-child {
  padding-top: 0;
}

.faq-content-list .faq-paragraph:last-child {
  position: static !important;
}

.faq-content-list .faq-paragraph p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.faq-content-list .faq-paragraph p span,
.mm-wys__rte .yellow,
.accordion-content-item .yellow {

  background-image: linear-gradient(
    var(--color-neon-yellow),
    var(--color-neon-yellow)
  );

  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;

  transition: background-size 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.faq-content-list .faq-paragraph p span.highlight,
.mm-wys__rte .yellow.highlight,
.accordion-content-item .yellow.highlight {
  background-size: 100% 100%;
}




.tab-item-sec .tab-item-heading {
  display: flex;
  justify-content: center;
}

.tab-item-heading.prix-acc-heading {
  padding-top: 740px;
}

.tab-item-sec .tab-item-heading h2 {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 44.186vw - 17.709rem, 32rem);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -10.24px;
  text-transform: uppercase;
}

.tab-item-sec .tab-item-heading.prix-acc-heading h2 {
  font-size: clamp(10.625rem, 169.251vw - 97.907rem, 92.5rem);
  line-height: 80%;
  letter-spacing: -29.6px;
}

.tab-item-sec.tab-item-inverted .tab-item-heading h2 {
  color: var(--color-white);
}

.tab-item-sec .accordion-wrapper {
  display: flex;
  align-items: start;
  gap: 80px;
  margin-top:100px;
}

.accordion-wrapper .accordion-sidebar{
  width: 10%;
  position: sticky;
  top: 220px;
}

.accordion-sidebar p,
.jaime-ex-sidebar p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  max-width: 116px;
}

.tab-item-sec.tab-item-inverted .accordion-sidebar p {
  color: var(--color-white);
}

.accordion-wrapper .accordion-main {
  flex: 1;
}

.accordion-main .accordion-desc {
  margin-bottom: 87px;
}

.accordion-main .accordion-desc p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.accordion-main .accordion-desc span {
  color: var(--color-black);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1px;
  display: flex;
  margin-top: 20px;
}

.tab-item-sec.tab-item-inverted .accordion-main .accordion-desc p {
  color: var(--color-white);
}

.accordion-items .accordion-item {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--color-black);
}

.tab-item-sec.tab-item-inverted .accordion-item {
  border-color: var(--color-white);
}

.accordion-items .accordion-item:last-child {
  border-width: 1px 0 1px;
  border-bottom: 0.5px solid white;
}

.accordion-item .accordion-btn {
  padding: 18px 10px;
  width: 100%;
  color: var(--color-black);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.4px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.accordion-items .accordion-item.active .accordion-btn {
  border-radius: 20px;
  background-color: var(--color-light-gray);
}

.tab-item-sec.tab-item-inverted .accordion-item.active .accordion-btn {
  border-radius: 20px;
  background-color: var(--color-dark-gray-3);
}

.accordion-item .accordion-btn:hover {
  border-radius: 20px;
  background-color: var(--color-light-gray);
}

.tab-item-sec.tab-item-inverted .accordion-item .accordion-btn:hover {
  border-radius: 20px;
  background-color: var(--color-dark-gray-3);
}

.tab-item-sec.tab-item-inverted .accordion-btn {
  color: var(--color-white);
}

.accordion-item .accordion-btn .accordion-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  flex-shrink: 0;
  color: var(--color-black);
  transition: all 0.3s ease-in-out;
}

.tab-item-sec.tab-item-inverted .accordion-btn .accordion-btn-icon {
  border-radius: 20px;
  color: var(--color-white);
}

.accordion-items .accordion-item.active .accordion-btn-icon {
  transform: rotate(45deg);
}

.accordion-item .accordion-content {
  /* display: none;
  transition: all 0.3s ease-in-out; */
  /* padding: 34px 0; */
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height .3s ease;
}
.accordion-content .accordion-content-item {
  padding: 34px 0;
}

.accordion-content .accordion-content-item p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.tab-item-sec.tab-item-inverted .accordion-content-item p {
  color: var(--color-white);
}

.faq-tabs-wrapper[data-active-tab="tab-2"] {
  background-color: #000;
}

.faq-tabs-wrapper[data-active-tab="tab-4"] {
  background-color: #000;
}

.faq-tabs-wrapper[data-active-tab="tab-2"] .faq-tabs p {
  color: var(--color-white);
}

.faq-tabs-wrapper[data-active-tab="tab-4"] .faq-tabs p {
  color: var(--color-white);
}

.faq-tabs-wrapper[data-active-tab="tab-2"] .faq-tab-btns .faq-btn {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background-color: transparent;
}

.faq-tabs-wrapper[data-active-tab="tab-4"] .faq-tab-btns .faq-btn {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background-color: transparent;
}

.faq-tabs-wrapper[data-active-tab="tab-2"] .faq-tab-btns .faq-btn.active {
  border: 1px solid var(--color-light-gray-2);
  color: var(--color-medium-dark-gray);
  background-color: var(--color-light-gray-2);
}

.faq-tabs-wrapper[data-active-tab="tab-4"] .faq-tab-btns .faq-btn.active {
  border: 1px solid var(--color-light-gray-2);
  color: var(--color-medium-dark-gray);
  background-color: var(--color-light-gray-2);
}

.hero-sec-btns.reusable-sec-btns {
  position: fixed;
  bottom: 3%;
  right: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  height: fit-content;
}

.reusable-sec-btns .hero-btn-dropdown {
  position: relative;
  z-index: 0;
}

.reusable-sec-btns .hero-dropdown-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding-bottom: 13px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.reusable-sec-btns .hero-btn-dropdown:hover .hero-dropdown-wrapper {
  bottom: 100%;
  opacity: 1;
  pointer-events: auto;
}

.reusable-sec-btns .hero-dropdown-main {
  border-radius: 35px;
  padding: 25px 13px;
}

.reusable-sec-btns .hero-dropdown-main ul {
  list-style: decimal;
  color: var(--color-black);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.9px;
  padding: 5px 0 20px 20px;
  border-bottom: 1px solid var(--color-black);
}

.reusable-sec-btns .hero-dropdown-footer {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}

.reusable-sec-btns .hero-dropdown-footer a {
  color: var(--color-black);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}

.finale-block-content {
  padding: 295px 15px 580px;
}

.finale-text-sec ul {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
  max-width: 1266px;
}

.finale-text-sec .btn {
  border-radius: 29.5px;
  background: var(--color-black);
  height: 40px;
  color: var(--color-white);
  font-weight: normal;
  width: fit-content;
  margin-top: 30px;
  padding: 0 20px;
}

.finale-cards-wrapper {
  padding: 0 15px;
  position: relative;
}

.finale-cards-block {
  border-top: 1px solid var(--color-black);
  padding: 10px 0 280px;
  display: flex;
  align-items: start;
  gap: 0px;
  background-color: var(--color-white);
}

.finale-cards-block:last-child {
  padding: 10px 0 165px;
}

.finale-cards-block .finale-cards-aside {
  width: calc(10% + 80px);
  position: sticky;
  top: 175px;
  margin-right:10px;
}

.finale-cards-aside p {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.6px;
  max-width: 165px;
}

.finale-cards-block .finale-cards-container {
  flex: 1;
}

.finale-cards-container .finale-cards-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  background: var(--color-white);
}

.finale-cards-top .finale-cards-info {
  display: flex;
  align-items: center;
  gap: 65px;
}

.finale-cards-info .finale-cards-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.finale-cards-info-item p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.finale-cards-top .finale-cards-top-right {
  display: flex;
  gap: 8px;
}

.finale-cards-top-right .btn {
  border-radius: 29.5px;
  border: 1px solid var(--color-black);
  font-weight: normal;
  height: 40px;
  padding: 0 20px;
  background: var(--color-white);
  transition: all 0.3s;
}

.btn-hover-accent {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-hover-accent:hover{
  background: var(--color-francous-accent)!important;
  border-color: var(--color-francous-accent)!important;
  color:black;
}

.finale-cards-container .finale-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.finale-cards-thumb-container{
  aspect-ratio: 1.6;
  overflow: hidden;
}
.finale-cards-grid .finale-cards-item img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.finale-cards-item p {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
  margin-top: 10px;
  max-width: 200px;
}

.finale-cards-container .finale-cards-bottom {
  margin-top: 20px;
}

.finale-cards-bottom p {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.6px;
}

.finale-lists-mobile {
  display: none;
  padding: 50px 0 100px;
}

.finale-lists-mobile .finale-list-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-black);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.finale-list-item .finale-subheading {
  color: var(--color-black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: left;
}

.finale-list-item .finale-heading {
  color: var(--color-black);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.3px;
  text-align: left;
}

.finale-lists-mobile .finale-list-item:first {
  border-top: 1px solid var(--color-black);
}

.finale-lists-mobile .btn {
  border-radius: 29.5px;
  background: var(--color-black);
  height: 40px;
  color: var(--color-white);
  font-weight: normal;
  width: fit-content;
  margin-top: 90px;
  padding: 0 5px;
}

.prmt-container .prmt-description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 300px 15px 245px;
}

.tab-item-sec.tab-item-inverted .prmt-description p {
  color: var(--color-white);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
  max-width: 1266px;
}

.tab-item-sec.les-21 {
  padding: 0;
  background-color: var(--color-black);
}

.les-21-block {
  padding: 0 15px;
}

.les-21-block-item {
  display: flex;
  align-items: start;
  gap: 40px;
  justify-content: space-between;
  border-top: 1px solid var(--color-white);
  padding: 15px 0 186px;
}

.les-21-block .les-21-block-item:last-child {
  padding: 15px 0 86px;
}

.les-21-block-item .les-21-block-aside {
  width: 300px;
}

.les-21-block-aside p {
  color: var(--color-white);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.6px;
}

.les-21-block-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 834px;
}

.les-21-block-cards .les-21-card img {
  width: 100%;
  height: 389px;
  object-fit: cover;
  border-radius: 20px;
}

.les-21-block-cards .les-21-card p {
  margin-top: 46px;
  color: var(--color-white);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
}

.jaime-mes .prmt-description p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
  max-width: 1266px;
}

.jaime-mes-block-item {
  border-top: 1px solid var(--color-black);
  padding: 15px 0 190px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.jaime-mes-block-aside {
  display: flex;
  align-items: center;
  width: 800px;
  justify-content: space-between;
}

.jaime-mes-block-aside p {
  color: var(--color-black);
  font-size: 2rem;
  letter-spacing: -1.6px;
}

.jaime-mes-block-aside .jaime-mes-aside-title {
  font-weight: 600;
}

.jaime-mes-block-aside .jaime-mes-edition {
  font-size: 0.75rem;
}

.jaime-mes-block-right .jaime-mes-card {
  display: flex;
  align-items: start;
  gap: 18px;
}

.jaime-mes-block-right .jaime-mes-card img {
  width: 404px;
  height: 254px;
  object-fit: cover;
}

.jaime-mes-block-right .jaime-mes-card .btn {
  border-radius: 29.5px;
  border: 1px solid var(--color-black);
  font-weight: normal;
  height: 40px;
  padding: 0 20px;
}

.jaime-mes-block-right .jaime-mes-card-bottom {
  display: none;
  justify-content: space-between;
  width: 100%;
}

.jaime-mes-card-bottom .jaime-mes-card-date {
  color: var(--color-black);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.jaime-mes-card-bottom .jaime-mes-card-name {
  color: var(--color-black);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.26px;
  max-width: 180px;
  text-align: left;
}

.jaime-mes-card-bottom .jaime-mes-card-actions {
  display: flex;
  flex-direction: column;
}

.jaime-mes-card-bottom p {
  color: var(--color-black);
  text-align: right;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.12px;
}

.jaime-ex-sidebar {
  width: 10%;
  position: sticky;
  top: 180px;
}

.jaime-ex-sidebar p{
  width: 100%;
}

.jaime-mes-card-bottom .jaime-mes-card-actions .btn {
  display: flex !important;
  border-radius: 29.5px;
  border: 1px solid var(--color-black);
  font-weight: normal;
  height: 30px;
  padding: 12px 20px;
  font-size: 0.75rem;
}

.salles-loc-wrapper{
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 0 15px;
}

.salles-loc-card {
  border-top: 1px solid var(--color-black);
  padding: 28px 0 0;
}

.salles-loc-wrap{
  align-items: flex-start;
}

.salles-aside{
  top: 180px; 
  padding-left:15px;
}

.salles-loc-card h3 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -3%;
}

.salles-loc-card .salles-loc-prices {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 35px 0;
}

.salles-loc-prices .salles-prices-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
  text-align: left;
}

.salle-price-offer h4 {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
}

.salle-price-offer span {
  display: block;
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.salles-loc-card .salles-btn .btn {
  border-radius: 75px;
  background: var(--color-black);
  color: var(--color-white);
  backdrop-filter: blur(5px);
  height: 40px;
  width: fit-content;
}

.salles-loc-card .salles-loc-area {
  margin-top: 50px;
}

body .salles-loc-card:last-child  .salles-loc-area{
  margin-top: 80px;
}

.salles-loc-card .salles-loc-area p {
  color: var(--color-black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin: 15px 0;
}

.salles-loc-card .salles-loc-area iframe{
  width: 100%;
  border-radius: 30px;
}

.salles-loc-card .salles-loc-area img {
  height: 426px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.salles-loc-card .salles-map-content {
  margin-top: 15px;
  display: none;
  flex-direction: column;
}

.salles-loc-card .salle-map-content span {
  color: var(--color-black);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.6px;
}

.nouvelles-page-sec {
  padding: 180px 15px 0;
}

.nouvelles-img-area .nouvelles-img-content {
  padding: 25px 0 0;
}

.nouvelles-img-content .nouvelles-area-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nouvelles-area-top .area-top-left {
  display: flex;
  gap: 200px;
}

.nouvelles-area-top .area-top-left p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.nouvelles-area-top .area-top-left p:first-child {
  font-weight: 600;
  color: var(--color-black);
}

.nouvelles-area-top .area-top-end p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-black);
}

.nouvelles-img-content .nouvelle-main-content {
  padding: 10px 0 60px;
}

.nouvelle-main-content p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.nouvelles-img-content .btn {
  border-radius: 35px;
  color: var(--color-black);
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(5px);
  height: 50px;
  width: fit-content;
  padding: 0 35px;
}

.nouvelles-page-sec .nouvelles-cards-area {
  margin-top: 70px;
}

.nouvelles-cards-area .nca-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.nca-grid .nouvelles-card-item {
  width: 100%;
  border-bottom: 0 !important;
}

.nca-grid .nouvelles-card-item img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.nouvelles-card-item-content {
  padding: 17px 0 0;
}

.ncic-top-content p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.ncic-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.ncic-top-content .ncic-tc-aside p {
  font-weight: 600;
  color: var(--color-black);
}

.ncic-top-content .ncic-tc-end {
  display: flex;
  gap: 75px;
}

body.search .nca-grid .nouvelles-card-item  h3 a{
  width:100%;
}

.nca-grid .nouvelles-card-item h3 {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.nouvelles-cards-area .nca-grid-vm-btn {
  display: flex;
  justify-content: center;
  padding-top: 103px;
}

.nca-grid-vm-btn .btn {
  border-radius: 35px;
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(5px);
  height: 50px;
  width: fit-content;
  padding: 0 35px;
  color: var(--color-black);
  transition: all 0.3s;
}
.nca-grid-vm-btn .btn:hover{
  background: var(--color-francous-accent);
}

.nouvelles-card-item.nci-hidden {
  display: none;
}

.nca-grid.show-more .nouvelles-card-item.nci-hidden {
  display: block;
}

.artiste-page-sec .artiste-hero-block {
  padding: 54px 0 0;
}

.artiste-hero-block .ahb-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px;
}

.ahb-top-area .ahb-ta-aside {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ahb-top-area .ahb-ta-aside p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.ahb-ta-aside .ahb-taa-edate {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ahb-top-area .ahb-ta-end {
  display: flex;
  align-items: center;
  gap: 70px;
}

.ahb-top-area .ahb-ta-end p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.ahb-top-area .ahb-te-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artiste-page-sec .artiste-hero-block img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  display: block;
}

.artiste-page-sec .marquee-sec {
  padding-top: 0;
}

.artiste-cac-block {
  padding: 72px 15px;
}

.artiste-cac-block .artiste-cac-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.artiste-cac-block .cac-track-title {
  color: var(--color-black);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.artiste-cac-block .cac-track-title.cac-track-title-mobile {
  display: none;
}

.artiste-cac-block .acb-audio-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.acb-audio-track .acb-play-pause-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-gray-2);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: pointer;
}

.acb-play-pause-icon .icon-pause { display: none; }
.artiste-cac-wrapper.is-playing .acb-play-pause-icon .icon-play { display: none; }
.artiste-cac-wrapper.is-playing .acb-play-pause-icon .icon-pause { display: inline-block; }


.acb-audio-track .acb-track-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.acb-track-block .ac-tb-progress-bg {
  width: 789px;
  height: 9px;
  border-radius: 6px;
  background: var(--color-light-gray-2);
}

.acb-track-block .ac-tb-progress-bg .ac-tb-progress-bar {
  width: 70%;
  height: 100%;
  border-radius: 6px;
  background: var(--color-dark-gray-4);
}

.acb-track-block .ac-audio-time {
  color: var(--color-black);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.artiste-cac-block .acb-vc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artiste-cac-block .acb-vc .acb-vc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-gray-2);
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  cursor: pointer;
}

.acb-vc .acb-vc-block .acb-vc-bg {
  width: 215px;
  height: 9px;
  border-radius: 6px;
  background: var(--color-light-gray-2);
}

.acb-vc .acb-vc-block .acb-vc-bg .acb-vc-progress {
  width: 70%;
  height: 100%;
  border-radius: 6px;
  background: var(--color-dark-gray-4);
}

.artiste-page-sec .ap-text-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 54px 15px 140px;
  border-top: 1px solid var(--color-black);
}

.artiste-page-sec .ap-text-content p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.aps-artiste-slider {
  padding: 100px 0 0;
}

.aps-artiste-slider h3 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  padding: 0 15px;
}

.aps-artiste-slider .aps-as-cards {
  margin-top: 54px;
}

.aps-as-cards .as-card-item img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.aps-as-cards .as-card-item p {
  max-width: 300px;
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
  padding: 20px 15px 0;
}

.aps-as-cards {
  position: relative;
  z-index: 0;
}

.aps-as-cards .acs-navigation .btn-prev,
.aps-as-cards .acs-navigation .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgba(217, 217, 217, 0.7);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.aps-as-cards .acs-navigation .btn-prev {
  left: 15px;
}

.aps-as-cards .acs-navigation .btn-next {
  right: 15px;
}

.aps-artiste-slider .aps-as-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 131px;
}

.aps-artiste-slider .aps-as-btn .btn {
  height: 70px;
  border-radius: 60px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  background: rgba(213, 213, 213, 0.7);
  transition: all 0.3s;
}
.aps-artiste-slider .aps-as-btn .btn:hover{
  background: var(--color-francous-accent);
}

.aps-as-cards .acs-navigation .btn-prev svg,
.aps-as-cards .acs-navigation .btn-next svg {
  width: 26px;
}

.inner-hero-sec.nouvelle-hero-img {
  padding: 0;
}

.nhi-wrapper {
  width: 100%;
}

.nhi-wrapper img {
  width: 100%;
  height: 972px;
  object-fit: cover;
}

.nouvelle-page-sec {
  padding: 130px 15px 0;
  width:100%;
}

.nouvelle-page-sec .nps-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--color-black);
}

.nps-top-content p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 18px;
}

.nps-top-content .nps-tc-aside p {
  font-weight: 600;
  color: var(--color-black);
}

.nps-top-content .nps-tc-end {
  display: flex;
  gap: 70px;
}

.nps-text-full-content {
  padding: 50px 0 60px;
}

.nps-text-full-content h3 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -3%;
  margin-bottom: 40px;
}

.nps-text-full-content p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.nouvelle-page-sec .nps-container-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.nps-container-content .nps-cc-scontent {
  display: block;
}

.nps-container-content .nps-cc-scontent > * {
  margin-bottom: 40px;
}

.nps-container-content .nps-cc-scontent > *:last-child {
  margin-bottom: 0;
}

.nps-cc-scontent p {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.6px;
}

.nps-container-content .nps-cc-lcontent {
  margin-top: 60px;
}

.nps-cc-lcontent p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.nps-container-content .nps-cc-img {
  margin: 80px 0;
}

.nps-cc-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.nps-container-content .nps-social-larea {
  margin-top: 80px;
  padding-top: 10px;
  border-top: 1px solid var(--color-black);
}

.nps-social-larea p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.nps-social-larea ul {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
}

.nps-social-larea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
}

.nps-container-content .nps-cc-footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.nps-cc-footer .btn {
  border-radius: 60px;
  background: rgba(213, 213, 213, 0.7);
  font-weight: 600;
  letter-spacing: -0.7px;
  height: 70px;
}

.patrimoine-page-sec {
  padding: 250px 15px 0;
}

.pp-av-content {
  padding: 245px 15px 0;
}

.pp-av-content .av-content-block {
  padding: 10px 0 176px;
  border-top: 1px solid var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: start;
  display: grid;
  grid-template-columns: 10% 30% 10% 50%;
}

.pp-av-content .av-content-block:last-child {
  padding-bottom: 0;
}

.av-content-block .av-date p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.av-content-block .av-title {
  width: 100%;
  max-width: 402px;
}

.av-content-block .av-title h3 {
  color: var(--color-black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.6px;
}

.av-content-block .av-cb-info {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  max-width: 150px;
}

.av-content-block .av-cb-info h4 {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.av-content-block .av-fi-card {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: flex-end;
}

.av-content-block .av-fi-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.av-content-block .av-fi-info .avfi-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.av-fi-info .avfi-item p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.avfi-card-content {
  position: relative;
  width: 402px;
  height: 250px;
}

.avfi-card-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avfi-card-content .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(217, 217, 217, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  cursor: pointer;
}

.av-cb-info-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0 20px;
}

.av-cb-info-mobile .av-fi-info {
  display: flex !important;
  justify-content: end;
  align-items: center;
}

.av-cb-info-mobile .av-content-block .av-cb-info h4 {
  margin-bottom: 3px;
}

.avfi-card-acontrols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 27.5px;
  background: var(--color-light-gray-2);
  padding: 8px;
}

.avfi-progress-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.avfi-card-acontrols .avfi-aicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--color-white);
  cursor: pointer;
}

.avfi-card-acontrols .avfi-pbg {
  width: 100%;
  height: 9px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}

.avfi-card-acontrols .avfi-pbg .avfi-progress {
  border-radius: 6px;
  background-color: var(--color-dark-gray-3);
  height: 100%;
  width: 60%;
}

.avfi-card-acontrols .avfi-c-btn {
  border-radius: 20px;
  background: var(--color-white);
  height: 40px;
  padding: 0 30px;
  color: var(--color-black);
}

.avfi-card-content.avfi-pdf-content {
  display: flex;
  align-items: start;
  gap: 30px;
}

.avfi-card-content.avfi-pdf-content .avfi-pdf-btn {
  display: flex;
  height: 40px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  color: var(--color-black);
}

.avfi-card-content.avfi-acontrols-content {
  height: auto;
}

.avfi-card-content.avfi-photos-content .avfi-photos-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  pointer-events: none;
}

.avfi-photos-content .avfi-pc-lightbox-area {
  height: 100%;
}

.patrimoine-page-sec .pp-av-btn {
  padding: 146px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.patrimoine-page-sec .pp-av-btn .btn {
  height: 70px;
  color: var(--color-black);
  border-radius: 60px;
  font-weight: 600;
  background: rgba(213, 213, 213, 0.7);
  transition: all 0.3s;
}
.patrimoine-page-sec .pp-av-btn .btn:hover{
  background: var(--color-francous-accent);
}

.nous-joindre-heading .heading-text-block h1 {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 36.577vw - 12.83rem, 31.063rem);
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -14.91px;
  text-transform: uppercase;
}

.nous-joindre-heading .heading-text-block h1 div {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 36.577vw - 12.83rem, 31.063rem);
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -14.91px;
  text-transform: uppercase;
}

.inner-hero-sec.nous-joindre-heading {
  padding: 200px 10px 90px;
}

.nous-joindre-page-sec {
  padding: 175px 15px 188px;
}

.nj-tcontent-items .nj-tc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--color-black);
}

.nj-tcontent-items .nj-tc-item .njtc-item-aside {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.njtc-item-aside .njtc-ia-subtext p {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
}

.njtc-item-aside .njtc-ia-title p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -3%;
}

.njtc-item-aside .njtc-ia-subtext {
  width: 247px;
}

.nj-tcontent-items .nj-tc-item .njtc-item-end {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 200px;
}

.njtc-item-end .njtc-ie-subtext {
  display: none;
}

.njtc-item-end .njtc-ie-subtext p {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
}

.njtc-item-end .njtc-ie-num p {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
}

.njtc-item-end .njtc-ie-mail a {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-decoration: underline;
}

.njtc-item-end .njtc-ie-num {
  width: 120px;
}



.title-wrapper {
  position: relative;
  overflow: hidden;
}

.banner_title {
  display: grid;
  place-items: center;
}
.banner_title h1 {
  color: var(--color-black);
  position: relative;
  width: max-content;
  font-family: var(--font-league-gothic);
  text-transform: uppercase;
  letter-spacing: -10px;
}
.serie-les-heading .banner_title h1{
  font-size: clamp(10.625rem, 45.631vw - 18.636rem, 34.125rem);
}
.a-propos-heading .banner_title h1{
  font-size: clamp(10.625rem, 66.408vw - 31.959rem, 42.75rem);
}
.artiste-heading .banner_title h1{
  font-size: clamp(10.625rem, 41.113vw - 15.739rem, 34.625rem);
}
.concours-heading .banner_title h1{
  font-size: clamp(10.625rem, 59.044vw - 27.237rem, 39.188rem);
}
.nous-joindre-heading .banner_title h1{
  /* font-size: clamp(10.625rem, 48.258vw - 20.32rem, 27.938rem); */
  font-size: clamp(10.625rem, 36.577vw - 12.83rem, 31.063rem);
}
.galerie-heading .banner_title h1{
  font-size: clamp(10.625rem, 77.184vw - 38.87rem, 50.375rem);
}
.partenaires-heading .banner_title h1{
  font-size: clamp(10.625rem, 40.049vw - 15.056rem, 31.25rem);
}
.programmation-heading .banner_title h1{
  font-size: clamp(10.625rem, 29.282vw - 8.152rem, 23.875rem);
}
.nouvelles-heading .banner_title h1{
  font-size: clamp(10.625rem, 58.425vw - 26.84rem, 37.063rem);
}
.editions-precedentes-heading .banner_title h1{
  font-size: clamp(10.625rem, 66.408vw - 31.959rem, 42.75rem);
}
body.search .nouvelles-heading .banner_title h1{
  font-size: 64px;
  letter-spacing: normal;
}

.banner_title .hidden {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-family: var(--font-league-gothic);
}
.banner_title h1 span {
  display: inline-block;
  will-change: transform;
  font-family: var(--font-league-gothic);
}
.banner_title .sr-only {
  position: absolute;
  width: 1px; 
  height: 1px;
  padding: 0; 
  margin: -1px;
  overflow: hidden; 
  clip: rect(0,0,0,0);
  white-space: nowrap; 
  border: 0;
}



.inner-hero-sec.accueil-hero {
  height: 1115px;
  position: relative;
  z-index: 0;
}

.inner-hero-sec.accueil-hero video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accueil-hero-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.accueil-hero-wrapper .ahw-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ahw-block .ahwb-item p {
  color: var(--color-white);
  font-size: 9.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 248px;
  letter-spacing: -4.5px;
  text-transform: uppercase;
  word-break: break-all;
}

.ahw-block .ahwb-item p sup {
  color: var(--color-white);
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 248px;
  text-transform: uppercase;
}

.accueil-text-sec {
  padding: 192px 6px;
}

.accueil-text-sec .atsw-item h2 {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 18.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 84%;
  text-transform: uppercase;
  word-break: break-all;
}

.accueil-text-sec .atsw-item {
  display: flex;
}

.accueil-text-sec .atsw-item.atswi-start {
  justify-content: start;
}

.accueil-text-sec .atsw-item.atswi-between {
  justify-content: space-between;
}

.accueil-text-sec .atsw-item.atswi-end {
  justify-content: end;
}

.accueil-text-wis {
  padding: 0 20px;
}

.accueil-text-wis .atwis-block {
  display: flex;
  gap: 30px;
}

.atwis-block .atwis-bl-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.atwis-block .atwis-bl-top p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.atwis-block .atwis-bl-top .event-type {
  color: var(--color-black);
  font-weight: 600;
}

.atwis-block .atwis-block-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 26px;
}

.atwis-block .atwis-block-left .btn {
  height: 50px;
}

.atwis-block .atwis-block-left .atwis-bl-desc {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
}

.atwis-block .atwis-block-right {
  width: 546px;
  height: 628px;
}

.atwis-block .atwis-block-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atw-top-mobile {
  padding: 16px 0;
  border-top: 1px solid var(--color-light-gray-2);
  display: none;
  justify-content: space-between;
  align-items: center;
}

.atw-top-mobile p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.atw-top-mobile .event-type {
  color: var(--color-black);
  font-weight: 600;
}

.accueil-igrid-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.accueil-igrid-sec .aigs-item {
  width: 100%;
  height: 576px;
}

.accueil-igrid-sec .aigs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-date-sec {
  padding: 10px 15px;
}


.event-date-sec .eds-subheading {
  color: var(--color-black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}


.event_date{
  padding: clamp(18px, 4vw, 60px);
}
.event_date h1 {
  position: absolute !important;
  width: 1px; 
  height: 1px;
  padding: 0; 
  margin: -1px;
  overflow: hidden; 
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; 
  border: 0;
}
.date_row{
  overflow: hidden;
  line-height: 0.85;
}
.date_row_inner{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(16px, 6vw, 140px);
  align-items: baseline;
  will-change: transform;
}
.date_chars{
  color: var(--color-black);
  font-size: 28rem;
  font-weight: 800;
  font-family: var(--font-league-gothic);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.85;
  white-space: pre;
}


.event-date-sec .event-date-mobile {
  display: none;
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: -2.44px;
  text-transform: uppercase;
}

.accueil-igrid-sec.accueil-igrid-sec2 {
  position: relative;
  z-index: 0;
}

.accueil-igrid-sec.accueil-igrid-sec2 .btn.btn-gray {
  height: 70px;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.inner-hero-sec.a-propos-heading {
  padding: 200px 10px 60px;
}

.a-propos-heading h1,
.a-propos-heading div {
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 66.408vw - 31.959rem, 42.75rem);
  line-height: 106%;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -3.4px;
}

.ap-gallery-sec .apgs-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ap-gallery-sec .apgs-wrapper .apgsw-item {
  height: 800px;
}

.ap-gallery-sec .apgs-wrapper .apgsw-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-sec-main {
  padding: 90px 0px;
}

.ap-sec-main section {
  padding-left:15px;
  padding-right:15px;
}

.pp-top-tabs {
  position: sticky;
  top: 70px;
  z-index: 2;
  background-color: var(--color-white);
  padding: 0;
}

.ap-sec-main .apsm-item-1 {
  display: flex;
  align-items: start;
  gap: 80px;
  margin-top: 150px;
  padding: 15px 0 0;
  border-top: 1px solid var(--color-black);
}

.apsm-item-1 .apsmi1-aside {
  width: 200px;
  position: sticky;
  top: 160px;
}

.apsm-item-1 .apsmi1-content-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.apsm-item-1 .apsmi1-aside p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.apsmi1-content-items .apsmi1-ci p span {
  background-color: var(--color-neon-yellow);
}

.apsmi1-content-items .apsmi1-ci p span {
  background-color: var(--color-neon-yellow);
}

.apsmi1-content-items .apsmi1-ci p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -3%;
}

.apsmi1-content-items .apsmi1-ci ul {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -3%;
}

.apsmi1-content-items .apsmi1-ci {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.apsmi1-content-items .btn.btn-gray {
  width: fit-content;
}

.ap-sec-main .apsm-item-2 {
  padding: 337px 0;
}

.ap-sec-main .apsm-item-2 h2 {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 7.602vw + 5.75rem, 15.063rem);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -4.82px;
  text-transform: uppercase;
  text-align: center;
}

.apsm-item-2 .apsmi2-wrapper {
  margin-top: 100px;
}

.apsmi2-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  border-top: 1px solid var(--color-black);
}

.apsmi2-wrapper-item .apsmi2wi-aside {
  width: 550px;
}

.apsmi2-wrapper-item .apsmi2wi-aside p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -3%;
}

.apsmi2-wrapper-item .apsmi2wi-full {
  display: flex;
  gap: 200px;
}

.apsmi2-wrapper-item .apsmi2wi-full p {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
  width: 245px;
}

.apsmi2-wrapper-item .apsmi2wi-full .apsmi2wif-bold {
  font-weight: 600;
}

.ap-sec-main .apsm-item-3 {
  padding: 0 0 180px;
}

.ap-sec-main .apsm-item-3 h2 {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 95.736vw - 50.766rem, 56.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: 88%;
  letter-spacing: -18.22px;
  text-transform: uppercase;
  text-align: center;
}

.apsm-item-3 .aspmi3-wrapper {
  margin-top: 245px;
}

.apsm-item-3 .aspmi3-wrapper-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 1px solid var(--color-black);
  padding: 10px 0;
}

.aspmi3-wrapper-item .aspmi3-wi-aside {
  display: flex;
  align-items: start;
  gap: 175px;
}

.aspmi3-wrapper-item .aspmi3-wi-aside .aspmi3-wi-aside-date {
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
}

.aspmi3-wrapper-item .aspmi3-wi-aside .aspmi3-wi-aside-title {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -3%;
  max-width: 680px;
}

.aspmi3-wrapper-item .btn {
  border: 1px solid var(--color-black);
  color: var(--color-black);
  background-color: transparent;
}

.apsm-item-4 .nj-tcontent-items {
  margin-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-hero-sec.galerie-heading {
  padding: 200px 10px 90px;
}

.galerie-heading h1,
.galerie-heading div {
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 77.184vw - 38.87rem, 50.375rem);
  line-height: 80%;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -16.12px;
}

.gallery-page-sec .gp-main-wrapper {
  margin-top: 185px;
}

.gp-main-wrapper .gpmw-item-1 h2 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  padding: 0 15px 35px;
}

.gp-main-wrapper .gpmwi1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gpmwi1-grid .gpmwi1-grid-item {
  width: 100%;
  height: 250px;
}

.gpmwi1-grid .gpmwi1-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpmwi1-grid .gpmwi1-grid-item.item-hidden {
  display: none;
}

.gp-main-wrapper .gpmw-mc-btn {
  display: flex;
  justify-content: center;
  margin-top: 125px;
}

.gpmw-mc-btn .btn {
  height: 70px;
  font-weight: 600;
}

.gp-main-wrapper .tab-item-sec.gpmw-item-2 {
  padding: 106px 0;
}

.gp-main-wrapper .gpmw-item-2 h2 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  padding: 0 15px 35px;
}

.gp-main-wrapper .gpmwi2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gpmwi2-grid .gpmwi2-grid-item {
  width: 100%;
  height: 324px;
  position: relative;
  cursor: pointer;
}

.gpmwi2-grid .gpmwi2-grid-item.video-item-hidden {
  display: none;
}

.gpmwi2-grid .gpmwi2-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpmwi2-grid .gpmwi2-grid-item .btn.btn-rounded {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background: rgba(217, 217, 217, 0.8);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  pointer-events: none;
}

.gpmwi2-grid .gpmwi2-grid-item .btn.btn-rounded svg {
  width: 16px;
}

.gp-main-wrapper .gpmw-mv-btn {
  display: flex;
  justify-content: center;
  margin-top: 125px;
}

.gpmw-mv-btn .btn {
  height: 70px;
  font-weight: 600;
}

.serie-les-heading h1,
.serie-les-heading div {
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 45.631vw - 18.636rem, 34.125rem);
  line-height: 106%;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -10.92px;
}

.inner-hero-sec.serie-les-heading {
  padding: 200px 0 100px;
}

.serie-les-page-sec .slps-text-content {
  display: flex;
  gap: 50px;
  flex-direction: column;
  padding: 0 15px;
  max-width: 1266px;
}

.slps-text-content p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -3%;
}

.serie-les-page-sec .slps-gallery {
  padding: 144px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.serie-les-page-sec .slps-gallery .slps-gallery-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slps-gallery .slps-gallery-item img {
  width: 100%;
  height: 836px;
  object-fit: cover;
  border-radius: 0;
  transition: all 0.3s;
}
.slps-gallery .slps-gallery-item:hover img{
  border-radius: 25px;
}

.slps-gallery .slps-gallery-item p {
  color: var(--color-black);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
  padding: 0;
  max-width: 190px;
}

.slps-gallery-wrap .slps-gw-head {
  margin-top: 50px;
  padding: 0 10px 0;
  display: none;
}

.slps-gw-head .slps-gwh-inner {
  padding: 10px 0 0;
  border-top: 1px solid var(--color-black);
}

.slps-gallery-wrap .slps-gw-head p {
  color: var(--color-black);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.3px;
}

.inner-hero-sec.partenaires-heading {
  padding: 200px 10px 90px;
}

.partenaires-heading .inner-hero-wrapper {
  width: 100%;
  text-align: center;
}

.partenaires-heading .title-wrapper {
  width: 100%;
}

.partenaires-heading h1,
.partenaires-heading h1 div {
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 40.049vw - 15.056rem, 31.25rem);
  line-height: 85%;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -15px;
}

.partenaires-page-sec {
  padding: 70px 10px 70px;
}

.pps-text-content p,
.pps-text-content ul {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

/* 
=========================
    Editions Precedentes
=========================
 */

.inner-hero-sec.editions-precedentes-heading {
  padding: 220px 10px 90px;
}
.editions-precedentes-heading h1,
.editions-precedentes-heading h1 div {
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 15.049vw + 0.975rem, 18.375rem);
  line-height: 108%;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -8.82px;
}
.editions-precedentes-heading .inner-hero-wrapper {
  width: 100%;
  text-align: center;
}
.editions-precedentes-heading .title-wrapper {
  position: relative;
  overflow-x: auto;
}
.editions-precedentes-page-sec {
  padding: 0 15px;
}

.spp-content-top {
  border-top: 1px solid var(--color-black);
  padding: 10px 0 85px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.spp-content-top p {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.spp-content-top .spp-ct-edition {
  grid-column: span 2;
}
.spp-content-top .spp-ct-annee {
  grid-column: span 2;
}
.spp-content-top .spp-ct-artistes {
  grid-column: span 8;
}

.spp-content-items .spp-ci-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--color-black);
  padding: 10px 0 66px;
}
.spp-ci-item .sspci-item-num {
  grid-column: span 2;
}
.spp-ci-item .sspci-item-num p {
  color: var(--color-medium-dark-gray);
  font-size: 8.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140px;
  letter-spacing: -7px;
  transition: color 0.3s;
}
.spp-ci-item .sspci-item-year {
  grid-column: span 2;
}
.spp-ci-item .sspci-item-year p {
  color: var(--color-medium-dark-gray);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.6px;
  transition: color 0.3s;
}
.spp-ci-item .sspci-item-content {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.spp-ci-item .sspci-item-content h3,
.spp-ci-item .sspci-item-content p {
  color: var(--color-medium-dark-gray);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.6px;
  max-width: 975px;
  transition: color 0.3s;
}
.spp-ci-item .sspci-item-content h3 {
  font-weight: 600;
}

.btn_voir_edition{
  margin-top: 20px;
  display: inline-block;

  color: var(--color-black);
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 35px;
  padding: 12px 40px;
  opacity: 0;
  transition: all 0.3s;
}
.spp-ci-item:hover .btn_voir_edition{
  opacity: 1;
}
.btn_voir_edition:hover{
  background-color: var(--color-francous-accent);
}

.sspci-item-content .sspci-ic-mobile {
  gap: 56px;
  align-items: start;
  display: none;
}
.sspci-item-content .sspci-ic-mobile span {
  color: var(--color-dark-gray-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  transition: color 0.3s;
}
.sspci-item-content .sspci-ic-mobile p {
  color: var(--color-medium-dark-gray);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.3px;
  transition: color 0.3s;
}

.spp-ci-item:hover .sspci-item-num p,
.spp-ci-item:hover .sspci-item-year p,
.spp-ci-item:hover .sspci-item-content h3,
.spp-ci-item:hover .sspci-item-content p,
.spp-ci-item:hover .sspci-item-content .sspci-ic-mobile span,
.spp-ci-item:hover .sspci-item-content .sspci-ic-mobile p{
  color: var(--color-black);
}


/* 
=========================
    Faire un don
=========================
 */

 .inner-hero-sec.don-hero-sec {
  height: 100vh;
  background-color: var(--color-francous-accent);
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-hero-sec.don-hero-sec .inner-hero-wrapper p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}

.don-page-sec {
  padding: 60px 15px 100px;
}
.dps-content-wrapper {
  width: 100%;
  max-width: 1267px;
}
.dps-content-wrapper h2 {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -3%;
  margin-bottom: 60px;
}
.dps-cw-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.dps-cw-items p {
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -3%;
}
.dps-cw-items p span {
  position: relative;
  z-index: 0;
}
.dps-cw-items p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}
.faq-content-list .faq-paragraph p span.highlight::before,
.dps-cw-items p span.highlight::before,
.mm-wys__rte .yellow.highlight::before,
.accordion-content-item .yellow.highlight::before{
  height: 100%;
  background-color: var(--color-neon-yellow);
}
.dps-content-wrapper .dps-cw-btns {
  display: flex;
  gap: 10px;
  margin-top: 90px;
}
.dps-content-wrapper .dps-cw-btns .btn {
  height: 70px;
  font-weight: 600;
}


.right-links-top a,
.right-links-bottom a{
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.right-links-top a::after,
.right-links-bottom a::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease;
}

.right-links-top a:hover::after,
.right-links-bottom a:hover::after,
.right-links-top a:focus-visible::after,
.right-links-bottom a:focus-visible::after{
  transform: scaleX(1);
  transform-origin: left;
}

/* 
=========================
    Responsive Styles
=========================
 */
.tab-item-sec {
  padding-top:50px;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 10px;
  }

  .header-btns a{
    padding:0 30px;
  }

  .header1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px;
    overflow-y: scroll;
    height: 100%;
  }
  .header-bar{
    position: relative;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transition: all 0.3s ease-in-out;
  }
  .menu-blue-panel{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding: 14px 16px;
  }
  .menu-blue-inner{
    width: 100%;
    overflow-y: scroll;
  }

  .logo-block {
    display: none;
  }


  .header nav {
    padding: 7px 7px;
  }

  .logo-siriusxm span {
    display: none;
  }

  .francouvertes-logo {
    display: none;
  }

  .header .header-right-col .btn.btn-white,
  .header .header-right-col .btn.btn-orange {
    display: none;
  }

  .header .logo-siriusxm .logo-main {
    width: 80px;
  }

  .header .logo-siriusxm .francouvertes-mobile {
    width: 150px;
    display: block;
  }

  .header .header-logo {
    padding-left: 15px;
  }

  .header .header-menu {
    padding-bottom: 10px;
    flex-direction: column-reverse;
    background-color: var(--color-black);
    border-radius: 20px;
    overflow-y: auto;
  }

  .menu-right-header .menu-right-logo {
    display: none;
  }

  .header-menu-right .top-actions-searchbar {
    display: none;
  }

  .header.header-menu .btn.btn-white,
  .header.header-menu .btn.btn-orange {
    display: flex;
  }

  .header-menu-right .menu-right-links {
    margin-top: 44px;
    border-top: none;
    padding-top: 0;
  }

  
  .menu-right-bottom {
    padding: 30px 0 0;
    margin-top: 20px;
    border-top: 1px solid var(--color-dark-gray);
    margin-bottom:30px;
  }

  .header-menu .header-menu-left {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }

  .menu-left-top .menu-left-logo {
    margin: 20px auto 0;
  }

  .header-menu-left .menu-left-content {
    margin-top: 35px;
    text-align: center;
  }

  .header-menu-left .menu-left-content p {
    text-align: center;
    margin: 0 auto;
  }

  .header-menu-left .menu-left-bottom {
    display: none;
  }

  .menu-left-content p {
    font-size: 1.375rem;
  }

  .menu-right-links .right-links-bottom {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid var(--color-dark-gray);
  }

  .header-btns .top-actions-searchbar {
    display: flex;
    width: 180px;
  }
  .header-btns .top-actions-searchbar input[type="text"] {
    min-width: 150px;
  }

  .header-menu-right .top-header-actions {
    border-radius: 38.5px;
    background: rgba(212, 212, 212, 0.6);
    width: 100%;
    justify-content: space-between;
    padding: 5px;
  }

  .top-header-actions .top-actions-btns {
    justify-content: space-between;
    width: 100%;
  }

  .header .top-actions-btns .actions-btn-left {
    gap: 5px;
  }

  .header .actions-btn-left .btn {
    padding: 0 20px;
  }

  .hero-sec-btns {
    bottom: 20px;
    right: 16px;
    gap: 10px;
  }

  .hero-sec-btns .btn {
    font-size: 14px;
    height: 35px;
    width: 175px;
    padding: 0;
  }

  .hero-sec-btns .btn.btn-orange {
    width: 112px;
  }

  .event-annoc-sec {
    padding-top: 0;
  }

  .event-annoc-sec .event-item {
    padding-top: 46px;
  }

  .event-item .event-item-date p {
    font-size: 10rem;
    line-height: 100px;
  }

  .event-item .event-item-top {
    padding: 0 10px 10px;

    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .event-item-top .item-info-block {
    gap: 6px;
  }

  .event-item .event-item-bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .event-performer-card p {
    padding: 10px 10px 0;
    color: var(--color-black);
    font-size: 1.625rem;
    line-height: 30px;
    max-width: 235px;
  }

  .marquee-sec {
    padding: 60px 0 0;
  }

  .marquee-sec.marquee-sec-2 {
    padding-top: 0;
  }

  .marquee-sec .marquee-item span {
    font-size: 1.125rem;
  }

  .full-video-sec .rounded-video-btn {
    display: none;
  }


  .featured-cards-sec .featured-card {
    padding: 58px 10px 20px;
    height: auto;
    flex-direction: column;
  }

  .featured-card-body .featured-card-media-mobile {
    display: flex;
    padding: 20px 0 10px;
  }

  .featured-card-media-mobile img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
  }

  .featured-card-body .featured-card-meta-label {
    display: none;
  }

  .featured-card .featured-card-desc p {
    font-size: 1.375rem;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .featured-card .featured-card-media {
    display: none;
  }

  .featured-card-body .featured-card-meta-type {
    font-weight: 600 !important;
  }

  .full-video-sec-2 {
    height: 852px;
  }

  .full-video-sec-2 .btn {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
  }

  .full-video-sec-2 .btn .text-desktop {
    display: none;
  }

  .full-video-sec-2 .btn .text-mobile {
    display: block;
  }

  .scroll-names-sec-main {
    overflow: hidden;
  }

  .scroll-names-sec {
    height: 800px;
    background-position: center;
  }

  .scroll-names-sec .scroll-names-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-names-sec .btn {
    display: none;
  }

  .scroll-names-wrapper ul {
    font-size: 2.875rem;
    line-height: 52px;
  }

  .scroll-names-sec-main .btn.btn-mobile {
    display: flex;
  }

  .videos-gallery-sec .videos-gallery-grid {
    height: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 56px 10px;
  }

  .videos-gallery-sec .videos-gallery-grid .gallery-item {
    border-radius: 30px;
    position: static;
    width: 100% !important;
    height: 250px !important;
    transform: none !important;
  }

  .videos-gallery-grid .btn {
    position: absolute;
    top: 50%;
    height: 40px;
    border-radius: 20px;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }

  .partners-thanks-section {
    padding: 0 10px 70px;
  }

  .partners-title-line p {
    font-size: 5.625rem;
    line-height: 1.2;
    letter-spacing: -2.7px;
  }

  .partners-title .partners-title-line.title-line-end {
    padding-right: 0;
  }

  .partners-logos-section {
    padding: 60px 10px 60px;
    margin-top:0;
  }

  .partners-logos-section .partners-logos-wrapper {
    height: 100px;
  }

    .partners-logos-section .partners-logos-wrapper {
      height:100%;
    }

  .partners-logos-wrapper .swiper-slide img {
    height: 80px;
  }

  .partners-logos-wrapper .partners-logos-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .partners-logos-wrapper .partners-logos-pagination {
    bottom: -20px !important;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 .btn.btn-gray {
    padding: 0 25px;
  }

  .footer-sec {
    padding: 20px 0;
  }

  .footer-tc-right .footer-controls .actions-btn-left {
    display: none;
  }

  .footer-sec .footer-top-content {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    padding: 0 15px;
  }

  .footer-sec .top-actions-searchbar {
    display: none;
  }

  .footer-sec .footer-tc-right {
    align-items: start;
    gap: 20px;
    padding-right: 0;
    flex-direction: column-reverse;
  }

  .footer-sec .footer-logos {
    padding-left: 0;
  }

  .footer-sec .footer-logos .sm-white-logo {
    width: 70px;
  }

  .footer-sec .footer-logos .fr-white-logo {
    width: 122px;
  }

  .footer-tc-right .actions-btn-left .btn {
    padding: 0 40px;
  }

  .inner-hero-sec {
    padding: 100px 10px 20px;
  }

  .inner-hero-sec h1 {
    font-size: 10.625rem;
    line-height: 150px;
    letter-spacing: -3.4px;
  }

  .inner-hero-sec h1 div {
    font-size: 10.625rem;
    line-height: 150px;
    letter-spacing: -3.4px;
  }

  .faq-sec .faq-tabs {
    padding: 0 0 15px;
    overflow-x: auto;
    align-items: start;
    gap: 30px;
    flex-direction: column;
    border: none;
  }

  .faq-sec .faq-tabs .faq-tab-btns {
    padding-top: 15px;
    border-top: 1px solid var(--color-black);
    width: 100%;
  }

  .faq-tab-btns .faq-btn {
    border-radius: 20px;
    height: 30px;
    padding: 0 20px;
    flex-shrink: 0;
  }

  .faq-sec .faq-content {
    margin: 0 0 0;
    flex-direction: column;
    border: none;
  }

  .faq-content-list .faq-paragraph p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .tab-item-sec .accordion-wrapper,
  .jaime-ex-cont {
    padding: 0;
    flex-direction: column;
    margin-top:0;
  }

  .tab-item-sec.tab-item-inverted .accordion-item.active .accordion-btn {
    border-radius: 14px;
  }

  .accordion-item .accordion-btn {
    padding: 10px;
    font-size: 1.375rem;
    letter-spacing: -1.1px;
    line-height: 28px;
    text-align: left;
    padding-left:0;
  }
  .accordion-item.active .accordion-btn{
    padding-left: 10px;
  }

  .accordion-content .accordion-content-item p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .accordion-item .accordion-content {
    padding: 0;
  }
  .accordion-content .accordion-content-item {
    padding: 20px 0;
  }

  .tab-item-sec .tab-item-heading h2 {
    letter-spacing: -3.4px;
    font-size: 100px;
  }

  .faq-content .faq-sidebar {
    display: none;
  }

  .faq-content .faq-content-list {
    gap: 100px;
  }

  .accordion-wrapper .accordion-main {
    flex: 1;
    width: 100%;
  }

  .hero-sec-btns.reusable-sec-btns {
    top: 90%;
  }

  .finale-lists-mobile {
    display: block;
  }

  .inner-hero-sec.programmation-heading {
    flex-direction: column;
  }

  .finale-cards-block {
    gap: 5px;
    flex-direction: column;
  }

  .tab-item-sec.finale-sec {
    padding-top: 86px;
  }

  .inner-hero-sec.programmation-heading {
    padding: 100px 10px 0;
  }

  .finale-cards-top .finale-cards-top-right {
    display: none;
  }

  .finale-cards-top .finale-cards-info {
    gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .finale-cards-container .finale-cards-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
  }

  .finale-cards-block {
    padding: 10px 0 0px;
    gap: 5px;
    flex-direction: column;
    margin-top: 80px;
  }

  .finale-cards-thumb-container {
    height: auto;
  }

  .finale-cards-block:last-child {
    padding-bottom:0;
  }

  .hero-sec-btns.reusable-sec-btns.promg-sec-main {
    top: 0;
  }

  .finale-cards-item p {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.26px;
  }

  .finale-cards-grid .finale-cards-item img {
    height: 250px;
  }

  .tab-item-sec.tab-item-inverted .prmt-description p {
    font-size: 1.625rem;
    line-height: 30px;
  }

    .spp-content-top {
    display: none;
  }
  .spp-ci-item .sspci-item-num {
    display: none;
  }
  .spp-ci-item .sspci-item-year {
    display: none;
  }
  .spp-ci-item .sspci-item-content {
    grid-column: span 12;
  }
  .spp-ci-item .sspci-item-content h3,
  .spp-ci-item .sspci-item-content p {
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: -0.9px;
    max-width: none;
  }
  .spp-ci-item .sspci-item-content p{
    font-size: 24px;
  }
  .sspci-item-content .sspci-ic-mobile {
    display: flex;
  }
  .spp-ci-item .sspci-item-content h3 {
    color: var(--color-black);
  }

  .les-21-block-item {
    gap: 30px;
    padding: 15px 0 90px;
    flex-direction: column;
  }

  .les-21-block-cards {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .les-21-card {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .les-21-block-cards .les-21-card img {
    width: 181px;
    height: 271px;
    object-fit: cover;
    border-radius: 20px;
  }

  .les-21-block-cards .les-21-card p {
    margin-top: 0;
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.26px;
  }

  .jaime-mes .prmt-description {
    display: none;
  }

  .jaime-mes-block-item {
    padding: 15px 0 40px;
    gap: 40px;
    flex-direction: column-reverse;
  }

  .jaime-mes-block-aside {
    display: none;
  }

  .jaime-mes-block-right .jaime-mes-card .btn {
    display: none;
  }

  .jaime-mes-block-right .jaime-mes-card img {
    width: 100%;
    height: 250px;
  }

  .jaime-mes-block-right {
    width: 100%;
  }

  .jaime-mes-block-right .jaime-mes-card {
    flex-direction: column;
  }

  .jaime-mes-block-right .jaime-mes-card-bottom {
    display: flex;
  }

  .finale-cards-block .finale-cards-aside {
    width: 100%;
    background: #fff;
    z-index: 1;
    position: sticky;
    top: 214px;
  }
  .finale-cards-container .finale-cards-top{
    top: 286px;
    position: sticky;
  }

  .salles-loc-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-left:0;
  }
  .salles-loc-card .salles-loc-area iframe{
  border-radius: 20px;
}

  .salles-loc-card h3 {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -1.3px;
  }

  .salles-loc-card .salles-loc-prices {
    margin: 20px 0;
  }

  .salles-loc-card .salles-btn {
    margin-top: 30px;
  }

  .salles-loc-card .salles-loc-area img {
    height: 231px;
    border-radius: 20px;
  }

  .salles-loc-card .salle-map-content {
    display: flex;
  }

  .salles-loc-card .salles-loc-area p {
    display: none;
  }

  .salles-loc-card .salles-loc-area {
    margin-top: 10px!important;
  }

  .salles-loc-container {
    padding: 0;
  }

  .nouvelles-page-sec {
    padding: 60px 10px 0;
  }

  .nouvelles-img-area img {
    height: 544px;
  }

  .nouvelles-area-top .area-top-end {
    display: none;
  }

  .nouvelles-area-top .area-top-left {
    gap: 5px;
    width: 100%;
    justify-content: space-between;
  }

  .nouvelle-main-content p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .nouvelles-img-content .btn {
    height: 40px;
    padding: 0 30px;
  }

  .nouvelles-cards-area .nca-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .nca-grid .nouvelles-card-item img {
    height: 250px;
  }

  .ncic-top-content .ncic-tc-end p:last-child {
    display: none;
  }

  .nouvelles-card-item-content {
    padding: 10px 0 0;
  }

  .nca-grid .nouvelles-card-item h3 {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .nca-grid .nouvelles-card-item {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid var(--color-light-gray-2);
  }

  .nouvelles-cards-area .nca-grid-vm-btn {
    padding-top: 28px;
    padding-bottom: 100px;
  }

  .nca-grid-vm-btn .btn {
    border-radius: 60px;
    height: 40px;
    padding: 0 30px;
  }

  .artiste-page-sec .artiste-hero-block {
    padding: 5px 0 0;
  }

  .ahb-top-area .ahb-ta-aside {
    align-items: start;
    gap: 5px;
    flex-direction: column-reverse;
  }

  .ahb-top-area .ahb-ta-end {
    gap: 30px;
  }

  .artiste-hero-block .ahb-top-area {
    align-items: end;
    padding: 0 10px 15px;
  }

  .artiste-page-sec .artiste-hero-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .artiste-cac-block {
    padding: 30px 10px;
  }

  .acb-track-block .ac-tb-progress-bg {
    width: 160px;
  }

  .acb-track-block .ac-audio-time {
    display: none;
  }

  .acb-vc .acb-vc-block .acb-vc-bg {
    width: 96px;
  }

  .artiste-cac-block .acb-audio-track {
    gap: 6px;
  }

  .artiste-cac-block .acb-vc {
    gap: 6px;
  }

  .artiste-cac-block .cac-track-title.cac-track-title-mobile {
    display: block;
  }

  .artiste-cac-wrapper .cac-track-title {
    display: none;
  }

  .artiste-cac-block .cac-track-title {
    font-size: 1.125rem;
  }

  .artiste-cac-wrapper {
    padding-top: 20px;
  }

  .artiste-page-sec .ap-text-content p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .artiste-page-sec .ap-text-content {
    gap: 50px;
    padding: 25px 10px 70px;
  }

  .aps-artiste-slider {
    padding: 40px 0 0;
  }

  .aps-artiste-slider h3 {
    font-size: 1.625rem;
    line-height: 30px;
    padding: 0 10px;
  }

  .aps-artiste-slider .aps-as-cards {
    margin-top: 30px;
  }

  .aps-as-cards .as-card-item img {
    height: 250px;
  }

  .aps-as-cards .as-card-item p {
    max-width: 150px;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: -0.18px;
    padding: 10px 10px 0;
  }

  .aps-as-cards .acs-navigation .btn-prev,
  .aps-as-cards .acs-navigation .btn-next {
    width: 32px;
    height: 32px;
  }

  .aps-as-cards .acs-navigation .btn-prev svg,
  .aps-as-cards .acs-navigation .btn-next svg {
    width: 15px;
  }

  .aps-artiste-slider .aps-as-btn {
    margin-top: 57px;
    padding-bottom: 75px;
  }

  .nhi-wrapper img {
    height: 544px;
  }

  .nouvelle-page-sec {
    padding: 20px 10px 0;
  }

  .nps-top-content .nps-tc-end p:last-child {
    display: none;
  }

  .nps-text-full-content {
    padding: 35px 0 40px;
  }

  .nps-text-full-content h3 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }

  .nps-text-full-content p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .nps-cc-scontent p {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.9px;
  }

  .nps-cc-lcontent p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .nps-container-content .nps-cc-img {
    margin: 40px 0;
  }

  .nps-cc-img img {
    height: 250px;
  }

  .nps-container-content .nps-social-larea {
    margin-top: 40px;
  }

  .nps-container-content .nps-cc-footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .nps-cc-footer .btn {
    height: 40px;
  }

  .patrimoine-page-sec {
    padding: 105px 10px 0;
  }

  .pp-top-tabs {
    padding: 0;
    border-top: none;
  }

  .pp-av-content {
    padding: 65px 0 0;
  }

  .pp-av-content .av-content-block {
    padding: 10px 0 40px;
    flex-direction: column;
    display: flex;
  }

  .av-content-block .av-fi-info {
    display: none;
  }

  .avfi-card-content {
    width: 100%;
    padding-top: 20px;
  }

  .av-content-block .av-title h3 {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }

  .av-content-block .av-title {
    max-width: none;
    width: 100%;
  }

  .av-content-block .av-cb-info {
    display: none;
  }

  .av-content-block .av-fi-card {
    width: 100%;
  }

  .avfi-card-content .btn {
    width: 40px;
    height: 40px;
  }

  .av-cb-info-mobile .av-cb-info,
  .av-cb-info-mobile .av-fi-info {
    display: block;
  }

  .av-cb-info-mobile {
    display: flex;
  }

  .avfi-card-content.avfi-acontrols-content {
    height: auto;
  }

  .avfi-card-content.avfi-pdf-content .avfi-pdf-btn {
    padding: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: var(--color-medium-dark-gray);
    background: rgba(217, 217, 217, 0.8);
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .avfi-card-content.avfi-pdf-content .avfi-pdf-btn span {
    display: none;
  }

  .patrimoine-page-sec .pp-av-btn {
    padding: 70px 0;
  }

  .nous-joindre-heading .heading-text-block h1 {
    letter-spacing: -3.4px;
  }

  .nous-joindre-heading .heading-text-block h1 div {
    letter-spacing: -3.4px;
  }

  .njtc-item-aside .njtc-ia-subtext {
    display: none;
  }

  .njtc-item-aside .njtc-ia-title {
    width: 145px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-end {
    align-items: start;
    gap: 0;
    flex-direction: column;
  }

  .njtc-item-aside .njtc-ia-title p {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }

  .njtc-item-end .njtc-ie-subtext {
    display: block;
  }

  .njtc-item-end .njtc-ie-subtext p,
  .njtc-item-end .njtc-ie-num p {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.6px;
  }

  .njtc-item-end .njtc-ie-mail a,
  .njtc-item-end p{
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.6px;
  }

  .nous-joindre-page-sec {
    padding: 0 10px 33px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-aside {
    width: auto;
    gap: 0;
  }

  .njtc-item-end .njtc-ie-num {
    width: auto;
  }

  .finale-cards-block .finale-cards-container {
    width: 100%;
  }


  .reusable-sec-btns .hero-dropdown-wrapper {
    width: 200px;
    left: auto;
    right: 0;
  }

  .inner-hero-sec.accueil-hero {
    height: 850px;
  }

  .accueil-hero-wrapper {
    padding: 100px 6px;
  }

  .accueil-hero-wrapper .ahw-block {
    align-items: start;
    flex-direction: column;
  }

  .ahw-block .ahwb-item p {
    font-size: 3.125rem;
    line-height: 50px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
  }

  .ahw-block .ahwb-item p sup {
    font-size: 1.25rem;
    line-height: 20px;
  }

  .accueil-text-sec {
    padding: 40px 6px;
  }

  .accueil-text-sec .atsw-item h2 {
    font-size: 6.25rem;
    line-height: 84%;
  }

  .accueil-text-sec .atsw-item {
    display: flex;
    flex-wrap: wrap;
  }

  .accueil-text-wis .atwis-block {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .atwis-block .atwis-block-right {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
  }

  .atw-top-mobile {
    display: flex;
  }

  .atwis-block .atwis-bl-top {
    display: none;
  }

  .atwis-block .atwis-block-left .atwis-bl-desc {
    font-size: 1.625rem;
  }

  .atwis-block .atwis-block-left {
    width: 100%;
    gap: 30px;
  }

  .accueil-text-wis {
    padding: 0 10px 30px;
  }

  .accueil-igrid-sec .aigs-item {
    height: 200px;
  }

  .event-date-sec {
    padding: 20px 10px;
  }

  .event-date-sec .event_date {
    display: none;
  }

  .event-date-sec .event-date-mobile {
    display: block;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 {
    padding: 20px 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 .aigs-item {
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 .btn.btn-gray {
    height: 40px;
  }

  .inner-hero-sec.a-propos-heading {
    padding: 80px 10px 60px;
  }

  .a-propos-heading h1,
  .a-propos-heading div {
    line-height: 95%;
  }

  .ap-gallery-sec .apgs-wrapper .apgsw-item {
    height: 200px;
  }

  .apsm-item-1 .apsmi1-aside {
    display: none;
  }

  .apsmi1-content-items .apsmi1-ci p,
  .apsmi1-content-items .apsmi1-ci ul {
    font-size: 1.625rem;
  }

  .ap-sec-main .apsm-item-1 {
    gap: 30px;
    margin-top: 30px;
    padding: 0;
    border-top: none;
  }

  .apsm-item-1 .apsmi1-content-items {
    width: 100%;
    gap: 60px;
  }

  .ap-sec-main .apsm-item-2 {
    padding: 100px 0px;
  }

  .apsmi2-wrapper-item .apsmi2wi-aside p {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
    max-width: 140px;
  }

  .apsmi2-wrapper-item .apsmi2wi-full {
    gap: 0;
    flex-direction: column;
  }

  .apsmi2-wrapper-item .apsmi2wi-full p {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.6px;
    width: 180px;
  }

  .ap-sec-main .apsm-item-2 h2 {
    line-height: 88%;
    letter-spacing: -3.5px;
    text-align: left;
    word-break: break-all;
  }

  .apsmi2-wrapper-item {
    gap: 20px;
  }

  .apsm-item-2 .apsmi2-wrapper {
    margin-top: 50px;
  }

  .apsm-item-3 .aspmi3-wrapper {
    margin-top: 100px;
  }

  .ap-sec-main .apsm-item-3 h2 {
    letter-spacing: -3.4px;
    text-align: left;
  }

  .apsm-item-3 .aspmi3-wrapper-item {
    flex-direction: column;
    gap: 20px;
  }

  .aspmi3-wrapper-item .aspmi3-wi-aside {
    gap: 20px;
    flex-direction: column;
  }

  .aspmi3-wrapper-item .aspmi3-wi-aside .aspmi3-wi-aside-title {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
    max-width: none;
  }

  .apsm-item-4 .nj-tcontent-items {
    margin-top: 100px;
  }
  .nj-tcontent-items .nj-tc-item{
    gap: 10px;
    justify-content: start;
    height:auto;
  }

  .gp-main-wrapper .gpmwi1-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 10px;
  }

  .gp-main-wrapper .gpmw-item-1 h2 {
    font-size: 1.625rem;
    line-height: 30px;
    padding: 0 10px 20px;
  }

  .gallery-page-sec .gp-main-wrapper {
    margin-top: 65px;
  }

  .inner-hero-sec.galerie-heading {
    padding: 120px 10px 90px;
  }

  .gp-main-wrapper .gpmw-mc-btn {
    margin-top: 70px;
  }

  .gpmw-mc-btn .btn {
    height: 40px;
  }

  .gp-main-wrapper .gpmw-item-2 h2 {
    font-size: 1.625rem;
    padding: 0 10px 20px;
    line-height: 30px;
  }

  .gp-main-wrapper .gpmwi2-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 10px;
  }

  .gpmwi2-grid .gpmwi2-grid-item {
    height: 250px;
  }

  .gpmwi2-grid .gpmwi2-grid-item .btn.btn-rounded {
    width: 40px;
    height: 40px;
  }

  .gpmwi2-grid .gpmwi2-grid-item .btn.btn-rounded svg {
    width: 10px;
  }

  .gp-main-wrapper .gpmw-mv-btn {
    margin-top: 70px;
  }

  .gpmw-mv-btn .btn {
    height: 40px;
  }

  .inner-hero-sec.serie-les-heading {
    padding: 100px 0 50px;
  }

  .serie-les-page-sec .slps-text-content {
    gap: 30px;
    padding: 0 10px;
    max-width: none;
  }

  .slps-text-content p {
    font-size: 1.625rem;
  }

  .serie-les-page-sec .slps-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 44px 10px 100px;
  }

  .serie-les-page-sec .slps-gallery .slps-gallery-item {
    flex-direction: row-reverse;
  }

  .slps-gallery .slps-gallery-item img {
    height: 273px;
    border-radius: 20px;
  }

  .slps-gallery .slps-gallery-item p {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.26px;
    padding: 0;
    width: 204px;
  }

  .slps-gallery-wrap .slps-gw-head {
    display: block;
  }

  .inner-hero-sec.partenaires-heading {
    padding: 100px 10px 90px;
  }

  .partenaires-heading .inner-hero-wrapper {
    width: 100%;
    text-align: left;
  }

  .partenaires-page-sec {
    padding: 0 10px 70px;
  }

  .pps-text-content p,
  .pps-text-content ul {
    font-size: 1.625rem;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  :root{
    --blueW: 300px;
  }
  .header nav {
    padding: 10px 10px;
  }
  .header1.scrolled nav {
    padding: 12px 7px;
  }
  

  .logo-siriusxm span {
    display: none;
  }

  .francouvertes-logo {
    display: none;
  }

  .header .header-right-col .btn.btn-white,
  .header .header-right-col .btn.btn-orange {
    display: none;
  }

  .header .logo-siriusxm .logo-main {
    width: 80px;
  }

  .header .logo-siriusxm .francouvertes-mobile {
    width: 150px;
    display: block;
  }

  .header .header-logo {
    padding-left: 15px;
  }

  .header .header-menu {
    padding-bottom: 10px;
    flex-direction: column-reverse;
    background-color: var(--color-black);
    border-radius: 20px;
    overflow-y: auto;
  }

  .menu-right-header .menu-right-logo {
    display: none;
  }

  .header-menu-right .top-actions-searchbar {
    display: none;
  }

  .header.header-menu .btn.btn-white,
  .header.header-menu .btn.btn-orange {
    display: flex;
  }

  .header-menu-right .menu-right-links {
    margin-top: 44px;
    border-top: none;
    padding-top: 0;
  }

  .menu-right-bottom {
    padding: 30px 0 0;
    margin-top: 20px;
    border-top: 1px solid var(--color-dark-gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .header-menu .header-menu-left {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }

  .menu-left-top .menu-left-logo {
    margin: 20px auto 0;
  }

  .header-menu-left .menu-left-content {
    margin-top: 35px;
    text-align: center;
  }

  .header-menu-left .menu-left-content p {
    text-align: center;
    margin: 0 auto;
  }

  .header-menu-left .menu-left-bottom {
    display: none;
  }

  .menu-left-content p {
    font-size: 1.375rem;
  }

  .menu-right-links .right-links-bottom {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid var(--color-dark-gray);
  }

  .header-btns .top-actions-searchbar {
    display: flex;
    width: 300px;
  }

  .header-menu-right .top-header-actions {
    border-radius: 38.5px;
    background: rgba(212, 212, 212, 0.6);
    width: 100%;
    justify-content: space-between;
    padding: 5px;
  }

  .top-header-actions .top-actions-btns {
    justify-content: space-between;
    width: 100%;
  }

  .header-btns a{
    font-size: 12px;
    height: 32px;
    padding: 0 15px;
  }

  .hero-sec-btns {
    bottom: 25px;
  }

  .hero-sec-btns .btn {
    height: 50px;
    width: 200px;
  }

  .event-annoc-sec {
    padding-top: 0;
  }

  .event-annoc-sec .event-item {
    padding-top: 80px;
  }

  .event-item .event-item-date p {
    font-size: 16.25rem;
    line-height: 200px;
  }

  .event-item-top .item-info-block {
    gap: 6px;
  }

  .event-item .event-item-bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .event-performer-card p {
    padding: 10px 10px 0;
    color: var(--color-black);
    font-size: 1.625rem;
    line-height: 30px;
    max-width: 235px;
  }

  .featured-cards-sec .featured-card {
    padding: 58px 10px;
    height: auto;
    flex-direction: column;
  }

  .featured-card-body .featured-card-media-mobile {
    display: flex;
    padding: 20px 0 10px;
  }

  .featured-card-media-mobile img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
  }

  .featured-card-body .featured-card-meta-label {
    display: none;
  }

  .featured-card .featured-card-desc p {
    font-size: 1.375rem;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .featured-card .featured-card-media {
    display: none;
  }

  .featured-card-body .featured-card-meta-type {
    font-weight: 600 !important;
  }

  .scroll-names-sec {
    height: 800px;
    background-position: center;
  }


  .scroll-names-sec .btn {
    display: none;
  }

  .scroll-names-wrapper ul {
    font-size: 3.75rem;
    line-height: 72px;
  }

  .scroll-names-sec-main .btn.btn-mobile {
    display: flex;
  }

  .videos-gallery-sec .videos-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: auto;
    padding: 56px 10px;
  }

  .videos-gallery-sec .videos-gallery-grid .gallery-item {
    border-radius: 30px;
    position: static;
    width: 100% !important;
    height: 400px !important;
    transform: none !important;
  }

  .videos-gallery-grid .btn {
    position: absolute;
    top: 50%;
    height: 40px;
    border-radius: 20px;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }

  .partners-thanks-section {
    padding: 0 10px 70px;
  }

  .partners-title-line p {
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: -2.7px;
  }

  .partners-title .partners-title-line.title-line-end {
    padding-right: 0;
  }

  .footer-sec {
    padding: 20px 0;
  }

  .footer-sec .footer-top-content {
    gap: 20px;
    align-items: start;
    padding: 0 15px;
  }

  .footer-sec .top-actions-searchbar {
    display: none;
  }

  .footer-sec .footer-tc-right {
    gap: 20px;
    padding-right: 0;
  }

  .footer-sec .footer-logos {
    padding-left: 0;
  }

  .footer-sec .footer-logos .sm-white-logo {
    width: 100px;
  }

  .footer-sec .footer-logos .fr-white-logo {
    width: 150px;
  }

  .inner-hero-sec {
    padding: 100px 10px 20px;
  }

  .inner-hero-sec h1 {
    font-size: 15.625rem;
    line-height: 240px;
    letter-spacing: -3.4px;
  }

  .inner-hero-sec h1 div {
    font-size: 15.625rem;
    line-height: 240px;
    letter-spacing: -3.4px;
  }

  .faq-sec .faq-tabs {
    padding: 0 0 15px;
    overflow-x: auto;
    align-items: start;
    gap: 30px;
    flex-direction: column;
    border: none;
  }

  .faq-sec .faq-tabs .faq-tab-btns {
    padding-top: 15px;
    border-top: 1px solid var(--color-black);
    width: 100%;
  }

  .faq-tab-btns .faq-btn {
    border-radius: 20px;
    height: 30px;
    padding: 0 20px;
  }

  .faq-sec .faq-content {
    margin: 0 0 0;
    flex-direction: column;
    border: none;
  }

  .faq-content-list .faq-paragraph p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .tab-item-sec.tab-item-inverted .accordion-item.active .accordion-btn {
    border-radius: 14px;
  }

  .accordion-item .accordion-btn {
    padding: 6px 10px;
  }

  .accordion-content .accordion-content-item p {
    font-size: 1.625rem;
    line-height: 30px;
  }

  .accordion-item .accordion-content {
    padding: 15px 0;
  }

  .tab-item-sec .tab-item-heading h2 {
    letter-spacing: -3.4px;
  }

  .faq-content .faq-sidebar {
    display: none;
  }

  .faq-content .faq-content-list {
    gap: 100px;
  }

  .accordion-wrapper .accordion-main {
    flex: 1;
    width: 100%;
  }

  .nouvelles-cards-area .nca-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .nouvelles-page-sec {
    padding: 70px 15px 0;
  }

  .nouvelles-cards-area .nca-grid-vm-btn {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .ncic-top-content .ncic-tc-end p:last-child {
    display: none;
  }

  .artiste-cac-wrapper .cac-track-title {
    display: none;
  }

  .acb-track-block .ac-tb-progress-bg {
    width: 350px;
  }

  .artiste-cac-block {
    padding: 50px 15px;
  }

  .artiste-page-sec .artiste-hero-block img {
    height: 600px;
  }

  .artiste-page-sec .ap-text-content p {
    font-size: 2.25rem;
    line-height: 48px;
  }

  .artiste-page-sec .ap-text-content {
    gap: 50px;
    padding: 54px 15px 80px;
  }

  .aps-artiste-slider {
    padding: 70px 0 0;
  }

  .aps-as-cards .as-card-item img {
    height: 600px;
  }

  .aps-as-cards .as-card-item p {
    max-width: 200px;
    font-size: 1.625rem;
    line-height: 36px;
    padding: 15px 15px 0;
  }

  .aps-artiste-slider .aps-as-btn {
    margin-top: 70px;
    padding-bottom: 100px;
  }

  .artiste-cac-block .cac-track-title.cac-track-title-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .nhi-wrapper img {
    height: 600px;
  }

  .nouvelle-page-sec {
    padding: 60px 15px 0;
  }

  .nps-container-content .nps-cc-footer {
    padding-bottom: 60px;
  }

  .patrimoine-page-sec {
    padding: 100px 15px 0;
  }

  .pp-top-tabs {
    padding: 0;
    border-top: none;
  }

  .pp-av-content {
    padding: 100px 0 0;
  }

  .pp-av-content .av-content-block {
    padding: 10px 0 40px;
    flex-direction: column;
    display: flex;
  }

  .av-content-block .av-fi-info {
    display: none;
  }

  .avfi-card-content {
    width: 100%;
    padding-top: 20px;
    /*height: 400px;*/
    height: 100%;
  }

  .av-content-block .av-title h3 {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }

  .av-content-block .av-title {
    max-width: none;
    width: 100%;
  }

  .av-content-block .av-cb-info {
    display: none;
  }

  .av-content-block .av-fi-card {
    width: 100%;
  }

  .avfi-card-content .btn {
    width: 40px;
    height: 40px;
  }

  .av-cb-info-mobile .av-cb-info,
  .av-cb-info-mobile .av-fi-info {
    display: block;
  }

  .av-cb-info-mobile {
    display: flex;
  }

  .njtc-item-aside .njtc-ia-subtext {
    display: none;
  }

  .njtc-item-aside .njtc-ia-title {
    max-width: 150px;
  }

  .nj-tcontent-items .nj-tc-item > div{
    flex: 1;
  }
  .nj-tcontent-items .nj-tc-item .njtc-item-end {
    width: auto;
    align-items: start;
    gap: 0;
    flex-direction: column;
  }

  .njtc-item-aside .njtc-ia-title p {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }

  .njtc-item-end .njtc-ie-subtext {
    display: block;
  }

  .njtc-item-end .njtc-ie-subtext p,
  .njtc-item-end .njtc-ie-num p {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.6px;
  }

  .nous-joindre-page-sec {
    padding: 0 10px 33px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-aside {
    width: auto;
    gap: 0;
  }

  .njtc-item-end .njtc-ie-num {
    width: auto;
  }

  .salles-loc-wrapper {
    gap: 40px;
  }

  .finale-cards-top .finale-cards-top-right {
    display: none;
  }

  .finale-cards-top .finale-cards-info {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }

  .finale-cards-container .finale-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .finale-cards-block .finale-cards-container {
    width: 100%;
  }

  .les-21-block-item {
    padding: 15px 0 150px;
    flex-direction: column;
  }

  .les-21-block-cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: none;
    width: 100%;
  }

  .jaime-mes-block-item {
    flex-direction: column;
  }

  .jaime-mes-block-aside {
    display: none;
  }

  .jaime-mes-block-right .jaime-mes-card {
    flex-direction: column;
  }

  .jaime-mes-block-right .jaime-mes-card .btn {
    display: none;
  }

  .jaime-mes-block-right .jaime-mes-card-bottom {
    display: flex;
  }

  .jaime-mes-block-right {
    width: 100%;
  }

  .jaime-mes-block-right .jaime-mes-card img {
    width: 100%;
    height: 400px;
  }

  .les-21-card {
    display: flex;
    flex-direction: row-reverse;
  }

  .finale-block-content {
    padding: 95px 15px 180px;
  }

  .prmt-container .prmt-description {
    padding: 100px 15px 145px;
  }

  .inner-hero-sec.accueil-hero {
    height: 900px;
  }

  .accueil-hero-wrapper {
    padding: 90px 6px;
  }

  .ahw-block .ahwb-item p {
    font-size: 5rem;
    line-height: 100px;
    letter-spacing: -2.5px;
  }

  .ahw-block .ahwb-item p sup {
    font-size: 3.125rem;
    line-height: 60px;
  }

  .accueil-text-sec {
    padding: 100px 6px;
  }

  .accueil-text-sec .atsw-item h2 {
    font-size: 12.5rem;
  }

  .accueil-text-sec .atsw-item {
    flex-wrap: wrap;
  }

  .accueil-text-wis .atwis-block {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .atwis-block .atwis-block-right {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
  }

  .atw-top-mobile {
    display: flex;
  }

  .atwis-block .atwis-bl-top {
    display: none;
  }

  .atwis-block .atwis-block-left .atwis-bl-desc {
    font-size: 2.25rem;
  }

  .atwis-block .atwis-block-left {
    width: 100%;
    gap: 30px;
  }

  .accueil-text-wis {
    padding: 0 10px 30px;
  }

  .event-date-sec .event_date {
    display: none;
  }

  .event-date-sec .event-date-mobile {
    display: block;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 {
    padding: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 .aigs-item {
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
  }

  .accueil-igrid-sec.accueil-igrid-sec2 .btn.btn-gray {
    height: 50px;
  }

  .inner-hero-sec.a-propos-heading {
    padding: 100px 10px 60px;
  }

  .ap-gallery-sec .apgs-wrapper .apgsw-item {
    height: 500px;
  }

  .apsm-item-1 .apsmi1-aside {
    display: none;
  }

  .apsmi1-content-items .apsmi1-ci p,
  .apsmi1-content-items .apsmi1-ci ul {
    font-size: 1.625rem;
  }

  .ap-sec-main .apsm-item-1 {
    gap: 30px;
    margin-top: 30px;
    padding: 0;
    border-top: none;
  }

  .apsm-item-1 .apsmi1-content-items {
    width: 100%;
    gap: 60px;
  }

  .ap-sec-main .apsm-item-2 {
    padding: 100px 0px;
  }

  .apsmi2-wrapper-item .apsmi2wi-aside p {
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
    max-width: 140px;
  }

  .apsmi2-wrapper-item .apsmi2wi-full {
    gap: 0;
    flex-direction: column;
  }

  .apsmi2-wrapper-item .apsmi2wi-full p {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.6px;
    width: 250px;
  }

  .ap-sec-main .apsm-item-2 h2 {
    line-height: 88%;
    letter-spacing: -3.5px;
    text-align: left;
    word-break: break-all;
  }

  .apsmi2-wrapper-item {
    gap: 20px;
  }

  .apsm-item-2 .apsmi2-wrapper {
    margin-top: 50px;
  }

  .apsm-item-3 .aspmi3-wrapper {
    margin-top: 120px;
  }

  .ap-sec-main .apsm-item-3 h2 {
    letter-spacing: -3.4px;
    text-align: left;
  }

  .aspmi3-wrapper-item .aspmi3-wi-aside {
    gap: 30px;
  }

  .aspmi3-wrapper-item .aspmi3-wi-aside .aspmi3-wi-aside-title {
    font-size: 2.5rem;
    max-width: 690px;
  }

  .apsm-item-4 .nj-tcontent-items {
    margin-top: 100px;
  }

  .inner-hero-sec.galerie-heading {
    padding: 130px 10px 90px;
  }

  .gp-main-wrapper .gpmwi1-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-page-sec .gp-main-wrapper {
    margin-top: 100px;
  }

  .inner-hero-sec.serie-les-heading {
    padding: 120px 0 70px;
  }

  .slps-text-content p {
    font-size: 2.25rem;
  }

  .serie-les-page-sec .slps-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 64px 10px 100px;
  }

  .serie-les-page-sec .slps-gallery .slps-gallery-item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .slps-gallery .slps-gallery-item img {
    width: 500px;
    height: 500px;
    border-radius: 20px;
  }

  .slps-gallery .slps-gallery-item p {
    font-size: 1.875rem;
    padding: 0;
  }

  .slps-gallery-wrap .slps-gw-head {
    display: block;
  }

  .inner-hero-sec.partenaires-heading {
    padding: 140px 10px 90px;
  }

  .partenaires-heading .inner-hero-wrapper {
    text-align: left;
  }

  .partenaires-page-sec {
    padding: 0 10px 70px;
  }

  .pps-text-content p,
  .pps-text-content ul {
    font-size: 1.875rem;
    line-height: 40px;
  }


  .event-item .event-item-top {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
  .event-item-top .item-info-block:nth-child(2), 
  .event-item-top .item-info-block:nth-child(3) {
    justify-content: start;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .header-btns .top-actions-searchbar {
    display: flex;
  }

  .top-header-actions .top-actions-searchbar {
    display: none;
  }

  .menu-right-header .menu-right-logo {
    width: 210px;
  }

  .header-menu .header-menu-left {
    width: 380px;
  }

  .featured-cards-sec .featured-card {
    gap: 30px;
    height: 500px;
  }

  .featured-card .featured-card-media {
    width: 400px;
  }

  .videos-gallery-sec .videos-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: auto;
    padding: 56px 10px;
  }

  .videos-gallery-sec .videos-gallery-grid .gallery-item {
    border-radius: 30px;
    position: static;
    width: 100% !important;
    height: 500px !important;
    transform: none !important;
  }

  .videos-gallery-grid .btn {
    position: absolute;
    top: 50%;
    height: 60px;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .partners-title-line p {
    font-size: 250px;
    line-height: 220px;
    letter-spacing: -5.7px;
  }

  .footer-sec .footer-tc-right {
    padding-right: 15px;
    gap: 20px;
  }

  .top-actions-searchbar {
    width: 250px;
  }

  .footer-sec .footer-logos .sm-white-logo {
    width: 100px;
  }

  .footer-sec .footer-logos .fr-white-logo {
    width: 150px;
  }

  .inner-hero-sec {
    padding: 140px 10px 20px;
  }

  .inner-hero-sec h1 {
    font-size: 21.875rem;
    line-height: 340px;
    letter-spacing: -4.4px;
  }

  .inner-hero-sec h1 div {
    font-size: 21.875rem;
    line-height: 340px;
    letter-spacing: -4.4px;
  }

  .faq-sec .faq-content {
    margin: 50px 0 0;
    gap: 40px;
  }

  .tab-item-sec .accordion-wrapper {
    gap: 40px;
  }

  .tab-item-sec .tab-item-heading.prix-acc-heading h2 {
    font-size: 45rem;
  }

  .tab-item-heading.prix-acc-heading {
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .faq-sec .faq-tabs {
    overflow: auto;
  }

  .nouvelles-page-sec {
    padding: 120px 15px 0;
  }

  .nouvelles-cards-area .nca-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artiste-cac-wrapper .cac-track-title {
    display: none;
  }

  .acb-track-block .ac-tb-progress-bg {
    width: 550px;
  }

  .artiste-cac-block .cac-track-title.cac-track-title-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .artiste-page-sec .ap-text-content {
    gap: 70px;
    padding: 54px 15px 100px;
  }

  .patrimoine-page-sec {
    padding: 150px 15px 0;
  }

  .pp-av-content {
    padding: 145px 0 0;
  }

  .avfi-card-content {
    width: 350px;
  }

  .nous-joindre-page-sec {
    padding: 100px 15px 50px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-aside {
    gap: 40px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-end {
    gap: 40px;
  }

  .njtc-item-aside .njtc-ia-title p {
    font-size: 1.875rem;
    line-height: 40px;
  }

  .njtc-item-aside .njtc-ia-subtext {
    width: 170px;
  }

  .finale-block-content {
    padding: 95px 15px 180px;
  }

  .prmt-container .prmt-description {
    padding: 100px 15px 145px;
  }

  .faq-sec .faq-tabs .faq-tab-btns {
    overflow-x: auto;
  }

  .accueil-hero-wrapper {
    padding: 140px 6px 50px;
  }

  .ahw-block .ahwb-item p {
    font-size: 6.25rem;
    line-height: 150px;
    letter-spacing: -3.5px;
  }

  .ahw-block .ahwb-item p sup {
    font-size: 3.125rem;
    line-height: 50px;
  }

  .accueil-text-sec {
    padding: 100px 6px;
  }

  .accueil-text-sec .atsw-item h2 {
    font-size: 12.5rem;
  }

  .accueil-text-sec .atsw-item {
    flex-wrap: wrap;
  }

  .accueil-text-wis .atwis-block {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .atwis-block .atwis-block-right {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
  }

  .atw-top-mobile {
    display: flex;
  }

  .atwis-block .atwis-bl-top {
    display: none;
  }

  .atwis-block .atwis-block-left .atwis-bl-desc {
    font-size: 2.5rem;
  }

  .atwis-block .atwis-block-left {
    width: 100%;
    gap: 50px;
  }

  .accueil-text-wis {
    padding: 0 10px 30px;
  }

  .event-date-sec .event_date {
    display: none;
  }

  .event-date-sec .event-date-mobile {
    display: block;
  }

  .ap-gallery-sec .apgs-wrapper .apgsw-item {
    height: 600px;
  }

  .ap-sec-main .apsm-item-1 {
    gap: 20px;
    margin-top: 70px;
  }

  .ap-sec-main .apsm-item-2 h2 {
    line-height: 100%;
    text-align: left;
  }

  .ap-sec-main .apsm-item-2 {
    padding: 205px 0;
  }

  .apsmi2-wrapper-item .apsmi2wi-full p {
    width: 220px;
  }

  .apsmi2-wrapper-item .apsmi2wi-full {
    gap: 70px;
  }

  .apsmi2-wrapper-item .apsmi2wi-aside p {
    font-size: 2.25rem;
  }

  .ap-sec-main .apsm-item-3 h2 {
    letter-spacing: -4.22px;
    text-align: left;
  }

  .apsm-item-3 .aspmi3-wrapper {
    margin-top: 190px;
  }

  .aspmi3-wrapper-item .aspmi3-wi-aside {
    gap: 100px;
  }

  .apsm-item-4 .nj-tcontent-items {
    margin-top: 100px;
  }

  .serie-les-page-sec .slps-gallery {
    padding: 70px 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 100px 10px 0;
  }

  .serie-les-page-sec .slps-gallery .slps-gallery-item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .slps-gallery .slps-gallery-item img {
    width: 700px;
    height: 700px;
    border-radius: 20px;
  }

  .partenaires-heading .inner-hero-wrapper {
    text-align: left;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .videos-gallery-grid .gallery-item.gallery-item-1 {
    top: 150px;
    left: 120px;
  }

  .videos-gallery-grid .gallery-item.gallery-item-2 {
    top: 525px;
  }

  .videos-gallery-grid .gallery-item.gallery-item-4 {
    right: 100px;
    top: 1112px;
  }

  .videos-gallery-grid .gallery-item.gallery-item-3 {
    top: 995px;
    left: 100px;
  }

  .videos-gallery-grid .gallery-item.gallery-item-7 {
    top: 2750px;
  }

  .videos-gallery-grid .gallery-item.gallery-item-6 {
    top: 2200px;
  }

  .footer-sec .footer-tc-right {
    gap: 50px;
    padding-right: 20px;
  }

  .inner-hero-sec {
    padding: 140px 10px 20px;
  }

  .inner-hero-sec h1 {
    font-size: 21.875rem;
    line-height: 340px;
    letter-spacing: -4.4px;
  }

  .inner-hero-sec h1 div {
    font-size: 21.875rem;
    line-height: 340px;
    letter-spacing: -4.4px;
  }

  .tab-item-sec .tab-item-heading h2 {
    font-size: 23rem;
  }

  .tab-item-sec .tab-item-heading.prix-acc-heading h2 {
    font-size: 60.125rem;
  }

  .tab-item-heading.prix-acc-heading {
    padding-top: 400px;
    padding-bottom: 200px;
  }

  .nouvelles-cards-area .nca-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .acb-track-block .ac-tb-progress-bg {
    width: 600px;
  }

  .av-content-block .av-title {
    max-width: 350px;
  }

  .njtc-item-aside .njtc-ia-subtext {
    width: 160px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-end {
    gap: 100px;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-aside {
    gap: 50px;
  }

  .faq-sec .faq-tabs .faq-tab-btns {
    overflow-x: auto;
  }

  .accueil-hero-wrapper {
    padding: 150px 6px 100px;
  }

  .ahw-block .ahwb-item p {
    font-size: 7.5rem;
    line-height: 150px;
    letter-spacing: -3.5px;
  }

  .ahw-block .ahwb-item p sup {
    font-size: 3.125rem;
    line-height: 50px;
  }

  .accueil-text-sec .atsw-item h2 {
    font-size: 15.625rem;
  }

  .accueil-text-sec .atsw-item {
    flex-wrap: wrap;
  }

  .atwis-block .atwis-block-right {
    width: 500px;
    height: 570px;
  }

  .ap-sec-main .apsm-item-2 h2 {
    line-height: 105%;
    text-align: left;
  }

  .slps-gallery .slps-gallery-item img {
    height: 600px;
  }
}

.pp-av-content .av-content-block.nci-hidden {
  display: none;
}

.pp-av-content .av-content-block.filter-hidden {
  display: none;
}

body .top-actions-searchbar form {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}

body .top-actions-searchbar input {
  flex: 1;
  background: transparent !important;
  height: 40px;
  border: none;
  font-size: 1rem;
  color: white !important;
  padding: 0 10px;
}

body .top-actions-searchbar button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

body .top-actions-searchbar button svg {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

/* Search form - Autocomplete styles */
body .top-actions-searchbar input:-webkit-autofill,
body .top-actions-searchbar input:-webkit-autofill:hover,
body .top-actions-searchbar input:-webkit-autofill:focus,
body .top-actions-searchbar input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

body.search .nouvelles-page-sec {
  padding: 0px 15px 0;
}

body.search .nouvelles-cards-area .nca-grid {
  display: flex;
}

body.search .no-results-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
}

body.search .no-results-message h2 {
  color: #222222;
  font-size: 2rem;
  margin-bottom: 20px;
}

body.search .no-results-message p {
  color: #222222;
  font-size: 1.2rem;
}

body.search .search-result-type {
  display: inline-block;
  font-size: 0.875rem;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 500;
}

body.search .search-result-excerpt {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

body.search .nouvelles-card-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  padding-top:0;
}

body.search .nouvelles-card-item:first-child {
  padding-top: 0;
}

body.search .nouvelles-card-item:last-child {
  border-bottom: none;
}

/* 
=========================
    Page builder styles
=========================
*/


.francouvertes-page section {
  margin-bottom: 100px;
    padding-top: 10px;
}

.mm-fit-title_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.mm-fit-title{
  display: block;
  max-width: 100vw;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  color: var(--color-black);
  position: relative;
  width: max-content;
  font-family: var(--font-league-gothic);
  text-transform: uppercase;
  margin-bottom: -20px;
}

.mm-fit-title_cont .hidden {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-family: var(--font-league-gothic);
}

.mm-fit-title span {
  display: inline-block;
  will-change: transform;
  font-family: var(--font-league-gothic);
}

.mm-fit-title .sr-only{
  position: absolute;
  width: 1px; 
  height: 1px;
  padding: 0; 
  margin: -1px;
  overflow: hidden; 
  clip: rect(0,0,0,0);
  white-space: nowrap; 
  border: 0;
}

/* 
=========================
    Tabs Block styles
=========================
 */


.mm-tabs__sticky {
  position: sticky;
  top: 70px;
  background-color: var(--color-white);
  padding: 0 15px;
  z-index: 2;
  align-self: flex-start;
  position: static;
  top: auto;

}

@media (max-width: 767px) {
  .mm-tabs__sticky {
    padding-right:0;
  }
}

.mm-tabs__bar {
  border-top: 1px solid var(--color-black);
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  overflow-x: auto;
  scrollbar-width: none;   
  -ms-overflow-style: none;
}
.mm-tabs__bar::-webkit-scrollbar{
  display: none;       
}

.mm-tabs__bar.mm-tabs__bar--pp {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 130px;
}

.mm-tabs__label {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  width: calc(10% + 80px);
}

@media (max-width: 820px) {
  .mm-tabs__label {
    width:100%;
  }
}

.mm-tabs__buttons{
  display: flex;
  align-items: center;
  gap: 13px;
  scrollbar-width: none; 
  -ms-overflow-style: none
}

.mm-tabs__buttons::-webkit-scrollbar{
  display: none;
}

.mm-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29.5px;
  background: var(--color-light-gray-2);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-light-gray-2);
  color: var(--color-medium-dark-gray);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  height: 40px;
  padding: 0 50px;
  flex-shrink: 0;
  text-decoration: none;
}

.mm-tabs__btn.is-active {
  background: var(--color-black);
  color: var(--color-white);
  border:1px solid black;
}

.mm-tabs__btn:hover{
  background: var(--color-black);
  color: var(--color-white);
}

.mm-tabs{
  position: sticky;
  top: 0px;
  padding-top:85px;
  z-index: 2;
  background-color: var(--color-white);
}

#main,
.site-main,
.inside-article,
.content-area,
.site-content{
  overflow: visible !important;
}

.site-content{
  width:100vw;
}

@media (max-width: 767px) {
  .mm-tabs__bar {
    padding: 0 0 15px;
    overflow-x: hidden;
    align-items: flex-start;
    gap: 10px!important;
    flex-direction: column;
    border: none;
  }

  .accordion-sidebar p {
    display: none;
  }

  .mm-tabs__buttons_cont {
    width: 100%;
  }

  .mm-tabs__buttons{
    padding-top: 15px;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    overflow-x: auto;
  }

  .mm-tabs__btn{
    border-radius: 20px;
    height: 30px;
    padding: 0 20px;
  }

  .mm-fit-title_cont {
    width: 100%;
    margin-top: 120px !important;
    margin-bottom: 50px;
  }

  .mm-fit-title {
    font-size: 150px;      
    line-height: 0.85;       
    white-space: normal;     
    overflow-wrap: anywhere;  
    word-break: break-all;     
    max-width: 100%;
    overflow: visible;
  }

  .mm-tabs,
  .pp-top-tabs {
    padding-top:100px;
    top:0;
  }

  .mm-section .mm-fit-title_cont{
    margin-bottom: 150px;
  }

}

html {
  scroll-padding-top: 110px;
}

/* 
=========================
    Text Block styles
=========================
 */


.mm-wys__wrap{
  display: flex;
  gap: 0px;
}

.mm-wys__side{
  flex: 0 0 auto;
  width:calc( 10% + 80px);
  padding-right:10px;
  position: sticky;
}

.mm-wys__main{
  flex: 1 1 auto;
  min-width: 0;
}

.mm-wys__rte p:last-child{
  margin-bottom: 0;
}

.mm-wys__main .btn {
  width: fit-content;
  margin-bottom:50px;
}

.ap-sec-main .mm-wys .mm-wys__wrap{
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-top: 150px;
  padding: 15px 0 0;
}

.ap-sec-main .mm-wys .mm-wys__side{
  top: 175px;
}
#deroulement .mm-wys__side{
  top: 220px;
}

.ap-sec-main .mm-wys .mm-wys__side p,
.salles-aside.mm-wys__side p {
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.ap-sec-main .mm-wys .mm-wys__main{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
  min-width: 0;
}

.ap-sec-main .mm-wys .mm-wys__rte{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ap-sec-main .mm-wys .mm-wys__rte p,
.ap-sec-main .mm-wys .mm-wys__rte ul{
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -3%;
}

.ap-sec-main .mm-wys .btn.btn-gray{
  width: fit-content;
}

.mm-wys__rte .yellow{
  font-weight: inherit;
  position: relative;
  z-index: 0;
}

.mm-wys__rte .yellow::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background-color: var(--color-neon-yellow);
  transition: width 1s ease-in-out;
}

.mm-wys__rte .yellow.highlight::before,
.accordion-content-item .yellow.highlight::before,
.faq-content-list .faq-paragraph p span.highlight::before{
  width: 100%;
}

.accordion-content-item .yellow{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.accordion-content-item .yellow::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background-color: var(--color-neon-yellow);
  transition: width 1s ease-in-out;
}

.accordion-content-item .yellow.highlight::before{
  width: 100%;
}

.btn.btn-black { background:#000; color:#fff; }

.tab-item-inverted {
  padding-top:200px;
  padding-bottom:200px;
}

@media (max-width: 767px){
  .ap-sec-main .mm-wys .mm-wys__wrap{
    gap: 30px;
    margin-top: 30px;
    padding: 0;
    border-top: none;
  }

  .ap-sec-main .mm-wys .mm-wys__side,
  .salles-aside.mm-wys__side{
    display: none;
  }

  .ap-sec-main .mm-wys .mm-wys__main{
    width: 100%;
    gap: 60px;
  }

  .ap-sec-main .mm-wys .mm-wys__main .btn {
    width:fit-content;
    padding-left:15px;
    padding-right:15px;
  }

  .ap-sec-main .mm-wys .mm-wys__rte p,
  .ap-sec-main .mm-wys .mm-wys__rte ul{
    font-size: 1.625rem;
  }

  .mm-wys__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .salles-main.mm-wys__main{
    width:100%;
  }
}

/* 
========================================
    Contact 3 colonnes Block Style
========================================
 */

.mm-contacts3{
  padding: 0 15px 90px;
}

.mm-contacts3__list{
  display: flex;
  flex-direction: column;
}

.mm-contacts3__row{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--color-black);
  padding: 10px;
  padding-left:0;
}

.mm-contacts3__row:last-child{
  border-bottom: 1px solid var(--color-black);
}

.mm-contacts3__col{
  display: flex;
  align-items: flex-start;
}

.mm-contacts3__col p{
  margin: 0;
  color: var(--color-black);
  font-family: var(--font-inter);
  font-style: normal;
}

.mm-contacts3__col--name{
  flex: 1;
}

.mm-contacts3__col--role,
.mm-contacts3__col--org{
  width: 350px;
}

.mm-contacts3__col--role p,
.mm-contacts3__col--org p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.64px;
}
.mm-contacts3__col--org p{
  font-weight: 700;
}

.mm-contacts3__title{
  color: var(--color-black);
  font-family: var(--font-league-gothic);
  font-size: clamp(10.625rem, 48.258vw - 20.32rem, 27.938rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -14.91px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}

.mm-contacts3__col--name p{
  color: var(--color-black);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -3%;
}

@media (max-width: 1024px){
  .mm-contacts3__row{
    padding: 10px 10px;
  }

  .mm-contacts3__row > div{
    flex: 1;
  }

  .mm-contacts3__col--role,
  .mm-contacts3__col--org{
    width: 280px;
  }

  .avfi-card-content.avfi-pdf-content .avfi-pdf-btn {
    display: none;
  }

  .avfi-card-content img {
    height: auto ;  
    aspect-ratio: 1.8;
  }
}

@media (max-width: 767px){
  .mm-contacts3{
    padding: 0 10px 70px;
  }

  .mm-contacts3__row{
    padding: 10px 0;
    gap: 10px;
  }
  .mm-contacts3__row .mm-contacts3__col p{
    word-break: break-word;
  }

  .mm-contacts3__col--role,
  .mm-contacts3__col--org{
    flex: 0.8;
  }

  .mm-contacts3__col--role p,
  .mm-contacts3__col--org p{
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: -0.56px;
  }

  .mm-contacts3__title{
    line-height: 100%;
    letter-spacing: -3.4px;
    text-align: left;
    margin-bottom: 40px;
  }

  .mm-contacts3__col--name p{
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .mm-contacts3__title{
    line-height: 100%;
    letter-spacing: -3.4px;
    text-align: left;
  }

  .mm-contacts3__col--name p{
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: -1.1px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  .mm-contacts3__title{
    line-height: 100%;
    letter-spacing: -3.4px;
    text-align: left;
  }

  .mm-contacts3__col--name p{
    font-size: 1.875rem;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .mm-contacts3__row{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50/50 */
    column-gap: 14px;
    row-gap: 4px;
    align-items: start;
  }

  .mm-contacts3__col--name{
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto;
    flex: unset;
  }

  .mm-contacts3__col--role{
    grid-column: 2;
    grid-row: 1;
    width: auto;     /* overrides 350/280px */
    flex: unset;     /* overrides flex:0.8 */
    min-width: 0;
  }

  .mm-contacts3__col--org{
    grid-column: 2;
    grid-row: 2;
    width: auto;     /* overrides 350/280px */
    flex: unset;     /* overrides flex:0.8 */
    min-width: 0;
  }
}



/* 
========================================
    Liste documents Block Style
========================================
 */

.mm-docslist{
  padding: 0 15px 90px;
}


.mm-docslist__wrapper{
  margin-top: -80px;
}

.mm-docslist__item{
  border-top: 1px solid var(--color-black);
  padding: 18px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mm-docslist__item:last-child{
  border-bottom: 1px solid var(--color-black);
}

.mm-docslist__aside{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 175px;
}

.mm-docslist__date{
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.56px;
  margin: 0;
}

.mm-docslist__name{
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.28px;
  margin: 0;
}

.mm-docslist__btn{
  border: 1px solid var(--color-black);
  color: var(--color-black);
  background-color: transparent;
}

@media (min-width: 1025px) and (max-width: 1280px){
  .mm-docslist__wrapper{
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .mm-docslist__wrapper{
    margin-top: 0;
  }
  .mm-docslist__item{
    gap: 50px;
  }
  .mm-docslist__aside{
    gap: 100px;
  }

  .mm-docslist__name{
    font-size: 1.375rem;
    line-height: 26px;
    letter-spacing: -0.88px;
  }
}

@media (max-width: 767px){
  .mm-docslist{
    padding: 0 10px 70px;
  }

  .mm-docslist__wrapper{
    margin-top: -10px;
  }

  .mm-docslist__item{
    padding: 16px 0;
    flex-direction: column;
    gap: 25px;
    align-items: start;
  }

  .mm-docslist__aside{
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mm-docslist__name{
    font-size: 1.375rem;
    line-height: 24px;
    letter-spacing: -0.8px;
  }
}

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

@media (max-width: 767px) {
  .menu-ad-mobile { display: block; }
  .menu-ad-mobile img { width: 100%; height: auto; display: block; }

  .menu-blue-panel { display: none; }
}

.mm-theme-black.tab-item-sec{
  background:#000;
  color:#fff;
  padding-top:100px;
  padding-bottom:100px;
}

.mm-theme-black .accordion-sidebar p,
.mm-theme-black .accordion-desc p,
.mm-theme-black .accordion-btn,
.mm-theme-black .accordion-content,
.mm-theme-black .mm-fit-title,
.mm-theme-black .accordion-item.active p,
.mm-theme-black .mm-tabs__label,
.mm-theme-black .accordion-btn-icon svg  {
  color:#fff;
}
.mm-theme-black .accordion-btn-icon svg  {
  color: white!important;
}
.mm-theme-black .mm-tabs__btn.is-active {
  background-color: white;
  color:black;
}

.mm-theme-black .accordion-btn-icon,
.mm-theme-black .accordion-btn-icon svg{
  color:currentColor;
}

.mm-theme-black .accordion-items .accordion-item.active .accordion-btn,
.mm-theme-black .accordion-item .accordion-btn:hover {
  background-color: #464646;
}

.mm-theme-black .mm-tabs__sticky,
.mm-theme-black .mm-tabs__bar,
.mm-theme-black .mm-tabs__btn,
.mm-theme-black.mm-tabs {
  background-color: #000;
}

.mm-theme-black .mm-tabs__underlink {
  color:#929292;
}

.mm-theme-black .mm-tabs__btn {
  border: 1px solid white;
  color:white;
}

.mm-theme-black .accordion-items .accordion-item {
  border-top: 0.5px solid white;
}

.nouvelles-img-media,
.nouvelles-card-media {
  position: relative;
  display: block;
}

.nouvelles-img-media img,
.nouvelles-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.nouvelles-img-click,
.nouvelles-card-img-click {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
}

.nouvelles-img-content,
.nouvelles-card-item-content {
  position: relative;
  z-index: 3;
}

.nouvelles-img-area img {
  width: 100%;
  height: 901px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .nouvelles-img-area img {
    height: 500px;
  }

}

.jaime-mes .finale-cards-wrapper.jaime-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  margin-bottom:100px;
}

.jaime-card{
  display:flex;
  flex-direction:column;
}

.jaime-card-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:12px;
  font-size:14px;
}

.jaime-card-meta-item{
  display:flex;
  align-items:center;
  gap:8px;
}

.jaime-card-thumb{
  display:block;
  width:100%;
  aspect-ratio: 16 / 9;
  overflow:hidden;
}

.jaime-card-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.jaime-card-bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-top:14px;
}

.jaime-card-name{
  margin:0;
  font-weight:700;
  font-size:22px;
  line-height:1.05;
}

.btn.btn-black{
  background:#000;
  color:#fff;
  border:1px solid #000;
}

@media (max-width: 980px){
  .jaime-mes .finale-cards-wrapper.jaime-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .jaime-mes .finale-cards-wrapper.jaime-grid{
    grid-template-columns:1fr;
  }
}

.mm-tabs__underlinks {
  margin-top:20px;
}

.mm-tabs__underlink {
  font-size:14px;
  color:#5D5D5D;
  padding-right: 15px;
}

.mm-tabs__underlink:hover {
  text-decoration: underline;
  color:black;
}

body.search .nca-grid .nouvelles-card-item,
body.search .nca-grid .nouvelles-card-item a{
  display: block;
  width: 30%;
  overflow: hidden;
}

body.search .nca-grid .nouvelles-card-item img{
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 365px;
  object-fit: cover;
}

@media (max-width: 767px){
  body.search .nca-grid .nouvelles-card-item img{
    height: 250px;
  }

  body.search .nca-grid .nouvelles-card-item,
  body.search .nca-grid .nouvelles-card-item a{
    width:100%;
  }
}

.mm-404-content-sec{
  width: 100%;
  padding: 0 var(--pad);
}

.mm-404-inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 120px;
}

.mm-404-heading{
  margin: 0 0 10px;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.1;
  text-align: center;
}


@media (max-width: 767px){
  .mm-fit-title_cont{ margin-top: 140px !important; }
  .mm-404-inner{ padding: 26px 0 90px; }
  .mm-404-text{ font-size: 16px; }
}

.hero-sec-btns.is-hidden-near-bottom {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
}

@media (max-width: 768px) {
  .accordion-content {
    overflow: hidden !important;
    max-height: none !important;
  }
}

@media (max-width: 768px) {
  .accordion-items,
  .accordion-item,
  .accordion-content {
    overflow-anchor: none;
  }
}

.fv21-thumb {
  height: fit-content;
  display: flex;
  justify-content: center;
  background-color: black;
}

.fv21-thumb img{
  border-radius: 0;
  height:80vh;
}

@media (max-width: 767px) {
  .event-item .event-item-top{
    flex-wrap: wrap;
  }

  .event-item .event-item-top .item-info-block.finale-cards-top-right{
    width: 100%;       
    justify-content: space-between;
  }
}


@media (max-width: 767px) {
  .nj-tcontent-items .nj-tc-item{
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* 50/50 */
    column-gap: 24px;
    align-items: start !important;
    justify-content: initial !important;
    padding: 18px 0;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-aside{
    width: auto !important;
    display: block !important;
    gap: 0 !important;
  }

  .nj-tcontent-items .nj-tc-item .njtc-item-end{
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .njtc-item-aside .njtc-ia-subtext{
    display: none !important; /* on utilise le subtext côté droit */
  }

  .njtc-item-end .njtc-ie-subtext{
    display: block !important; /* le rôle dans la colonne 2 */
  }

  .nj-tcontent-items .nj-tc-item p{
    margin: 0;
  }

  .njtc-item-end .njtc-ie-mail a{
    word-break: break-word;
  }

  .njtc-ie-mail {
    line-height: 1;
  }
}

.avfi-upload-icon {
  display: none;
}

@media (max-width: 767px) {
  .avfi-pdf-preview-wrap{
    position: relative;
    width: 100%;
  }

  .avfi-upload-icon{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
  }

  .avfi-pdf-preview-wrap {
    position: relative;
  }

  .avfi-pdf-preview {
    display: block;
    width: 100%;
    height: auto;
  }

  .avfi-pdf-preview-icon {
    position: absolute;
    inset: auto 16px 16px auto;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.9);
    color: var(--color-black);
    pointer-events: none;
  }

}


.nps-cc-scontent::after {
  content: "";
  display: block;
  clear: both;
}

.nps-cc-scontent figure.alignleft,
.nps-cc-scontent .wp-caption.alignleft,
.nps-cc-scontent .wp-block-image.alignleft {
  float: left;
  margin: 0 24px 16px 0;
  max-width: min(50%, 420px);
}

.nps-cc-scontent figure.alignright,
.nps-cc-scontent .wp-caption.alignright,
.nps-cc-scontent .wp-block-image.alignright {
  float: right;
  margin: 0 0 16px 24px;
  max-width: min(50%, 420px);
}

.nps-cc-scontent figure.aligncenter,
.nps-cc-scontent .wp-caption.aligncenter,
.nps-cc-scontent .wp-block-image.aligncenter {
  display: block;
  margin: 0 auto 16px;
  text-align: center;
}

.nps-cc-scontent figure img,
.nps-cc-scontent .wp-caption img,
.nps-cc-scontent .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nps-cc-scontent .wp-caption-text,
.nps-cc-scontent figcaption {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .nps-cc-scontent figure.alignleft,
  .nps-cc-scontent .wp-caption.alignleft,
  .nps-cc-scontent .wp-block-image.alignleft,
  .nps-cc-scontent figure.alignright,
  .nps-cc-scontent .wp-caption.alignright,
  .nps-cc-scontent .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 0 0 16px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .nps-cc-scontent figure.alignleft,
  .nps-cc-scontent .wp-caption.alignleft,
  .nps-cc-scontent .wp-block-image.alignleft,
  .nps-cc-scontent figure.alignright,
  .nps-cc-scontent .wp-caption.alignright,
  .nps-cc-scontent .wp-block-image.alignright,
  .nps-cc-scontent figure.aligncenter,
  .nps-cc-scontent .wp-caption.aligncenter,
  .nps-cc-scontent .wp-block-image.aligncenter {
    float: none;
    display: block;
    margin: 0 0 16px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nps-cc-scontent figure img,
  .nps-cc-scontent .wp-caption img,
  .nps-cc-scontent .wp-block-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}


.jaime-mes .finale-cards-wrapper.jaime-grid {
    padding-left: calc(10% + 85px);
    padding-right: 0;
    overflow: visible;
    gap: 0;
}
.jaime-row-separator {
    display: none;
    grid-column: 1 / -1;
    height: 0;
    border: none;
    border-top: 1px solid #000;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: calc(-1 * (10% + 112px));
    width: calc(100% + 10% + 112px);
}
.sep-1, .sep-4, .sep-7, .sep-10 {
    display: block;
}

@media (max-width: 980px) {
  .jaime-row-separator { 
    display: none;
    margin-left: calc(-1 * (10% + 103px));
    width: calc(100% + 10% + 103px);
  }
  .sep-1, .sep-3, .sep-5, .sep-7, .sep-9 {
      display: block;
  }
}

@media (max-width: 767px){
  .jaime-mes .finale-cards-wrapper.jaime-grid {
    padding:15px;
  }
  .jaime-row-separator {
      display: none;
      margin-left: 0;
      width: 100%;
  }
  .sep-1, .sep-3, .sep-5, .sep-7, .sep-9 {
      display: block;
  }
}

@media (max-width: 640px) {
  .jaime-row-separator {
      display: block;
      margin-left: 0;
      width: 100%;
  }
}

