/*
    Extra small devices (portrait phones, less than 576px)
*/
@media (max-width: 575.98px) {
}




/*
    Small devices (landscape phones, less than 768px)
*/
@media (max-width: 767.98px) {
    .e-margin-bottom-mobile-5{
        margin-bottom: 5px;
    }
    .e-topBar{
        padding: 20px 0 20px 0;
    }
    .e-topBar .e-logo{
        width: 80px;
    }
    .e-hide-mobile{
        display: none !important;
    }

    .e-hide-desktop{
        display: initial;
    }
    .e-bg-head h1{
        font-size: 20px;
    }
    .e-topBar .e-btn-zone .e-btn {
        margin-left: 0;
    }
    .e-topCategory .e-link {
        padding-top: 0 !important;
    }
    .e-form-search input{
        padding: 0 10px 0 30px;
    }
    .e-form-search i{
        left: 10px;
        font-size: 13px;
    }
    .e-login-section .e-content{
        background-color: white;
        width: 360px;
        margin: auto;
        border-radius: var(--defaultBorderRadius);
    }
    .e-home-slide-zone .uk-container {
        padding: 0 !important;
    }
    .e-topbar-product-new{
        display: flex;
    }

    .uk-card-small .uk-card-body, .uk-card-small.uk-card-body{
        padding: 10px;
    }
    .e-product-view-img{
        height: 140px;
    }
    .e-product-view-container *{
        line-height: 20px;
        font-size: 13px;
    }
    .e-product-view-title{
        font-size: 14px;
    }
    .e-product-view-price{
        font-size: 15px;
    }


    .e-admin-navBar-content {
        margin-top: 70px;
        left: -255px;
    }
    .e-admin-navBar-content.e-show {
        left: 0px;
    }
    .e-admin-main-content{
        margin-left: 0;
        margin-top: 100px;
    }
    .e-admin-topBar-content{
        left: 0;
    }


    .e-home-presentation{
        padding: 20px;
        margin-bottom: 60px !important;
    }
    .e-home-presentation h1, .e-home-presentation h1 *{
        font-size: 35px;
        line-height: 30px;
    }
    .e-home-presentation div.e-desc{
        font-size: 16px;
        line-height: 16px;
    }
}




/*
    Medium devices (tablets, less than 992px)
*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .e-hide-tablette{
        display: none;
    }
}




/*
    Large devices (desktops, less than 1200px)
*/
@media (max-width: 1199.98px) {

}
