/* 
Theme Name: Hello Elementor Liberon Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Faiza Safir
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#store_locator_map {
    height: 560px;
  }
  
  .container{
    width: 1296px;
    margin: 50px auto;
  }
  .row{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .col-sm-4{
    width: 34%;
  }
  .col-sm-8{
    width:66%;
  }
  .order{
    flex-direction: row;
  }

  #pac-container {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 12px;
  }
  .cecil_Storelocator_container{
    max-width: 1320px!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!important;
    font-size: 16px!important;
    height: 40px;
    font-weight: 400!important;
    color: #575756!important;
    margin-block-end: 0px;
    padding-left: 50px;
    padding-right: 18px;
    position: relative;
  }

  .place::before{
    position: absolute;
    background-image: url('assets/images/store_liberon.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    content: '';
    left :0;
    top:0;
    height: 40px;
    width :40px;
  }
  
  .distanceText {
    color: #557588;
    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 #557588;
  }

  .distanceValue{
    color: #E30513;
  }

  .cecil_storelocator_adress{
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

/* css spécificique Site Liberon */
.cecil_storelocator_input_form{
    width: 500px!important;
    height:30px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #666;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #FAFAFA;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
	padding:0!important;
  }

.cecil_storelocator_search_button{
    width: 175px!important;
    height: 30px;
    border-radius: 3px;
    background-color: #557588!important;
    color: #fff!important;
	padding : 0!important;
    border: none;
    /* -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out */
  }
/* .cecil_storelocator_search_button:hover,
.cecil_storelocator_auto_location:hover{
    background-color: #ca9b52;
  } */

.cecil_storelocator_auto_location {
    width: 30px;
    height: 30px;
    background-color: #557588!important;
    color: #fff!important;
    border-radius: 100%;
    padding: 0!important;
    border: none;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
  }
  
#pac-container{
    display: flex;
    justify-content: space-between;
}

 @media only screen and (max-width : 576px) {
  #pac-container{
    flex-direction: column;
    align-items: center;
    height: 180px;
}
.cecil_storelocator_input_form{
  width: 100%!important;
}

.cecil_Storelocator_container{
  max-width: 100%!important;
}
.place{
  font-size: 14px!important;
  padding-left: 40px;
  padding-right: 5px;
}
.distanceText{
  font-size: 12px!important;
}
.place::before{
  height: 30px;
  width :30px;
}
.cecil_storelocator_adress{
  margin-left: 10px;
}

.container{
  width: 95%;
}
.col-sm-4,.col-sm-8{
  width: 100%;
}
.order{
  flex-direction: column-reverse;
}
}