/* Responsive adaptations */

/* Portrait mobiles */
@media (max-width: 480px) {

/* Index - particuliers */
.offer-menu-resp {
    display: none;
}

.device-img-resp {
    display: none;
}

.template-img-resp {
   display: none;
}

.border-best-seller {
    height: 830px !important;
}

.best-seller-part2 {
    margin-top: -80px;
}


}

@media only screen and (max-width: 600px) {

/* Bornes */
.product-logo.product-logo-resp {
    margin-left: -8px !important;
}

/* Made In Belgium */
.egg-mib-resp {
   display: none;
}


}