@media screen and (max-width: 900px) {
    .navigation .fa-bars{
        display: block;
        font-size: 25px;
    }

    .navigation nav{
        display: none;
    }
    #header{
        height: auto;
    }
    footer .decos{
        width: 80%;
    }
}