
  

  /* Bouton menu */
  .menu-btn {
  
    color: blue;
    padding: 10px 20px;
    font-size: larger;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: none; /* caché desktop */
   
  }

  /* Menu latéral */
  .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 75%; /* 50% largeur écran */
    height: 100%;
    background: rgb(255, 255, 255);
    padding-top: 60px;
    z-index: 1000;
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
    border: blue 1px solid;
  }

  .menu a {
    color: black;
    font-size: 1.2em;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
  }

  
  /* Bouton fermeture */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 66px;
    color: blue;
    cursor: pointer;
  }


.price-field input[type=range] {
  width: 50px;  /* adjust width as you want */
  margin: 10px 5px;
  
}

  /* Overlay */
  .overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.59);
    z-index: 900;
  }

  /* Mobile + Tablette uniquement */
  @media screen and (max-width: 1024px) {
    .menu-btn { display: inline-block; }
  }




.mb-3,.mb-3 select {
    cursor: pointer;
}

  

    .list-style {
        display: flex;
        flex-direction: row;
        

        /* Centre verticalement */
    align-items: center;

    /* Centre horizontalement */
    justify-content: center;
    
    width: 100%;
       
    }

    .grille_style{
        max-width: 100px;
        max-height: 100px;
        object-fit: contain;
    }

    .image_size{
        max-width: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .top_articles{

        max-width: 150px;
        max-height: 150px;
        object-fit: contain;
    }

         
