.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    
    display: grid;
    place-content: center;
}
 
.title_menu {
    width: 182px;
        height: 72.864px;
        flex-shrink: 0;
        color: var(--red2);
        text-align: center;
        font-family: Nosifer;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
    
}




.logo_menu {
    position: absolute;
    margin-top: -27.5px;
    margin-left: 20px;
}

.position_titre {
    position : absolute;
    margin-top: 45px;
    margin-left: 110px;

}

.elements {
    font-family: Raleway;
    color: #F8F8F8;
    font-size: 20px;
    text-decoration: none;
    margin-left: 30px;
    text-transform: uppercase;
    
}

.elements_titre {
    display: flex;
    position: absolute;
    font-family: Oswald;
    color: #F8F8F8;
    font-size: 40px;
    text-decoration: none;
    margin-left: 10px;
    text-transform: uppercase;
    margin-top: 130px;

}

.elements_titre_2 {
    display: flex;
    position: absolute;
    font-family: Oswald;
    color: #F8F8F8;
    font-size: 40px;
    text-decoration: none;
    margin-left: 10px;
    text-transform: uppercase;
    margin-top: 440px;
}

.elements__menu {
    display: flex;
    width: 344px;
    height: 30px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: -40px;
    
}

.fleche {
    display:flex;
    margin-left: 300px;
    margin-top: 10px;
    height:20px
}

.decalage_menu {
    margin-top:130px;
}

.espace {
    padding:5px;
}

.espace2 {
    padding: 40px;
}

.ligne_menu {
    
    width: 375px;
    
    height: 2px;
    
    background-color: #ffffff;
    
    margin-left: -40px;
    
    
    
}





.back_menu {
    background: linear-gradient(to bottom, var(--black), var(--red));
    height:700px;
}

.back_menu_2 {
    background: linear-gradient(var(--red));
    height: 613px;
}


.noscroll,
.noscroll body {
    overflow: hidden;
}

.position_croix_rouge {
    position:absolute;  
    margin-top: 44px;
    margin-left: 305px;
}