
  /*titre et bouton filtre*/

.disposition_button_filtres_cartes{
    
    flex-direction: column;
    /* justify-content: space-between; */
    overflow-x: hidden;
    overflow-y: scroll;
    background: white;
  }
  
  .menuvisible{
    display:  flex;
  }
  
  .menucacher{
    display: none;
  }

  .entete_button_filtres_cartes{
    background: white;
    border-radius: 10% 10% 0% 0%;
  }

  .entete_select_dep_ville{
    margin : 10px;
  }

  .sous_menu{
    flex-direction: column;
    margin:5px;
  }

   .entete_sous_menu{
    display: flex;
    flex-direction:row;
    border-radius: 10% / 10%;
    background: #bdbdbd;
    border: ridge #e6e5e5;
    margin:2px;
    padding: 10px;
    /* font-weight: bold; */
  } 

  .miseenformegras{
    font-weight: bold; 
  }

  .zone_sous_menu{
    display: flex;
    flex-direction: column;
  }

  .entete_afficher_masquer{
    display: flex ;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-evenly;
    padding:5px;
  }

  .zone_button_filtres_cartes{
    border-radius: 10% / 50%;
    background: #bdbdbd;
    border: ridge #bdbdbd;
    cursor : pointer ;
    /* display: inline flex; */
    display: flex ;
    flex-wrap: nowrap;
    /* flex-direction : column  ; */
    flex-direction : row  ;
    /* align-self: stretch; */
    align-items: stretch;
    align-content: center; 
    justify-content: space-between;
  }


  
  .logo_item{
    margin-left: 10px;
    display: inline flex;
    align-content: start;
  }

  .button_filtres_cartes{
    border:10px bisque;
    border-radius: 10% 10%;
    /* border :blueviolet; */
    background-color: blueviolet;
    /* border-color: bisque; */
    /* border-width: 3px; */
    /* width: fit-content;
    height: fit-content; */
    
    display: inline flex;
  }

 

  .interieur_check_box{
    display: inline flex;
    align-items: start;
  }
  
  .text_boutton_filtre{
 /*    align-items: center;
    align-content: center; */
    margin: 10px 5px;
  }

  .interieur_boutton_filtre{
    display:  flex;
    /* align-items: end;
    align-content:center ; */
   /*  align-items: center;*/
    align-content: center; 
  }

  .logo_item_aide_multi_couche{
     display:  flex;
    align-items: center;
    cursor:help;
  }

  .titre_bouton {
    display: inline flex;
    /* align-items: center; */
  }

  @media all and (min-width: 600px) {
  
    .menu_lat_multicouches_leaflet{
      font-size: 0.75rem;
    }

    /* .zone_button_filtres_cartes{
      flex-direction : row  ;
    } */

  }