@charset "UTF-8";
/* line 1, ../../../web/assets/sass/elements/_cnil.scss */
#cookie-banner {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  left: 0;
  line-height: 140%;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
  position: fixed;
  text-align: center;
  right: 0;
  z-index: 50;
}
/* line 13, ../../../web/assets/sass/elements/_cnil.scss */
#cookie-banner a {
  color: #01417f;
  font-weight: bold;
  padding: 0 0.5rem;
  white-space: nowrap;
}
/* line 19, ../../../web/assets/sass/elements/_cnil.scss */
#cookie-banner #closeCNIL {
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 0.8em;
}

/* line 15, ../../../web/assets/sass/elements/_alerts.scss */
.alert {
  padding: 15px;
  border-radius: 0.25rem;
  margin: 15px auto;
  border: 1px solid transparent;
  position: relative;
}
/* line 22, ../../../web/assets/sass/elements/_alerts.scss */
.alert [class^="icon-"], .alert [class*=" icon-"] {
  float: left;
}
/* line 25, ../../../web/assets/sass/elements/_alerts.scss */
.alert button {
  background-color: transparent;
  border: none;
}
/* line 29, ../../../web/assets/sass/elements/_alerts.scss */
.alert p {
  margin: 0;
}

/* line 35, ../../../web/assets/sass/elements/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 0.75rem;
}
/* line 38, ../../../web/assets/sass/elements/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: -8px;
  right: -5px;
  color: inherit;
  font-size: 25px;
}

/* line 64, ../../../web/assets/sass/elements/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 6, ../../../web/assets/sass/elements/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 9, ../../../web/assets/sass/elements/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 68, ../../../web/assets/sass/elements/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 6, ../../../web/assets/sass/elements/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 9, ../../../web/assets/sass/elements/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 72, ../../../web/assets/sass/elements/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 6, ../../../web/assets/sass/elements/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 9, ../../../web/assets/sass/elements/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 76, ../../../web/assets/sass/elements/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 6, ../../../web/assets/sass/elements/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 9, ../../../web/assets/sass/elements/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 2, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) label {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  vertical-align: top;
  width: 100px;
}
/* line 9, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) input, form:not(.formQS) select {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.3rem;
  max-width: 250px;
}
/* line 15, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 20, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) textarea {
  height: 7.3rem;
  line-height: 1.4rem;
  margin: 0.2em 0;
  resize: none;
}
/* line 26, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) input, form:not(.formQS) select, form:not(.formQS) textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 0 #eee;
  -webkit-box-shadow: 0 0 0 0 #eee;
  -o-box-shadow: 0 0 0 0 #eee;
  box-shadow: 0 0 0 0 #eee;
  background-color: #eee;
  border: 1px solid #ececec;
  box-sizing: border-box;
  font-size: 0.9em;
  margin: 0.15em 0 0.3em 0;
  width: 250px;
  font-family: 'roboto', sans-serif;
}
/* line 36, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) input:focus, form:not(.formQS) input:active, form:not(.formQS) select:focus, form:not(.formQS) select:active, form:not(.formQS) textarea:focus, form:not(.formQS) textarea:active {
  outline: none;
}
/* line 40, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) select {
  background-image: url(/assets/img/fleche_select.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
}
/* line 45, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) select::-ms-expand {
  display: none;
}
/* line 48, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) .input {
  margin: 0.3em auto;
}
/* line 52, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) .mentionsForm {
  color: #555;
  font-size: 12px;
  line-height: 140%;
  padding: 1em 0;
  text-align: center;
}
/* line 59, ../../../web/assets/sass/elements/_form.scss */
form:not(.formQS) button[type="submit"] {
  border: none;
}

/* line 64, ../../../web/assets/sass/elements/_form.scss */
form .consent-check .input {
  justify-content: center;
  padding-top: 0.4em;
}
/* line 67, ../../../web/assets/sass/elements/_form.scss */
form .consent-check .input label {
  width: auto !important;
  padding-top: 0 !important;
  font-size: 0.8em;
  font-weight: normal !important;
}
/* line 73, ../../../web/assets/sass/elements/_form.scss */
form .consent-check .input input {
  width: auto !important;
  height: auto !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/* line 81, ../../../web/assets/sass/elements/_form.scss */
.consent-txt {
  margin: 2em 0 0 0;
}
/* line 83, ../../../web/assets/sass/elements/_form.scss */
.consent-txt p {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 0.65em;
  line-height: 1.1;
  color: #aaaaaa;
}

@media only screen and (min-width: 641px) {
  /* line 94, ../../../web/assets/sass/elements/_form.scss */
  form:not(.formQS) input, form:not(.formQS) select {
    max-width: none;
  }
  /* line 97, ../../../web/assets/sass/elements/_form.scss */
  form:not(.formQS) .input {
    display: flex;
    flex-direction: row;
    min-width: 250px;
    width: 100%;
  }

  /* line 105, ../../../web/assets/sass/elements/_form.scss */
  form .consent-check .input label {
    padding-left: 2.1em !important;
  }
}
/* line 1, ../../../web/assets/sass/elements/_formDisponibilite.scss */
#formDisponibilite {
  background-color: #ffffff;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 10px 3.2em 10px;
  position: fixed;
  right: -105%;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 21;
}
/* line 16, ../../../web/assets/sass/elements/_formDisponibilite.scss */
#formDisponibilite .btnResa {
  margin: 1em auto 0;
}

/* line 20, ../../../web/assets/sass/elements/_formDisponibilite.scss */
#closeDispo {
  color: #01417f;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 28, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite {
  margin: 1em auto;
  min-width: 170px;
  width: 100%;
  max-width: 440px;
}
/* line 33, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite .input {
  margin: 6px auto;
  position: relative;
}
/* line 36, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite .input input, .contientFormDisponibilite .input select, .contientFormDisponibilite .input textarea {
  border-radius: 0;
  cursor: pointer;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  vertical-align: top;
}
/* line 43, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite .input select {
  font-size: 16px;
  padding: 0 0 0 14px;
}
/* line 47, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite .input label {
  font-size: 0.8em;
}
/* line 52, ../../../web/assets/sass/elements/_formDisponibilite.scss */
.contientFormDisponibilite .start input {
  text-align: center;
  width: 130px;
}

@media screen and (min-width: 440px) {
  /* line 62, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .input label {
    line-height: 2.2rem;
    margin: 0 1em 0 0;
    text-align: right;
  }
}
@media screen and (min-width: 760px) {
  /* line 72, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  #formDisponibilite {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* line 78, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite {
    padding-right: 20px;
    position: relative;
    width: 680px;
    max-width: none;
  }
  /* line 83, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .bloc1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  /* line 91, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .w100 {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  /* line 94, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .w100 .input {
    width: 360px;
  }
  /* line 99, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .w50 {
    flex-basis: 50%;
  }
  /* line 101, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite .w50 input, .contientFormDisponibilite .w50 select {
    width: calc( 100% - 100px);
  }
  /* line 105, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite textarea {
    width: 550px !important;
  }
}
@media screen and (min-width: 760px) and (min-height: 660px) {
  /* line 112, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  #formDisponibilite {
    justify-content: center;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 760px) and (min-height: 700px) {
  /* line 119, ../../../web/assets/sass/elements/_formDisponibilite.scss */
  .contientFormDisponibilite {
    margin-top: 3em;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?r4eqgh");
  src: url("/assets/fonts/icomoon.eot?r4eqgh#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.woff2?r4eqgh") format("woff2"), url("/assets/fonts/icomoon.ttf?r4eqgh") format("truetype"), url("/assets/fonts/icomoon.woff?r4eqgh") format("woff"), url("/assets/fonts/icomoon.svg?r4eqgh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../../../web/assets/sass/elements/_fontIcomoon.scss */
[class^="icon-"], [class*=" icon-"], [class^="iconpctrs-"], [class*=" iconpctrs-"], .fa-star, .fa-star-o {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-virtual-visit:before {
  content: "";
}

/* line 36, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-instagram:before, .iconpctrs-instagram:before {
  content: "";
}

/* line 41, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-play:before {
  content: "";
}

/* line 46, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-checkmark:before {
  content: "";
}

/* line 51, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-link:before {
  content: "";
}

/* line 56, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-spinner:before {
  content: "";
}

/* line 61, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-warning:before {
  content: "";
}

/* line 66, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-cross:before {
  content: "";
}

/* line 73, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-star:before,
.fa-star:before,
.fa-star-o:before {
  content: "";
}

/* line 78, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-location:before {
  content: "";
}

/* line 83, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-location-linear:before {
  content: "";
}

/* line 88, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-location-full:before {
  content: "";
}

/* line 93, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-mobile:before {
  content: "";
}

/* line 98, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-gift-linear:before {
  content: "";
}

/* line 103, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-camera:before {
  content: "";
}

/* line 108, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-news:before {
  content: "";
}

/* line 113, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-crop:before {
  content: "";
}

/* line 118, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-left:before {
  content: "";
}

/* line 123, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-right:before {
  content: "";
}

/* line 128, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-up:before {
  content: "";
}

/* line 133, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-down:before {
  content: "";
}

/* line 138, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-right2:before {
  content: "";
}

/* line 143, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-arrow-down2:before {
  content: "";
}

/* line 148, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-youtube:before {
  content: "";
}

/* line 153, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-google-plus:before {
  content: "";
}

/* line 158, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-facebook:before, .iconpctrs-facebook:before {
  content: "";
}

/* line 163, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-flickr:before {
  content: "";
}

/* line 168, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-tumblr:before {
  content: "";
}

/* line 173, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-pinterest:before {
  content: "";
}

/* line 178, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-twitter:before {
  content: "";
}

/* line 183, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-tripadvisor:before {
  content: "";
}

/* line 188, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-menu:before {
  content: "";
}

/* line 193, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-globe:before {
  content: "";
}

/* line 198, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-mobile-linear:before {
  content: "";
}

/* line 203, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-mail:before {
  content: "";
}

/* line 208, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-gift:before {
  content: "";
}

/* line 213, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-tags:before {
  content: "";
}

/* line 218, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-people:before {
  content: "";
}

/* line 223, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-calendar:before {
  content: "";
}

/* line 1, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

/* line 17, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

/* line 31, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

/* line 37, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.single-date {
  width: auto;
}

/* line 41, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

/* line 45, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

/* line 49, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

/* line 54, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

/* line 59, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

/* line 64, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

/* line 68, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

/* line 75, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

/* line 79, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

/* line 84, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

/* line 106, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
select {
  background-image: url(/assets/img/fleche_select.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
}

/* line 111, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
select::-ms-expand {
  display: none;
}

/* line 115, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

/* line 125, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

/* line 130, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

/* line 135, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

/* line 144, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

/* line 153, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

/* line 159, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

/* line 163, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 170, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

/* line 174, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time label {
  white-space: nowrap;
}

/* line 178, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

/* line 183, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

/* line 187, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

/* line 192, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

/* line 196, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

/* line 201, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper table .caption {
  height: 40px;
}

/* line 205, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

/* line 211, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

/* line 217, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

/* line 232, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

/* line 237, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

/* line 243, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

/* line 251, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

/* line 261, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* line 271, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

/* line 281, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

/* line 291, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .selected-days {
  display: none;
}

/* line 295, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

/* line 301, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}

/* line 305, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

/* line 309, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

/* line 313, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

/* line 317, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

/* line 322, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

/* line 326, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

/* line 330, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}

/* line 349, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/*time styling*/
/* line 362, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time {
  position: relative;
}

/* line 366, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.single-month .time {
  display: block;
}

/* line 370, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

/* line 378, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/* line 385, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time1 {
  float: left;
}

/* line 389, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .time2 {
  float: right;
}

/* line 393, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}

/* line 398, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .hide {
  display: none;
}

/* line 402, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 407, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 412, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/* line 430, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

/* line 441, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

/* line 446, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

/* line 455, ../../../web/assets/sass/bigCalendar/_daterangepicker.scss */
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}

/* line 164, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.hidden {
  display: none !important;
}

/* line 167, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 21;
}

/* line 176, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-container {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 22;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

/* line 188, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 0;
  overflow: hidden;
}
/* line 194, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-label,
.bc-content .bc-input,
.bc-content .bc-tarif {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}
/* line 205, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-label {
  font-weight: bold;
}
/* line 208, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-input {
  margin-bottom: 14px;
  font-size: 1.2em;
  color: #ab8d40;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9f9f9;
}
/* line 216, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif {
  display: flex;
  min-height: 58px;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #ab8d40;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9f9f9;
}
/* line 226, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif span {
  font-size: 1.7em;
}
/* line 228, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif span.no-avail {
  display: none;
  font-size: 0.6em;
}
/* line 232, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif span span {
  font-size: 1em;
}
/* line 237, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif.no-availability span.no-avail {
  display: block;
  padding-bottom: 7px;
  align-self: flex-end;
}
/* line 243, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-tarif .api-prix {
  width: auto;
}
/* line 248, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form-nights,
.bc-content .bc-ota-price {
  margin-bottom: 14px;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
/* line 253, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form-nights p,
.bc-content .bc-ota-price p {
  margin-top: 10px;
  margin-bottom: 6px;
}
/* line 257, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form-nights .bc-label,
.bc-content .bc-ota-price .bc-label {
  display: inline-block;
  width: auto;
  font-weight: normal;
  font-style: italic;
  font-size: 0.6em;
}
/* line 264, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form-nights .bc-input,
.bc-content .bc-ota-price .bc-input {
  display: inline-block;
  width: auto;
  font-size: 0.8em;
  border: 0;
}
/* line 273, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-ota-price p {
  margin-top: 0;
}
/* line 276, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-ota-price .bc-input {
  padding-left: 5px;
  font-size: 1.3em;
}
/* line 284, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form legend {
  flex-basis: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
/* line 293, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reset,
.bc-content .bc-form .btn-bc-reserve {
  width: 100%;
  max-width: none;
  font-family: "roboto", sans-serif;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/* line 306, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reset {
  height: 25px;
  font-size: 0.7em;
  color: #737373;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
/* line 312, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reset:hover {
  background-color: #ffffff;
}
/* line 315, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reset i {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.8em;
}
/* line 322, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reserve {
  margin: 0 0 15px 0;
  padding: 16px 0;
  font-size: 1.1em;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
  border-radius: 18px;
  background-color: #ab8d40;
}
/* line 333, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reserve:hover {
  background-color: #01417f;
}
/* line 336, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reserve:disabled {
  cursor: default;
  background-color: #015bb2;
}
/* line 340, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-content .bc-form .btn-bc-reserve span {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}

/* line 348, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.7em;
}
/* line 355, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend p {
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0.75em;
  text-align: left;
}
/* line 361, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-best-price {
  color: #6cad45;
}
/* line 363, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-best-price:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: text-bottom;
  content: '';
  border-radius: 50%;
  background-color: #6cad45;
}
/* line 374, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-last-room {
  color: #dc950c;
}
/* line 376, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-last-room:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-size: 1.3em;
  content: "";
  font-family: icomoon !important;
}
/* line 385, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-available {
  color: #737373;
}
/* line 387, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-available span {
  display: inline-block;
  width: 36px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background-color: #efefef;
}
/* line 399, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-min-stay {
  color: #333333;
}
/* line 401, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-min-stay:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  font-size: 1.3em;
  content: "";
  font-family: icomoon !important;
}
/* line 410, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-closed-on-arrival {
  color: #333333;
}
/* line 412, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-closed-on-arrival span {
  display: inline-block;
  width: 36px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 15%, #d1eaf2 15%, #d1eaf2 18%, #ffffff 18%, #ffffff 33%, #d1eaf2 33%, #d1eaf2 36%, #ffffff 36%, #ffffff 51%, #d1eaf2 51%, #d1eaf2 54%, #ffffff 54%, #ffffff 69%, #d1eaf2 69%, #d1eaf2 72%, #ffffff 72%, #ffffff 87%, #d1eaf2 87%, #d1eaf2 90%, #ffffff 90%);
}
/* line 421, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-closed-on-departure {
  color: #333333;
}
/* line 423, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-legend .bc-legend-closed-on-departure span {
  display: inline-block;
  width: 36px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 15%, #bdf2d0 15%, #bdf2d0 18%, #ffffff 18%, #ffffff 33%, #bdf2d0 33%, #bdf2d0 36%, #ffffff 36%, #ffffff 51%, #bdf2d0 51%, #bdf2d0 54%, #ffffff 54%, #ffffff 69%, #bdf2d0 69%, #bdf2d0 72%, #ffffff 72%, #ffffff 87%, #bdf2d0 87%, #bdf2d0 90%, #ffffff 90%);
}

/* line 434, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-infos {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 20px 20px 20px;
  font-size: 0.9em;
  border: 0;
  background-color: #f9f9f9;
}

/* line 444, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.btn-bc-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  cursor: pointer;
  color: #cdcdcd;
  font-size: 1.5em;
  border: 0;
  background: none;
  z-index: 25;
}
/* line 456, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.btn-bc-close:hover {
  color: #000000;
}

/* line 461, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-message {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
  background-color: transparent;
}

/* line 469, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-message-error {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}

/* line 475, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* line 484, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc {
  text-align: center;
}
/* line 486, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  color: #000000;
  border: 0;
  background-color: transparent;
}
/* line 495, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper.no-shortcuts {
  padding: 0;
}
/* line 498, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper {
  padding: 5px 0;
  border: 0;
  background-color: #ffffff;
}
/* line 502, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .caption th.month-name {
  border-bottom: 1px solid #e5e5e5;
}
/* line 506, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .week-name {
  height: 40px;
}
/* line 509, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day {
  margin-bottom: 0;
  padding: 0;
}
/* line 513, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth {
  border-right: 1px solid #ffffff;
}
/* line 515, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.valid {
  color: #000000;
  font-weight: normal;
  background-color: #ffffff;
}
/* line 521, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-best-price .prix {
  color: #ffffff;
  background-color: #6cad45;
}
/* line 527, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.invalid {
  color: #000000;
  font-weight: normal;
  background-color: #efefef;
  opacity: 1;
}
/* line 536, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.hovering {
  color: #000000;
  font-weight: normal;
  background-color: #ffefd2;
}
/* line 540, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.hovering.bc-closed-on-departure {
  background: linear-gradient(135deg, #ffefd2 0%, #ffefd2 10%, #bdf2d0 10%, #bdf2d0 11.5%, #ffefd2 11.5%, #ffefd2 21.5%, #bdf2d0 21.5%, #bdf2d0 23%, #ffefd2 23%, #ffefd2 33%, #bdf2d0 33%, #bdf2d0 34.5%, #ffefd2 34.5%, #ffefd2 44.5%, #bdf2d0 44.5%, #bdf2d0 46%, #ffefd2 46%, #ffefd2 56%, #bdf2d0 56%, #bdf2d0 57.5%, #ffefd2 57.5%, #ffefd2 67.5%, #bdf2d0 67.5%, #bdf2d0 69%, #ffefd2 69%, #ffefd2 79%, #bdf2d0 79%, #bdf2d0 80.5%, #ffefd2 80.5%, #ffefd2 90.5%, #bdf2d0 90.5%, #bdf2d0 92%, #ffefd2 92%);
}
/* line 544, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected {
  border-right: 2px solid #1e6ba7;
  border-radius: 15px 0 0 15px;
}
/* line 547, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected .bc-date-price {
  padding-right: 9px;
}
/* line 551, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected {
  border-left: 2px solid #1e6ba7;
  border-radius: 0 15px 15px 0;
}
/* line 554, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected .bc-date-price {
  padding-left: 9px;
}
/* line 558, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected, .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected {
  background-color: #2193eb !important;
}
/* line 562, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.invalid.first-date-selected, .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.invalid.last-date-selected {
  color: #fff !important;
  font-weight: normal;
  opacity: 1;
  background: none;
}
/* line 568, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.invalid.first-date-selected .prix, .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.invalid.last-date-selected .prix {
  color: #ffffff;
  background-color: transparent;
}
/* line 573, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-min-stay {
  position: relative;
  background-color: #c1e0f8;
}
/* line 576, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-min-stay::before {
  position: absolute;
  top: 13px;
  left: 2px;
  content: "";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
}
/* line 591, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-stress-available {
  position: relative;
}
/* line 593, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-stress-available::after {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  font-family: icomoon !important;
  color: #dc950c;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  border-radius: 50%;
  background-color: #ffffff;
}
/* line 612, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-closed-on-arrival {
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 10%, #d1eaf2 10%, #d1eaf2 11.5%, #ffffff 11.5%, #ffffff 21.5%, #d1eaf2 21.5%, #d1eaf2 23%, #ffffff 23%, #ffffff 33%, #d1eaf2 33%, #d1eaf2 34.5%, #ffffff 34.5%, #ffffff 44.5%, #d1eaf2 44.5%, #d1eaf2 46%, #ffffff 46%, #ffffff 56%, #d1eaf2 56%, #d1eaf2 57.5%, #ffffff 57.5%, #ffffff 67.5%, #d1eaf2 67.5%, #d1eaf2 69%, #ffffff 69%, #ffffff 79%, #d1eaf2 79%, #d1eaf2 80.5%, #ffffff 80.5%, #ffffff 90.5%, #d1eaf2 90.5%, #d1eaf2 92%, #ffffff 92%);
  pointer-events: none;
}
/* line 616, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-closed-on-departure {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 10%, #bdf2d0 10%, #bdf2d0 11.5%, #ffffff 11.5%, #ffffff 21.5%, #bdf2d0 21.5%, #bdf2d0 23%, #ffffff 23%, #ffffff 33%, #bdf2d0 33%, #bdf2d0 34.5%, #ffffff 34.5%, #ffffff 44.5%, #bdf2d0 44.5%, #bdf2d0 46%, #ffffff 46%, #ffffff 56%, #bdf2d0 56%, #bdf2d0 57.5%, #ffffff 57.5%, #ffffff 67.5%, #bdf2d0 67.5%, #bdf2d0 69%, #ffffff 69%, #ffffff 79%, #bdf2d0 79%, #bdf2d0 80.5%, #ffffff 80.5%, #ffffff 90.5%, #bdf2d0 90.5%, #bdf2d0 92%, #ffffff 92%);
  pointer-events: none;
}
/* line 620, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-closed-on-departure.bc-min-stay {
  background: linear-gradient(135deg, #94c9f2 0%, #94c9f2 10%, #d1eaf2 10%, #d1eaf2 11.5%, #94c9f2 11.5%, #94c9f2 21.5%, #d1eaf2 21.5%, #d1eaf2 23%, #94c9f2 23%, #94c9f2 33%, #d1eaf2 33%, #d1eaf2 34.5%, #94c9f2 34.5%, #94c9f2 44.5%, #d1eaf2 44.5%, #d1eaf2 46%, #94c9f2 46%, #94c9f2 56%, #d1eaf2 56%, #d1eaf2 57.5%, #94c9f2 57.5%, #94c9f2 67.5%, #d1eaf2 67.5%, #d1eaf2 69%, #94c9f2 69%, #94c9f2 79%, #d1eaf2 79%, #d1eaf2 80.5%, #94c9f2 80.5%, #94c9f2 90.5%, #d1eaf2 90.5%, #d1eaf2 92%, #94c9f2 92%);
}
/* line 624, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.checked {
  color: #000000;
  font-weight: normal;
  background: none;
  background-color: #94c9f2;
}
/* line 631, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.checked.first-date-selected .prix, .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.checked.last-date-selected .prix {
  color: #ffffff;
}
/* line 635, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.checked:not(.first-date-selected) {
  border-right: 0;
}
/* line 639, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.checked .prix {
  color: #000000;
  background-color: transparent;
}
/* line 644, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-no-click {
  pointer-events: none;
}
/* line 649, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-best-price .prix {
  border-radius: 5px;
}
/* line 657, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .prix {
  min-width: 38px;
  padding: 2px 0 2px 0;
  font-size: 1.05em;
  font-weight: bold;
}
/* line 662, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .prix span {
  font-size: 0.6em;
  font-weight: normal;
}
/* line 668, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .bc-date-price {
  padding: 8px 2px 7px 2px;
}
/* line 673, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected .bc-date-price {
  padding-right: 1px;
}
/* line 678, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected .bc-date-price {
  padding-left: 1px;
}
/* line 683, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper .bc-date {
  padding-bottom: 0.8em;
  min-width: 28px;
  font-size: 0.9em;
}
/* line 690, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper table .caption .prev,
.popin-bc .date-picker-wrapper table .caption .next {
  display: block;
  color: #333333;
}
/* line 694, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper table .caption .prev:hover,
.popin-bc .date-picker-wrapper table .caption .next:hover {
  color: #afafaf;
  background-color: transparent;
}
/* line 703, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper tbody tr td {
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
/* line 707, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.popin-bc .date-picker-wrapper tbody tr:first-child td {
  border-top: 1px solid #e5e5e5;
}

/* line 718, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bestprice-month {
  display: block;
  margin-bottom: 20px;
}

/* line 722, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-title {
  margin-right: 30px;
}

/* line 725, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
}

/* line 734, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-title {
  font-size: 0.75em;
}

/* line 738, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-container {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding: 20px 10px;
  background-color: #f3f3f3;
  border-radius: 18px;
}

/* line 749, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 37px;
  width: 26px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  background-color: #ab8d40;
  border-radius: 9px;
}
/* line 767, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-btn:hover {
  background-color: #01417f;
}
/* line 770, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-btn.bc-bpm-prev {
  left: -13px;
}
/* line 773, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-btn.bc-bpm-next {
  right: -13px;
}

/* line 777, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-4-months {
  position: relative;
  min-height: 40px;
  width: 100%;
  overflow: hidden;
}

/* line 783, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-all-months {
  display: flex;
  position: absolute;
  top: 0;
  left: -1px;
  width: 125%;
  height: 100%;
  line-height: 1;
}

/* line 792, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-one-month {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  width: 110px;
  border-right: 1px solid #d8d8d8;
}
/* line 799, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-one-month.bc-bpm-last-month {
  border: 0;
}

/* line 803, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-month-title,
.bc-bpm-month-price {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* line 809, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-month-title {
  font-size: 0.6em;
  text-transform: uppercase;
}

/* line 814, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-month-price {
  color: #6cad45;
}

/* line 817, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.bc-bpm-month-no-price {
  display: block;
  text-align: center;
  font-size: 0.6em;
}

@media screen and (min-width: 641px) {
  /* line 829, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-recap-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 834, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-recap-date .bc-form-col {
    flex-basis: 48%;
  }

  /* line 839, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper {
    width: auto;
  }
  /* line 841, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price {
    padding: 6px 2px 5px 2px;
  }
  /* line 843, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price .prix {
    padding: 5px 0 4px 0;
    font-size: 1.25em;
  }
  /* line 848, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 853, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected .bc-date-price {
    padding-right: 1px;
  }
  /* line 858, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected .bc-date-price {
    padding-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  /* line 872, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .month-wrapper {
    padding: 5px 0;
  }
  /* line 876, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .month-wrapper .day.day.toMonth.bc-stress-available::after {
    top: 3px;
    font-size: 1.5em;
  }
  /* line 882, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .month-wrapper .day.day.toMonth.bc-min-stay::before {
    top: 13px;
    left: 2px;
  }

  /* line 892, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price {
    padding: 6px 2px 5px 2px;
  }
  /* line 894, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price .prix {
    min-width: 44px;
  }

  /* line 900, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-content {
    padding-top: 0;
  }

  /* line 903, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-legend {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  /* line 908, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-legend p {
    flex-basis: calc(33% - 20px);
  }

  /* line 914, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-block {
    flex-direction: row;
  }

  /* line 917, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-container {
    width: auto;
  }

  /* line 920, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-4-months {
    width: 438px;
    min-height: 50px;
  }

  /* line 924, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-month-title {
    font-size: 0.8em;
  }

  /* line 927, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-month-no-price {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  /* line 935, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-container {
    max-height: 100%;
    width: auto;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    border-radius: 18px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* line 950, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc {
    padding: 20px 20px 20px 20px;
  }
  /* line 954, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price .prix {
    min-width: 50px;
  }
  /* line 960, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected .bc-date-price {
    padding-right: 1px;
  }
  /* line 965, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected .bc-date-price {
    padding-left: 1px;
  }

  /* line 973, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .btn-bc-close {
    top: 10px;
    right: 10px;
  }

  /* line 979, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bestprice-month {
    display: flex;
  }

  /* line 983, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-bpm-block {
    border-radius: 18px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 996, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price {
    padding: 6px 10px 10px 10px;
  }
  /* line 998, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .bc-date-price .prix {
    min-width: 50px;
  }
  /* line 1004, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.first-date-selected .bc-date-price {
    padding-right: 9px;
  }
  /* line 1009, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.last-date-selected .bc-date-price {
    padding-left: 9px;
  }
  /* line 1017, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-stress-available::after {
    top: 3px;
    right: 10px;
  }
  /* line 1023, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper .day.day.toMonth.bc-min-stay::before {
    top: 3px;
    left: 10px;
  }

  /* line 1031, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-legend {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  /* line 1035, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-legend p {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1366px) {
  /* line 1045, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-content {
    flex-direction: row;
  }

  /* line 1048, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-infos {
    width: 240px;
  }

  /* line 1051, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-recap-date {
    display: block;
  }

  /* line 1054, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .btn-bc-reserve {
    margin-top: 20px;
  }
}
/* line 1059, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
.date-picker-wrapper .date-range-length-tip {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.2), only screen and (-moz-min-device-pixel-ratio: 1.2), only screen and (-o-min-device-pixel-ratio: 12 / 10), only screen and (min-device-pixel-ratio: 1.2) {
  /* line 1073, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .bc-container {
    width: 98vw;
  }

  /* line 1076, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc {
    flex-grow: 1;
  }
  /* line 1080, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
  /* line 1085, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper table {
    width: auto;
  }
  /* line 1088, ../../../web/assets/sass/bigCalendar/_bigcalendar.scss */
  .popin-bc .date-picker-wrapper .month-wrapper > div {
    display: none;
  }
}
/* line 1, ../../../web/assets/sass/components/_popup.scss */
.popup-promo {
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-110%);
  -moz-transform: translateX(-50%) translateY(-110%);
  -ms-transform: translateX(-50%) translateY(-110%);
  -o-transform: translateX(-50%) translateY(-110%);
  transform: translateX(-50%) translateY(-110%);
  transition: top 0.2s;
  position: fixed;
  top: 0;
  left: 50%;
  width: 90%;
  z-index: 999;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  max-width: 570px;
  height: auto;
}
/* line 21, ../../../web/assets/sass/components/_popup.scss */
.popup-promo.open {
  top: 50%;
  max-height: 90vh;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 31, ../../../web/assets/sass/components/_popup.scss */
.popup-promo.open .popup-promo-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 0 2px white;
  cursor: pointer;
  border: 0;
  background: none;
  z-index: 51;
}

/* line 48, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content-title {
  text-align: center;
}

/* line 51, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content-resume {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
}

/* line 56, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content {
  padding: 10% 5% 5%;
}
/* line 58, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content .btnInterne {
  margin-top: 0;
}

/* line 62, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content-text {
  line-height: 1.75;
  margin: 15px 0;
}

/* line 66, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-img {
  margin: 25px auto 15px;
  text-align: center;
}
/* line 69, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-img img {
  max-width: 100%;
}

/* line 73, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-btn-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 79, ../../../web/assets/sass/components/_popup.scss */
.popup-promo-content-price {
  margin-right: 2rem;
  font-size: 2rem;
  line-height: normal;
  color: #ab8d40;
}

/* line 13, ../../../web/assets/sass/common_bottom.scss */
.elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px000 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px000 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #000000, 6px -6px 0 0px rgba(0, 0, 0, 0.2), 8px 0px 0 0px rgba(0, 0, 0, 0.2), 6px 6px 0 0px rgba(0, 0, 0, 0.2), 0px 8px 0 0px rgba(0, 0, 0, 0.2), -6px 6px 0 0px rgba(0, 0, 0, 0.2), -8px 0px 0 0px rgba(0, 0, 0, 0.5), -6px -6px 0 0px rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.7), 6px -6px 0 0px #000000, 8px 0px 0 0px rgba(0, 0, 0, 0.2), 6px 6px 0 0px rgba(0, 0, 0, 0.2), 0px 8px 0 0px rgba(0, 0, 0, 0.2), -6px 6px 0 0px rgba(0, 0, 0, 0.2), -8px 0px 0 0px rgba(0, 0, 0, 0.2), -6px -6px 0 0px rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.5), 6px -6px 0 0px rgba(0, 0, 0, 0.7), 8px 0px 0 0px #000000, 6px 6px 0 0px rgba(0, 0, 0, 0.2), 0px 8px 0 0px rgba(0, 0, 0, 0.2), -6px 6px 0 0px rgba(0, 0, 0, 0.2), -8px 0px 0 0px rgba(0, 0, 0, 0.2), -6px -6px 0 0px rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.2), 6px -6px 0 0px rgba(0, 0, 0, 0.5), 8px 0px 0 0px rgba(0, 0, 0, 0.7), 6px 6px 0 0px #000000, 0px 8px 0 0px rgba(0, 0, 0, 0.2), -6px 6px 0 0px rgba(0, 0, 0, 0.2), -8px 0px 0 0px rgba(0, 0, 0, 0.2), -6px -6px 0 0px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.2), 6px -6px 0 0px rgba(0, 0, 0, 0.2), 8px 0px 0 0px rgba(0, 0, 0, 0.5), 6px 6px 0 0px rgba(0, 0, 0, 0.7), 0px 8px 0 0px #000000, -6px 6px 0 0px rgba(0, 0, 0, 0.2), -8px 0px 0 0px rgba(0, 0, 0, 0.2), -6px -6px 0 0px rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.2), 6px -6px 0 0px rgba(0, 0, 0, 0.2), 8px 0px 0 0px rgba(0, 0, 0, 0.2), 6px 6px 0 0px rgba(0, 0, 0, 0.5), 0px 8px 0 0px rgba(0, 0, 0, 0.7), -6px 6px 0 0px #000000, -8px 0px 0 0px rgba(0, 0, 0, 0.2), -6px -6px 0 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.2), 6px -6px 0 0px rgba(0, 0, 0, 0.2), 8px 0px 0 0px rgba(0, 0, 0, 0.2), 6px 6px 0 0px rgba(0, 0, 0, 0.2), 0px 8px 0 0px rgba(0, 0, 0, 0.5), -6px 6px 0 0px rgba(0, 0, 0, 0.7), -8px 0px 0 0px #000000, -6px -6px 0 0px rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.2), 6px -6px 0 0px rgba(0, 0, 0, 0.2), 8px 0px 0 0px rgba(0, 0, 0, 0.2), 6px 6px 0 0px rgba(0, 0, 0, 0.2), 0px 8px 0 0px rgba(0, 0, 0, 0.2), -6px 6px 0 0px rgba(0, 0, 0, 0.5), -8px 0px 0 0px rgba(0, 0, 0, 0.7), -6px -6px 0 0px #000000;
  }
}
/* line 17, ../../../web/assets/sass/common_bottom.scss */
footer {
  border-top: 1px solid #ececec;
}
/* line 19, ../../../web/assets/sass/common_bottom.scss */
footer .logoFooter {
  background-color: #f9f9f9;
  padding: 2em 1em 1em;
  text-align: center;
}
/* line 23, ../../../web/assets/sass/common_bottom.scss */
footer .logoFooter img {
  height: 136px;
}
/* line 27, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos {
  align-items: flex-start;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  text-align: center;
}
/* line 35, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos .etabName {
  display: block;
  font-weight: bold;
}
/* line 39, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos .etabName, footer .footerInfos .address, footer .footerInfos .ville, footer .footerInfos a {
  white-space: nowrap;
}
/* line 42, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address {
  font-style: normal;
  line-height: 1.5rem;
  padding: 0 1.5em 1em 1.5em;
}
/* line 46, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address > *:not(first-child) {
  padding: 0 0.4em;
}
/* line 49, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address span {
  display: inline-block;
}
/* line 51, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address span span {
  padding: 0 0.4em;
}
/* line 53, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address span span:first-child {
  padding-left: 0;
}
/* line 56, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address span span:last-child {
  padding-right: 0;
}
/* line 61, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address i {
  color: #01417f;
  padding-right: 0.5rem;
}
/* line 65, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos address a {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 70, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos .social-network-inline {
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
/* line 73, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos .social-network-inline a {
  margin: 0 0.25rem;
}
/* line 76, ../../../web/assets/sass/common_bottom.scss */
footer .footerInfos .social-network-inline i {
  font-size: 1.5em;
}
/* line 81, ../../../web/assets/sass/common_bottom.scss */
footer .navFooter {
  background-color: #ececec;
  padding: 1.2rem 1.5rem;
}
/* line 85, ../../../web/assets/sass/common_bottom.scss */
footer nav {
  text-transform: uppercase;
}
/* line 87, ../../../web/assets/sass/common_bottom.scss */
footer nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 93, ../../../web/assets/sass/common_bottom.scss */
footer nav li {
  margin: 0.3em 1em;
}
/* line 96, ../../../web/assets/sass/common_bottom.scss */
footer nav .active {
  color: #01417f;
}
/* line 100, ../../../web/assets/sass/common_bottom.scss */
footer .lgFooter {
  padding: 0.5rem 1.5rem;
}
/* line 102, ../../../web/assets/sass/common_bottom.scss */
footer .lgFooter .logosPartenaires {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
/* line 107, ../../../web/assets/sass/common_bottom.scss */
footer .lgFooter .logosPartenaires > * {
  margin: 0.75rem;
}
/* line 112, ../../../web/assets/sass/common_bottom.scss */
footer .lgFooter .widCOE {
  margin: auto;
}

/* Retina-specific stuff here */
/* for a neat eliophot logo */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 127, ../../../web/assets/sass/common_bottom.scss */
  img[src*=".png"], img[src$=".jpg"] {
    transform: scale(0.7, 0.7);
  }
}
@media only screen and (min-width: 641px) {
  /* line 134, ../../../web/assets/sass/common_bottom.scss */
  footer .footerInfos .etabName {
    display: inline;
  }
  /* line 136, ../../../web/assets/sass/common_bottom.scss */
  footer .footerInfos .etabName:after, footer .footerInfos .etabName::after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 4px;
    width: 4px;
    background-color: currentColor;
    content: '';
    display: inline-block;
    margin: 0 0 0 1em;
    vertical-align: middle;
  }
  /* line 146, ../../../web/assets/sass/common_bottom.scss */
  footer .footerInfos .social-network-inline {
    margin-top: 0;
  }
  /* line 150, ../../../web/assets/sass/common_bottom.scss */
  footer .lgFooter {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 155, ../../../web/assets/sass/common_bottom.scss */
  footer .lgFooter .logosPartenaires {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  /* line 161, ../../../web/assets/sass/common_bottom.scss */
  footer .lgFooter li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 170, ../../../web/assets/sass/common_bottom.scss */
  footer .logoFooter {
    padding: 3em 1em 2em;
  }
}
/* line 1, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens {
  padding: 1.5em 0;
}
/* line 3, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  position: relative;
  width: 90%;
  max-width: 320px;
  z-index: 5;
}
/* line 13, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .image {
  height: 170px;
  margin: auto auto 1.5em;
  position: relative;
  width: 100%;
  max-width: 277px;
}
/* line 20, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .background {
  background: url("/assets/img/logo.svg") no-repeat center center #ffffff;
  background-size: 70% 70%;
}
/* line 24, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .background else {
  background-size: auto;
}
/* line 27, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .background.background-add {
  background-size: cover;
}
/* line 31, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .texte {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0;
}
/* line 38, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .title {
  color: #01417f;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
/* line 44, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .btnInterne {
  margin-top: 0.5em;
  color: #000000;
}
/* line 47, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .btnInterne i {
  font-size: 10px;
  top: -1px;
}

@media screen and (min-width: 768px) {
  /* line 55, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens {
    padding: 2.5em 0;
  }
  /* line 59, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article {
    flex-direction: row;
    max-width: 930px;
  }
  /* line 62, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .image {
    flex-basis: 277px;
    margin-bottom: 0;
    width: 277px;
  }
  /* line 67, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .texte {
    flex-basis: calc(100% - 10% - 277px);
    margin-left: 10%;
  }
  /* line 70, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .texte.noImg {
    flex-basis: calc(100% - 10%);
    margin-left: 0;
  }
  /* line 75, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .title, .conteneurliens article .btnInterne {
    text-align: left;
  }
}
/* line 3, assetic_compassIGNrt3.scss */
#ecran2 {
  background-color: #ececec;
  padding: 2em 1.5em;
}
