#store_locator_map {
    height: 560px;
  }
  
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  /* Styling for autocomplete search bar */
  #pac-card {
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    margin: 10px 10px 0 0;
    -moz-box-sizing: border-box;
    outline: none;
  }
  
  #pac-container {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 12px;
  }
  .cecil_Storelocator_container{
    max-width: 1320px!important;
  }
  
  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    /* margin-left: 12px; */
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    /* width: 400px; */
  }
  
  #pac-input:focus {
    outline-color: #232946!important;
  }
  
  #title {
    color: #fff;
    background-color: #acbcc9;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
  }
  
  .hidden {
    display: none;
  }

  /* Styling for an info pane that slides out from the left. 
   * Hidden by default. */
  #panel {
    height: 560px;
    width: null;
    background-color: white;
    z-index: 1;
    overflow-x:auto;
    transition: all .2s ease-out;
  }
  
  .open {
    width: initial;
  }
  
  .place {
    font-family: 'open sans', arial, sans-serif;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    margin-block-end: 0px;
    padding-left: 50px;
    padding-right: 18px;
    position: relative;
  }

  .place::before{
    position: absolute;
    background-image: url('img/ArtisanBoutique.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    left :0;
    top:0;
    height: 40px;
    width :40px;
  }
  
  .distanceText {
    color: silver;
    font-family: 'open sans', arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin-block-start: 0.25em;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid silver;
  }

  .distanceValue{
    color: #E30513;
  }

  .cecil_storelocator_adress{
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

/* css spécificique Site Cecil */
  .cecil_storelocator_input_form{
    width: 500px!important;
    height:50px!important;
    border: 1px solid #232946!important;
    border-radius: 25px!important;
    font-size: 16px!important;
    font-weight: 500!important;
  }

  .cecil_storelocator_search_button{
    width: 175px!important;
    height: 50px;
    border-radius: 25px;
    background-color: #232946;
    color: #fff;
  }

  .cecil_storelocator_auto_location {
    width: 50px;
    height: 50px;
    background-color: #232946;
    color: #fff;
    border-radius: 100%;
    padding: 0!important;
  }
  
#pac-container{
    display: flex;
    justify-content: space-between;
}

 @media only screen and (max-width : 576px) {
  #pac-container{
    flex-direction: column;
    align-items: center;
    height: 300px;
}
.cecil_storelocator_input_form{
  width: 100%!important;
}

.cecil_Storelocator_container{
  max-width: 100%!important;
}
.place{
  font-size: 12px!important;
  padding-left: 40px;
  padding-right: 5px;
}
.place::before{
  height: 30px;
  width :30px;
}
.cecil_storelocator_adress{
  margin-left: 10px;
}

    }

