@media (max-width: 768px)
	{
		
        .navbar-brand img
        {
            height: 60px;
        }
        .galerie .img_galerie img
    {
        max-width: 44%;
        margin: 1%;
    }
        .navbar-collapse
        {
            top: 0px !important;
        }
        
            .header.header-style-01 .navbar-brand.logo-dark-s,
        .header.header-style-01.sticky-top .navbar-brand.logo-dark-s
            {
                display: none !important;
            }
.category-style-03 a.category-item
{
    width: 40% !important;
    padding: 10px !important;
    border-color: #e3e3e3 !important;
}
.category-style-03 a.category-item h5
{
    font-size: 12px !important;
    margin-top: 10px;
}
	}