.booking-bar {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.atTheBottom .booking-bar {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.booking-bar-content {
  border-bottom: 1px solid #afafaf;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auo;
  width: 1024px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
span.label {
  color: black;
}

.select-wrapper {
  background: black;
  color: white;
}

.btnResa.btn-qs-booking-home {
  display: none;
}

.formQS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 500px;
}
.formQS .input {
  margin: 0 2px 0 0;
}
.formQS .input input {
  font-size: 14px;
  width: 110px;
}
.formQS .input input.night select {
  width: 96px;
}
.formQS .input input.adult select {
  width: 136px;
}
.formQS .input select {
  font-size: 14px;
  width: 110px;
  padding: 0 0 0 4px;
}
.formQS .input i {
  width: 1.8em;
}
.formQS .input .label {
  font-size: 0.8em;
  height: 48px;
  left: 30px;
  line-height: 48px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.formQS #submit_qs {
  margin-top: 0;
}
.formQS span.ion-ios-calendar-outline {
  position: relative;
  left: 8px;
}
.formQS .input.start {
  background: black !important;
  width: 170px;
}
.formQS .input {
  margin: 6px auto;
  position: relative;
}
.formQS .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 14px;
  background-image: url(/assets/img/fleche_select.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  border-radius: 0;
  cursor: pointer;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  width: 166px;
  font-size: 18px;
}
.formQS .input input {
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  border-radius: 0;
  cursor: pointer;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  width: 166px;
}
.formQS .input i {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 48px;
  line-height: 48px;
  margin-left: -0.3em;
  text-align: center;
  vertical-align: middle;
  width: 2.25em;
}
.formQS .input .label {
  font-size: 0.8em;
  height: 48px;
  left: 48px;
  line-height: 48px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.formQS .start input {
  text-align: center;
  width: 130px;
}
.formQS #submit_qs {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #D95B6B;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-top: 4px;
  outline: none;
  padding: 0 1.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.formQS #submit_qs.hover:hover {
  background-color: #A93E4B;
}

.booking-bar {
  line-height: 1;
}

.booking-bar-one-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6em;
}

.resa-form-message {
  padding-right: 0.6em;
  font-weight: bold;
  word-break: keep-all;
}

.compare-prices {
  font-size: 0.83em;
}
.compare-prices .label {
  margin-right: 0.4em;
}
.compare-prices .price {
  white-space: nowrap;
}
.compare-prices .sitePrice {
  line-height: 1.3rem;
  font-weight: bold;
}
.compare-prices .sitePrice .price {
  color: #D95B6B;
  font-size: 1.3em;
}
.compare-prices .OTAPrice {
  line-height: 1.3rem;
}
.compare-prices .OTAPrice .label {
  font-size: 0.92em;
}
.compare-prices .OTAPrice .price {
  font-size: 1.12em;
}
.compare-prices .no-avail {
  text-align: center;
  white-space: normal;
  width: 74px;
}

select {
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  border-radius: 0;
  cursor: pointer;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  width: 166px;
}

.api-prixWrapper {
  border: 2px solid;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.no-avail {
  display: none;
}

.api-prix {
  width: 60px;
}

.no-availability {
  position: relative;
}
.no-availability .no-avail {
  color: #333333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.btnResa {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--fifth);
  border-color: var(--fifth);
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  margin: 1.4rem auto 2rem auto;
  padding: 1em 1.7em;
  text-align: center;
  text-transform: uppercase;
  max-width: 250px;
  width: 50%;
  min-width: 164px;
}

.btnResa-booking {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--fifth);
  border-color: var(--fifth);
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  margin: 1.4rem auto 2rem auto;
  padding: 1em 1.7em;
  text-align: center;
  text-transform: uppercase;
  max-width: 250px;
  width: 50%;
  min-width: 164px;
}
.btnResa-booking:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #A93E4B;
  border-color: #A93E4B;
}

.btnResa.hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #A93E4B;
  border-color: #A93E4B;
}

iframe#be-root {
  width: 1000px;
}

@media only screen and (min-width: 641px) {
  .home .booking-bar .booking-bar-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    border: none;
  }
}
@media screen and (min-width: 641px) {
  .btnResa {
    padding: 1.25rem 2.2rem;
  }
}
/* line 3, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-first-block,
.widget-custom-ca .customeralliance-second-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 16, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-first-block {
  font-weight: bold;
}

/* line 19, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-second-block {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  font-size: 0.7em;
}

/* line 24, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-average-mention {
  display: inline-block;
  padding-right: 10px;
  font-size: 0.9em;
}

/* line 28, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-average-mention:before, .widget-custom-ca .customeralliance-average-mention::before, .widget-custom-ca .customeralliance-average-mention:after, .widget-custom-ca .customeralliance-average-mention::after {
  content: '"';
}

/* line 32, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-average-rating {
  display: inline-block;
  font-size: 0.9em;
  white-space: nowrap;
}

/* line 37, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .customeralliance-review-count {
  margin-left: 0.5em;
  font-style: italic;
  white-space: nowrap;
}

/* line 42, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .fa {
  margin: 0 0.1em;
}

/* line 45, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .fa-star {
  color: #CFB171;
}

/* line 48, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca .fa-star-o {
  color: #c2b7af;
}

/* line 51, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca a {
  margin-right: 2.8em;
  font-size: 0.75em;
  font-style: italic;
  text-decoration: underline;
}

/* line 56, ../../../web/assets/css/sass/partners/_customeralliance.scss */
.widget-custom-ca a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 641px) {
  /* line 66, ../../../web/assets/css/sass/partners/_customeralliance.scss */
  .widget-custom-ca {
    display: block;
  }

  /* line 68, ../../../web/assets/css/sass/partners/_customeralliance.scss */
  .widget-custom-ca a {
    margin-right: 0;
  }
}