h1,
h2,
h3,
h4,
h5 {
    text-align: center;
}

body {
    background-color: black;
}

.vid {
    width: 100%;
    height: 100%;
}

.vid video {
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
    z-index: 0;
}

.menu {
    position: absolute;
}

.menu a {
    color: #eee;
    opacity: 0;
    transform: translateY(50px);
}

.menu a:hover {
    color: #bbb;
    border-bottom: thin solid #bbb;
}

.nouvelles {
    position: absolute;
    top: 100vh;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
    width: 90%;
    max-width: 90vw;
    padding: 10px 35px;
    text-align: center;
    margin: auto;
    z-index: 2;
}

#crc {
    transform: translateY(-50vh);

}

#en {
    transform: scale(.05)
}

#resume,
#plusInfo {
    transform: translateY(50vh);
}

#resume,
#crc,
#en,
#plusInfo {
    opacity: 0;
}

.menu-mobile a {
    opacity: 0;
    transform: translateY(50px);
    color: #eee;
}
/* Nouvelles */
.nouvelles-accueil {
    z-index: 2;
    position: absolute;
    top: 100vh;
    width: 100%;
    padding-bottom: 2em;
}

.nouv-container {
    margin: 0 auto 20px auto;
    display: flex;
    max-width: 1200px;
    align-items: stretch;
    justify-content: center;
}

.nouv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px;
    margin: 10px;
    border: thin solid #eeeeee;
    width: calc(50% - 20px);
    border-radius: 8px;
    background-color: #333333aa;
}

.nouv p {
    color: #eeeeee;
    line-height: 1.2;
}

.nouv h2 {
    color: #eeeeee;
    font-weight: 300
}

.plus {
    padding: 7px 12px 7px 12px;
    border-radius: 30px;
    background-color: #eeeeee;
    font-size: 1em;
    color: #333333;
    text-decoration: none;
    border: 2px solid #eeeeee;
    font-family: 'Roboto', sans-serif;
    transition: .3s;
    float: right;
}

.plus:hover {
    background-color: transparent;
    color: #eeeeee;
}
#udem_cookie_consent_toggle a{
    color: #999;
}
@media screen and (max-width: 1300px) {
    .nouv-container {
        max-width: 90%;
    }
}


@media screen and (max-width: 600px) {
    .menu {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #nouvelles-head {
        top: 610px;
    }

    #nouvelles {
        top: 750px;
    }
}

