﻿@media only screen and (max-width: 567px) {
    .main-navigation, .top {
        display: none;
    }

    .login-box {
        width: 95%;
        margin: 15px auto;
    }

    .wrap {
        max-width: 94%;
    }

    .slider .img-fluid {
        width: 33%;
        float: left;
    }

    .search-bar {
        margin-top: 20px !important;
        border-bottom: 1px solid silver;
    }

    .where {
        display: none;
    }

    .magazafigur {
        padding: 0px;
        height: 60px;
    }

    .magaza-href {
        height: 60px;
    }

    .filtres {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .magazaBanner {
        height: 120px;
    }
}
