.elementor-2523 .elementor-element.elementor-element-dd7da5c > .elementor-background-overlay{background-color:var( --e-global-color-75363cd );opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2523 .elementor-element.elementor-element-dd7da5c{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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c803122 */.expo-travel-hero {
  background: #f0e8d9;
  padding: 90px 20px;
}

.expo-travel-hero__container {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.expo-travel-hero__label {
  display: inline-block;
  margin-bottom: 14px;
  color: #57170a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expo-travel-hero__content h1 {
  margin: 0 0 18px;
  color: #57170a;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1.02;
  font-weight: 500;
}

.expo-travel-hero__content p {
  max-width: 620px;
  margin: 0 0 30px;
  color: #3b362b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.expo-travel-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.expo-travel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #2b2117;
  border-radius: 999px;
  background: #f0e8d9;
  color: #2b2117;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.expo-travel-btn:hover {
  background: #57170a;
  color: #f0e8d9;
  border-color: #57170a;
}

.expo-travel-hero__media img {
  width: 100%;
  max-width: 620px;
  height: 520px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .expo-travel-hero__container {
    grid-template-columns: 1fr;
  }

  .expo-travel-hero__media img {
    max-width: 100%;
    height: 380px;
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6a05eb *//* =========================
   SECTION
   ========================= */

.expo-travel-location {
  background: #f0e8d9;
  padding: 20px 20px 90px;
}

.expo-travel-location__container {
  max-width: 1380px;
  margin: 0 auto;
}

.expo-travel-section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #57170a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expo-travel-location__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.expo-travel-location__intro h2 {
  margin: 0 0 16px;
  color: #57170a;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
}

.expo-travel-location__intro p {
  margin: 0;
  color: #3b362b;
  line-height: 1.75;
}

.expo-travel-location__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.expo-travel-location__card {
  background: #f4ecde;
  border: 1px solid rgba(43, 33, 23, 0.08);
  border-radius: 24px;
  padding: 28px;
}

.expo-travel-location__card-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #57170a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.expo-travel-location__card h3 {
  margin: 0;
  color: #2b2117;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 500;
}

.expo-travel-location__actions {
  margin-top: 28px;
}

/* =========================
   BOUTONS
   ========================= */

.expo-travel-btn,
.expo-map-popup__secondary {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.8rem;
  border-radius: 999px !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none !important;
  outline: none;
}

/* bouton principal */
.expo-travel-btn {
  background: #c29865 !important;
  color: #2b2117 !important;
  border: 1px solid #c29865 !important;
}

.expo-travel-btn:hover,
.expo-travel-btn:focus,
.expo-travel-btn:active {
  background: #57170a !important;
  border-color: #57170a !important;
  color: #f0e8d9 !important;
}

.expo-travel-btn * {
  color: inherit !important;
}

/* bouton secondaire = annuler */
.expo-map-popup__secondary {
  background: transparent !important;
  color: #57170a !important;
  border: 1px solid rgba(87, 23, 10, 0.22) !important;
}

.expo-map-popup__secondary:hover,
.expo-map-popup__secondary:focus,
.expo-map-popup__secondary:active {
  background: #57170a !important;
  border-color: #57170a !important;
  color: #f0e8d9 !important;
}

/* =========================
   POP-UP
   ========================= */

.expo-map-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.expo-map-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.expo-map-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 33, 23, 0.62);
  backdrop-filter: blur(4px);
}

.expo-map-popup__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  padding: 34px 32px 30px;
  background: #f4ecde;
  border: 1px solid rgba(43, 33, 23, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  text-align: left;
  transform: translateY(12px);
  transition: transform 0.25s ease;
}

.expo-map-popup.is-active .expo-map-popup__dialog {
  transform: translateY(0);
}

.expo-map-popup__close {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px !important;
  border: 1px solid rgba(43, 33, 23, 0.12) !important;
  background: #ffffff !important;
  color: #57170a !important;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.expo-map-popup__close:hover,
.expo-map-popup__close:focus {
  background: #57170a !important;
  color: #f0e8d9 !important;
  border-color: #57170a !important;
}

.expo-map-popup__header {
  margin-bottom: 22px;
  padding-right: 56px;
}

.expo-map-popup__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #57170a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expo-map-popup__header h3 {
  margin: 0 0 14px;
  color: #57170a;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.08;
  font-weight: 500;
}

.expo-map-popup__header p {
  margin: 0;
  color: #3b362b;
  line-height: 1.75;
}

.expo-map-popup__map-wrap {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(43, 33, 23, 0.08);
  background: #ffffff;
  margin-bottom: 22px;
}

.expo-map-popup__map {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.expo-map-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* bloque le scroll */
body.expo-popup-open {
  overflow: hidden;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .expo-travel-location__grid {
    grid-template-columns: 1fr;
  }

  .expo-map-popup__dialog {
    max-width: 92vw;
  }

  .expo-map-popup__map {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .expo-map-popup {
    padding: 16px;
  }

  .expo-map-popup__dialog {
    padding: 26px 20px 20px;
    border-radius: 22px;
  }

  .expo-map-popup__header {
    padding-right: 48px;
  }

  .expo-map-popup__map {
    height: 280px;
  }

  .expo-map-popup__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .expo-travel-btn,
  .expo-map-popup__secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa8234e */.expo-travel-access {
  background: #f0e8d9;
  padding: 0 20px 90px;
}

.expo-travel-access__container {
  max-width: 1380px;
  margin: 0 auto;
}

.expo-travel-access__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.expo-travel-access__intro h2 {
  margin: 0;
  color: #57170a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 500;
}

.expo-travel-access__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.expo-travel-access__card {
  background: #f4ecde;
  border: 1px solid rgba(43, 33, 23, 0.08);
  border-radius: 24px;
  padding: 30px;
  transition: all 0.25s ease;
}

.expo-travel-access__card:hover {
  background: #57170a;
  border-color: #57170a;
  transform: translateY(-3px);
}

.expo-travel-access__card h3 {
  margin: 0 0 12px;
  color: #2b2117;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 500;
  transition: color 0.25s ease;
}

.expo-travel-access__card p {
  margin: 0;
  color: #3b362b;
  line-height: 1.7;
  transition: color 0.25s ease;
}

.expo-travel-access__card:hover h3,
.expo-travel-access__card:hover p {
  color: #f0e8d9;
}

@media (max-width: 991px) {
  .expo-travel-access__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-073fe6c */.expo-travel-practical {
  background: #f0e8d9;
  padding: 0 20px 90px;
}

.expo-travel-practical__container {
  max-width: 1380px;
  margin: 0 auto;
}

.expo-travel-practical__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.expo-travel-practical__intro h2 {
  margin: 0;
  color: #57170a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 500;
}

.expo-travel-practical__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.expo-travel-practical__item {
  padding-top: 18px;
  border-top: 1px solid rgba(87, 23, 10, 0.18);
}

.expo-travel-practical__item h3 {
  margin: 0 0 10px;
  color: #2b2117;
  font-size: 1.25rem;
  font-weight: 500;
}

.expo-travel-practical__item p {
  margin: 0;
  color: #3b362b;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .expo-travel-practical__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f61cf52 */.expo-travel-cta {
  background: #f0e8d9;
  padding: 0 20px 100px;
}

.expo-travel-cta__container {
  max-width: 1380px;
  margin: 0 auto;
}

.expo-travel-cta__card {
  max-width: 980px;
  background: #f4ecde;
  border: 1px solid rgba(43, 33, 23, 0.08);
  border-radius: 28px;
  padding: 42px;
}

.expo-travel-cta__card h2 {
  margin: 0 0 16px;
  color: #57170a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 500;
}

.expo-travel-cta__card p {
  max-width: 700px;
  margin: 0 0 26px;
  color: #3b362b;
  line-height: 1.75;
}

.expo-travel-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .expo-travel-cta__card {
    padding: 28px 24px;
    border-radius: 22px;
  }
}/* End custom CSS */