.elementor-5057 .elementor-element.elementor-element-84e8231 > .elementor-background-overlay{background-color:var( --e-global-color-75363cd );opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5057 .elementor-element.elementor-element-84e8231{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-22bd228 */.expo-exhibitors-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
}

.expo-exhibitors-hero__content .expo-section-title {
  max-width: 700px;
}

.expo-exhibitors-hero__content .expo-section-text {
  max-width: 620px;
}

.expo-exhibitors-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.expo-exhibitors-hero__actions .expo-btn {
  border-radius: 999px;
}

.expo-exhibitors-hero__actions .expo-btn:hover {
  color: #f0e8d9;
}

.expo-exhibitors-hero__media {
  display: flex;
  justify-content: flex-end;
}

.expo-exhibitors-hero__media img {
  width: 100%;
  max-width: 520px;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .expo-exhibitors-hero__inner {
    grid-template-columns: 1fr;
  }

  .expo-exhibitors-hero__media {
    justify-content: flex-start;
  }

  .expo-exhibitors-hero__media img {
    max-width: 100%;
    height: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-373ab5d */.expo-exhibitors-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 42px;
}

.expo-exhibitors-intro__item {
  padding-top: 18px;
  border-top: 1px solid rgba(87, 23, 10, 0.18);
}

.expo-exhibitors-intro__number {
  margin-bottom: 14px;
  color: #57170a;
  font-size: 1.15rem;
  font-weight: 700;
}

.expo-exhibitors-intro__item h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #2b2117;
}

.expo-exhibitors-intro__item p {
  margin: 0;
  color: #3b362b;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .expo-exhibitors-intro__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab662de */.expo-exhibitors-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 38px;
}

.expo-featured-card {
  background: transparent;
}

.expo-featured-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.expo-featured-card__body {
  padding: 22px 0 0;
}

.expo-featured-card__tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #57170a;
}

.expo-featured-card__body h3 {
  margin: 0 0 10px;
  color: #2b2117;
  font-size: 1.45rem;
  line-height: 1.15;
}

.expo-featured-card__body p {
  margin: 0 0 16px;
  color: #3b362b;
  line-height: 1.7;
}

.expo-featured-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(87, 23, 10, 0.16);
}

.expo-featured-card__meta span,
.expo-featured-card__meta a {
  color: #57170a;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 991px) {
  .expo-exhibitors-featured__grid {
    grid-template-columns: 1fr;
  }

  .expo-featured-card img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4787cb */.expo-search-block,
.expo-exhibitors {
  background: #f0e8d9;
  width: 100%;
}

.expo-search-block *,
.expo-exhibitors * {
  box-sizing: border-box;
}

.expo-search-block {
  padding: 90px 20px 40px;
}

.expo-search-block__container,
.expo-exhibitors__container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.expo-search-block__container {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(700px, 1.25fr);
  gap: 48px;
  align-items: start;
}

.expo-search-block__intro {
  max-width: 460px;
}

.expo-search-block__label,
.expo-exhibitors__label {
  display: inline-block;
  margin: 0 0 14px;
  color: #57170a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expo-search-block__intro h2,
.expo-exhibitors__header h2 {
  margin: 0 0 16px;
  color: #57170a;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 500;
}

.expo-search-block__intro p,
.expo-exhibitors__header p {
  margin: 0;
  color: #2b2117;
  font-size: 1rem;
  line-height: 1.7;
}

.expo-search-block__panel {
  width: 100%;
  background: #f4ecde;
  border-radius: 24px;
  padding: 34px;
}

.expo-search-form {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 1.8fr) minmax(300px, 1.2fr) auto;
  gap: 18px;
  align-items: end;
}

.expo-search-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.expo-search-field label {
  display: block;
  margin: 0 0 8px;
  color: #2b2117;
  font-size: 0.92rem;
  font-weight: 600;
}

.expo-search-field input,
.expo-search-field select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 58px;
  min-height: 58px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid rgba(43, 33, 23, 0.18);
  border-radius: 999px;
  background: #fbf7f0;
  color: #2b2117;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.expo-search-field input::placeholder {
  color: #756b60;
  opacity: 1;
}

.expo-search-field input:focus,
.expo-search-field select:focus {
  border-color: #57170a;
  background: #fffaf4;
}

.expo-search-actions {
  display: flex;
  gap: 12px;
  align-items: end;
  flex-wrap: wrap;
}

.expo-search-block .expo-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  min-height: 58px;
  padding: 0 24px;
  margin: 0;
  border: 1px solid #2b2117;
  border-radius: 999px;
  background: #f0e8d9;
  color: #2b2117;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.expo-search-block .expo-search-btn:hover,
.expo-search-block .expo-search-btn:focus {
  background: #57170a;
  color: #f0e8d9;
  border-color: #57170a;
  outline: none;
}

.expo-exhibitors {
  padding: 20px 20px 100px;
}

.expo-exhibitors__header {
  margin-bottom: 36px;
}

.expo-exhibitors__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.expo-exhibitor-card {
  width: 100%;
  min-width: 0;
  min-height: 180px;
  padding: 24px 22px 20px;
  background: #f4ecde;
  border: 1px solid rgba(43, 33, 23, 0.08);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.28s ease;
}

.expo-exhibitor-card:hover {
  background: #57170a;
  border-color: #57170a;
  transform: translateY(-3px);
}

.expo-exhibitor-card__content {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.expo-exhibitor-card__content h3 {
  display: block;
  margin: 0;
  padding: 0;
  color: #2b2117;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.28;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  letter-spacing: normal;
  transition: color 0.25s ease;
}

.expo-exhibitor-card__category {
  display: block;
  margin: 10px 0 0;
  color: #6b6257;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  transition: color 0.25s ease;
}

.expo-exhibitor-card__meta {
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(43, 33, 23, 0.12);
  transition: border-color 0.25s ease;
}

.expo-exhibitor-card__meta span {
  display: inline-block;
  color: #57170a;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.expo-exhibitor-card:hover .expo-exhibitor-card__content h3,
.expo-exhibitor-card:hover .expo-exhibitor-card__category,
.expo-exhibitor-card:hover .expo-exhibitor-card__meta span {
  color: #f0e8d9;
}

.expo-exhibitor-card:hover .expo-exhibitor-card__meta {
  border-top-color: rgba(240, 232, 217, 0.22);
}

.expo-exhibitors__empty {
  margin-top: 24px;
  padding: 24px;
  border-radius: 20px;
  background: #f4ecde;
}

.expo-exhibitors__empty p {
  margin: 0;
  color: #57170a;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .expo-search-block__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .expo-search-block__intro {
    max-width: 760px;
  }

  .expo-exhibitors__grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 900px) {
  .expo-search-form {
    grid-template-columns: 1fr 1fr;
  }

  .expo-search-actions {
    grid-column: 1 / -1;
  }

  .expo-exhibitors__grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .expo-search-block {
    padding: 70px 20px 30px;
  }

  .expo-search-block__panel {
    padding: 22px;
    border-radius: 20px;
  }

  .expo-search-form {
    grid-template-columns: 1fr;
  }

  .expo-exhibitors {
    padding: 20px 20px 70px;
  }

  .expo-exhibitors__grid {
    grid-template-columns: 1fr;
  }

  .expo-exhibitor-card {
    min-height: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f514be */.expo-cta {
  background: #f0e8d9;
  padding: 80px 20px;
}

.expo-cta__container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.expo-cta__content h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #57170a;
  line-height: 1.1;
}

.expo-cta__content p {
  margin: 0 auto 30px;
  max-width: 600px;
  font-size: 1rem;
  color: #3b362b;
  line-height: 1.7;
}

/* Boutons */
.expo-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Bouton principal */
.expo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid #2b2117;
  background: #f0e8d9;
  color: #2b2117;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover global cohérent */
.expo-btn:hover {
  background: #57170a;
  color: #f0e8d9;
  border-color: #57170a;
}

/* Variante outline */
.expo-btn--outline {
  background: transparent;
  border: 1px solid #57170a;
  color: #57170a;
}

.expo-btn--outline:hover {
  background: #57170a;
  color: #f0e8d9;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-84e8231 *//* ===== Base Expo Design - Exposants ===== */

.expo-page-exhibitors {
  background: #f0e8d9;
  color: #2b2117;
}

.expo-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.expo-section {
  padding: 90px 0;
  background: #f0e8d9;
}

.expo-section--tight {
  padding: 70px 0;
}

.expo-section-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #57170a;
}

.expo-section-title {
  margin: 0 0 16px;
  color: #57170a;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
}

.expo-section-text {
  max-width: 760px;
  margin: 0;
  color: #3b362b;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ===== Boutons - même logique que les autres pages ===== */

.expo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: #f0e8d9;
  color: #2b2117;
  border: 1px solid #2b2117;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;
}

.expo-btn:hover {
  background: #57170a;
  color: #f0e8d9;
  border-color: #57170a;
}

/* ===== Helpers ===== */

.expo-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.expo-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 991px) {
  .expo-grid-2,
  .expo-grid-3 {
    grid-template-columns: 1fr;
  }

  .expo-section {
    padding: 70px 0;
  }
}/* End custom CSS */