.elementor-2507 .elementor-element.elementor-element-93042cb{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2507 .elementor-element.elementor-element-cc51503 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2507 .elementor-element.elementor-element-cc51503:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2507 .elementor-element.elementor-element-cc51503 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-75363cd );}.elementor-2507 .elementor-element.elementor-element-cc51503 > .elementor-element-populated >  .elementor-background-overlay{background-color:var( --e-global-color-primary );opacity:0;}.elementor-2507 .elementor-element.elementor-element-cc51503 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2507 .elementor-element.elementor-element-cc51503 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-336a51e *//* =========================
   HERO V2 — DESIGN PLUS FORT
   ========================= */

.expo-hero-v2 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #2b2117;
}

.expo-hero-v2__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expo-hero-v2__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(43, 33, 23, 0.84) 0%,
      rgba(43, 33, 23, 0.62) 42%,
      rgba(43, 33, 23, 0.22) 100%
    );
}

.expo-hero-v2__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.expo-hero-v2__content-inner {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.expo-hero-v2__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-hero-v2__title {
  margin: 0 0 1.1rem;
  font-size: clamp(3.1rem, 6.5vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #f0e8d9;
  max-width: 10ch;
}

.expo-hero-v2__text {
  margin: 0 0 2rem;
  max-width: 42ch;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(240, 232, 217, 0.86);
}

.expo-hero-v2__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* =========================
   BOUTONS
   ========================= */

.expo-hero-v2__btn {
  display: inline-block;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

/* état normal (inclut visited pour éviter override WP) */
.expo-hero-v2__btn--primary,
.expo-hero-v2__btn--primary:visited,
.expo-hero-v2__btn--secondary,
.expo-hero-v2__btn--secondary:visited {
  background: #c29865;
  color: #2b2117;
  border: 1px solid #c29865;
}

/* hover / focus / active (forcé) */
.expo-hero-v2__btn--primary:hover,
.expo-hero-v2__btn--primary:focus,
.expo-hero-v2__btn--primary:active,
.expo-hero-v2__btn--secondary:hover,
.expo-hero-v2__btn--secondary:focus,
.expo-hero-v2__btn--secondary:active {
  background: #57170a;
  color: #f0e8d9 !important;
  border-color: #57170a;
}

/* sécurité supplémentaire contre override global */
.expo-hero-v2__actions a.expo-hero-v2__btn:hover {
  color: #f0e8d9 !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
  .expo-hero-v2__content {
    min-height: 78vh;
    padding: 5rem 1.5rem;
  }

  .expo-hero-v2__title {
    max-width: none;
    font-size: 2.8rem;
    line-height: 1.02;
  }

  .expo-hero-v2__text {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4514eb *//* =========================
   EXPERIENCE IMMERSIVE
   ========================= */

.expo-immersive {
  padding: 6rem 2rem;
  background: #f0e8d9;
}

.expo-immersive__intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.expo-immersive__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-immersive__title {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.04;
  color: #57170a;
}

.expo-immersive__grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1rem;
}

.expo-immersive__item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #2b2117;
  min-height: 360px;
}

.expo-immersive__item--large {
  grid-row: span 2;
  min-height: 740px;
}

.expo-immersive__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.expo-immersive__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(43, 33, 23, 0.05) 0%,
    rgba(43, 33, 23, 0.62) 100%
  );
}

.expo-immersive__item figcaption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  z-index: 2;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #f0e8d9;
  max-width: 36ch;
}

.expo-immersive__item:hover img {
  transform: scale(1.03);
}

@media (max-width: 900px) {
  .expo-immersive__grid {
    grid-template-columns: 1fr;
  }

  .expo-immersive__item,
  .expo-immersive__item--large {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  .expo-immersive {
    padding: 4rem 1.5rem;
  }

  .expo-immersive__title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31a0b65 *//* SECTION */
.expo-signature {
  padding: 5rem 2rem;
  background: #f0e8d9;
}

/* CONTAINER */
.expo-signature__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.expo-signature__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.expo-signature__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c49a6c;
  margin-bottom: 1rem;
}

.expo-signature__title {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  line-height: 1.05;
  color: #57170a;
  margin-bottom: 1.2rem;
}

.expo-signature__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(43, 33, 23, 0.75);
}

/* BAND */
.expo-signature__band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;

  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);

  padding: 2rem 2.5rem;
  border-radius: 16px;

  max-width: 900px;
  margin: 0 auto;
}

/* ITEMS */
.expo-signature__item {
  text-align: center;
}

/* LABEL */
.expo-signature__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(43, 33, 23, 0.5);
  margin-bottom: 0.8rem;
}

/* LOGOS */
.expo-signature__logo {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.expo-signature__logo--dsr {
  max-height: 85px;
  opacity: 0.85;
}

.expo-signature__logo--pid {
  max-height: 100px;
}

/* DIVIDER */
.expo-signature__divider {
  width: 1px;
  height: 60px;
  background: rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
  .expo-signature {
    padding: 3rem 1.5rem;
  }

  .expo-signature__band {
    flex-direction: column;
    gap: 2rem;
  }

  .expo-signature__divider {
    width: 40px;
    height: 1px;
  }

  .expo-signature__logo--dsr {
    max-height: 65px;
  }

  .expo-signature__logo--pid {
    max-height: 80px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a08089f *//* =========================
   BLOC 3 — EXPO FIGURES
   ========================= */

.expo-figures {
  padding: 5.5rem 2rem;
  background: #f0e8d9;
}

.expo-figures__inner {
  max-width: 1240px;
  margin: 0 auto;
}

/* INTRO */
.expo-figures__intro {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.expo-figures__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-figures__title {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.04;
  color: #57170a;
}

/* GRID */
.expo-figures__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

/* CARDS */
.expo-figures__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 1.75rem;
  background: rgba(255, 250, 243, 0.55);
  border-radius: 20px;
  transition: all 0.35s ease;
}

.expo-figures__card--large {
  min-height: 430px;
}

/* TEXT */
.expo-figures__number {
  display: block;
  margin-bottom: 0.6rem;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 0.95;
  color: #57170a;
}

.expo-figures__label {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(43, 33, 23, 0.62);
}

.expo-figures__text {
  margin: 0;
  max-width: 28ch;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(43, 33, 23, 0.76);
}

/* HOVER EFFECT */
.expo-figures__card:hover {
  background: #57170a;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.expo-figures__card:hover .expo-figures__number {
  color: #f0e8d9;
}

.expo-figures__card:hover .expo-figures__label {
  color: #c29865;
}

.expo-figures__card:hover .expo-figures__text {
  color: rgba(240, 232, 217, 0.85);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .expo-figures__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expo-figures__card,
  .expo-figures__card--large {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .expo-figures {
    padding: 4rem 1.5rem;
  }

  .expo-figures__grid {
    grid-template-columns: 1fr;
  }

  .expo-figures__card,
  .expo-figures__card--large {
    min-height: auto;
    padding: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0c4579 *//* =========================
   BLOC 4 — REASONS (ALIGNED BRAND)
   ========================= */

.expo-reasons {
  padding: 5.5rem 2rem;
  background: #f0e8d9; /* beige principal */
}

.expo-reasons__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* INTRO */
.expo-reasons__intro {
  max-width: 620px;
  position: sticky;
  top: 2rem;
}

.expo-reasons__eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865; /* doré */
}

.expo-reasons__title {
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.04;
  color: #57170a; /* bourgogne */
}

.expo-reasons__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(43, 33, 23, 0.82); /* brun profond */
  max-width: 54ch;
}

/* LIST */
.expo-reasons__list {
  display: flex;
  flex-direction: column;
}

/* ITEMS */
.expo-reasons__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.25rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(87, 23, 10, 0.12); /* bourgogne très léger */
  transition: all 0.25s ease;
}

.expo-reasons__item:last-child {
  border-bottom: 1px solid rgba(87, 23, 10, 0.12);
}

/* INDEX */
.expo-reasons__index {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c29865; /* doré */
  padding-top: 0.35rem;
}

/* CONTENT */
.expo-reasons__content h3 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #57170a;
}

.expo-reasons__content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(43, 33, 23, 0.78);
  max-width: 42ch;
}

/* HOVER — subtil et premium */
.expo-reasons__item:hover {
  transform: translateX(6px);
  border-top-color: rgba(87, 23, 10, 0.25);
}

.expo-reasons__item:hover .expo-reasons__content h3 {
  color: #2b2117;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .expo-reasons__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .expo-reasons__intro {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .expo-reasons {
    padding: 4rem 1.5rem;
  }

  .expo-reasons__item {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
  }

  .expo-reasons__content h3 {
    font-size: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87eb752 *//* =========================
   GALLERY SECTION
========================= */
.expo-gallery-section {
  padding: 5rem 6vw;
  background: #f0e8d9;
  overflow: hidden;
}

.expo-gallery-section .expo-section-heading {
  max-width: 880px;
  margin-bottom: 2rem;
}

.expo-gallery-section .expo-eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ae1917;
}

.expo-gallery-section .expo-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #57170a;
}

/* =========================
   WRAPPER
========================= */
.expo-gallery-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* =========================
   GALLERY (CAROUSEL)
========================= */
.expo-gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  padding: 0.25rem 0;
}

.expo-gallery::-webkit-scrollbar {
  display: none;
}

.expo-gallery-item {
  flex: 0 0 calc((100% - 2rem) / 3);
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: #e8dcc8;
}

.expo-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
}

/* =========================
   BUTTONS (FIX HARD OVERRIDE)
========================= */
.expo-gallery-btn {
  all: unset;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #f0e8d9 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

/* HOVER = ton branding */
.expo-gallery-btn:hover {
  background: #57170a !important;
  color: #f0e8d9 !important;
  border-color: #57170a !important;
  transform: translateY(-2px);
}

/* Focus propre */
.expo-gallery-btn:focus-visible {
  outline: 2px solid #57170a;
  outline-offset: 3px;
}

/* Sécurité contre thème WordPress */
.expo-gallery-wrapper button.expo-gallery-btn {
  background: #f0e8d9 !important;
  color: #000 !important;
}

.expo-gallery-wrapper button.expo-gallery-btn:hover {
  background: #57170a !important;
  color: #f0e8d9 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .expo-gallery-item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 767px) {
  .expo-gallery-section {
    padding: 4rem 1.5rem;
  }

  .expo-gallery-wrapper {
    gap: 0.5rem;
  }

  .expo-gallery-item {
    flex: 0 0 100%;
  }

  .expo-gallery-btn {
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2322d29 *//* =========================
   BLOC VIDEO — PROJECTION
   ========================= */

.expo-screening {
  padding: 6rem 2rem;
  background: #f0e8d9;
}

.expo-screening__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 3rem;
  align-items: center;
}

.expo-screening__aside {
  max-width: 420px;
}

.expo-screening__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-screening__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 1.02;
  color: #57170a;
}

.expo-screening__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(43, 33, 23, 0.78);
  max-width: 34ch;
}

.expo-screening__stage {
  position: relative;
}

.expo-screening__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #2b2117;
  padding: 1rem;
  border-radius: 28px;
  overflow: hidden;
}

.expo-screening__frame::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(240, 232, 217, 0.12);
  border-radius: 18px;
  pointer-events: none;
}

.expo-screening__frame iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 18px;
  display: block;
}

@media (max-width: 1024px) {
  .expo-screening__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .expo-screening__aside {
    max-width: 760px;
  }

  .expo-screening__text {
    max-width: 60ch;
  }
}

@media (max-width: 767px) {
  .expo-screening {
    padding: 4rem 1.5rem;
  }

  .expo-screening__frame {
    padding: 0.75rem;
    border-radius: 20px;
  }

  .expo-screening__frame::before {
    inset: 0.75rem;
    border-radius: 14px;
  }

  .expo-screening__frame iframe {
    border-radius: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a19b237 *//* =========================
   BLOC COMMANDITAIRES — RUBANS ANIMÉS
   ========================= */

.expo-sponsors-ribbons {
  padding: 6rem 2rem;
  background: #f0e8d9;
  overflow: hidden;
}

.expo-sponsors-ribbons__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.expo-sponsors-ribbons__header {
  max-width: 760px;
  margin-bottom: 3rem;
}

.expo-sponsors-ribbons__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-sponsors-ribbons__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.04;
  color: #57170a;
}

.expo-sponsors-ribbons__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(43, 33, 23, 0.78);
  max-width: 58ch;
}

/* NIVEAU */
.expo-sponsor-ribbon {
  padding: 1.4rem 0 2rem;
  border-top: 1px solid rgba(87, 23, 10, 0.12);
}

.expo-sponsor-ribbon:last-child {
  border-bottom: 1px solid rgba(87, 23, 10, 0.12);
}

.expo-sponsor-ribbon__top {
  margin-bottom: 1rem;
}

.expo-sponsor-ribbon__label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c29865;
}

/* RUBAN */
.expo-sponsor-ribbon__track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.42);
  overflow: hidden;
}

/* lumière animée */
.expo-sponsor-ribbon__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-18deg);
  animation: expoRibbonGlow 8s linear infinite;
  pointer-events: none;
}

@keyframes expoRibbonGlow {
  0% { left: -35%; }
  100% { left: 120%; }
}

/* ITEM */
.expo-sponsor-ribbon__item {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.82);
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  animation: expoFloat 5.5s ease-in-out infinite;
}

.expo-sponsor-ribbon__item--2 {
  animation-delay: 0.8s;
}

.expo-sponsor-ribbon__item--3 {
  animation-delay: 1.6s;
}

@keyframes expoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.expo-sponsor-ribbon__item:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 250, 243, 0.98);
}

.expo-sponsor-ribbon__item img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
}

.expo-sponsor-ribbon__item:hover img {
  opacity: 1;
  transform: scale(1.03);
}

/* HIÉRARCHIE PAR NIVEAU */
.expo-sponsor-ribbon--platine .expo-sponsor-ribbon__item {
  height: 124px;
}
.expo-sponsor-ribbon--platine .expo-sponsor-ribbon__item img {
  max-height: 62px;
}

.expo-sponsor-ribbon--diamant .expo-sponsor-ribbon__item {
  height: 112px;
}
.expo-sponsor-ribbon--diamant .expo-sponsor-ribbon__item img {
  max-height: 54px;
}

.expo-sponsor-ribbon--or .expo-sponsor-ribbon__item {
  height: 100px;
}
.expo-sponsor-ribbon--or .expo-sponsor-ribbon__item img {
  max-height: 46px;
}

.expo-sponsor-ribbon--argent .expo-sponsor-ribbon__item {
  height: 92px;
}
.expo-sponsor-ribbon--argent .expo-sponsor-ribbon__item img {
  max-height: 40px;
}

.expo-sponsor-ribbon--bronze .expo-sponsor-ribbon__item {
  height: 84px;
}
.expo-sponsor-ribbon--bronze .expo-sponsor-ribbon__item img {
  max-height: 34px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .expo-sponsor-ribbon__track {
    gap: 0.75rem;
    padding: 0.8rem;
  }

  .expo-sponsor-ribbon__item {
    height: 92px !important;
    padding: 0.8rem;
  }

  .expo-sponsor-ribbon__item img {
    max-height: 40px !important;
  }
}

@media (max-width: 767px) {
  .expo-sponsors-ribbons {
    padding: 4rem 1.5rem;
  }

  .expo-sponsor-ribbon__track {
    flex-direction: column;
    align-items: stretch;
  }

  .expo-sponsor-ribbon__item {
    width: 100%;
    height: 82px !important;
  }

  .expo-sponsor-ribbon__item img {
    max-height: 34px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48b2f00 *//* =========================
   COUNTDOWN - VERSION COMPACTE PRO
========================= */

.expo-countdown-full {
  position: relative;
  padding: 3.5rem 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(194, 152, 101, 0.14) 0%, transparent 45%),
    linear-gradient(180deg, #2b1d14 0%, #241811 100%);
}

/* Overlay subtil */
.expo-countdown-full__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 12, 8, 0.18) 0%, rgba(20, 12, 8, 0.34) 100%);
  pointer-events: none;
}

/* =========================
   CONTENT
========================= */
.expo-countdown-full__content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  gap: 1.4rem;
}

/* =========================
   TITRES
========================= */
.expo-countdown-full__title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #c79a63;
}

.expo-countdown-full__subtitle {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(240, 232, 217, 0.9);
}

/* =========================
   GRID COUNTDOWN
========================= */
.expo-countdown-full__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 0.6rem;
  width: 100%;
  max-width: 520px;
  margin-top: 0.5rem;
}

/* Cartes */
.expo-countdown-full__item {
  padding: 0.9rem 0.6rem 0.8rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

/* Valeurs */
.expo-countdown-full__value {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  font-weight: 500;
  color: #f3ede2;
}

/* Labels */
.expo-countdown-full__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240, 232, 217, 0.6);
}

/* =========================
   BOUTONS (TON BRAND EXACT)
========================= */
.expo-countdown-full__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.expo-countdown-full__btn,
.expo-countdown-full__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.3rem;

  border-radius: 999px;
  background: #f0e8d9 !important;
  color: #000 !important;
  border: 1px solid #000 !important;

  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  transition: all 0.25s ease;
}

/* Hover EXACT demandé */
.expo-countdown-full__btn:hover,
.expo-countdown-full__btn:focus,
.expo-countdown-full__btn:active {
  background: #57170a !important;
  color: #f0e8d9 !important;
  border-color: #57170a !important;
  transform: translateY(-1px);
}

/* Protection WordPress */
.expo-countdown-full__actions a.expo-countdown-full__btn:hover {
  color: #f0e8d9 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px) {
  .expo-countdown-full__grid {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .expo-countdown-full {
    padding: 3rem 1.25rem;
  }

  .expo-countdown-full__title {
    font-size: 2.2rem;
  }

  .expo-countdown-full__subtitle {
    font-size: 0.95rem;
  }

  .expo-countdown-full__grid {
    gap: 0.5rem;
  }

  .expo-countdown-full__item {
    padding: 0.8rem 0.6rem;
  }

  .expo-countdown-full__value {
    font-size: 1.8rem;
  }

  .expo-countdown-full__btn {
    min-height: 42px;
    padding: 0.7rem 1.1rem;
    font-size: 0.65rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d262a35 *//* === FLOATING BUTTON EXPO DESIGN === */

.expo-floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;

  display: inline-block;
  padding: 14px 26px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;

  background-color: #f0e8d9 !important;
  color: #2b2117 !important;

  border: 1px solid #2b2117;
  border-radius: 50px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.12);

  transition: all 0.3s ease;
}

/* États forcés pour éviter les conflits Elementor */
.expo-floating-btn:link,
.expo-floating-btn:visited,
.expo-floating-btn:active {
  color: #2b2117 !important;
  text-decoration: none !important;
}

/* HOVER — VERSION CHARTE (bonne version) */
.expo-floating-btn:hover {
  background-color: #57170a !important;
  color: #f0e8d9 !important;
  border-color: #57170a !important;
}

/* Focus (propre et premium) */
.expo-floating-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194,152,101,0.4);
}

/* MOBILE */
@media (max-width: 767px) {
  .expo-floating-btn {
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    font-size: 12px;
  }
}/* End custom CSS */