/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 17:39:40 */


@media (max-width: 1023px) {
    .nav-links h2 {

        font-size: 1.6vh;
		
  
    }
	
	html, body {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; /* ❌ empêche le scroll horizontal */
  -webkit-overflow-scrolling: touch !important;
}

/* Section vidéo principale */
#homee {
  position: relative !important;
  width: 100vw !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  background: #000 !important;
  max-height: none !important;
  touch-action: pan-y !important; /* 👉 scroll uniquement vertical */
}

/* Vidéo plein conteneur */
#homee video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important; /* ou 'contain' */
  object-position: center !important;
  display: block !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

}