/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.98.1520773667
Updated: 2018-03-11 14:07:47

*/
@media only screen and (min-width: 768px) {
  input#datePicker, input.form-control.datepickdate, select#nbr_chambre {
    font-size: 18px;
}
  input.form-control.uxbuttonsubmit {
      font-size: 18px;
      margin-top: 15px;
  }
   {
    font-size: 18px;
}

.input-group {
    width: 25% !important;
    float: left;
}
.booking {
        background-color: rgba(16, 16, 16, 0.8) !important;
    height: 80px;
    padding-top:10px;
    padding-bottom:10px;
    width: 100% !important;

}
.room {
    color: black;
    background-color: white;
    z-index: 99999;
    min-width: 250px;
    padding: 20px;
    position: absolute;
    margin-top: 13px;
}
.guest-adults {
    width: 40% !important;
    float: left;
}
.guest {
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 768px) {


.input-group {
  width: 45% !important;
      float: left;
      padding-left: 30px;
}
.booking {
        background-color: rgba(16, 16, 16, 0.8) !important;
    height: 150px;
    padding-top:10px;
    padding-bottom:10px;
    width: 100% !important;

}
.room {
    color: black;
    background-color: white;
    z-index: 99999;
    min-width: 250px;
    padding: 20px;
    position: absolute;
    margin-top: 13px;
}
.guest-adults {
    width: 40% !important;
    float: left;
}
.guest {
    padding-bottom: 10px;
}
input.form-control.uxbuttonsubmit {
    font-size: 18px;
    margin-top: 10px;
}
input#datePicker, input.form-control.datepickdate{
height:30px !important;
width:120px !important;
  }
}
