@media (max-width: 768px)
	{
		
        .navbar-brand img
        {
            max-height: 60px;
            height: auto;
        }
        .galerie .img_galerie img
    {
        max-width: 44%;
        margin: 1%;
    }
        
        .navbar-brand.logo-light img.img-fluid
        {
            max-width: 280px;
        }
        .navbar-brand
        {
            padding-top: 21px;
            padding-bottom: 21px;
        }
        
        .header-style-02.sticky-top .navbar-toggler
        {
            top:30px;
            
        }
        .header-style-02.sticky-top .navbar-collapse
        {
            top: 65px;
        }
	}