html {
  scroll-behavior: smooth;
}
@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Light.ttf');
    font-display: swap;
}
body {
    font-family: 'Jura', sans-serif; !important

}
/* SECTION HERO */
.hero-section {
    position: relative;
    /* Hauteur du hero (80% de l'écran) */
    width: 100%;
    overflow: hidden;
    background-color: #000;
    /* Backup si la vidéo ne charge pas */
}
.hero-section video {

}

/* L'OVERLAY (Filtre sombre) */
.hero-overlay {

}

.hero-section .container {
}

/* Divider SVG */
.svg-divider {
}

.svg-divider svg {
    width: 100%;
    height: 80px; /* Hauteur du divider, ajustable */
}

.footer {
  background-color: transparent;
  min-height: var(--footer-height);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
  z-index: 10;

}
