body{
    text-decoration: none;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: rgb(218, 219, 220);
}
nav{
    width: 100%;
}
.all-network a, p{
    color: white;

    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}

.loader {
    display: flex;
    position : fixed;
    z-index: 9999;
    background : url('icon-loader.gif') 50% 50% no-repeat;
    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
    cursor : wait;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    
    }
    .loader img{
        border-radius: 15%;
        width: 45%;
    }

.all-network{
    background-color: black;
}
.network{
    margin-left:0 15px 0 5px;
    padding:9px 30px 0;
    line-height: -5px; 
    margin-bottom: -8px;
}

.logo{
    position: relative;
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    height: 45%;
}
.bg{
    position: absolute;
    top: -120px;
    margin-top: 210px;
    display: block;
    width: 100%;
    height: 70%;
    
}
.background{
    width: 100%;
    
    vertical-align: middle;

}


.titre{
    position: relative;
    margin-top: 50px;
    padding-top: 80px;
    /* margin-left: 400px; */
    font-family: 'Notable', sans-serif;
    font-size: 23px;
    color: white;
    text-shadow: 3px 3px 3px black;
    display: block;
    text-align: center;
}

.scoll{
    size: 150px;
    color: black;
}

#arrow{
    color: black;
    font-size: 50px;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 25px 10px 25px 10px;
    border-radius: 20%;
    /* margin-left: 900px; */
    margin-top: 25px;
    /* transform-origin: center; */
    display: block;
    text-align: center;
}


.nav-link {
    display: initial;
    padding: .0rem 0rem;
}

.navnav{
    display: grid;
    place-items: flex-end;
    margin-top: 10px;
    margin-right: 10px;
}

