@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    background:#151516;
    font-family: 'Montserrat', sans-serif;
}

.bg_picture{
    background:url('bg2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.haut_app{
    position: absolute;
    top: 10px;
    width: 100%;
}

.bas_app{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bas_footer{
    font-size: 12px;
    font-weight: 200;
}

.outlined a{
    color:white;
    text-decoration: none;
}

.bg_picture p{
    font-size: 14px;
    font-weight: 300;
    text-transform: initial;
}

.outlined{
    color: white;
    font-weight: 800;
    font-size: 5rem;
    text-transform: uppercase;
}

.bolder {
    text-transform: uppercase;
    color: white;
    font-size: 5rem;
    font-weight: 800;
}

#preloader{
    display: flex;
    flex-direction: column;
    background:#151516;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 950;
}

@media (max-width: 900px){
    .outlined{font-size: 2rem;}
    .bolder{font-size: 2rem;}
}

.overlay_bg{
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background:#141619a3;
    z-index: 0;
}

.zfirst{
    z-index: 1;
}

body a:hover{
    opacity: 0.7;
}