@media screen and (max-width: 991px){
    body{
        font-size:17px;
    }
    .container{
        max-width:800px;
    }
    #colophon .flex-container{
        margin:0px!important;
    }
    .navbar-organisation{   
        right: 12%;
        bottom: 23px;
    }
    #page{
        padding-top:60px;
    }
    #content.site-content{
        min-height:initial;
    }
    #wpfront-scroll-top-container{
        z-index:9!important;
    }
}