body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video#bgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

nav {
    position: absolute;
    top: 10%;
    width: 100%;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}

nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(235, 229, 229, 0.34);
    min-width: 200px;
    z-index: 1;
}

.dropdown-content li {
    display: block;
}

.dropdown-content li a {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

nav ul li:hover .dropdown-content {
    display: block;
}

.marque-container {
    position: absolute;
    top: 10px; /* Ajustez la valeur pour le positionnement vertical */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.marque {
    height: 50px;
    width: auto;
    background: linear-gradient(to bottom, #ffffffe0, #f5deb3ad);
      background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    font-display: block;
    font-weight: initial;
}

.acces-showroom {
    display: block;
    text-transform: uppercase;
    border: solid;
    text-decoration: navajowhite;
    color: wheat;
    border-radius: 10px;
    padding: 3px;
}

.acces-showroom:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
