.elementor-1682 .elementor-element.elementor-element-546762d{--display:flex;--min-height:50vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.73;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1682 .elementor-element.elementor-element-546762d::before, .elementor-1682 .elementor-element.elementor-element-546762d > .elementor-background-video-container::before, .elementor-1682 .elementor-element.elementor-element-546762d > .e-con-inner > .elementor-background-video-container::before, .elementor-1682 .elementor-element.elementor-element-546762d > .elementor-background-slideshow::before, .elementor-1682 .elementor-element.elementor-element-546762d > .e-con-inner > .elementor-background-slideshow::before, .elementor-1682 .elementor-element.elementor-element-546762d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0000003D;background-image:url("https://zerolatencyvr.fr/wp-content/uploads/2026/07/espace-arcade-bornes-jeux-cormeilles.webp");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-1682 .elementor-element.elementor-element-cdf6f9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.1;}.elementor-1682 .elementor-element.elementor-element-cdf6f9b::before, .elementor-1682 .elementor-element.elementor-element-cdf6f9b > .elementor-background-video-container::before, .elementor-1682 .elementor-element.elementor-element-cdf6f9b > .e-con-inner > .elementor-background-video-container::before, .elementor-1682 .elementor-element.elementor-element-cdf6f9b > .elementor-background-slideshow::before, .elementor-1682 .elementor-element.elementor-element-cdf6f9b > .e-con-inner > .elementor-background-slideshow::before, .elementor-1682 .elementor-element.elementor-element-cdf6f9b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://zerolatencyvr.fr/wp-content/uploads/2026/06/background-scaled.png");--background-overlay:'';}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1682 .elementor-element.elementor-element-546762d{--min-height:40vh;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-1682 .elementor-element.elementor-element-546762d{--min-height:45vh;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-9db8cfd *//* ============ WRAPPER ============ */
.zlvr-arcade-page {
  font-family: 'Exo 2', sans-serif;
  color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.zlvr-arcade-page section {
  padding: 50px 0;
}

.zlvr-arcade-page h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px 0;
  text-align: center;
}

.zlvr-arcade-page h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.zlvr-arcade-page p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0.9;
  margin: 0 0 12px 0;
}

.zlvr-arcade-intro {
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
}

/* ============ BOUTONS ============ */
.zlvr-btn-outline {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #41C0F0;
  border-radius: 8px;
  color: #41C0F0;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.25s ease;
}
.zlvr-btn-outline:hover {
  background: #41C0F0;
  color: #0d1117;
  box-shadow: 0 0 25px rgba(65,192,240,0.5);
}

.zlvr-btn-cta {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, #41C0F0, #2a8fc0);
  border-radius: 10px;
  color: #0d1117;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(65,192,240,0.35);
  transition: all 0.25s ease;
}
.zlvr-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 45px rgba(65,192,240,0.55);
}

.zlvr-btn-icon {
  margin-right: 6px;
}

/* ============ HERO ============ */
.zlvr-hero {
  text-align: center;
  padding-top: 50px;
}

.zlvr-hero h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.zlvr-hero-desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 750px;
  margin: 0 auto 30px auto;
}

.zlvr-hero-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 0 36px 0;
}

.zlvr-hero-tags li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(65,192,240,0.08);
  border: 1px solid rgba(65,192,240,0.25);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.zlvr-hero-tags li::before {
  content: "✓";
  color: #41C0F0;
  font-weight: 800;
}

.zlvr-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.zlvr-hero-buttons .zlvr-btn-cta {
  margin-top: 0;
}

/* ============ GRID 3 COLONNES (commun) ============ */
.zlvr-arcade-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zlvr-cse-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(65,192,240,0.15);
  border-radius: 12px;
  transition: all 0.25s ease;
}

.zlvr-cse-card:hover {
  transform: translateY(-4px);
  border-color: #41C0F0;
  box-shadow: 0 0 30px rgba(65,192,240,0.25);
}

.zlvr-cse-card-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
}

.zlvr-cse-card p {
  font-size: 14px;
  margin: 0 0 8px 0;
}

.zlvr-cse-card p:last-child {
  margin-bottom: 0;
}

/* ============ COMBO CTA BOX ============ */
.zlvr-arcade-cta-box {
  margin-top: 40px;
  padding: 30px;
  text-align: center;
  background: rgba(65,192,240,0.08);
  border: 1px solid #41C0F0;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(65,192,240,0.2);
}

.zlvr-arcade-cta-box p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
}

.zlvr-arcade-cta-box .zlvr-btn-cta {
  margin-top: 0;
}

/* ============ CHECKLIST ============ */
.zlvr-list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.zlvr-list-check li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.zlvr-list-check li::before {
  content: "✓";
  color: #41C0F0;
  font-weight: 800;
  flex-shrink: 0;
}

/* ============ INFOS PRATIQUES ============ */
.zlvr-arcade-address {
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
  margin-bottom: 14px;
}

/* ============ FAQ ============ */
.zlvr-arcade-faq h2 {
  margin-bottom: 30px;
}

.zlvr-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.zlvr-faq-item {
  padding: 20px 24px;
  background: rgba(65,192,240,0.05);
  border-left: 3px solid #41C0F0;
  border-radius: 8px;
}

.zlvr-faq-item h3 {
  color: #41C0F0;
  margin-bottom: 8px;
}

.zlvr-faq-item p {
  margin: 0;
  font-size: 14px;
}

/* ============ CONTACT ============ */
.zlvr-contact-card {
  text-align: center;
}

.zlvr-contact-card h3 {
  margin-bottom: 16px;
}

.zlvr-contact-card .zlvr-btn-outline {
  width: 100%;
  text-align: center;
}

.zlvr-contact-hours {
  margin: 12px 0 0 0;
  font-size: 13px;
  opacity: 0.7;
}

/* ============ CTA FINAL ============ */
.zlvr-arcade-final {
  text-align: center;
  padding: 50px 30px;
  background: rgba(65,192,240,0.06);
  border: 1px solid rgba(65,192,240,0.2);
  border-radius: 16px;
}

.zlvr-arcade-final-note {
  margin-top: 24px;
  font-size: 14px;
  opacity: 0.8;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .zlvr-arcade-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zlvr-hero h1 {
    font-size: 26px;
  }
  .zlvr-arcade-grid-3 {
    grid-template-columns: 1fr;
  }
  .zlvr-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .zlvr-hero-buttons a {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}/* End custom CSS */