/* Mobile & tablet */
@media (max-width:1134px) {
  .onDesktop{
    display: none;
  }
  .mobileMenu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .slideContent{
    margin-top: 280px;
  }

  .mobileMenuContent .navbar-expand-lg .navbar-nav {
    flex-direction: column!important;
    min-width: 50%!important;
}
  .openMobileMenu{
    background-color: transparent;
    font-size:30px;
    border:0;
    padding: 10px 20px;
  }
  .mobileMenuContent{
    height: 100vh;
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999!important;
    background: #fff;
  }
  .closeMenuMobile{
    background-color: transparent;
    font-size:30px;
    border:0;
    padding: 10px 20px;
  }

  .returnF1 {
    background-color: transparent;
    font-size: 30px;
    border: 0;
    padding: 10px 20px;
  }

  .mobileMenuContent{
    display: none;
    overflow: auto;
  }
  .stickMobile{
    background-color: #fffffff2;
    box-shadow: 1px 4px 8px 0px #0000004a;
  }
  .surTitreSlider{
    font-size:16px;
    margin-bottom: 10px;
    margin-top:20px;
  }
  .titreSlider{
    font-size:20px;
  }
  .titreSlider2{
    font-size:20px;
  }
  .titreSlider3{
    font-size:20px;
  }
  .carousel-control-next , .carousel-control-prev{
    display:none;
  }
  .newsletterForm input {
    width: 88%!important;
  }
  .marginMobile{
    margin-top:90px;
  }
  .footerTitre {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 13px;
    margin-top: 30px;
  }

  .productTitle{
    font-size: 12px;
    height: 32px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: clip;
  }
}

.f2Menu li{
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
    color: #3a3a3a!important;
}

.f2Menu a{
  color: inherit!important;
  text-decoration: none;
}

@media (min-width: 1135px) {
  .onMobile{
    display:none!important;
  }
  .gradientApropos{
    background-color:#fff;
  }
}

@media (min-width : 1135px) and (max-width : 1199px){
  form.newsletter input {
    width: 85%;
  }
}

@media(max-width : 970px){
  .searchBox {
    width: 100%!important;
    margin: auto;
  }
  .noSearchMobile{
    display: none!important;
  }
  .showProductSearch{
    display:none!important;
  }
  .newProductContainerMobile {
    border: 1px solid #eee;
    padding: 5px;
  }
  .newProductContainerMobile img {
    max-height: 32px;
    margin: auto;
  }
  th{
    font-size: 12px;
  }
  td {
      font-size: 12px;
  }

  a.paginate_button {
      font-size: 12px!important;
      line-height: 42px!important;
  }
}

@media (min-width : 971px){
  .showProductSearchMobile{
    display: none;
  }
}
