/* Always set the map height explicitly to define the size of the div test9
 * element that contains the map. */
 gmp-map {
    height: 550px!important;
      cursor:cell;
      margin-block-start:0px!important;
  }
  #geocoder{
    height: 41px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    z-index: 2;
    cursor: pointer;
    line-height: 22px;
  }
  #controlMap{
    padding: 15px 0;
  }
  .separatorv{
    border-right: 1px dashed white;
    margin-right: 15px;
    padding-left: 15px;
    height: 73px;
  }
  #controlMap h6{
    text-align: left;
    color: white;
    margin: 0;
    padding-left: 5px;
  }

  gmpx-place-picker {
    overflow: hidden;
    margin: 5px;
    border-radius: 0;
    z-index: 1;
  }

  #controlMap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: black;
  }
  .content{
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    max-width: 900px;
    width: 100%;
    margin: 0;
  }
/*   .content div{
    min-width: 200px;
  } */
  .content h3{
    font-size: 26px;
    margin-bottom: 0;
    margin: 0;
    padding-bottom: 0;
  }
  .content.first h3{
    font-weight: 700;
  }
  /* Optional: Makes the sample page fill the window. */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .place-picker-container {
    padding: 0px;
  }
  .place-picker-container input{
    margin: 0px;
  }
  #datePickerBlueHour,#datePickerBlueHourEnd,#startToCalcule{ 
    height: 41px;
    border-radius: 5px;
    border: 1px solid #858585;
    background-color: #ffffff;
    color: #7d7d7d;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;

  } 
  #bluehourReturn h3{
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 0;
  }
  #bluehourReturn{
    text-align: center;
    margin: 0 auto;
    padding: 22px;
    width: 100%;
    color: black;
    font-size: 1.2rem;
    background-color: white;
    margin-bottom: 0;
  }

  @media screen and (max-width: 992px) {
    .content{
      flex-direction: column;
    }
    #controlMap{
      flex-direction: column;
    }

    
  }
   
   
