/* 650px or upper */
@media only screen and (min-width: 650px) {
  /*prodcuts page*/
  .content-category-product{
    margin-top: -100px !important;
  }
  /*Home products*/
  .product-media {
    height: 190px !important;
  }
  .container.newsletter.news-letter-index-dezomage{
    padding: 0px 1rem 0px 1rem !important;
  }
  .show-more-index{
    margin-bottom: 0px;
  }

  /*offre*/
  .page-content{
    margin-bottom: -100px !important;
  }
  
}
/* 768px or upper */
@media only screen and (min-width: 768px) {
    /*conditions*/
    .content-condition{
      margin-top: -160px !important;
    }
  /*Formation*/
  .content-formation{
    margin-top: -80px !important;
  }
  /*Home*/
  .container.banner-container.three-card{
    margin-bottom: 10px;
  }
  .container.logos.brand-logo{
    margin-bottom: -80px;
  }
}

@media only screen and (min-width: 1000px) {
    /*conditions*/
    .content-condition{
      margin-top: 0 !important;
    }
  /*Formation*/
  .content-formation{
    margin-top: 0px !important;
  }
  /*Home*/
  .container.banner-container.three-card{
    margin-bottom: 5rem;
  }
  .container.logos.brand-logo{
    margin-bottom: 0;
  }
}