.elementor-66 .elementor-element.elementor-element-98e90dd:not(.elementor-motion-effects-element-type-background), .elementor-66 .elementor-element.elementor-element-98e90dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-75363cd );}.elementor-66 .elementor-element.elementor-element-98e90dd > .elementor-background-overlay{background-color:var( --e-global-color-75363cd );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-66 .elementor-element.elementor-element-98e90dd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c1dd63a */.expo-about-hero {
  padding: 6rem 2rem;
  background: #f0e8d9;
}

.expo-about-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.expo-about-hero__content {
  max-width: 680px;
}

.expo-about-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-about-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 0.96;
  color: #57170a;
}

.expo-about-hero__text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(43, 33, 23, 0.8);
  max-width: 44ch;
}

.expo-about-hero__media {
  overflow: hidden;
  border-radius: 28px;
  min-height: 540px;
  background: #2b2117;
}

.expo-about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ad1c46 *//* =========================
   BLOC 2 — À PROPOS / DÉFINITION
   ========================= */

.expo-about-definition {
  padding: 5.5rem 2rem;
  background: #f0e8d9;
}

.expo-about-definition__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 3rem;
  align-items: start;
}

.expo-about-definition__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-about-definition__title {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.04;
  color: #57170a;
  max-width: 14ch;
}

.expo-about-definition__right p {
  margin: 0 0 1.2rem;
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(43, 33, 23, 0.8);
  max-width: 56ch;
}

.expo-about-definition__right p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .expo-about-definition__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .expo-about-definition__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .expo-about-definition {
    padding: 4rem 1.5rem;
  }

  .expo-about-definition__title {
    font-size: 2rem;
  }

  .expo-about-definition__right p {
    font-size: 1rem;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbf7661 *//* =========================
   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-37acd6b */.expo-about-video {
  padding: 6rem 2rem;
  background: #2b2117;
}

.expo-about-video__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.expo-about-video__intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.expo-about-video__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-about-video__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.04;
  color: #f0e8d9;
}

.expo-about-video__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(240, 232, 217, 0.8);
}

.expo-about-video__frame {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.32);
}

.expo-about-video__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}/* End custom CSS */