.hero-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* VIDEO */
.hero-video-media {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* OVERLAY */
.hero-video-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0,0,0,0.35);*/
    z-index: 2;
}

/* HEADER */
.page-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

/* NAVBAR TRANSPARENTE */
.rd-navbar {
    background: transparent !important;
    box-shadow: none !important;
}

/* CONTENU HERO */
.hero-content {
    position: relative;
    z-index: 5;
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #fff;

    padding: 20px;
}

.hero-content h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 20px;
    max-width: 700px;
}


.texte_bienvenue {
    width: 35%;
    height: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: revert;
    padding: 50px;
    text-align: justify;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    color: white;
    border-radius : 15px;
}

.btn-cont {
    margin-top : 0;
}

.hero-video .rd-navbar-nav > li a, .hero-video .rd-navbar a, .hero-video .rd-navbar-top-panel.rd-navbar-light .contact-info .icon {
    color: #fff !important;
}

.rd-navbar.rd-navbar--is-stuck {
    background: rgba(255,255,255,1) !important;
}

.hero-video .rd-navbar--is-stuck .rd-navbar-nav > li a {
    color: #000 !important;
}