/* 1300px or upper */
@media only screen and (min-width: 1300px) {
    /*prodcuts page*/
    .content-category-product{
      margin-top: -30px !important;
    }
  /*offre*/
  .page-content{
    margin-bottom: 0px !important;
  }
}