.elementor-4133 .elementor-element.elementor-element-127f3d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-4133 .elementor-element.elementor-element-127f3d0:not(.elementor-motion-effects-element-type-background), .elementor-4133 .elementor-element.elementor-element-127f3d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4133 .elementor-element.elementor-element-127f3d0, .elementor-4133 .elementor-element.elementor-element-127f3d0::before{--border-transition:0.3s;}.elementor-4133 .elementor-element.elementor-element-81d36ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-4133 .elementor-element.elementor-element-81d36ac:not(.elementor-motion-effects-element-type-background), .elementor-4133 .elementor-element.elementor-element-81d36ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4133 .elementor-element.elementor-element-81d36ac, .elementor-4133 .elementor-element.elementor-element-81d36ac::before{--border-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-004d8d2 *//* === Video Section with Arrows === */
#equilibre-act-video {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 600px;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

#equilibre-act-video video#bg-video {
  max-height: 60%;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0.65) saturate(1.1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

/* Arrows container */
#equilibre-act-video .arrow {
  position: absolute;
  top: 30%;
  width: 40px;
  height: 20px;
  background: transparent;
  border: solid #764a31;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  opacity: 0.8;
  animation-timing-function: linear;
  z-index: 2;
  filter: drop-shadow(0 0 2px #764a31);
}

#equilibre-act-video .arrow.arrow2 {
  top: 50%;
  animation-delay: 1.5s;
}

@keyframes moveArrow {
  0% {
    right: -50px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    right: 100%;
    opacity: 1;
  }
  100% {
    right: 110%;
    opacity: 0;
  }
}

#equilibre-act-video .arrow {
  animation-name: moveArrow;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* === Foot Archer Section === */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap');

#foot-archer-show { 
  background: radial-gradient(ellipse at center, #1a0000 0%, #000000 100%);
  padding: 60px 30px;
  color: #f5e8c4;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  border-top: 5px solid #b30000;
  border-bottom: 5px solid #b30000;
  box-shadow: inset 0 0 40px #66000066;
}

#foot-archer-show .container {
  max-width: 900px;
  margin: 0 auto;
}

#foot-archer-show h2 {
  font-size: 2.5rem;
  color: #ffcc66;
  text-shadow: 0 0 10px #cc3300, 0 0 20px #cc3300;
  animation: subtleGlow 2.5s ease-in-out infinite;
  font-weight: 400;
}

#foot-archer-show .tagline {
  font-size: 1.2rem;
  color: #ff9966;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #cc3300;
}

#foot-archer-show p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 18px 0;
  color: #f5e8c4;
  text-shadow: 0 0 3px #aa4422;
}

#foot-archer-show .flaming-text {
  color: #ff6633;
  text-shadow: 0 0 8px #ff3300, 0 0 15px #ff6600;
  animation: flamePulse 1.5s ease-in-out infinite;
}

/* Subtle animations */
@keyframes subtleGlow {
  0%, 100% {
    text-shadow: 0 0 10px #cc3300, 0 0 20px #cc3300;
  }
  50% {
    text-shadow: 0 0 15px #ff3300, 0 0 25px #ff3300;
  }
}

@keyframes flamePulse {
  0%, 100% {
    text-shadow: 0 0 8px #ff3300, 0 0 15px #ff6600;
  }
  50% {
    text-shadow: 0 0 12px #ff3300, 0 0 20px #ff9966;
  }
}

@media (max-width: 600px) {
  #foot-archer-show h2 {
    font-size: 2rem;
  }

  #foot-archer-show .tagline {
    font-size: 1rem;
  }

  #foot-archer-show p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dcd622 */#equilibre-act-video {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 600px;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

#equilibre-act-video video#bg-video {
  position: relative;
  max-height: 60%;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0.65) saturate(1.1);
  z-index: 0;

  border-radius: 10px;
  box-shadow:
    0 0 15px 5px #764a31;
  animation: glowPulseBrown 3s ease-in-out infinite;
}

@keyframes glowPulseBrown {
  0%, 100% {
    box-shadow:
      0 0 10px 3px #764a31,
      0 0 20px 6px #764a31;
  }
  50% {
    box-shadow:
      0 0 20px 8px #764a31,
      0 0 30px 12px #764a31;
  }
}/* End custom CSS */