@charset "UTF-8";
/* ***************************
          RESET
**************************** */
/* HTML5 display-role reset for older browsers */
/* line 5, ../../../web/assets/sass/elements/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 8, ../../../web/assets/sass/elements/_reset.scss */
body, html {
  position: relative;
  width: 100%;
  margin: 0;
  overflow-y: initial !important;
}

/* line 14, ../../../web/assets/sass/elements/_reset.scss */
body {
  line-height: 1;
}

/* line 17, ../../../web/assets/sass/elements/_reset.scss */
section {
  position: relative;
}

/* line 20, ../../../web/assets/sass/elements/_reset.scss */
article {
  position: relative;
}

/* line 23, ../../../web/assets/sass/elements/_reset.scss */
em {
  font-style: italic;
}

/* line 26, ../../../web/assets/sass/elements/_reset.scss */
strong {
  font-weight: bold;
}

/* line 29, ../../../web/assets/sass/elements/_reset.scss */
label {
  font-weight: inherit;
}

/* line 32, ../../../web/assets/sass/elements/_reset.scss */
a {
  color: currentColor;
}

/* line 35, ../../../web/assets/sass/elements/_reset.scss */
a:visited, a:link {
  text-decoration: none;
}

/* line 38, ../../../web/assets/sass/elements/_reset.scss */
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

/* line 48, ../../../web/assets/sass/elements/_reset.scss */
hr {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 0;
}

/* line 56, ../../../web/assets/sass/elements/_reset.scss */
p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0.75em 0;
  font-size: 1em;
}

/* line 65, ../../../web/assets/sass/elements/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 69, ../../../web/assets/sass/elements/_reset.scss */
h1, h2, h3 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

/* line 79, ../../../web/assets/sass/elements/_reset.scss */
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/* line 86, ../../../web/assets/sass/elements/_reset.scss */
button:focus, input:focus {
  outline: none;
}

/* line 90, ../../../web/assets/sass/elements/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 92, ../../../web/assets/sass/elements/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 97, ../../../web/assets/sass/elements/_reset.scss */
* {
  box-sizing: border-box;
  /*inclut le border et le padding dans la largeur du bloc; n'inclut pas le margin*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 102, ../../../web/assets/sass/elements/_reset.scss */
.clear {
  clear: both;
}

/* line 2, ../../../web/assets/sass/elements/_pickadate.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 14, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__input {
  cursor: default;
}

/* line 17, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/* line 21, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 27, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 37, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/* line 43, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  /* line 56, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 64, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/* line 68, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 74, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__wrap {
    display: block;
  }
}
/* line 78, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 84, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  /* line 89, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  /* line 100, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__box {
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/* line 107, ../../../web/assets/sass/elements/_pickadate.scss */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 117, ../../../web/assets/sass/elements/_pickadate.scss */
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 127, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* line 133, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__box {
  padding: 0 1em;
}

/* line 136, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/* line 141, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 148, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/* line 153, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  /* line 162, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 167, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__select--month {
  width: 35%;
}

/* line 170, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__select--year {
  width: 22.5%;
}

/* line 173, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/* line 177, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  /* line 187, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 192, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 197, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 201, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 206, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 210, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 221, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

/* line 225, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 231, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/* line 240, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 251, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 255, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/* line 259, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  /* line 267, ../../../web/assets/sass/elements/_pickadate.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/* line 271, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 276, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--today {
  position: relative;
}

/* line 279, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 289, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 292, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--outfocus {
  color: #dddddd;
}

/* line 295, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 301, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--highlighted {
  border-color: #0089ec;
}

/* line 304, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 310, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

/* line 316, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 324, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/* line 328, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__footer {
  text-align: center;
}

/* line 331, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 343, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 351, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 358, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 365, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 370, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 376, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 381, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 389, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 396, ../../../web/assets/sass/elements/_pickadate.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

@font-face {
  font-family: 'roboto';
  src: url("/assets/fonts/roboto-bold.eot");
  src: url("/assets/fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-bold.woff2") format("woff2"), url("/assets/fonts/roboto-bold.woff") format("woff"), url("/assets/fonts/roboto-bold.ttf") format("truetype"), url("/assets/fonts/roboto-bold.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url("/assets/fonts/roboto-italic.eot");
  src: url("/assets/fonts/roboto-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-italic.woff2") format("woff2"), url("/assets/fonts/roboto-italic.woff") format("woff"), url("/assets/fonts/roboto-italic.ttf") format("truetype"), url("/assets/fonts/roboto-italic.svg#robotoritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url("/assets/fonts/roboto-regular.eot");
  src: url("/assets/fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-regular.woff2") format("woff2"), url("/assets/fonts/roboto-regular.woff") format("woff"), url("/assets/fonts/roboto-regular.ttf") format("truetype"), url("/assets/fonts/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url("/assets/fonts/roboto-light.eot");
  src: url("/assets/fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-light.woff2") format("woff2"), url("/assets/fonts/roboto-light.woff") format("woff"), url("/assets/fonts/roboto-light.ttf") format("truetype"), url("/assets/fonts/roboto-light.svg#robotoregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url("/assets/fonts/roboto-medium.eot");
  src: url("/assets/fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-medium.woff2") format("woff2"), url("/assets/fonts/roboto-medium.woff") format("woff"), url("/assets/fonts/roboto-medium.ttf") format("truetype"), url("/assets/fonts/roboto-medium.svg#robotomedium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/Montserrat-Medium.eot");
  src: url("/assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("/assets/fonts/Montserrat-Medium.woff") format("woff"), url("/assets/fonts/Montserrat-Medium.ttf") format("truetype"), url("/assets/fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/Montserrat-Bold.eot");
  src: url("/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("/assets/fonts/Montserrat-Bold.woff") format("woff"), url("/assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("/assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/fonts/PlayfairDisplay-BoldItalic.eot");
  src: url("/assets/fonts/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-BoldItalic.woff") format("woff"), url("/assets/fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"), url("/assets/fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/fonts/PlayfairDisplay-Regular.eot");
  src: url("/assets/fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Regular.woff") format("woff"), url("/assets/fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("/assets/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/fonts/PlayfairDisplay-Italic.eot");
  src: url("/assets/fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("/assets/fonts/PlayfairDisplay-Italic.woff") format("woff"), url("/assets/fonts/PlayfairDisplay-Italic.ttf") format("truetype"), url("/assets/fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/Montserrat-Regular.eot");
  src: url("/assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat-Regular.woff") format("woff"), url("/assets/fonts/Montserrat-Regular.ttf") format("truetype"), url("/assets/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@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 31, ../../../web/assets/sass/elements/_fontIcomoon.scss */
[class^="icon-"], [class*=" icon-"], .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 47, ../../../web/assets/sass/elements/_fontIcomoon.scss */
.icon-virtual-visit:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* 1 - UI mobile
  * 1.1 - header mobile : btns
  * 1.2 - nav mobile
  * 1.3 - logo
* 2 - QuickAccess
  * 2.1 - elements spacing + icons + in-between bullets
  * 2.2 - selection languages
  * 2.3 - mobile specific intitule other links
* 4 - mq >= endBurger (media query)
  * 4.1 - Header
    * 4.1.1 - Header + nav
    * 4.1.2 - logo
  * 4.2 - QuickAccess
*/
/* 1 - UI mobile */
/* line 25, ../../../web/assets/sass/elements/_header.scss */
header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  height: 100px;
  left: 0;
  padding: 5px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 20;
  /* 1.1 - header mobile : btns */
  /* 1.2 - nav mobile */
}
/* line 42, ../../../web/assets/sass/elements/_header.scss */
header #btnMenu,
header .btn-header-resa {
  cursor: pointer;
  flex-basis: 33%;
  text-align: center;
  border: none;
  background-color: transparent;
}
/* line 49, ../../../web/assets/sass/elements/_header.scss */
header #btnMenu i,
header .btn-header-resa i {
  display: block;
  font-size: 1.8em;
  line-height: 2.8rem;
}
/* line 54, ../../../web/assets/sass/elements/_header.scss */
header #btnMenu .intituleBtn,
header .btn-header-resa .intituleBtn {
  font-size: 0.9em;
}
/* line 57, ../../../web/assets/sass/elements/_header.scss */
header #btnMenu .elioloader,
header .btn-header-resa .elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px16995111 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px16995111 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #a95f6f, 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.5), -6px -6px 0 0px rgba(169, 95, 111, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.7), 6px -6px 0 0px #a95f6f, 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.5), 6px -6px 0 0px rgba(169, 95, 111, 0.7), 8px 0px 0 0px #a95f6f, 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.5), 8px 0px 0 0px rgba(169, 95, 111, 0.7), 6px 6px 0 0px #a95f6f, 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.5), 6px 6px 0 0px rgba(169, 95, 111, 0.7), 0px 8px 0 0px #a95f6f, -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.5), 0px 8px 0 0px rgba(169, 95, 111, 0.7), -6px 6px 0 0px #a95f6f, -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.5), -6px 6px 0 0px rgba(169, 95, 111, 0.7), -8px 0px 0 0px #a95f6f, -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.5), -8px 0px 0 0px rgba(169, 95, 111, 0.7), -6px -6px 0 0px #a95f6f;
  }
}
/* line 63, ../../../web/assets/sass/elements/_header.scss */
header #btnMenu i {
  color: #b0334e;
  margin-bottom: -0.16em;
}
/* line 69, ../../../web/assets/sass/elements/_header.scss */
header .btn-header-resa i, header .btn-header-resa .intituleBtn {
  color: #a95f6f;
}
/* line 74, ../../../web/assets/sass/elements/_header.scss */
header nav {
  align-items: center;
  background-color: #f9f9f9;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  justify-content: flex-start;
  left: -105%;
  line-height: 160%;
  padding: 110px 10px 3.2em 10px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 20;
}
/* line 92, ../../../web/assets/sass/elements/_header.scss */
header nav #closeNav {
  color: #b0334e;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 100, ../../../web/assets/sass/elements/_header.scss */
header nav a {
  transition: color 0.2s ease-out 0s;
}
/* line 102, ../../../web/assets/sass/elements/_header.scss */
header nav a.active, header nav a.hover:hover {
  color: #b0334e;
}
/* line 107, ../../../web/assets/sass/elements/_header.scss */
header nav .menu li {
  margin: 0.25em;
}
/* line 111, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.7em;
  max-width: 260px;
  font-weight: 500;
}
/* line 119, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces li {
  flex-shrink: 1;
  flex-grow: 0;
}
/* line 123, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces i {
  color: #b0334e;
  position: relative;
}
/* line 127, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces a {
  display: block;
  margin: 0.4em 0.6em;
}
/* line 131, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces .intitule {
  font-size: 0.85em;
  padding-left: 0.6em;
}
/* line 135, ../../../web/assets/sass/elements/_header.scss */
header nav .menuInterfaces .nbInt {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  background-color: #f9f9f9;
  border: 1px solid #b0334e;
  color: #333333;
  display: block;
  font-size: 9.24px;
  font-style: normal;
  line-height: 14px;
  position: absolute;
  left: 1.02em;
  top: -3px;
}

/* 1.3 - logo */
/* line 153, ../../../web/assets/sass/elements/_header.scss */
#logoHeader {
  flex-basis: 33%;
  text-align: center;
  z-index: 21;
}
/* line 157, ../../../web/assets/sass/elements/_header.scss */
#logoHeader img {
  height: 80px;
  width: auto;
  vertical-align: middle;
}

/* 2 - QuickAccess*/
/* line 164, ../../../web/assets/sass/elements/_header.scss */
#quickAccess {
  background-color: #ececec;
  bottom: 0;
  font-size: 0.8em;
  left: 0;
  line-height: 1.8em;
  padding: 0.7em 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  max-width: 100vw;
  z-index: 22;
  /* 2.1 - elements spacing + icons + in-between bullets */
  /* 2.2 - selection languages */
  /* 2.3 - mobile specific intitule other links */
}
/* line 179, ../../../web/assets/sass/elements/_header.scss */
#quickAccess > * i {
  color: #b0334e;
  font-size: 1.2em;
  margin-right: 0.4em;
  vertical-align: middle;
}
/* line 185, ../../../web/assets/sass/elements/_header.scss */
#quickAccess > *:not(:last-child) {
  padding: 0 1em 0 0;
}
/* line 187, ../../../web/assets/sass/elements/_header.scss */
#quickAccess > *:not(:last-child):after, #quickAccess > *:not(:last-child)::after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 3px;
  width: 3px;
  background-color: #333333;
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 1em;
}
/* line 199, ../../../web/assets/sass/elements/_header.scss */
#quickAccess #selectLang {
  color: #afafaf;
}
/* line 201, ../../../web/assets/sass/elements/_header.scss */
#quickAccess #selectLang span {
  padding: 0 0.25em;
}
/* line 204, ../../../web/assets/sass/elements/_header.scss */
#quickAccess #selectLang .active {
  color: #333333;
}
/* line 208, ../../../web/assets/sass/elements/_header.scss */
#quickAccess #selectLang .content-lang a {
  padding: 0 0.25em;
}
/* line 214, ../../../web/assets/sass/elements/_header.scss */
#quickAccess .intituleLarge {
  display: none;
}

/* 4 - mq >= endBurger */
@media only screen and (min-width: 1200px) {
  /* 4.1 - Header */
  /* line 222, ../../../web/assets/sass/elements/_header.scss */
  #btnMenu,
  .btn-header-resa,
  #closeNav,
  #closeQS {
    display: none;
  }

  /* 4.1.1 - Header + nav */
  /* line 229, ../../../web/assets/sass/elements/_header.scss */
  header {
    height: 110px;
    padding: 5px 1.5em 5px 1em;
  }
  /* line 232, ../../../web/assets/sass/elements/_header.scss */
  header nav {
    background-color: transparent;
    height: 100%;
    max-height: none;
    flex-direction: row;
    justify-content: space-between;
    order: 1;
    left: 0;
    padding: 0 0 0 1em;
    position: static;
    z-index: 1;
  }
  /* line 243, ../../../web/assets/sass/elements/_header.scss */
  header nav ul {
    display: flex;
  }
  /* line 246, ../../../web/assets/sass/elements/_header.scss */
  header nav .menu {
    align-items: center;
    flex-basis: 68%;
    justify-content: space-around;
    margin-top: 4px;
    min-width: 520px;
    font-weight: 500;
  }
  /* line 256, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces {
    align-self: flex-end;
    flex-basis: 50%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0;
    text-align: center;
    max-width: 340px;
  }
  /* line 264, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces i {
    font-size: 1.4em;
    display: block;
    line-height: 1em;
  }
  /* line 269, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces li {
    margin: 0 0.7em;
  }
  /* line 271, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces li:last-child {
    margin-right: 0;
  }
  /* line 275, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces a {
    margin: 0;
  }
  /* line 278, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces .intitule {
    padding-left: 0;
    white-space: nowrap;
  }
  /* line 282, ../../../web/assets/sass/elements/_header.scss */
  header nav .menuInterfaces .nbInt {
    background-color: #ffffff;
    left: calc(50% + 4px);
    top: 0;
    line-height: normal;
  }

  /* 4.1.2 - logo */
  /* line 292, ../../../web/assets/sass/elements/_header.scss */
  #logoHeader {
    flex-basis: 150px;
    order: 0;
  }
  /* line 296, ../../../web/assets/sass/elements/_header.scss */
  #logoHeader.scrolled, #logoHeader.scrolled a {
    line-height: 110px;
  }
  /* line 301, ../../../web/assets/sass/elements/_header.scss */
  #logoHeader img {
    height: 90px;
    line-height: 90px;
  }

  /* 4.2 - QuickAccess */
  /* line 307, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess {
    display: flex;
    flex-direction: row;
    bottom: auto;
    font-weight: bold;
    left: auto;
    right: 1.5em;
    top: 6px;
    z-index: 21;
    background-color: transparent;
  }
  /* line 317, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess .intituleMobile {
    display: none;
  }
  /* line 320, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess .intituleLarge {
    display: inline;
  }
  /* line 323, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess #selectLang {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    cursor: pointer;
  }
  /* line 330, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess #selectLang .content-lang {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 338, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess #selectLang.more-3-lang .content-lang a {
    padding: 0;
    width: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
  }
  /* line 346, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess #selectLang.more-3-lang.actif a {
    width: 23px;
    padding: 0 0.25em;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
  }
  /* line 356, ../../../web/assets/sass/elements/_header.scss */
  #quickAccess > span:first-child:after {
    top: 0;
  }
}
/* line 30, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar {
  display: none;
}

/* line 34, ../../../web/assets/sass/elements/_booking-bar.scss */
.home .booking-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 19;
  position: absolute;
  width: 100%;
  top: 236px;
}
/* line 40, ../../../web/assets/sass/elements/_booking-bar.scss */
.home .booking-bar-content {
  max-width: 300px;
}

/* line 45, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-content {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  align-items: stretch;
  justify-content: center;
  padding: 1em 0;
}
/* line 52, ../../../web/assets/sass/elements/_booking-bar.scss */
.home .booking-bar-content {
  border: 1px solid #afafaf;
  background-color: #ececec;
}

/* line 57, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  order: 2;
  padding: 0 0.6em;
}
/* line 64, ../../../web/assets/sass/elements/_booking-bar.scss */
.ie .booking-bar-one-part {
  flex-basis: auto;
}
/* line 67, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part:nth-child(1) {
  order: 3;
  margin-bottom: 0;
}
/* line 70, ../../../web/assets/sass/elements/_booking-bar.scss */
.ie .booking-bar-one-part:nth-child(1) {
  flex-basis: auto;
}
/* line 74, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part:nth-child(2) {
  order: 2;
  margin-bottom: 0.7em;
}
/* line 78, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part:nth-child(3) {
  order: 1;
  margin-bottom: 0.7em;
}
/* line 82, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part.other {
  display: flex;
  flex-direction: column;
}
/* line 85, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part.other .resa-form-message {
  color: #825d65;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
/* line 91, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part.other .resa-form-message2 {
  color: #b0334e;
  padding-right: 0.8em;
}

/* line 97, ../../../web/assets/sass/elements/_booking-bar.scss */
.resa-form-message {
  padding-right: 0.6em;
  font-weight: bold;
  word-break: keep-all;
}

/* line 106, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-satisfaction {
  flex-direction: column;
  margin-bottom: 0.6em;
}

/* line 110, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-satisfaction-title {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
}

/* line 121, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-reinsurance-txt {
  max-width: 230px;
  padding: 0;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
}

/* line 229, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price {
  flex-direction: column;
}
/* line 231, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices {
  text-align: center;
}
/* line 233, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices .site-price {
  color: #b0334e;
  font-size: 1em;
  margin-bottom: 5px;
}
/* line 237, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices .site-price .price {
  font-size: 1em;
}
/* line 241, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices .OTAPrice {
  font-size: 0.85em;
}
/* line 245, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices .label {
  margin-right: 0;
}
/* line 248, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-one-part-best-price .compare-prices .OTAPrice .label {
  font-size: 0.85em;
}

/* line 253, ../../../web/assets/sass/elements/_booking-bar.scss */
.booking-bar-best-price-title {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
}

@media only screen and (min-width: 641px) {
  /* line 268, ../../../web/assets/sass/elements/_booking-bar.scss */
  .home .booking-bar {
    top: 360px;
  }
  /* line 270, ../../../web/assets/sass/elements/_booking-bar.scss */
  .home .booking-bar .booking-bar-content {
    flex-wrap: nowrap;
    max-width: 100%;
    border: none;
  }

  /* line 277, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part {
    flex-basis: inherit;
    padding: 0 1em;
    border-left: 1px solid #afafaf;
  }
  /* line 281, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part:nth-child(1) {
    order: 1;
    flex-basis: inherit;
    border-left: 0;
  }
  /* line 286, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part:nth-child(2) {
    flex-basis: inherit;
    order: 2;
    margin-bottom: 0;
  }
  /* line 291, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part:nth-child(3) {
    flex-basis: inherit;
    order: 3;
    margin-bottom: 0;
  }

  /* line 299, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part-best-price .compare-prices .site-price {
    font-size: 1.15em;
    font-weight: bold;
  }
  /* line 303, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-one-part-best-price .compare-prices .OTAPrice {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 353, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 19;
    position: fixed;
    border-bottom: 1px solid #afafaf;
    background-color: #ececec;
  }
  /* line 358, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar, .home .booking-bar {
    top: 110px;
  }
  /* line 362, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar.is-loaded {
    position: fixed;
  }
  /* line 364, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar.is-loaded.is-scrollable {
    position: absolute;
    border: none;
    background-color: transparent;
  }
  /* line 368, ../../../web/assets/sass/elements/_booking-bar.scss */
  .home .booking-bar.is-loaded.is-scrollable {
    top: 65vh;
  }

  /* line 374, ../../../web/assets/sass/elements/_booking-bar.scss */
  .booking-bar-content {
    flex-direction: row;
  }
}
/* line 1, ../../../web/assets/sass/elements/_prixAPI.scss */
.api-prixWrapper {
  border: 2px solid;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* line 8, ../../../web/assets/sass/elements/_prixAPI.scss */
.no-avail {
  display: none;
}

/* line 11, ../../../web/assets/sass/elements/_prixAPI.scss */
.api-prix {
  width: 60px;
}

/* line 14, ../../../web/assets/sass/elements/_prixAPI.scss */
.no-availability {
  position: relative;
}
/* line 17, ../../../web/assets/sass/elements/_prixAPI.scss */
.no-availability .api-prix,
.no-availability .api-prix + span:not(.no-avail) {
  display: none;
}
/* line 21, ../../../web/assets/sass/elements/_prixAPI.scss */
.no-availability .no-avail {
  color: #333333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

/* line 1, ../../../web/assets/sass/elements/_btnResa.scss */
.btnResa {
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #a95f6f;
  border-color: #a95f6f;
  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;
}
/* line 23, ../../../web/assets/sass/elements/_btnResa.scss */
.btnResa.hover:hover {
  transition: all 0.2s ease-in-out 0s;
  background-color: #825d65;
  border-color: #825d65;
}

/* line 30, ../../../web/assets/sass/elements/_btnResa.scss */
.booking-bar-content .btnResa {
  margin: 0;
  min-width: 120px;
  padding: 0.8em 0;
}

@media screen and (min-width: 641px) {
  /* line 39, ../../../web/assets/sass/elements/_btnResa.scss */
  .btnResa {
    padding: 1.25rem 2.2rem;
  }
}
/* line 4, ../../../web/assets/sass/elements/_btn-type-resa.scss */
#ecran1 form > input[type="submit"].btn-type-resa,
.content form > input[type="submit"].btn-type-resa {
  max-width: 250px;
  min-width: 164px;
  display: block;
  height: auto;
  margin: 1.4rem auto 2rem auto;
  padding: 1em 1.7em;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  background-color: #a95f6f;
  border-color: #a95f6f;
  border-style: solid;
}
/* line 21, ../../../web/assets/sass/elements/_btn-type-resa.scss */
#ecran1 form > input[type="submit"].btn-type-resa:hover,
.content form > input[type="submit"].btn-type-resa:hover {
  transition: all 0.2s ease-in-out 0s;
  background-color: #825d65;
  border-color: #825d65;
}
/* line 27, ../../../web/assets/sass/elements/_btn-type-resa.scss */
#ecran1 form label[for="consentement"],
#ecran1 form input[name="consentement"],
.content form label[for="consentement"],
.content form input[name="consentement"] {
  margin-top: 0.5em !important;
}
/* line 31, ../../../web/assets/sass/elements/_btn-type-resa.scss */
#ecran1 form label[for="consentement"],
.content form label[for="consentement"] {
  width: auto !important;
  padding-top: 0 !important;
  padding-right: 0.8em !important;
  font-size: 0.8em;
  font-weight: normal !important;
}
/* line 38, ../../../web/assets/sass/elements/_btn-type-resa.scss */
#ecran1 form input[name="consentement"],
.content form input[name="consentement"] {
  width: auto !important;
  height: auto !important;
  height: auto !important;
}

@media only screen and (min-width: 641px) {
  /* line 48, ../../../web/assets/sass/elements/_btn-type-resa.scss */
  #ecran1 form > input[type="submit"].btn-type-resa {
    margin-left: 120px;
  }

  /* line 53, ../../../web/assets/sass/elements/_btn-type-resa.scss */
  label[for="consentement"] {
    padding-left: 122px !important;
  }
}
/* line 1, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.social-network-bubble {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
/* line 9, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.social-network-bubble a {
  transition: all 0.2s ease-in-out 0s;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: block;
  font-size: 24px;
  margin: 0.25rem 0.5rem;
  text-align: center;
}
/* line 19, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.social-network-bubble i {
  line-height: 42px;
}

/* line 24, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.facebook:hover {
  color: #3B5998;
}

/* line 27, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.twitter:hover {
  color: #61C8FC;
}

/* line 30, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.google-plus:hover {
  color: #DD4B3E;
}

/* line 33, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.pinterest:hover {
  color: #B90916;
}

/* line 36, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.youtube:hover {
  color: #DB2620;
}

/* line 39, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.instagram:hover {
  color: #A736B2;
}

/* line 42, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.tumblr:hover {
  color: #3B5998;
}

/* line 45, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.flickr:hover {
  color: #0D65D3;
}

/* line 48, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
.tripadvisor:hover {
  color: #4F8C36;
}

@media only screen and (min-width: 1200px) {
  /* line 53, ../../../web/assets/sass/elements/_reseauxSociaux.scss */
  .social-network-bubble {
    display: block;
  }
}
/* line 1, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: -25px;
}
/* line 8, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs label {
  padding: 0 10px;
}
/* line 11, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs label [class*="icon-"] {
  display: inline-block;
  padding: 0 5px 5px 0;
  color: #b0334e;
  font-size: 1.3rem;
}
/* line 18, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs input[type=text],
.form-qs select {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  font-family: "roboto", arial, sans-serif;
}
/* line 25, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs .btn-booking {
  align-self: center;
}

/* line 29, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-label {
  display: block;
  margin-bottom: -20px;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  transition: all 0.2s;
}
/* line 37, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-focus .form-qs-label, .form-qs-isset .form-qs-label {
  margin-bottom: 3px;
  font-size: 0.8em;
  color: #333333;
}

/* line 46, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-field-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

/* line 54, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-date,
.form-qs-promo {
  border-right: 1px solid #afafaf;
}
/* line 58, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-date input,
.form-qs-promo input {
  width: 90px;
}

/* line 62, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-input {
  border: 0;
  background-color: transparent;
}

/* line 67, ../../../web/assets/sass/elements/_form-qs.scss */
.form-qs-people select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  background: none;
}

@media only screen and (max-width: 1200px) {
  /* line 79, ../../../web/assets/sass/elements/_form-qs.scss */
  .form-qs {
    display: none;
  }

  /* line 82, ../../../web/assets/sass/elements/_form-qs.scss */
  .hidden-in-responsive {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 87, ../../../web/assets/sass/elements/_form-qs.scss */
  .hidden-in-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 95, ../../../web/assets/sass/elements/_form-qs.scss */
  .form-qs label {
    padding: 0 20px;
  }
  /* line 98, ../../../web/assets/sass/elements/_form-qs.scss */
  .form-qs label [class*="icon-"] {
    padding: 0 15px 5px 0;
  }
}
/* line 2, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search {
  margin-bottom: 30px;
}
/* line 6, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
/* line 11, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs .btn-booking {
  display: none;
}
/* line 15, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-date,
.form-qs-rooms-quick-search .form-qs-promo {
  box-sizing: border-box;
  width: 50%;
  padding: 20px 0 15px 20px;
  border-right: 0;
  border-bottom: 1px solid #afafaf;
}
/* line 23, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-promo {
  width: 100%;
}
/* line 26, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-promo span {
  margin-right: auto;
  margin-left: auto;
}
/* line 31, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-begin {
  position: relative;
}
/* line 34, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-begin:after {
  position: absolute;
  top: 23px;
  right: 0;
  /* 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;
  content: "";
  font-size: 1.3rem;
}
/* line 45, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-begin.form-qs-focus:after, .form-qs-rooms-quick-search .form-qs-begin.form-qs-isset:after {
  display: none;
}
/* line 52, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .form-qs-people {
  justify-content: center;
  width: 100%;
  padding: 20px 0 15px 20px;
  border-bottom: 1px solid #afafaf;
}
/* line 59, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
.form-qs-rooms-quick-search .titresTypeh2 {
  text-align: center;
}

@media screen and (min-width: 641px) {
  /* line 68, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs {
    border-bottom: 1px solid #afafaf;
  }
  /* line 71, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs {
    padding: 25px 0;
  }
  /* line 74, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-date,
  .form-qs-rooms-quick-search .form-qs-promo {
    padding-right: 20px;
  }
  /* line 78, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-date,
  .form-qs-rooms-quick-search .form-qs-people,
  .form-qs-rooms-quick-search .form-qs-promo {
    width: auto;
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 0;
  }
  /* line 86, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-date.form-qs-focus, .form-qs-rooms-quick-search .form-qs-date.form-qs-isset,
  .form-qs-rooms-quick-search .form-qs-people.form-qs-focus,
  .form-qs-rooms-quick-search .form-qs-people.form-qs-isset,
  .form-qs-rooms-quick-search .form-qs-promo.form-qs-focus,
  .form-qs-rooms-quick-search .form-qs-promo.form-qs-isset {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 93, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-begin:after {
    top: 9px;
    right: -9px;
  }
  /* line 99, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-begin.form-qs-focus:after, .form-qs-rooms-quick-search .form-qs-begin.form-qs-isset:after {
    display: inline;
    top: 10px;
    transition: all 0.2s;
  }
  /* line 106, ../../../web/assets/sass/elements/_form-qs-rooms.scss */
  .form-qs-rooms-quick-search .form-qs-people {
    border-left: 1px solid #afafaf;
  }
}
/* line 8, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking,
.btn-primary,
.btn-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 24, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking {
  padding: 12px 5px;
  min-width: 122px;
  color: #ffffff;
  font-family: "roboto", arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #a95f6f;
}
/* line 35, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking.btn-small, .btn-booking.btn-small-responsive {
  padding: 5px;
  font-size: calc(1.1rem - 0.4rem);
}
/* line 40, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking .elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px255255255 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px255255255 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #ffffff, 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.5), -6px -6px 0 0px rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.7), 6px -6px 0 0px #ffffff, 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.5), 6px -6px 0 0px rgba(255, 255, 255, 0.7), 8px 0px 0 0px #ffffff, 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.5), 8px 0px 0 0px rgba(255, 255, 255, 0.7), 6px 6px 0 0px #ffffff, 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.5), 6px 6px 0 0px rgba(255, 255, 255, 0.7), 0px 8px 0 0px #ffffff, -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.5), 0px 8px 0 0px rgba(255, 255, 255, 0.7), -6px 6px 0 0px #ffffff, -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.5), -6px 6px 0 0px rgba(255, 255, 255, 0.7), -8px 0px 0 0px #ffffff, -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.5), -8px 0px 0 0px rgba(255, 255, 255, 0.7), -6px -6px 0 0px #ffffff;
  }
}
/* line 44, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:not(:disabled):hover, .btn-booking:not(:disabled):focus, .btn-booking:not(:disabled):active {
  color: #ffffff;
  background-color: #825d65;
}
/* line 51, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking.btn-booking-bigcalendar, .btn-booking.btn-booking-2-lines {
  min-width: 112px;
  padding: 8px 10px;
  font-size: 1.2rem;
  text-transform: lowercase;
  letter-spacing: 0.09rem;
  font-weight: 400;
}
/* line 60, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking.btn-booking-bigcalendar span, .btn-booking.btn-booking-2-lines span {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: 600;
}

/* line 70, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary,
.btn-secondary {
  padding: 13px 10px;
  min-width: 158px;
}
/* line 75, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary.btn-small, .btn-primary.btn-small-responsive,
.btn-secondary.btn-small,
.btn-secondary.btn-small-responsive {
  padding: 5px;
}

/* line 80, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(1.9rem - 0.4rem);
  background-color: #a95f6f;
}
/* line 86, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary .elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px255255255 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px255255255 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #ffffff, 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.5), -6px -6px 0 0px rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.7), 6px -6px 0 0px #ffffff, 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.5), 6px -6px 0 0px rgba(255, 255, 255, 0.7), 8px 0px 0 0px #ffffff, 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.5), 8px 0px 0 0px rgba(255, 255, 255, 0.7), 6px 6px 0 0px #ffffff, 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.5), 6px 6px 0 0px rgba(255, 255, 255, 0.7), 0px 8px 0 0px #ffffff, -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.5), 0px 8px 0 0px rgba(255, 255, 255, 0.7), -6px 6px 0 0px #ffffff, -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.5), -6px 6px 0 0px rgba(255, 255, 255, 0.7), -8px 0px 0 0px #ffffff, -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.5), -8px 0px 0 0px rgba(255, 255, 255, 0.7), -6px -6px 0 0px #ffffff;
  }
}
/* line 89, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary.btn-small, .btn-primary.btn-small-responsive {
  font-size: calc(1.9rem - 0.4rem);
}
/* line 93, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background-color: #825d65;
}
/* line 100, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary.btn-booking-2-lines {
  min-width: 112px;
  padding: 8px 10px;
  text-transform: lowercase;
  letter-spacing: 0.09rem;
  font-weight: 400;
}
/* line 108, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary.btn-booking-2-lines span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: 600;
}

/* line 118, ../../../web/assets/sass/elements/_buttons.scss */
.btn-secondary {
  color: #a95f6f;
  font-family: "Montserrat", sans-serif;
  font-size: calc(1.9rem - 0.5rem);
  border: 1px solid #a95f6f;
  background-color: transparent;
}
/* line 125, ../../../web/assets/sass/elements/_buttons.scss */
.btn-secondary .elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px16995111 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px16995111 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #a95f6f, 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.5), -6px -6px 0 0px rgba(169, 95, 111, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.7), 6px -6px 0 0px #a95f6f, 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.5), 6px -6px 0 0px rgba(169, 95, 111, 0.7), 8px 0px 0 0px #a95f6f, 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.5), 8px 0px 0 0px rgba(169, 95, 111, 0.7), 6px 6px 0 0px #a95f6f, 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.5), 6px 6px 0 0px rgba(169, 95, 111, 0.7), 0px 8px 0 0px #a95f6f, -6px 6px 0 0px rgba(169, 95, 111, 0.2), -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.5), 0px 8px 0 0px rgba(169, 95, 111, 0.7), -6px 6px 0 0px #a95f6f, -8px 0px 0 0px rgba(169, 95, 111, 0.2), -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.5), -6px 6px 0 0px rgba(169, 95, 111, 0.7), -8px 0px 0 0px #a95f6f, -6px -6px 0 0px rgba(169, 95, 111, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(169, 95, 111, 0.2), 6px -6px 0 0px rgba(169, 95, 111, 0.2), 8px 0px 0 0px rgba(169, 95, 111, 0.2), 6px 6px 0 0px rgba(169, 95, 111, 0.2), 0px 8px 0 0px rgba(169, 95, 111, 0.2), -6px 6px 0 0px rgba(169, 95, 111, 0.5), -8px 0px 0 0px rgba(169, 95, 111, 0.7), -6px -6px 0 0px #a95f6f;
  }
}
/* line 128, ../../../web/assets/sass/elements/_buttons.scss */
.btn-secondary.btn-small, .btn-secondary.btn-small-responsive {
  font-size: calc(1.9rem - 0.4rem);
}
/* line 132, ../../../web/assets/sass/elements/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #ffffff;
  background-color: #a95f6f;
}

/* line 141, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"] {
  position: relative;
  padding: 10px;
  color: #a95f6f;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
}
/* line 148, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"] [class*="icon-arrow"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}
/* line 154, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"] .icon-arrow-left {
  left: 0;
}
/* line 157, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"] .icon-arrow-right {
  right: 0;
}
/* line 160, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"]:hover, [class*="btn-link-arrow-"]:focus, [class*="btn-link-arrow-"]:active {
  color: #825d65;
}
/* line 165, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"]:hover .icon-arrow-left, [class*="btn-link-arrow-"]:focus .icon-arrow-left, [class*="btn-link-arrow-"]:active .icon-arrow-left {
  animation-name: comeandgo-left;
  animation-duration: 0.3s;
}
@keyframes comeandgo-left {
  0% {
    left: 0;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
/* line 168, ../../../web/assets/sass/elements/_buttons.scss */
[class*="btn-link-arrow-"]:hover .icon-arrow-right, [class*="btn-link-arrow-"]:focus .icon-arrow-right, [class*="btn-link-arrow-"]:active .icon-arrow-right {
  animation-name: comeandgo-right;
  animation-duration: 0.3s;
}
@keyframes comeandgo-right {
  0% {
    right: 0;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}
/* line 173, ../../../web/assets/sass/elements/_buttons.scss */
.btn-link-arrow-left {
  padding-left: 30px;
}

/* line 176, ../../../web/assets/sass/elements/_buttons.scss */
.btn-link-arrow-right {
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) {
  /* line 184, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking {
    padding: 15px 5px;
    min-width: 152px;
    font-size: 1rem;
  }
  /* line 189, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking.btn-small-responsive {
    padding: 12px 5px;
    font-size: calc(1.9rem - 0.4rem);
  }
  /* line 193, ../../../web/assets/sass/elements/_buttons.scss */
  .sticky-scrolled .btn-booking, .sticky-fixed .btn-booking {
    padding: 12px 5px;
  }

  /* line 198, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-primary {
    font-size: 1.9rem;
  }
  /* line 201, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-primary.btn-small-responsive {
    padding: 13px 5px;
    font-size: calc(1.9rem - 0.4rem);
  }

  /* line 206, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-secondary {
    font-size: 1.9rem;
  }
  /* line 209, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-secondary.btn-small-responsive {
    padding: 13px 5px;
    font-size: calc(1.9rem - 0.4rem);
  }
}
/* line 12, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
.btn-open-big-calendar {
  max-width: 320px;
  margin: auto;
  z-index: 3;
}
/* line 17, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
.btn-open-big-calendar .elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px255255255 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px255255255 {
  0%,
    100% {
    box-shadow: 0px -8px 0px 0px #ffffff, 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.5), -6px -6px 0 0px rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.7), 6px -6px 0 0px #ffffff, 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.5), 6px -6px 0 0px rgba(255, 255, 255, 0.7), 8px 0px 0 0px #ffffff, 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.5), 8px 0px 0 0px rgba(255, 255, 255, 0.7), 6px 6px 0 0px #ffffff, 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.5), 6px 6px 0 0px rgba(255, 255, 255, 0.7), 0px 8px 0 0px #ffffff, -6px 6px 0 0px rgba(255, 255, 255, 0.2), -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.5), 0px 8px 0 0px rgba(255, 255, 255, 0.7), -6px 6px 0 0px #ffffff, -8px 0px 0 0px rgba(255, 255, 255, 0.2), -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.5), -6px 6px 0 0px rgba(255, 255, 255, 0.7), -8px 0px 0 0px #ffffff, -6px -6px 0 0px rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0px -8px 0px 0px rgba(255, 255, 255, 0.2), 6px -6px 0 0px rgba(255, 255, 255, 0.2), 8px 0px 0 0px rgba(255, 255, 255, 0.2), 6px 6px 0 0px rgba(255, 255, 255, 0.2), 0px 8px 0 0px rgba(255, 255, 255, 0.2), -6px 6px 0 0px rgba(255, 255, 255, 0.5), -8px 0px 0 0px rgba(255, 255, 255, 0.7), -6px -6px 0 0px #ffffff;
  }
}
/* line 20, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
.btn-open-big-calendar button {
  min-height: 50px;
  padding: 0 1.5em;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #a95f6f;
  transition: all 0.2s ease-out 0s;
}
/* line 36, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
.btn-open-big-calendar button.hover:hover {
  background-color: #825d65;
}
/* line 39, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
.btn-open-big-calendar button:disabled {
  cursor: default;
  background-color: #9d757e;
}

@media screen and (min-width: 641px) {
  /* line 46, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
  .btn-open-big-calendar {
    left: 52.6%;
    top: 438px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 52, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
  .btn-open-big-calendar {
    display: block;
    position: static;
    width: auto;
    max-width: none;
    margin: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  /* line 66, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
  .hidden-down-end-burger {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  /* line 71, ../../../web/assets/sass/bigCalendar/_bigcalendar-button.scss */
  .hidden-up-end-burger {
    display: none;
  }
}
@keyframes rotateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 53, ../../../web/assets/sass/common_head.scss */
.loadAPI {
  -webkit-animation: rotateLoad 1.2s ease-out infinite;
  -o-animation: rotateLoad 1.2s ease-out infinite;
  animation: rotateLoad 1.2s ease-out infinite;
}

/* line 59, ../../../web/assets/sass/common_head.scss */
.header-body-opacity {
  position: fixed;
  left: -100vw;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.2s;
  z-index: 1;
}
/* line 68, ../../../web/assets/sass/common_head.scss */
.header-body-opacity.open {
  left: 0;
  top: 0;
  opacity: 0.5;
}
/* line 73, ../../../web/assets/sass/common_head.scss */
.header-body-opacity.open-zindex {
  z-index: 31;
}

/* line 79, ../../../web/assets/sass/common_head.scss */
body {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  padding: 100px 0 3.2em 0;
  background-color: #ffffff;
}

/* line 88, ../../../web/assets/sass/common_head.scss */
.titresTypeh1 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat';
  color: #825d65;
}

/* line 94, ../../../web/assets/sass/common_head.scss */
.titresTypeh2 {
  color: #b0334e;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: italic;
}

/* line 101, ../../../web/assets/sass/common_head.scss */
h1 {
  margin-bottom: 0.3em;
}

/* line 104, ../../../web/assets/sass/common_head.scss */
h3 {
  font-weight: bold;
}

/* line 107, ../../../web/assets/sass/common_head.scss */
.content {
  margin: 1.5rem auto 0 auto;
  max-width: 960px;
}
/* line 110, ../../../web/assets/sass/common_head.scss */
.content a {
  border-bottom: 1px solid;
}
/* line 113, ../../../web/assets/sass/common_head.scss */
.content h3 {
  color: #b0334e;
  margin-top: 0.5em;
}

/* line 118, ../../../web/assets/sass/common_head.scss */
p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 180%;
}

/* line 123, ../../../web/assets/sass/common_head.scss */
a {
  color: currentColor;
}

/* line 127, ../../../web/assets/sass/common_head.scss */
.content ul {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 180%;
  list-style: none inside url(/assets/img/bullet.png);
  padding-left: 0.5rem;
}

/* line 135, ../../../web/assets/sass/common_head.scss */
.btnInterne {
  transition: all 0.2s ease-in-out 0s;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Playfair Display";
  font-style: italic;
}
/* line 143, ../../../web/assets/sass/common_head.scss */
.btnInterne.colText {
  color: #b0334e;
}
/* line 146, ../../../web/assets/sass/common_head.scss */
.btnInterne i {
  transition: all 0.2s ease-in-out 0s;
  color: #b0334e;
  font-size: 0.8em;
  left: 0.75em;
  position: relative;
}
/* line 153, ../../../web/assets/sass/common_head.scss */
.btnInterne.hover a:hover {
  color: #b0334e;
}
/* line 155, ../../../web/assets/sass/common_head.scss */
.btnInterne.hover a:hover i {
  left: 1.2em;
}

/* line 164, ../../../web/assets/sass/common_head.scss */
.photo {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 171, ../../../web/assets/sass/common_head.scss */
.photo img {
  vertical-align: middle;
}

/* line 175, ../../../web/assets/sass/common_head.scss */
.lazyPicture img {
  max-width: 100%;
}

/* line 178, ../../../web/assets/sass/common_head.scss */
img[src$=".svg"] {
  height: 130px;
}

/* line 181, ../../../web/assets/sass/common_head.scss */
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 190, ../../../web/assets/sass/common_head.scss */
.background .noLazy,
.background .bkg-position {
  bottom: 0;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  left: -50%;
  margin: auto;
  position: absolute;
  right: -50%;
  text-align: center;
  top: 0;
}

/* line 204, ../../../web/assets/sass/common_head.scss */
.text-center {
  text-align: center;
}

/* line 207, ../../../web/assets/sass/common_head.scss */
.rich-snippet-content {
  display: none;
}

@media only screen and (pointer: fine), (min-width: 1025px) {
  /* line 215, ../../../web/assets/sass/common_head.scss */
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  /* line 225, ../../../web/assets/sass/common_head.scss */
  body {
    padding: 192px 0 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 234, ../../../web/assets/sass/common_head.scss */
  .titresTypeh1 {
    font-size: 24px;
  }

  /* line 237, ../../../web/assets/sass/common_head.scss */
  .titresTypeh2 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 242, ../../../web/assets/sass/common_head.scss */
  .titresTypeh1 {
    font-size: 30px;
  }

  /* line 245, ../../../web/assets/sass/common_head.scss */
  .titresTypeh2 {
    font-size: 22px;
  }
}
/* line 251, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
/* line 259, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date .datepicker-room-label {
  display: flex;
  align-items: center;
  width: auto;
}
/* line 263, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date .datepicker-room-label,
form.datepicker-just-date .datepicker-room-label input {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1em;
  color: #312e34;
}
/* line 274, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date .datepicker-room-label input {
  height: 48px;
  width: 110px;
  margin: 0 0 0 1em;
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
}
/* line 282, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date .datepicker-room-label i {
  width: 2.25em;
  height: 48px;
  line-height: 48px;
  margin-left: -0.3em;
  color: #ffffff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  background-color: #333333;
  transition: all 0.2s ease-in-out 0s;
}
/* line 298, ../../../web/assets/sass/common_head.scss */
form.datepicker-just-date .datepicker-room-label:hover i {
  background-color: #b0334e;
}

@media (min-width: 768px) {
  /* line 308, ../../../web/assets/sass/common_head.scss */
  .datepicker-just-date .input {
    margin-right: 9px;
  }
  /* line 310, ../../../web/assets/sass/common_head.scss */
  .datepicker-just-date .input.start {
    width: 174px;
    min-width: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 320, ../../../web/assets/sass/common_head.scss */
  .datepicker-just-date {
    max-width: 1700px;
    margin: 0 auto;
  }
  /* line 323, ../../../web/assets/sass/common_head.scss */
  .datepicker-just-date .input.start {
    width: 160px;
  }
}
/* 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: #b0334e;
  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;
}
/* line 46, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
.conteneurliens article .btnInterne i {
  font-size: 10px;
  top: -1px;
}

@media screen and (min-width: 768px) {
  /* line 54, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens {
    padding: 2.5em 0;
  }
  /* line 58, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article {
    flex-direction: row;
    max-width: 930px;
  }
  /* line 61, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .image {
    flex-basis: 277px;
    margin-bottom: 0;
    width: 277px;
  }
  /* line 66, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .texte {
    flex-basis: calc(100% - 10% - 277px);
    margin-left: 10%;
  }
  /* line 69, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .texte.noImg {
    flex-basis: calc(100% - 10%);
    margin-left: 0;
  }
  /* line 74, ../../../web/assets/sass/elements/_lineSmallPicText.scss */
  .conteneurliens article .title, .conteneurliens article .btnInterne {
    text-align: left;
  }
}
/* line 4, assetic_compass6RxHuE.scss */
#ecran1 {
  padding: 2em 1.5em;
}
/* line 6, assetic_compass6RxHuE.scss */
#ecran1 h1 {
  font-size: 22px;
}
/* line 9, assetic_compass6RxHuE.scss */
#ecran1 h2 {
  font-size: 18px;
  margin-bottom: 1.5em;
}

/* line 14, assetic_compass6RxHuE.scss */
.titresTypeh1, .titresTypeh2, .titleInterface {
  text-align: center;
}

/* line 17, assetic_compass6RxHuE.scss */
.titleInterface {
  color: #b0334e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

/* line 23, assetic_compass6RxHuE.scss */
#ecran2 {
  background-color: #333333;
  text-align: center;
  padding: 15px 0;
}
/* line 27, assetic_compass6RxHuE.scss */
#ecran2 ul {
  width: 90%;
  max-width: 1106px;
  margin: 0 auto;
}
/* line 32, assetic_compass6RxHuE.scss */
#ecran2 li {
  padding: 15px 0;
}
/* line 35, assetic_compass6RxHuE.scss */
#ecran2 article {
  margin: 15px;
  padding: 15px;
  background: #FFF;
}
/* line 40, assetic_compass6RxHuE.scss */
#ecran2 article p {
  padding: 0;
}
/* line 44, assetic_compass6RxHuE.scss */
#ecran2 .titleMenu {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
}
/* line 49, assetic_compass6RxHuE.scss */
#ecran2 .datePrix {
  font-size: 1.188em;
  font-weight: 700;
  padding-top: .5em;
  color: #b0334e;
}
/* line 55, assetic_compass6RxHuE.scss */
#ecran2 .image {
  margin: 40px auto 0 auto;
  height: 168px;
  width: 100%;
  max-width: 322px;
  background-position: 50% 50%;
}
/* line 62, assetic_compass6RxHuE.scss */
#ecran2 .texte {
  padding-top: 2em;
}
/* line 64, assetic_compass6RxHuE.scss */
#ecran2 .texte italic, #ecran2 .texte em, #ecran2 .texte i {
  font-style: normal;
  color: #d1b5bb;
}

@media only screen and (min-width: 641px) {
  /* line 72, assetic_compass6RxHuE.scss */
  #ecran1 {
    padding: 4em 1.5em;
  }
  /* line 74, assetic_compass6RxHuE.scss */
  #ecran1 h1 {
    font-size: 24px;
  }
  /* line 77, assetic_compass6RxHuE.scss */
  #ecran1 h2 {
    font-size: 19px;
  }
  /* line 80, assetic_compass6RxHuE.scss */
  #ecran1 .content {
    width: 90%;
  }

  /* line 84, assetic_compass6RxHuE.scss */
  .titleInterface {
    font-size: 22px;
  }

  /* line 87, assetic_compass6RxHuE.scss */
  #ecran2 {
    background: url(/assets/img/menus-fond.jpg) 50% 50%;
    background-size: cover;
    padding: 50px 0;
  }
  /* line 92, assetic_compass6RxHuE.scss */
  #ecran2 article {
    margin: 70px;
    padding: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 101, assetic_compass6RxHuE.scss */
  #ecran1 {
    padding: 6em 1.5em;
  }
  /* line 103, assetic_compass6RxHuE.scss */
  #ecran1 h1 {
    font-size: 30px;
  }
  /* line 106, assetic_compass6RxHuE.scss */
  #ecran1 h2 {
    font-size: 22px;
  }
  /* line 109, assetic_compass6RxHuE.scss */
  #ecran1 .content {
    margin-top: 3em;
  }
}
