@charset "UTF-8";
/* ***************************
          RESET
**************************** */
/* HTML5 display-role reset for older browsers */
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:regular");
@import url("https://fonts.googleapis.com/css?family=Overpass:700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:300italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");
/* 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 15, ../../../web/assets/sass/elements/_reset.scss */
body {
  line-height: 1;
}

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

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

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

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

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

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

/* line 40, ../../../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 50, ../../../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 58, ../../../web/assets/sass/elements/_reset.scss */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0.5em 0;
}

/* 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, h4 {
  -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: none;
}

/* line 96, ../../../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 101, ../../../web/assets/sass/elements/_reset.scss */
.clear {
  clear: both;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon/icomoon.woff2?y4ua84") format("woff2"), url("/assets/fonts/icomoon/icomoon.ttf?y4ua84") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?y4ua84") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?y4ua84#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 28, ../../../web/assets/sass/elements/_font-icon.scss */
[class^="icon-"],
[class*=" icon-"] {
  /* 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 35, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-access:before {
  content: "";
}

/* line 40, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-email:before {
  content: "";
}

/* line 45, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-localisation:before {
  content: "";
}

/* line 50, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-up5:before {
  content: "";
}

/* line 55, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-down5:before {
  content: "";
}

/* line 60, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow2-down:before {
  content: "";
}

/* line 65, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow2-left:before {
  content: "";
}

/* line 70, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow2-right:before {
  content: "";
}

/* line 75, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow2-up:before {
  content: "";
}

/* line 80, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-facebook:before {
  content: "";
}

/* line 85, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-flickr:before {
  content: "";
}

/* line 90, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-google-plus:before {
  content: "";
}

/* line 95, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-instagram:before {
  content: "";
}

/* line 100, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-pinterest:before {
  content: "";
}

/* line 105, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-star-full:before {
  content: "";
}

/* line 110, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-tumblr:before {
  content: "";
}

/* line 115, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-twitter:before {
  content: "";
}

/* line 120, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-youtube:before {
  content: "";
}

/* line 125, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-link:before {
  content: "";
}

/* line 130, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-tripadvisor:before {
  content: "";
}

/* line 135, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-telephone:before {
  content: "";
}

/* line 140, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-phone:before {
  content: "";
}

/* line 145, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-call:before {
  content: "";
}

/* line 150, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-contact:before {
  content: "";
}

/* line 155, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-calendar-full:before {
  content: "";
}

/* line 160, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-calendar:before {
  content: "";
}

/* line 165, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-date:before {
  content: "";
}

/* line 170, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-schedule:before {
  content: "";
}

/* line 175, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-down:before {
  content: "";
}

/* line 180, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-left:before {
  content: "";
}

/* line 185, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-right:before {
  content: "";
}

/* line 190, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-arrow-up:before {
  content: "";
}

/* line 195, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-cross:before {
  content: "";
}

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

/* line 205, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-plus:before {
  content: "";
}

/*
h1
 */
/*
liens actif menu scrolle
boutons
h2
h3
 */
/*
bouton et h2 sur fond fonce
 */
/*
lien menu scrolle
texte courant
*/
/*
background color des sections paires avec photos
 */
/*
background color des sections impaires (claires)
 */
/*
background des boutons transparent
 */
/*
background du menu mobile ouvert
 */
/*
// color26
// etoile pleine par defaut
 */
/*
color27
// etoile pleine note
 */
/*
background footer
 */
/*
filet chronologie
 */
/*
filet chronologie
 */
/*
titre 1
 */
/*
titre 2 - bold
bouton lien - semi-bold
 */
/*
titre 3 - Regular
 */
/*
Menu - Medium
adresse - Medium Semi-bold
texte courant - regular Medium Semi-bold
bouton CTA booking - Medium
 */
/* line 462, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .tinyMin {
  width: 640px;
}
/* line 463, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .smallMin {
  width: 768px;
}
/* line 464, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .mediumMin {
  width: 1024px;
}
/* line 465, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .largeMin {
  width: 1280px;
}
/* line 466, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .smallMax {
  width: 767px;
}
/* line 467, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .mediumMax {
  width: 1023px;
}
/* line 468, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .headerDesktopHeight {
  height: 9rem;
}
/* line 469, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .headerResponsiveHeight {
  height: 5.6rem;
}

/* line 10, ../../../web/assets/sass/elements/_common.scss */
html {
  font-size: 62.5%;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #848484;
  background-color: #ffffff;
}

/* line 18, ../../../web/assets/sass/elements/_common.scss */
body {
  font-size: 1.5rem;
  margin-bottom: 0;
}
/* line 22, ../../../web/assets/sass/elements/_common.scss */
body .sections.odd {
  color: #ffffff;
}

/* line 27, ../../../web/assets/sass/elements/_common.scss */
.common-container {
  margin: 5.6rem 0 0;
}

/* line 33, ../../../web/assets/sass/elements/_common.scss */
#mdj-booking-modal {
  width: 103% !important;
  position: fixed !important;
  z-index: 9999 !important;
  right: 0 !important;
}
/* line 38, ../../../web/assets/sass/elements/_common.scss */
#mdj-booking-modal .mdj-booking-modal__bg {
  z-index: 9999 !important;
}
/* line 41, ../../../web/assets/sass/elements/_common.scss */
#mdj-booking-modal .modal-dialog {
  z-index: 99999 !important;
}

/* line 47, ../../../web/assets/sass/elements/_common.scss */
h1 {
  padding-bottom: 0.6rem;
  font-family: Josefin Slab, arial, sans-serif;
  font-size: 3.3rem;
  color: #5a5555;
  text-align: center;
}
/* line 54, ../../../web/assets/sass/elements/_common.scss */
.sections.odd h1 {
  color: #ffffff;
}

/* line 58, ../../../web/assets/sass/elements/_common.scss */
h2 {
  padding-bottom: 5px;
  font-family: Overpass, arial, sans-serif;
  font-size: 2rem;
  color: #bc9851;
  text-align: center;
  letter-spacing: 0.05rem;
}
/* line 66, ../../../web/assets/sass/elements/_common.scss */
.sections.odd h2 {
  color: #e0b561;
}

/* line 70, ../../../web/assets/sass/elements/_common.scss */
h3 {
  padding-bottom: 5px;
  font-family: Josefin Slab, arial, sans-serif;
  font-size: 2rem;
  color: #bc9851;
  text-align: center;
  letter-spacing: 0.05rem;
}
/* line 78, ../../../web/assets/sass/elements/_common.scss */
.sections.odd h3 {
  color: #bc9851;
}

/* line 82, ../../../web/assets/sass/elements/_common.scss */
h4 {
  padding-bottom: 5px;
  font-family: Overpass, arial, sans-serif;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

/* line 89, ../../../web/assets/sass/elements/_common.scss */
p {
  line-height: 1.75;
}

/* line 92, ../../../web/assets/sass/elements/_common.scss */
a,
button {
  color: #bc9851;
  font-weight: 600;
  transition: all 0.2s;
}
/* line 98, ../../../web/assets/sass/elements/_common.scss */
a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  color: #848484;
}
/* line 104, ../../../web/assets/sass/elements/_common.scss */
.sections.odd a, .sections.odd
button {
  color: #e0b561;
}
/* line 107, ../../../web/assets/sass/elements/_common.scss */
.sections.odd a:hover, .sections.odd a:focus, .sections.odd a:active, .sections.odd
button:hover, .sections.odd
button:focus, .sections.odd
button:active {
  color: #ffffff;
}

/* line 116, ../../../web/assets/sass/elements/_common.scss */
a picture,
a figure,
.hover-opacity picture,
.hover-opacity figure {
  position: relative;
  display: block;
  /* 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 121, ../../../web/assets/sass/elements/_common.scss */
a picture:after,
a figure:after,
.hover-opacity picture:after,
.hover-opacity figure:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\e936";
  color: #ffffff;
  opacity: 0;
  font-size: 5rem;
  background-color: transparent;
  z-index: 2;
}
/* line 145, ../../../web/assets/sass/elements/_common.scss */
a:hover picture:after,
a:hover figure:after, a:focus picture:after,
a:focus figure:after, a:active picture:after,
a:active figure:after,
.hover-opacity:hover picture:after,
.hover-opacity:hover figure:after,
.hover-opacity:focus picture:after,
.hover-opacity:focus figure:after,
.hover-opacity:active picture:after,
.hover-opacity:active figure:after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 158, ../../../web/assets/sass/elements/_common.scss */
picture.img-loader img {
  width: 38px;
  height: 38px;
  margin: auto;
}
/* line 164, ../../../web/assets/sass/elements/_common.scss */
picture img {
  display: block;
  width: 100%;
}

/* line 170, ../../../web/assets/sass/elements/_common.scss */
.screen-default-photo {
  margin-bottom: 34px;
}

/* line 177, ../../../web/assets/sass/elements/_common.scss */
.elioloader {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4px18815281 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px18815281 {
  0%,
    100% {
    box-shadow: 0 -8px 0 0 #bc9851, 6px -6px 0 0 rgba(188, 152, 81, 0.2), 8px 0 0 0 rgba(188, 152, 81, 0.2), 6px 6px 0 0 rgba(188, 152, 81, 0.2), 0 8px 0 0 rgba(188, 152, 81, 0.2), -6px 6px 0 0 rgba(188, 152, 81, 0.2), -8px 0 0 0 rgba(188, 152, 81, 0.5), -6px -6px 0 0 rgba(188, 152, 81, 0.7);
  }
  12.5% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.7), 6px -6px 0 0 #bc9851, 8px 0 0 0 rgba(188, 152, 81, 0.2), 6px 6px 0 0 rgba(188, 152, 81, 0.2), 0 8px 0 0 rgba(188, 152, 81, 0.2), -6px 6px 0 0 rgba(188, 152, 81, 0.2), -8px 0 0 0 rgba(188, 152, 81, 0.2), -6px -6px 0 0 rgba(188, 152, 81, 0.5);
  }
  25% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.5), 6px -6px 0 0 rgba(188, 152, 81, 0.7), 8px 0 0 0 #bc9851, 6px 6px 0 0 rgba(188, 152, 81, 0.2), 0 8px 0 0 rgba(188, 152, 81, 0.2), -6px 6px 0 0 rgba(188, 152, 81, 0.2), -8px 0 0 0 rgba(188, 152, 81, 0.2), -6px -6px 0 0 rgba(188, 152, 81, 0.2);
  }
  37.5% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.2), 6px -6px 0 0 rgba(188, 152, 81, 0.5), 8px 0 0 0 rgba(188, 152, 81, 0.7), 6px 6px 0 0 #bc9851, 0 8px 0 0 rgba(188, 152, 81, 0.2), -6px 6px 0 0 rgba(188, 152, 81, 0.2), -8px 0 0 0 rgba(188, 152, 81, 0.2), -6px -6px 0 0 rgba(188, 152, 81, 0.2);
  }
  50% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.2), 6px -6px 0 0 rgba(188, 152, 81, 0.2), 8px 0 0 0 rgba(188, 152, 81, 0.5), 6px 6px 0 0 rgba(188, 152, 81, 0.7), 0 8px 0 0 #bc9851, -6px 6px 0 0 rgba(188, 152, 81, 0.2), -8px 0 0 0 rgba(188, 152, 81, 0.2), -6px -6px 0 0 rgba(188, 152, 81, 0.2);
  }
  62.5% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.2), 6px -6px 0 0 rgba(188, 152, 81, 0.2), 8px 0 0 0 rgba(188, 152, 81, 0.2), 6px 6px 0 0 rgba(188, 152, 81, 0.5), 0 8px 0 0 rgba(188, 152, 81, 0.7), -6px 6px 0 0 #bc9851, -8px 0 0 0 rgba(188, 152, 81, 0.2), -6px -6px 0 0 rgba(188, 152, 81, 0.2);
  }
  75% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.2), 6px -6px 0 0 rgba(188, 152, 81, 0.2), 8px 0 0 0 rgba(188, 152, 81, 0.2), 6px 6px 0 0 rgba(188, 152, 81, 0.2), 0 8px 0 0 rgba(188, 152, 81, 0.5), -6px 6px 0 0 rgba(188, 152, 81, 0.7), -8px 0 0 0 #bc9851, -6px -6px 0 0 rgba(188, 152, 81, 0.2);
  }
  87.5% {
    box-shadow: 0 -8px 0 0 rgba(188, 152, 81, 0.2), 6px -6px 0 0 rgba(188, 152, 81, 0.2), 8px 0 0 0 rgba(188, 152, 81, 0.2), 6px 6px 0 0 rgba(188, 152, 81, 0.2), 0 8px 0 0 rgba(188, 152, 81, 0.2), -6px 6px 0 0 rgba(188, 152, 81, 0.5), -8px 0 0 0 rgba(188, 152, 81, 0.7), -6px -6px 0 0 #bc9851;
  }
}
/* line 179, ../../../web/assets/sass/elements/_common.scss */
picture .elioloader {
  position: relative;
  display: inline-block;
  margin: 16px;
  width: 8px;
  height: 8px;
  font-size: 8px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load8px18815281 1.1s infinite ease;
  transform: translateZ(0);
  margin-left: 50%;
  margin-right: 50%;
}
@keyframes load8px18815281 {
  0%,
    100% {
    box-shadow: 0 -16px 0 0 #bc9851, 12px -12px 0 0 rgba(188, 152, 81, 0.2), 16px 0 0 0 rgba(188, 152, 81, 0.2), 12px 12px 0 0 rgba(188, 152, 81, 0.2), 0 16px 0 0 rgba(188, 152, 81, 0.2), -12px 12px 0 0 rgba(188, 152, 81, 0.2), -16px 0 0 0 rgba(188, 152, 81, 0.5), -12px -12px 0 0 rgba(188, 152, 81, 0.7);
  }
  12.5% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.7), 12px -12px 0 0 #bc9851, 16px 0 0 0 rgba(188, 152, 81, 0.2), 12px 12px 0 0 rgba(188, 152, 81, 0.2), 0 16px 0 0 rgba(188, 152, 81, 0.2), -12px 12px 0 0 rgba(188, 152, 81, 0.2), -16px 0 0 0 rgba(188, 152, 81, 0.2), -12px -12px 0 0 rgba(188, 152, 81, 0.5);
  }
  25% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.5), 12px -12px 0 0 rgba(188, 152, 81, 0.7), 16px 0 0 0 #bc9851, 12px 12px 0 0 rgba(188, 152, 81, 0.2), 0 16px 0 0 rgba(188, 152, 81, 0.2), -12px 12px 0 0 rgba(188, 152, 81, 0.2), -16px 0 0 0 rgba(188, 152, 81, 0.2), -12px -12px 0 0 rgba(188, 152, 81, 0.2);
  }
  37.5% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.2), 12px -12px 0 0 rgba(188, 152, 81, 0.5), 16px 0 0 0 rgba(188, 152, 81, 0.7), 12px 12px 0 0 #bc9851, 0 16px 0 0 rgba(188, 152, 81, 0.2), -12px 12px 0 0 rgba(188, 152, 81, 0.2), -16px 0 0 0 rgba(188, 152, 81, 0.2), -12px -12px 0 0 rgba(188, 152, 81, 0.2);
  }
  50% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.2), 12px -12px 0 0 rgba(188, 152, 81, 0.2), 16px 0 0 0 rgba(188, 152, 81, 0.5), 12px 12px 0 0 rgba(188, 152, 81, 0.7), 0 16px 0 0 #bc9851, -12px 12px 0 0 rgba(188, 152, 81, 0.2), -16px 0 0 0 rgba(188, 152, 81, 0.2), -12px -12px 0 0 rgba(188, 152, 81, 0.2);
  }
  62.5% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.2), 12px -12px 0 0 rgba(188, 152, 81, 0.2), 16px 0 0 0 rgba(188, 152, 81, 0.2), 12px 12px 0 0 rgba(188, 152, 81, 0.5), 0 16px 0 0 rgba(188, 152, 81, 0.7), -12px 12px 0 0 #bc9851, -16px 0 0 0 rgba(188, 152, 81, 0.2), -12px -12px 0 0 rgba(188, 152, 81, 0.2);
  }
  75% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.2), 12px -12px 0 0 rgba(188, 152, 81, 0.2), 16px 0 0 0 rgba(188, 152, 81, 0.2), 12px 12px 0 0 rgba(188, 152, 81, 0.2), 0 16px 0 0 rgba(188, 152, 81, 0.5), -12px 12px 0 0 rgba(188, 152, 81, 0.7), -16px 0 0 0 #bc9851, -12px -12px 0 0 rgba(188, 152, 81, 0.2);
  }
  87.5% {
    box-shadow: 0 -16px 0 0 rgba(188, 152, 81, 0.2), 12px -12px 0 0 rgba(188, 152, 81, 0.2), 16px 0 0 0 rgba(188, 152, 81, 0.2), 12px 12px 0 0 rgba(188, 152, 81, 0.2), 0 16px 0 0 rgba(188, 152, 81, 0.2), -12px 12px 0 0 rgba(188, 152, 81, 0.5), -16px 0 0 0 rgba(188, 152, 81, 0.7), -12px -12px 0 0 #bc9851;
  }
}
/* line 187, ../../../web/assets/sass/elements/_common.scss */
.common-picture-without-picture {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 80%;
}

@media screen and (min-width: 768px) {
  /* line 199, ../../../web/assets/sass/elements/_common.scss */
  .display-in-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 205, ../../../web/assets/sass/elements/_common.scss */
  .hidden-in-responsive {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 212, ../../../web/assets/sass/elements/_common.scss */
  body {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  /* line 216, ../../../web/assets/sass/elements/_common.scss */
  .hidden-in-desktop {
    display: none !important;
  }

  /* line 220, ../../../web/assets/sass/elements/_common.scss */
  .common-container {
    margin: 0;
  }
  /* line 227, ../../../web/assets/sass/elements/_common.scss */
  .header-without-background .common-container {
    margin: 0;
  }
  /* line 230, ../../../web/assets/sass/elements/_common.scss */
  .header-with-background .common-container, .header-without-background.force-header-with-background .common-container {
    margin: 9rem 13px 0;
  }

  /* line 238, ../../../web/assets/sass/elements/_common.scss */
  h1 {
    padding-bottom: 0.8rem;
    font-size: 3.5rem;
  }

  /* line 242, ../../../web/assets/sass/elements/_common.scss */
  h2 {
    font-size: 2.4rem;
  }

  /* line 245, ../../../web/assets/sass/elements/_common.scss */
  h3 {
    font-size: 2.4rem;
  }

  /* line 248, ../../../web/assets/sass/elements/_common.scss */
  p {
    line-height: 1.875;
  }

  /* line 253, ../../../web/assets/sass/elements/_common.scss */
  .screen-default-photo {
    flex-basis: 53.6%;
    margin: 0;
  }
  /* line 258, ../../../web/assets/sass/elements/_common.scss */
  .ie .screen-default-photo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 268, ../../../web/assets/sass/elements/_common.scss */
  h1 {
    padding-bottom: 0.8rem;
    font-size: 4rem;
  }

  /* line 272, ../../../web/assets/sass/elements/_common.scss */
  h2 {
    font-size: 2.4rem;
  }

  /* line 275, ../../../web/assets/sass/elements/_common.scss */
  h3 {
    font-size: 2.4rem;
  }
}
/* line 1, ../../../web/assets/sass/components/_header.scss */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
  z-index: 30;
}
/* line 11, ../../../web/assets/sass/components/_header.scss */
.header-without-background .header {
  border-bottom: 0;
}

/* line 15, ../../../web/assets/sass/components/_header.scss */
.logo-header-without-background {
  display: none;
}

/* line 18, ../../../web/assets/sass/components/_header.scss */
.header-body-opacity {
  position: fixed;
  left: -100vw;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.2s;
  z-index: 2;
}
/* line 27, ../../../web/assets/sass/components/_header.scss */
.header-body-opacity.open {
  left: 0;
  top: 0;
  opacity: 0.5;
}
/* line 32, ../../../web/assets/sass/components/_header.scss */
.header-body-opacity.open-zindex {
  z-index: 31;
}

/* line 37, ../../../web/assets/sass/components/_header.scss */
.header-logo-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  height: 5.6rem;
}

/* line 44, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50px;
  font-size: 2.7rem;
  color: #848484;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  transition: all 0.2s;
}

/* line 56, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-logo {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0 5px 5%;
  text-transform: uppercase;
}
/* line 64, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-logo img {
  width: 20rem;
  max-width: 100%;
}

/* line 69, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50px;
  padding-top: 2px;
  color: #bc9851;
  font-size: 2.5rem;
  transition: all 0.2s;
}

/* line 80, ../../../web/assets/sass/components/_header.scss */
.header-menus {
  position: fixed;
  top: 0;
  left: -100vw;
  width: calc(100% - 50px);
  height: 100vh;
  padding: calc(40px - 1.1rem) 0 60px 0;
  background-color: #f4f4f4;
  transition: all 0.2s;
  z-index: 2;
}
/* line 92, ../../../web/assets/sass/components/_header.scss */
.header-menus,
.header-menus a span {
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
}

/* line 104, ../../../web/assets/sass/components/_header.scss */
.header-menu-close {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50px;
  height: 50px;
  font-size: 3.2rem;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s;
  z-index: 2;
}

/* line 119, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a {
  display: block;
  padding: 1.1rem 45px;
}
/* line 123, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a.active {
  padding-left: 0;
}
/* line 126, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a.active span {
  padding-left: 41px;
  border-width: 0 0 0 4px;
  color: #bc9851;
  border-color: #bc9851;
  border-style: solid;
}
/* line 133, ../../../web/assets/sass/components/_header.scss */
.header-without-background .header-main-menu a.active {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 140, ../../../web/assets/sass/components/_header.scss */
.header-main-menu {
  font-size: 1.5rem;
}
/* line 143, ../../../web/assets/sass/components/_header.scss */
.header-main-menu ul {
  padding-bottom: 10px;
}
/* line 146, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .menu a {
  color: #848484;
  font-weight: 500;
}
/* line 150, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .menu a:hover, .header-main-menu .menu a:focus, .header-main-menu .menu a:active {
  color: #bc9851;
}
/* line 161, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .language-active:after {
  display: inline-block;
  transition: all 0.2s;
  top: 13px;
}

/* line 170, ../../../web/assets/sass/components/_header.scss */
.header.open .header-menus {
  left: 0;
}
/* line 173, ../../../web/assets/sass/components/_header.scss */
.header.open .header-menu-close {
  left: calc(100% - 50px);
  transition: all 0.2s;
}

/* line 179, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 4.4rem;
  padding: 1rem 0;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
/* line 193, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu a,
.header-tertiary-menu .htm-language-choice {
  position: relative;
  color: #bc9851;
  text-align: center;
}
/* line 220, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu > a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-right: 1px solid #c7c7c7;
}
/* line 226, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .htm-language-choice {
  padding-left: 5px;
  text-align: left;
}
/* line 231, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-active {
  color: #848484;
}
/* line 233, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-active:after {
  right: 10px;
  color: #bc9851;
}
/* line 238, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-selector {
  right: 100%;
}

/* line 243, ../../../web/assets/sass/components/_header.scss */
.htm-language-choice {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 0;
  line-height: 2.5rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* line 255, ../../../web/assets/sass/components/_header.scss */
.language-active {
  display: block;
  position: relative;
  transition: all 0.2s;
}
/* line 259, ../../../web/assets/sass/components/_header.scss */
.language-active:after {
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  /* 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 267, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu .language-active:after {
  content: "";
}

/* line 273, ../../../web/assets/sass/components/_header.scss */
.language-selector {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  position: absolute;
  width: calc( 100vw - 100%);
  right: -100vw;
  background-color: #ffffff;
  transition: all 0.2s;
}

/* line 283, ../../../web/assets/sass/components/_header.scss */
.header-menu-social-network {
  display: none;
}

/* line 286, ../../../web/assets/sass/components/_header.scss */
.header-sticky-footer {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 293, ../../../web/assets/sass/components/_header.scss */
  .header-tertiary-menu a,
  .header-tertiary-menu .htm-language-choice {
    flex: 2;
  }
  /* line 298, ../../../web/assets/sass/components/_header.scss */
  .header-tertiary-menu.open .htm-language-choice {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  /* line 308, ../../../web/assets/sass/components/_header.scss */
  .header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0 0.8rem 2.5rem;
    transition: all 0.2s;
  }
  /* line 320, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header {
    padding: 2.5rem 0 0 2.5rem;
    background-color: transparent;
  }
  /* line 325, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ececec;
    background-color: #ffffff;
  }
  /* line 331, ../../../web/assets/sass/components/_header.scss */
  .header.scrolled {
    top: 0;
  }

  /* line 335, ../../../web/assets/sass/components/_header.scss */
  .logo-header-without-background {
    display: none;
  }

  /* line 338, ../../../web/assets/sass/components/_header.scss */
  .logo-header-standard {
    display: block;
  }

  /* line 342, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .logo-header-without-background {
    display: block;
  }
  /* line 345, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .logo-header-standard {
    display: none;
  }
  /* line 349, ../../../web/assets/sass/components/_header.scss */
  .header-without-background.force-header-with-background .logo-header-without-background {
    display: none;
  }
  /* line 352, ../../../web/assets/sass/components/_header.scss */
  .header-without-background.force-header-with-background .logo-header-standard {
    display: block;
  }

  /* line 357, ../../../web/assets/sass/components/_header.scss */
  .header-logo-part {
    flex-basis: 25.4rem;
    top: 0;
    transition: all 0.2s;
  }
  /* line 365, ../../../web/assets/sass/components/_header.scss */
  .ie .header-logo-part {
    width: 31.5rem;
  }

  /* line 369, ../../../web/assets/sass/components/_header.scss */
  .header-logo-part-logo {
    padding: 5px 0;
  }
  /* line 372, ../../../web/assets/sass/components/_header.scss */
  .header-logo-part-logo,
  .header-logo-part-logo img {
    flex: initial;
    width: 25.4rem;
  }
  /* line 378, ../../../web/assets/sass/components/_header.scss */
  .ie .header-logo-part-logo, .ie
  .header-logo-part-logo img {
    align-self: center;
  }

  /* line 383, ../../../web/assets/sass/components/_header.scss */
  .header-menus {
    position: static;
    width: calc(100% - calc(26px + 25.4rem));
    left: auto;
    right: 0;
    top: 0;
    height: 6.5rem;
    padding: 0;
    background-color: transparent;
    transition: all 0.2s;
  }
  /* line 396, ../../../web/assets/sass/components/_header.scss */
  .ie .header-menus {
    width: 70%;
  }
  /* line 399, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-menus {
    background-color: transparent;
  }

  /* line 406, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-right: 13px;
  }
  /* line 415, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-main-menu .menu a {
    color: #ffffff;
  }
  /* line 418, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header-main-menu .menu a {
    color: #848484;
  }
  /* line 421, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu .menu a:hover, .header-main-menu .menu a:focus, .header-main-menu .menu a:active {
    color: #bc9851;
  }
  /* line 426, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-main-menu .menu a:hover, .header-without-background .header-main-menu .menu a:focus, .header-without-background .header-main-menu .menu a:active {
    color: #e6e6e6;
  }
  /* line 429, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header-main-menu .menu a:hover, .force-header-with-background .header-main-menu .menu a:focus, .force-header-with-background .header-main-menu .menu a:active {
    color: #bc9851;
  }
  /* line 434, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    padding: 0;
  }
  /* line 441, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  /* line 447, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li.list-exergue {
    position: relative;
  }
  /* line 449, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li.list-exergue :before {
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    height: calc(100% - 26px);
    content: '';
    border-left: 1px solid #c7c7c7;
  }
  /* line 459, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 10px;
  }
  /* line 467, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a span {
    display: flex;
    align-items: center;
    flex: 1;
    padding-top: 4px;
    border-bottom: 4px solid transparent;
  }
  /* line 475, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a.active {
    color: #bc9851;
  }
  /* line 478, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a.active span {
    padding-left: 0;
    border-width: 0 0 2px 0;
  }
  /* line 482, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-main-menu li a.active span {
    color: #ffffff;
    border-color: #ffffff;
  }
  /* line 486, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header-main-menu li a.active span {
    color: #bc9851;
    border-color: #bc9851;
  }
  /* line 509, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu > a {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  /* line 514, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .htm-language-choice {
    padding-left: 0;
  }
  /* line 517, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-active {
    color: #bc9851;
  }
  /* line 519, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-active:after {
    top: 3px;
    right: -5px;
    color: #bc9851;
    transform: rotate(180deg);
  }
  /* line 526, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-selector {
    display: flex;
    top: 120%;
  }

  /* line 585, ../../../web/assets/sass/components/_header.scss */
  .htm-phone i,
  .htm-access i,
  .htm-language-choice i {
    padding-right: 5px;
  }

  /* line 589, ../../../web/assets/sass/components/_header.scss */
  .htm-phone {
    order: 2;
  }

  /* line 592, ../../../web/assets/sass/components/_header.scss */
  .htm-access {
    order: 3;
  }

  /* line 595, ../../../web/assets/sass/components/_header.scss */
  .htm-language-choice {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 52px;
    margin: 0 30px 1px 10px;
  }
  /* line 603, ../../../web/assets/sass/components/_header.scss */
  .htm-language-choice i {
    padding-right: 9px;
  }

  /* line 607, ../../../web/assets/sass/components/_header.scss */
  .language-selector {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -700px;
    left: -11px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    z-index: 10;
  }
  /* line 618, ../../../web/assets/sass/components/_header.scss */
  .language-selector a {
    padding: 0;
    line-height: 44px;
    color: #4c4848;
  }
  /* line 622, ../../../web/assets/sass/components/_header.scss */
  .language-selector a:hover, .language-selector a:focus, .language-selector a:active {
    color: #4c4848;
    background-color: #f4f4f4;
  }

  /* line 630, ../../../web/assets/sass/components/_header.scss */
  .language-active {
    color: #848484;
    font-weight: 500;
  }
  /* line 634, ../../../web/assets/sass/components/_header.scss */
  .language-active:hover, .language-active:focus, .language-active:active {
    color: #bc9851;
  }
  /* line 639, ../../../web/assets/sass/components/_header.scss */
  .language-active:after {
    position: relative;
    top: 3px;
    right: 0;
    padding-left: 5px;
    transform: translateY(-50%);
    font-size: 2rem;
  }
  /* line 650, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .language-active {
    color: #ffffff;
  }
  /* line 653, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .language-active:hover, .header-without-background .language-active:focus, .header-without-background .language-active:active {
    color: #e6e6e6;
  }
  /* line 660, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .language-active {
    color: #848484;
  }
  /* line 663, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .language-active:hover, .force-header-with-background .language-active:focus, .force-header-with-background .language-active:active {
    color: #bc9851;
  }

  /* line 713, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 5;
    font-size: 1.3rem;
  }
  /* line 720, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a {
    padding: 0 13px;
  }
  /* line 723, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a [class*="icon-"] {
    transition: all 0.2s;
  }
  /* line 726, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a span {
    padding-left: 5px;
  }
  /* line 732, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a:hover [class*="icon-"], .header-menu-social-network a:focus [class*="icon-"], .header-menu-social-network a:active [class*="icon-"] {
    color: #ffffff;
  }

  /* line 739, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 150px);
    min-height: 5.4rem;
    font-weight: 500;
    background-color: #ffffff;
    z-index: 10;
    transition: all 0.2s;
  }
  /* line 753, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer.full-width {
    width: 100%;
    border-top: 1px solid #ececec;
  }
  /* line 757, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer a,
  .header-sticky-footer .header-sticky-footer-sn a {
    color: #848484;
  }
  /* line 764, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer a:hover,
  .header-sticky-footer a:hover [class^="icon-"], .header-sticky-footer a:focus,
  .header-sticky-footer a:focus [class^="icon-"], .header-sticky-footer a:active,
  .header-sticky-footer a:active [class^="icon-"],
  .header-sticky-footer .header-sticky-footer-sn a:hover,
  .header-sticky-footer .header-sticky-footer-sn a:hover [class^="icon-"],
  .header-sticky-footer .header-sticky-footer-sn a:focus,
  .header-sticky-footer .header-sticky-footer-sn a:focus [class^="icon-"],
  .header-sticky-footer .header-sticky-footer-sn a:active,
  .header-sticky-footer .header-sticky-footer-sn a:active [class^="icon-"] {
    color: #5a5555;
  }
  /* line 770, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer > a,
  .header-sticky-footer > aside,
  .header-sticky-footer > div {
    padding: 0 2rem;
    border-right: 1px solid #848484;
  }
  /* line 776, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer > a:last-child,
  .header-sticky-footer > aside:last-child,
  .header-sticky-footer > div:last-child {
    border: 0;
  }

  /* line 781, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer-phone {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  /* line 792, ../../../web/assets/sass/components/_header.scss */
  .header-menus {
    width: calc(100% - calc(26px + 31.5rem));
  }
  /* line 796, ../../../web/assets/sass/components/_header.scss */
  .ie .header-menus {
    width: 80%;
  }

  /* line 800, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu {
    font-size: 1.6rem;
  }
  /* line 809, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a, .header-main-menu li a.active {
    padding: 0 15px;
  }

  /* line 816, ../../../web/assets/sass/components/_header.scss */
  .htm-language-choice {
    margin-left: 15px;
  }

  /* line 820, ../../../web/assets/sass/components/_header.scss */
  .header-logo-part {
    flex-basis: 31.5rem;
  }

  /* line 824, ../../../web/assets/sass/components/_header.scss */
  .header-logo-part-logo,
  .header-logo-part-logo img {
    width: 31.5rem;
  }
}
@media screen and (min-width: 1500px) {
  /* line 839, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a, .header-main-menu li a.active {
    padding: 0 30px;
  }

  /* line 846, ../../../web/assets/sass/components/_header.scss */
  .htm-language-choice {
    margin-left: 30px;
  }
}
/* line 8, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking,
a.btn-booking
.btn-primary,
a.btn-primary,
.btn-basic,
a.btn-basic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  min-width: 122px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
}

/* line 30, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking,
a.btn-booking {
  padding: 13px 10px 11px;
  color: #bc9851;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.4rem;
  border: 1px solid #bc9851;
}
/* line 38, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-booking, .btn-booking.btn-transparent, .header-without-background .header-main-menu
a.btn-booking,
a.btn-booking.btn-transparent {
  color: #ffffff;
  border: 1px solid #ffffff;
}
/* line 43, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background.force-header-with-background .header-main-menu .btn-booking, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking {
  color: #bc9851;
  border-color: #bc9851;
}
/* line 47, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:before, .btn-booking:after,
a.btn-booking:before,
a.btn-booking:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: all 0.2s;
}
/* line 56, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:before,
a.btn-booking:before {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}
/* line 64, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-booking:before, .btn-booking.btn-transparent:before, .header-without-background .header-main-menu
a.btn-booking:before,
a.btn-booking.btn-transparent:before {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 69, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background.force-header-with-background .header-main-menu .btn-booking:before, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:before {
  background-color: #ffffff;
}
/* line 73, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:after,
a.btn-booking:after {
  height: 0;
  background-color: #ffffff;
  z-index: -1;
}
/* line 81, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-booking:after, .btn-booking.btn-transparent:after, .header-without-background .header-main-menu
a.btn-booking:after,
a.btn-booking.btn-transparent:after {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 86, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background.force-header-with-background .header-main-menu .btn-booking:after, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:after {
  background-color: #ffffff;
}
/* line 91, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:hover, .btn-booking:focus, .btn-booking:active,
a.btn-booking:hover,
a.btn-booking:focus,
a.btn-booking:active {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 97, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking:hover:after, .btn-booking:focus:after, .btn-booking:active:after,
a.btn-booking:hover:after,
a.btn-booking:focus:after,
a.btn-booking:active:after {
  height: 100%;
  background-color: #bc9851;
}
/* line 108, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-booking:hover:after, .header-without-background .header-main-menu .btn-booking:focus:after, .header-without-background .header-main-menu .btn-booking:active:after, .btn-booking.btn-transparent:hover:after, .btn-booking.btn-transparent:focus:after, .btn-booking.btn-transparent:active:after, .header-without-background .header-main-menu
a.btn-booking:hover:after, .header-without-background .header-main-menu
a.btn-booking:focus:after, .header-without-background .header-main-menu
a.btn-booking:active:after,
a.btn-booking.btn-transparent:hover:after,
a.btn-booking.btn-transparent:focus:after,
a.btn-booking.btn-transparent:active:after {
  background-color: #ffffff;
}
/* line 117, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background.force-header-with-background .header-main-menu .btn-booking:hover:after, .header-without-background.force-header-with-background .header-main-menu .btn-booking:focus:after, .header-without-background.force-header-with-background .header-main-menu .btn-booking:active:after, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:hover:after, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:focus:after, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:active:after {
  background-color: #bc9851;
}
/* line 124, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-booking:hover, .header-without-background .header-main-menu .btn-booking:focus, .header-without-background .header-main-menu .btn-booking:active, .btn-booking.btn-transparent:hover, .btn-booking.btn-transparent:focus, .btn-booking.btn-transparent:active, .header-without-background .header-main-menu
a.btn-booking:hover, .header-without-background .header-main-menu
a.btn-booking:focus, .header-without-background .header-main-menu
a.btn-booking:active,
a.btn-booking.btn-transparent:hover,
a.btn-booking.btn-transparent:focus,
a.btn-booking.btn-transparent:active {
  color: #bc9851;
  border-color: #bc9851;
}
/* line 133, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background.force-header-with-background .header-main-menu .btn-booking:hover, .header-without-background.force-header-with-background .header-main-menu .btn-booking:focus, .header-without-background.force-header-with-background .header-main-menu .btn-booking:active, .btn-booking.btn-transparent:hover, .btn-booking.btn-transparent:focus, .btn-booking.btn-transparent:active, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:hover, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:focus, .header-without-background.force-header-with-background .header-main-menu
a.btn-booking:active,
a.btn-booking.btn-transparent:hover,
a.btn-booking.btn-transparent:focus,
a.btn-booking.btn-transparent:active {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 140, ../../../web/assets/sass/elements/_buttons.scss */
.btn-booking.btn-small, .btn-booking.btn-small-responsive,
a.btn-booking.btn-small,
a.btn-booking.btn-small-responsive {
  padding: 5px;
  font-size: calc(1.4rem - 0.4rem);
}

/* line 147, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary,
a.btn-primary {
  padding: 19px 19px 15px;
  color: #bc9851;
  font-family: Overpass, arial, sans-serif;
  font-size: 1.5rem;
  border: 1px solid #b7b6b6;
}
/* line 155, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-primary, .sections.odd .btn-primary, .header-without-background .header-main-menu
a.btn-primary, .sections.odd
a.btn-primary {
  color: #e0b561;
  border: 1px solid #ffffff;
}
/* line 160, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:before, .btn-primary:after,
a.btn-primary:before,
a.btn-primary:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: all 0.2s;
}
/* line 169, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:before,
a.btn-primary:before {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}
/* line 177, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-primary:before, .sections.odd .btn-primary:before, .header-without-background .header-main-menu
a.btn-primary:before, .sections.odd
a.btn-primary:before {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 181, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:after,
a.btn-primary:after {
  height: 0;
  background-color: #ffffff;
  z-index: -1;
}
/* line 189, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-primary:after, .sections.odd .btn-primary:after, .header-without-background .header-main-menu
a.btn-primary:after, .sections.odd
a.btn-primary:after {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 194, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
  color: #ffffff;
  border-color: #b7b6b6;
}
/* line 200, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after,
a.btn-primary:hover:after,
a.btn-primary:focus:after,
a.btn-primary:active:after {
  height: 100%;
  background-color: #bc9851;
}
/* line 211, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-primary:hover:after, .header-without-background .header-main-menu .btn-primary:focus:after, .header-without-background .header-main-menu .btn-primary:active:after, .sections.odd .btn-primary:hover:after, .sections.odd .btn-primary:focus:after, .sections.odd .btn-primary:active:after, .header-without-background .header-main-menu
a.btn-primary:hover:after, .header-without-background .header-main-menu
a.btn-primary:focus:after, .header-without-background .header-main-menu
a.btn-primary:active:after, .sections.odd
a.btn-primary:hover:after, .sections.odd
a.btn-primary:focus:after, .sections.odd
a.btn-primary:active:after {
  background-color: #ffffff;
}
/* line 218, ../../../web/assets/sass/elements/_buttons.scss */
.header-without-background .header-main-menu .btn-primary:hover, .header-without-background .header-main-menu .btn-primary:focus, .header-without-background .header-main-menu .btn-primary:active, .sections.odd .btn-primary:hover, .sections.odd .btn-primary:focus, .sections.odd .btn-primary:active, .header-without-background .header-main-menu
a.btn-primary:hover, .header-without-background .header-main-menu
a.btn-primary:focus, .header-without-background .header-main-menu
a.btn-primary:active, .sections.odd
a.btn-primary:hover, .sections.odd
a.btn-primary:focus, .sections.odd
a.btn-primary:active {
  color: #bc9851;
  border-color: #b7b6b6;
}
/* line 225, ../../../web/assets/sass/elements/_buttons.scss */
.btn-primary.btn-small, .btn-primary.btn-small-responsive,
a.btn-primary.btn-small,
a.btn-primary.btn-small-responsive {
  padding: 5px;
  font-size: calc(1.4rem - 0.4rem);
}

/* line 232, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic,
a.btn-basic {
  position: relative;
  padding: 19px 19px 15px;
  color: #bc9851;
  font-family: Overpass, arial, sans-serif;
  font-size: 1.5rem;
  border: 1px solid #b7b6b6;
  z-index: 1;
}
/* line 242, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:before, .btn-basic:after,
a.btn-basic:before,
a.btn-basic:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: all 0.2s;
}
/* line 251, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:before,
a.btn-basic:before {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}
/* line 257, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:after,
a.btn-basic:after {
  height: 0;
  background-color: #ffffff;
  z-index: -1;
}
/* line 264, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:hover,
a.btn-basic:hover {
  color: #ffffff;
  border-color: #b7b6b6;
}
/* line 270, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:hover:after,
a.btn-basic:hover:after {
  height: 100%;
  background-color: #bc9851;
}
/* line 276, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic.btn-small, .btn-basic.btn-small-responsive,
a.btn-basic.btn-small,
a.btn-basic.btn-small-responsive {
  padding: 12px 11px 9px;
  font-size: calc(1.4rem - 0.1rem);
}

@media screen and (min-width: 1024px) {
  /* line 289, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking,
  a.btn-booking {
    padding: 16px 10px 14px;
    min-width: 146px;
    font-size: 1.6rem;
  }
  /* line 295, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking.btn-small-responsive,
  a.btn-booking.btn-small-responsive {
    padding: 12px 5px 9px;
    font-size: calc(1.5rem - 0.4rem);
  }

  /* line 303, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-basic.btn-small-responsive,
  a.btn-basic.btn-small-responsive {
    padding: 16px 10px 12px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  /* line 310, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking,
  a.btn-booking {
    padding: 21px 10px;
    min-width: 176px;
  }
}
/* line 1, ../../../web/assets/sass/components/_cnil.scss */
#cookie-banner {
  position: fixed;
  bottom: 55px;
  left: 0;
  width: 100%;
  max-width: 360px;
  padding: 3.5rem 5rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: normal;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
/* line 14, ../../../web/assets/sass/components/_cnil.scss */
#cookie-banner a {
  color: #ffffff;
  font-weight: normal;
}
/* line 18, ../../../web/assets/sass/components/_cnil.scss */
#cookie-banner a.savoirplus {
  color: #ffffff;
  font-style: italic;
}
/* line 24, ../../../web/assets/sass/components/_cnil.scss */
#cookie-banner a.accept {
  display: block;
  padding-top: 10px;
  text-decoration: underline !important;
}
/* line 31, ../../../web/assets/sass/components/_cnil.scss */
#cookie-banner #closeCNIL {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 0.8em;
}

/* line 2, ../../../web/assets/sass/components/_users-reviews.scss */
.accueil-carousel-title .users-reviews {
  margin-top: 3rem;
}

/* line 9, ../../../web/assets/sass/components/_users-reviews.scss */
.users-reviews-reinsurance-txt {
  padding: 0;
  text-align: center;
  line-height: 1.2;
}

/* line 17, ../../../web/assets/sass/components/_users-reviews.scss */
.users-reviews-one-part p {
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  /* line 30, ../../../web/assets/sass/components/_users-reviews.scss */
  .accueil-carousel-title .users-reviews {
    display: none;
  }
}
/* line 2, ../../../web/assets/sass/elements/_layout.scss */
.page-container {
  margin: 0;
  padding: 40px 0 6px 0;
}

/* line 7, ../../../web/assets/sass/elements/_layout.scss */
.page-container-text-right,
.page-text {
  padding: 0 20px;
  word-break: break-word;
}
/* line 12, ../../../web/assets/sass/elements/_layout.scss */
.page-container-text-right h1,
.page-container-text-right h2,
.page-container-text-right h3,
.page-container-text-right h4,
.page-container-text-right h5,
.page-container-text-right h6,
.page-text h1,
.page-text h2,
.page-text h3,
.page-text h4,
.page-text h5,
.page-text h6 {
  text-align: left;
}

/* line 22, ../../../web/assets/sass/elements/_layout.scss */
.page-text-base h1,
.page-text-base h2 {
  margin-bottom: 40px;
}
/* line 27, ../../../web/assets/sass/elements/_layout.scss */
.page-text-base h3 a {
  color: #bc9851;
}
/* line 29, ../../../web/assets/sass/elements/_layout.scss */
.page-text-base h3 a:hover, .page-text-base h3 a:focus, .page-text-base h3 a:active {
  color: #4c4848;
}

/* line 40, ../../../web/assets/sass/elements/_layout.scss */
.display-social-networtk-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 45, ../../../web/assets/sass/elements/_layout.scss */
.display-social-networtk-list a {
  padding: 10px;
  color: #bc9851;
}
/* line 52, ../../../web/assets/sass/elements/_layout.scss */
.display-social-networtk-list a:hover [class*='icon-'], .display-social-networtk-list a:focus [class*='icon-'], .display-social-networtk-list a:active [class*='icon-'] {
  transition: all 0.2s;
  color: #848484;
}
/* line 57, ../../../web/assets/sass/elements/_layout.scss */
.display-social-networtk-list a span {
  padding-left: 5px;
}

/* line 63, ../../../web/assets/sass/elements/_layout.scss */
.page-text ul,
.page-text ol {
  margin-left: 20px;
}
/* line 67, ../../../web/assets/sass/elements/_layout.scss */
.page-text ul li,
.page-text ol li {
  padding: 0 0 15px 0;
  line-height: 1.5;
}
/* line 72, ../../../web/assets/sass/elements/_layout.scss */
.page-text ul {
  list-style-type: disc;
}
/* line 75, ../../../web/assets/sass/elements/_layout.scss */
.page-text ol {
  list-style-type: decimal;
}

/* line 80, ../../../web/assets/sass/elements/_layout.scss */
button.btn-basic.scroll-to-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 40px;
  min-width: initial;
  height: 0;
  padding: 0;
  opacity: 0;
  z-index: 4;
}
/* line 92, ../../../web/assets/sass/elements/_layout.scss */
button.btn-basic.scroll-to-top.display {
  height: 40px;
  padding: 6px 0 0 0;
  opacity: 1;
  transition: all 0.2s;
}

@media screen and (min-width: 1024px) {
  /* line 104, ../../../web/assets/sass/elements/_layout.scss */
  .page-container {
    margin-bottom: 13px;
    padding: 50px 3px 20px;
  }

  /* line 108, ../../../web/assets/sass/elements/_layout.scss */
  .page-text {
    max-width: 46%;
    margin: 0 auto 40px;
  }

  /* line 113, ../../../web/assets/sass/elements/_layout.scss */
  button.btn-basic.scroll-to-top {
    bottom: 130px;
    right: 20px;
    width: 50px;
    height: 0;
  }
  /* line 119, ../../../web/assets/sass/elements/_layout.scss */
  button.btn-basic.scroll-to-top.display {
    height: 50px;
    padding: 6px 0 0 0;
  }
}
/*
- Base
- Bloc presentation page
- Section information
- Section complement
- Texte simple
- Points forts
- Avis clients
- Bloc chronologie
- Menus et carte

- Responsive
 */
/* - Base ----- */
/* line 19, ../../../web/assets/sass/components/_sections.scss */
.sections {
  min-height: 100px;
}
/* line 22, ../../../web/assets/sass/components/_sections.scss */
.sections.odd {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
  background-color: #3f3c3c;
}
/* line 28, ../../../web/assets/sass/components/_sections.scss */
.sections.even {
  background-color: #ffffff;
}

/* - Bloc presentation page ----- */
/* line 35, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-presentation-page {
  padding: 5rem 13px 4rem;
}

/* line 39, ../../../web/assets/sass/components/_sections.scss */
.section-bpp-pictures picture {
  display: block;
  width: 82%;
}
/* line 43, ../../../web/assets/sass/components/_sections.scss */
.section-bpp-pictures .section-bpp-pictures-2 {
  position: relative;
  margin: -10% 0 0 auto;
}
/* line 47, ../../../web/assets/sass/components/_sections.scss */
.section-bpp-pictures img {
  border: 10px solid #ffffff;
}

/* - Section information ----- */
/* line 54, ../../../web/assets/sass/components/_sections.scss */
.section-information {
  margin: 2rem 0;
  padding: 1.5rem;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 18.8px 1.2px rgba(0, 0, 0, 0.06);
}

/* line 61, ../../../web/assets/sass/components/_sections.scss */
.section-information-pictures {
  margin-bottom: 2rem;
}

/* line 64, ../../../web/assets/sass/components/_sections.scss */
.section-information-txt {
  font-size: 1.4rem;
}
/* line 67, ../../../web/assets/sass/components/_sections.scss */
.section-information-txt strong {
  font-weight: 500;
}

/* - Section complement ----- */
/* line 74, ../../../web/assets/sass/components/_sections.scss */
.section-complement {
  position: relative;
  margin: 4rem 0 auto;
  padding: 0.1rem 1.5rem;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 18.8px 1.2px rgba(0, 0, 0, 0.06);
}
/* line 82, ../../../web/assets/sass/components/_sections.scss */
.section-complement h3 {
  position: absolute;
  top: -15px;
  font-size: 2rem;
  font-family: Overpass, arial, sans-serif;
}
/* line 88, ../../../web/assets/sass/components/_sections.scss */
.section-complement .section-complement-txt {
  font-size: 2.2rem;
  font-style: italic;
  font-family: Josefin Slab, arial, sans-serif;
}

/* - Texte simple ----- */
/* line 97, ../../../web/assets/sass/components/_sections.scss */
.section-texte-simple {
  padding: 4rem 13px;
  text-align: center;
}

/* line 101, ../../../web/assets/sass/components/_sections.scss */
.section-texte-simple-txt {
  margin-bottom: 4rem;
  text-align: left;
}

/* - Points forts ----- */
/* line 108, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts {
  padding: 2rem 0;
}

/* line 111, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one {
  text-align: center;
  margin: 3rem auto;
  padding: 1rem 13px;
}
/* line 116, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one figure {
  width: auto;
  height: 50px;
  margin: 0 auto 1.5rem;
}
/* line 121, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one figure svg {
  height: 100%;
}
/* line 124, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one figure svg path,
.section-points-forts-one figure svg rect,
.section-points-forts-one figure svg polygon {
  fill: #848484;
}

/* - Avis clients ----- */
/* line 135, ../../../web/assets/sass/components/_sections.scss */
.sections.odd.bloc-avis {
  background-size: cover;
  background-position: center;
}
/* line 139, ../../../web/assets/sass/components/_sections.scss */
.sections.odd.bloc-avis:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 149, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto 0;
  padding: 60px 13px;
}
/* line 156, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-note {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: Josefin Slab, arial, sans-serif;
  font-weight: 400;
}
/* line 162, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-wording {
  font-size: 2.6rem;
  font-family: Overpass, arial, sans-serif;
  color: #e0b561;
}
/* line 167, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-bloc-reviews {
  flex-direction: column;
}
/* line 170, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars {
  padding: 20px 0;
  font-size: 1.4rem;
}
/* line 174, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars:after {
  content: '';
  display: block;
  width: 30px;
  margin: 20px auto 0;
  border-bottom: 1px solid #ffffff;
}
/* line 181, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i {
  padding: 0 0.7rem;
}
/* line 184, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i.icon-star-full {
  color: #cccccc;
}
/* line 187, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i[class*="-stars-note"] {
  color: #c7b271;
}
/* line 192, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-base-note {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}
/* line 200, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-base-note:after {
  position: absolute;
  right: -30px;
  /* 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: "";
}
/* line 209, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis a:hover .widget-ca-base-note {
  color: #e0b561;
}

/* line 214, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis-one-reviews {
  text-align: center;
}

/* line 218, ../../../web/assets/sass/components/_sections.scss */
.even .slick-prev:before,
.even .slick-next:before,
.even .slick-dots li.slick-active button:before {
  color: #848484;
}
/* line 224, ../../../web/assets/sass/components/_sections.scss */
.even .section-bloc-avis .widget-ca-note,
.even .section-bloc-avis .widget-ca-base-note {
  color: #848484;
}
/* line 228, ../../../web/assets/sass/components/_sections.scss */
.even .section-bloc-avis .widget-ca-stars {
  border-right-color: #848484;
}

/* - Menus et carte ----- */
/* line 235, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* line 239, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes > h1,
.sections.bloc-menus-cartes > h2 {
  padding-right: 13px;
  padding-left: 13px;
}
/* line 244, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes > p {
  text-align: center;
}
/* line 248, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes .menus-carte-tc-cell-title strong {
  color: #bc9851;
  font-family: Overpass, arial, sans-serif;
}

/* - Bloc chronologie ---- */
/* line 257, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-chronologie {
  padding: 4rem 13px 3rem 0;
}

/* line 260, ../../../web/assets/sass/components/_sections.scss */
.section-chronologie-titre {
  padding-bottom: 2rem;
}

/* line 263, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-picture {
  position: relative;
}
/* line 266, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-picture:after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: -10px;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #bc9851;
  background-color: #ffffff;
}

/* line 279, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-picture,
.section-bloc-chronologie-txt {
  margin-left: 20px;
  padding: 1px 1px 1px 20px;
  border-left: 1px solid #c7c7c7;
}

/* line 285, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
/* line 292, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-txt h3,
.section-bloc-chronologie-txt h4 {
  text-align: left;
}

/* - Responsive ----- */
@media screen and (max-width: 767px) {
  /* line 308, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd:not(.section-with-picture-alone) {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 317, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 340px;
  }
  /* line 320, ../../../web/assets/sass/components/_sections.scss */
  body:not(.ie) .sections.odd {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  /* line 326, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd > div {
    position: relative;
    z-index: 1;
  }
  /* line 330, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd:not(.section-with-picture-alone):after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 70%, transparent 100%);
  }
  /* line 339, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd.bloc-avis:after {
    background: rgba(0, 0, 0, 0.4);
  }

  /* - Bloc presentation page */
  /* line 347, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-presentation-page {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 5%;
  }
  /* line 352, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page {
    -ms-grid-columns: 45% 50%;
    grid-template-columns: 45% 50%;
  }
  /* line 356, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-droite .section-bloc-presentation-page {
    -ms-grid-columns: 50% 45%;
    grid-template-columns: 50% 45%;
  }

  /* line 361, ../../../web/assets/sass/components/_sections.scss */
  .section-bpp-pictures {
    -ms-grid-row: 1 / 4;
    grid-row: 1 / 4;
  }

  /* line 365, ../../../web/assets/sass/components/_sections.scss */
  .section-bpp-titles {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: auto 0 20px 0;
  }

  /* line 370, ../../../web/assets/sass/components/_sections.scss */
  .section-bpp-text {
    -ms-grid-row: 2;
    grid-row: 2;
  }

  /* line 374, ../../../web/assets/sass/components/_sections.scss */
  .section-information {
    -ms-grid-row: 3;
    grid-row: 3;
  }

  /* line 379, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bpp-pictures {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  /* line 383, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bpp-titles,
  .bloc-presentation-page-image-gauche .section-bpp-text,
  .bloc-presentation-page-image-gauche .section-information {
    -ms-grid-column: 2;
    grid-column: 2;
  }

  /* line 391, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-droite .section-bpp-pictures {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  /* line 395, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-droite .section-bpp-titles,
  .bloc-presentation-page-image-droite .section-bpp-text,
  .bloc-presentation-page-image-droite .section-information {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  /* line 402, ../../../web/assets/sass/components/_sections.scss */
  [class*="bloc-presentation-page-image-"] .section-information {
    margin-top: auto;
  }

  /* - Texte simple */
  /* line 409, ../../../web/assets/sass/components/_sections.scss */
  .section-texte-simple {
    position: relative;
    width: 50%;
    margin: auto;
    padding: 7rem 0;
    z-index: 1;
  }
  /* line 416, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd .section-texte-simple {
    width: 33%;
    margin-right: 9%;
  }

  /* line 421, ../../../web/assets/sass/components/_sections.scss */
  .section-texte-simple-txt {
    margin: 2rem 0;
  }

  /* - Points forts */
  /* line 426, ../../../web/assets/sass/components/_sections.scss */
  .section-points-forts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* line 432, ../../../web/assets/sass/components/_sections.scss */
  .section-points-forts-one {
    flex: 1;
  }

  /* - Menus et carte */
  /* line 437, ../../../web/assets/sass/components/_sections.scss */
  .sections.bloc-menus-cartes {
    padding-top: 8.5rem;
    padding-bottom: 7.5rem;
  }

  /* - Bloc chronologie */
  /* line 445, ../../../web/assets/sass/components/_sections.scss */
  .sections.bloc-chronologie {
    padding: 4rem 13px 3rem;
  }

  /* line 448, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 457, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture {
    padding-right: 20px;
    border: 0;
  }
  /* line 461, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture:after {
    left: auto;
    right: -10px;
  }
  /* line 466, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-txt {
    padding-left: 30px;
  }
  /* line 471, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-picture {
    order: 2;
    padding-left: 20px;
  }
  /* line 475, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt {
    order: 1;
    border: 0;
    padding-right: 30px;
  }
  /* line 480, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt,
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt h3,
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt h4 {
    text-align: right;
  }

  /* line 488, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-picture,
  .section-bloc-chronologie-txt {
    width: 50%;
    margin-left: 0;
    padding: 1px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 499, ../../../web/assets/sass/components/_sections.scss */
  .sections.even {
    position: relative;
    margin: -10px 13px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  /* line 505, ../../../web/assets/sass/components/_sections.scss */
  .sections.even.section-first {
    margin-top: -130px;
  }
  /* line 508, ../../../web/assets/sass/components/_sections.scss */
  .accueil .sections.even.section-first {
    margin-top: -10px;
  }
  /* line 513, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 660px;
    background-size: cover;
  }

  /* - Bloc presentation page */
  /* line 522, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-bpp-titles,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-bpp-text,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-information,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-complement {
    margin-left: 10%;
  }
  /* line 530, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-bpp-titles,
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-bpp-text,
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-information,
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-complement {
    margin-right: 10%;
  }

  /* - Section information */
  /* line 540, ../../../web/assets/sass/components/_sections.scss */
  .section-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 4%;
  }

  /* line 547, ../../../web/assets/sass/components/_sections.scss */
  .section-information-pictures {
    margin-bottom: 0;
  }

  /* line 550, ../../../web/assets/sass/components/_sections.scss */
  .section-information-textuel {
    flex: 1;
    margin-left: 5%;
    text-align: left;
  }
  /* line 555, ../../../web/assets/sass/components/_sections.scss */
  .section-information-textuel h3 {
    text-align: left;
  }

  /* - Points forts */
  /* line 561, ../../../web/assets/sass/components/_sections.scss */
  .section-points-forts {
    padding: 2rem 2rem;
  }

  /* - Avis clients */
  /* line 567, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis-slider {
    width: 60%;
    margin: 0 auto;
  }
  /* line 571, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis-slider .slick-next {
    right: -100px;
  }
  /* line 574, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis-slider .slick-prev {
    left: -100px;
  }

  /* line 579, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis .widget-ca-stars {
    margin: 20px 25px 20px 0;
    padding: 6px 20px 6px 0;
    border-right: 1px solid #ffffff;
  }
  /* line 584, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis .widget-ca-stars::after {
    display: none;
  }
  /* line 588, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis .widget-ca-base-note {
    margin: 0;
  }

  /* - Bloc chronologie */
  /* line 595, ../../../web/assets/sass/components/_sections.scss */
  .sections.bloc-chronologie {
    padding-top: 6rem;
  }

  /* line 598, ../../../web/assets/sass/components/_sections.scss */
  .section-chronologie-titre {
    padding-bottom: 4rem;
  }

  /* line 601, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-txt h3 {
    font-size: 2.8rem;
  }

  /* line 604, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-txt h4 {
    font-size: 2rem;
  }

  /* line 609, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(2) .section-bloc-chronologie-picture,
  .section-bloc-chronologie-one:nth-child(2) .section-bloc-chronologie-txt {
    padding-top: 25px;
  }
  /* line 615, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:last-child .section-bloc-chronologie-picture,
  .section-bloc-chronologie-one:last-child .section-bloc-chronologie-txt {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 629, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 860px;
  }

  /* - Bloc presentation page */
  /* line 635, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-presentation-page {
    grid-column-gap: 7%;
    justify-content: center;
  }
  /* line 639, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page, .bloc-presentation-page-image-droite .section-bloc-presentation-page {
    -ms-grid-columns: 36% 36%;
    grid-template-columns: 36% 36%;
  }
  /* line 644, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-bpp-titles,
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-bpp-text, .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-bpp-titles,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-bpp-text {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 652, ../../../web/assets/sass/components/_sections.scss */
  .section-bpp-text {
    width: 90%;
    margin: 0 auto;
  }

  /* - Section information */
  /* line 658, ../../../web/assets/sass/components/_sections.scss */
  .section-information {
    padding: 4rem 5%;
  }

  /* line 661, ../../../web/assets/sass/components/_sections.scss */
  .section-information-textuel {
    margin-left: 6%;
  }

  /* line 667, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-information,
  .bloc-presentation-page-image-gauche .section-bloc-presentation-page .section-complement, .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-information,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-complement {
    margin-left: 0;
    margin-right: 0;
  }

  /* - Section complement ----- */
  /* line 677, ../../../web/assets/sass/components/_sections.scss */
  .section-complement h3 {
    top: -18px;
    font-size: 2.4rem;
  }
  /* line 681, ../../../web/assets/sass/components/_sections.scss */
  .section-complement .section-complement-txt {
    font-size: 2.6rem;
  }

  /* - Points forts */
  /* line 688, ../../../web/assets/sass/components/_sections.scss */
  .section-points-forts {
    padding: 8rem 10%;
  }

  /* line 691, ../../../web/assets/sass/components/_sections.scss */
  .section-points-forts-one {
    padding: 1rem 3.5%;
  }

  /* - Avis clients */
  /* line 696, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis-slider {
    width: 40%;
  }

  /* - Bloc chronologie */
  /* line 701, ../../../web/assets/sass/components/_sections.scss */
  .sections.bloc-chronologie {
    padding-top: 8.5rem;
  }

  /* line 704, ../../../web/assets/sass/components/_sections.scss */
  .section-chronologie-titre {
    padding-bottom: 7rem;
  }

  /* line 707, ../../../web/assets/sass/components/_sections.scss */
  .section-chronologie-titre,
  .section-bloc-chronologie-one {
    max-width: 1228px;
    margin: 0 auto;
  }

  /* line 712, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-txt h3 {
    font-size: 3.8rem;
  }

  /* line 715, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-txt h4 {
    font-size: 2.4rem;
  }

  /* line 720, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(2) .section-bloc-chronologie-picture,
  .section-bloc-chronologie-one:nth-child(2) .section-bloc-chronologie-txt {
    padding-top: 45px;
  }
  /* line 726, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:last-child .section-bloc-chronologie-picture,
  .section-bloc-chronologie-one:last-child .section-bloc-chronologie-txt {
    padding-bottom: 45px;
  }
  /* line 732, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture {
    padding-right: 30px;
  }
  /* line 735, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-txt {
    padding-left: 50px;
  }
  /* line 740, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-picture {
    padding-left: 30px;
  }
  /* line 743, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt {
    padding-right: 50px;
  }
}
/* line 13, ../../../web/assets/sass/components/_screen-1.scss */
.screen-1-title {
  padding-top: 30px;
  text-align: center;
  z-index: 1;
}
/* line 18, ../../../web/assets/sass/components/_screen-1.scss */
.screen-1-title h1 {
  font-size: 4.5rem;
  color: #5a5555;
}
/* line 22, ../../../web/assets/sass/components/_screen-1.scss */
.screen-1-title h2 {
  font-size: 2.4rem;
  color: #bc9851;
}

@media screen and (min-width: 1024px) {
  /* line 32, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 22%, transparent 100%);
    z-index: 1;
  }

  /* line 43, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title {
    position: absolute;
    left: 50%;
    top: 17%;
    width: 80%;
    padding: 100px 0;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  /* line 54, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title h1 {
    font-size: 2.6rem;
    color: #ffffff;
  }
  /* line 58, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title h2 {
    font-size: 2.3rem;
    color: #ffffff;
  }
}
@media screen and (min-width: 1280px) {
  /* line 68, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title {
    top: 30%;
  }
  /* line 70, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title h1 {
    font-size: 6.5rem;
  }
  /* line 73, ../../../web/assets/sass/components/_screen-1.scss */
  .screen-1-title h2 {
    font-size: 3.5rem;
  }
  /* line 76, ../../../web/assets/sass/components/_screen-1.scss */
  .ie .screen-1-title {
    bottom: 18%;
  }
}
/* Slider */
/* line 3, ../../../web/assets/sass/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../../web/assets/sass/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../../../web/assets/sass/slick/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../../../web/assets/sass/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../../../web/assets/sass/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../../../web/assets/sass/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../../../web/assets/sass/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../../../web/assets/sass/slick/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../../../web/assets/sass/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../../web/assets/sass/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../../../web/assets/sass/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../../../web/assets/sass/slick/slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../../../web/assets/sass/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../../../web/assets/sass/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../../../web/assets/sass/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../../../web/assets/sass/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../../../web/assets/sass/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../../../web/assets/sass/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
/* line 63, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
/* line 92, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../../../web/assets/sass/slick/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-prev:before {
  content: "";
}
/* line 111, ../../../web/assets/sass/slick/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 117, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../../../web/assets/sass/slick/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-next:before {
  content: "";
}
/* line 125, ../../../web/assets/sass/slick/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 133, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 4.6rem;
  line-height: 20px;
  text-align: center;
  color: #b7b6b6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../../../web/assets/sass/slick/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
