@charset "UTF-8";
/* ***************************
          RESET
**************************** */
/* HTML5 display-role reset for older browsers */
@import url("https://fonts.googleapis.com/css?family=Nothing You Could Do:regular");
@import url("https://fonts.googleapis.com/css?family=Overpass:600");
@import url("https://fonts.googleapis.com/css?family=Josefin Sans: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?uxvo93") format("woff2"), url("/assets/fonts/icomoon/icomoon.ttf?uxvo93") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?uxvo93") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?uxvo93#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 27, ../../../web/assets/sass/elements/_font-icon.scss */
[class^="iconpctrs-"],
[class*=" iconpctrs-"],
[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 36, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-linkedin:before {
  content: "";
}

/* line 41, ../../../web/assets/sass/elements/_font-icon.scss */
.icon-access:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
h1 dans le slider page accueil
 */
/*
h2 dans le slider page accueil
 */
/*
liens actif menu scrolle
boutons
 */
/*
Couleur fond 1 (impairs clair)
*/
/*
Couleur titre 1 sur fond 1
 */
/*
Couleur titre 2 et titre 3 sur fond 1
 */
/*
Couleur titre 2 et titre 3 sur fond 1
 */
/*
Couleur texte sur fond 1
*/
/*
Couleur lien et bouton sur fond 1
 */
/*
Couleur fond 2
 */
/*
Couleur titre 1 sur fond 2
 */
/*
Couleur titre 2 et titre 3 sur fond 1
 */
/*
Couleur texte sur fond 2
 */
/*
Couleur lien et bouton sur fond 2
 */
/*
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 507, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .tinyMin {
  width: 640px;
}
/* line 508, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .smallMin {
  width: 768px;
}
/* line 509, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .mediumMin {
  width: 1024px;
}
/* line 510, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .largeMin {
  width: 1280px;
}
/* line 511, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .smallMax {
  width: 767px;
}
/* line 512, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .mediumMax {
  width: 1023px;
}
/* line 513, ../../../web/assets/sass/elements/_variables.scss */
#get-css-variables .headerDesktopHeight {
  height: 9rem;
}
/* line 514, ../../../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 36, ../../../web/assets/sass/elements/_common.scss */
h1 {
  padding-bottom: 0.6rem;
  font-family: Nothing You Could Do, arial, sans-serif;
  font-size: 3.6rem;
  color: #5a5555;
  text-align: center;
}
/* line 43, ../../../web/assets/sass/elements/_common.scss */
.sections.odd h1 {
  color: #ffffff;
}

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

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

/* line 71, ../../../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 78, ../../../web/assets/sass/elements/_common.scss */
p {
  line-height: 1.75;
}

/* line 81, ../../../web/assets/sass/elements/_common.scss */
a,
button {
  color: #deb300;
  font-weight: 600;
  transition: all 0.2s;
}
/* line 87, ../../../web/assets/sass/elements/_common.scss */
a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  color: #cccccc;
}
/* line 93, ../../../web/assets/sass/elements/_common.scss */
.sections.odd a, .sections.odd
button {
  color: #deb300;
}
/* line 96, ../../../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 105, ../../../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 110, ../../../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 128, ../../../web/assets/sass/elements/_common.scss */
a picture.picture-is-video:before,
a figure.picture-is-video:before,
.hover-opacity picture.picture-is-video:before,
.hover-opacity figure.picture-is-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 25px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #ffffff;
  transform: translate(calc(-50% + 25px), -50%);
}
/* line 150, ../../../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 163, ../../../web/assets/sass/elements/_common.scss */
picture.img-loader img {
  width: 38px;
  height: 38px;
  margin: auto;
}
/* line 169, ../../../web/assets/sass/elements/_common.scss */
picture img {
  display: block;
  width: 100%;
}

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

/* line 182, ../../../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: load4px2221790 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load4px2221790 {
  0%,
    100% {
    box-shadow: 0 -8px 0 0 #deb300, 6px -6px 0 0 rgba(222, 179, 0, 0.2), 8px 0 0 0 rgba(222, 179, 0, 0.2), 6px 6px 0 0 rgba(222, 179, 0, 0.2), 0 8px 0 0 rgba(222, 179, 0, 0.2), -6px 6px 0 0 rgba(222, 179, 0, 0.2), -8px 0 0 0 rgba(222, 179, 0, 0.5), -6px -6px 0 0 rgba(222, 179, 0, 0.7);
  }
  12.5% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.7), 6px -6px 0 0 #deb300, 8px 0 0 0 rgba(222, 179, 0, 0.2), 6px 6px 0 0 rgba(222, 179, 0, 0.2), 0 8px 0 0 rgba(222, 179, 0, 0.2), -6px 6px 0 0 rgba(222, 179, 0, 0.2), -8px 0 0 0 rgba(222, 179, 0, 0.2), -6px -6px 0 0 rgba(222, 179, 0, 0.5);
  }
  25% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.5), 6px -6px 0 0 rgba(222, 179, 0, 0.7), 8px 0 0 0 #deb300, 6px 6px 0 0 rgba(222, 179, 0, 0.2), 0 8px 0 0 rgba(222, 179, 0, 0.2), -6px 6px 0 0 rgba(222, 179, 0, 0.2), -8px 0 0 0 rgba(222, 179, 0, 0.2), -6px -6px 0 0 rgba(222, 179, 0, 0.2);
  }
  37.5% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.2), 6px -6px 0 0 rgba(222, 179, 0, 0.5), 8px 0 0 0 rgba(222, 179, 0, 0.7), 6px 6px 0 0 #deb300, 0 8px 0 0 rgba(222, 179, 0, 0.2), -6px 6px 0 0 rgba(222, 179, 0, 0.2), -8px 0 0 0 rgba(222, 179, 0, 0.2), -6px -6px 0 0 rgba(222, 179, 0, 0.2);
  }
  50% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.2), 6px -6px 0 0 rgba(222, 179, 0, 0.2), 8px 0 0 0 rgba(222, 179, 0, 0.5), 6px 6px 0 0 rgba(222, 179, 0, 0.7), 0 8px 0 0 #deb300, -6px 6px 0 0 rgba(222, 179, 0, 0.2), -8px 0 0 0 rgba(222, 179, 0, 0.2), -6px -6px 0 0 rgba(222, 179, 0, 0.2);
  }
  62.5% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.2), 6px -6px 0 0 rgba(222, 179, 0, 0.2), 8px 0 0 0 rgba(222, 179, 0, 0.2), 6px 6px 0 0 rgba(222, 179, 0, 0.5), 0 8px 0 0 rgba(222, 179, 0, 0.7), -6px 6px 0 0 #deb300, -8px 0 0 0 rgba(222, 179, 0, 0.2), -6px -6px 0 0 rgba(222, 179, 0, 0.2);
  }
  75% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.2), 6px -6px 0 0 rgba(222, 179, 0, 0.2), 8px 0 0 0 rgba(222, 179, 0, 0.2), 6px 6px 0 0 rgba(222, 179, 0, 0.2), 0 8px 0 0 rgba(222, 179, 0, 0.5), -6px 6px 0 0 rgba(222, 179, 0, 0.7), -8px 0 0 0 #deb300, -6px -6px 0 0 rgba(222, 179, 0, 0.2);
  }
  87.5% {
    box-shadow: 0 -8px 0 0 rgba(222, 179, 0, 0.2), 6px -6px 0 0 rgba(222, 179, 0, 0.2), 8px 0 0 0 rgba(222, 179, 0, 0.2), 6px 6px 0 0 rgba(222, 179, 0, 0.2), 0 8px 0 0 rgba(222, 179, 0, 0.2), -6px 6px 0 0 rgba(222, 179, 0, 0.5), -8px 0 0 0 rgba(222, 179, 0, 0.7), -6px -6px 0 0 #deb300;
  }
}
/* line 184, ../../../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: load8px255255255 1.1s infinite ease;
  transform: translateZ(0);
  margin-left: 50%;
  margin-right: 50%;
}
@keyframes load8px255255255 {
  0%,
    100% {
    box-shadow: 0 -16px 0 0 #ffffff, 12px -12px 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.2), 12px 12px 0 0 rgba(255, 255, 255, 0.2), 0 16px 0 0 rgba(255, 255, 255, 0.2), -12px 12px 0 0 rgba(255, 255, 255, 0.2), -16px 0 0 0 rgba(255, 255, 255, 0.5), -12px -12px 0 0 rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.7), 12px -12px 0 0 #ffffff, 16px 0 0 0 rgba(255, 255, 255, 0.2), 12px 12px 0 0 rgba(255, 255, 255, 0.2), 0 16px 0 0 rgba(255, 255, 255, 0.2), -12px 12px 0 0 rgba(255, 255, 255, 0.2), -16px 0 0 0 rgba(255, 255, 255, 0.2), -12px -12px 0 0 rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.5), 12px -12px 0 0 rgba(255, 255, 255, 0.7), 16px 0 0 0 #ffffff, 12px 12px 0 0 rgba(255, 255, 255, 0.2), 0 16px 0 0 rgba(255, 255, 255, 0.2), -12px 12px 0 0 rgba(255, 255, 255, 0.2), -16px 0 0 0 rgba(255, 255, 255, 0.2), -12px -12px 0 0 rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.2), 12px -12px 0 0 rgba(255, 255, 255, 0.5), 16px 0 0 0 rgba(255, 255, 255, 0.7), 12px 12px 0 0 #ffffff, 0 16px 0 0 rgba(255, 255, 255, 0.2), -12px 12px 0 0 rgba(255, 255, 255, 0.2), -16px 0 0 0 rgba(255, 255, 255, 0.2), -12px -12px 0 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.2), 12px -12px 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.5), 12px 12px 0 0 rgba(255, 255, 255, 0.7), 0 16px 0 0 #ffffff, -12px 12px 0 0 rgba(255, 255, 255, 0.2), -16px 0 0 0 rgba(255, 255, 255, 0.2), -12px -12px 0 0 rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.2), 12px -12px 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.2), 12px 12px 0 0 rgba(255, 255, 255, 0.5), 0 16px 0 0 rgba(255, 255, 255, 0.7), -12px 12px 0 0 #ffffff, -16px 0 0 0 rgba(255, 255, 255, 0.2), -12px -12px 0 0 rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.2), 12px -12px 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.2), 12px 12px 0 0 rgba(255, 255, 255, 0.2), 0 16px 0 0 rgba(255, 255, 255, 0.5), -12px 12px 0 0 rgba(255, 255, 255, 0.7), -16px 0 0 0 #ffffff, -12px -12px 0 0 rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.2), 12px -12px 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.2), 12px 12px 0 0 rgba(255, 255, 255, 0.2), 0 16px 0 0 rgba(255, 255, 255, 0.2), -12px 12px 0 0 rgba(255, 255, 255, 0.5), -16px 0 0 0 rgba(255, 255, 255, 0.7), -12px -12px 0 0 #ffffff;
  }
}
/* line 192, ../../../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 204, ../../../web/assets/sass/elements/_common.scss */
  .display-in-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 210, ../../../web/assets/sass/elements/_common.scss */
  .hidden-in-responsive {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 217, ../../../web/assets/sass/elements/_common.scss */
  body {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

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

  /* line 225, ../../../web/assets/sass/elements/_common.scss */
  .common-container {
    margin: 0;
  }
  /* line 232, ../../../web/assets/sass/elements/_common.scss */
  .header-without-background .common-container {
    margin: 0;
  }
  /* line 235, ../../../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 243, ../../../web/assets/sass/elements/_common.scss */
  h1 {
    padding-bottom: 0.8rem;
    font-size: 3.5rem;
  }

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

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

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

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

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

  /* line 280, ../../../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-menu:hover, .header-logo-part-menu:focus, .header-logo-part-menu:active {
  color: #deb300;
}

/* line 62, ../../../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 70, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-logo img {
  width: 18.3rem;
  max-width: 100%;
}

/* line 75, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50px;
  position: relative;
  margin: 5px 10px 5px 5px;
  padding: 2px 10px;
  color: #deb300;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.4rem;
  transition: all 0.2s;
  text-transform: uppercase;
  border: 1px solid #deb300;
  transition: all 0.2s;
}
/* line 91, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking:before, .header-logo-part-booking:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: all 0.2s;
}
/* line 100, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking:before {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}
/* line 105, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking:after {
  height: 0;
  background-color: #ffffff;
  z-index: -1;
}
/* line 110, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking:hover, .header-logo-part-booking:focus, .header-logo-part-booking:active {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 116, ../../../web/assets/sass/components/_header.scss */
.header-logo-part-booking:hover:after, .header-logo-part-booking:focus:after, .header-logo-part-booking:active:after {
  height: 100%;
  background-color: #deb300;
}

/* line 125, ../../../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 137, ../../../web/assets/sass/components/_header.scss */
.header-menus,
.header-menus a span {
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
}

/* line 149, ../../../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 164, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a {
  display: block;
  padding: 1.1rem 45px;
}
/* line 168, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a.active {
  padding-left: 0;
}
/* line 171, ../../../web/assets/sass/components/_header.scss */
.header-main-menu a.active span {
  padding-left: 41px;
  border-width: 0 0 0 4px;
  color: #deb300;
  border-color: #deb300;
  border-style: solid;
}
/* line 178, ../../../web/assets/sass/components/_header.scss */
.header-without-background .header-main-menu a.active {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 185, ../../../web/assets/sass/components/_header.scss */
.header-main-menu {
  font-size: 1.4rem;
}
/* line 188, ../../../web/assets/sass/components/_header.scss */
.header-main-menu ul {
  padding-bottom: 10px;
}
/* line 191, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .menu a {
  color: #848484;
  font-weight: 500;
}
/* line 195, ../../../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: #deb300;
}
/* line 206, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .language-active:after {
  display: inline-block;
  transition: all 0.2s;
  top: 13px;
}
/* line 212, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .header-main-menu-sn {
  display: block;
  margin-top: 10px;
}
/* line 216, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .header-main-menu-sn > a {
  color: #848484;
}
/* line 219, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .header-main-menu-sn > a:hover, .header-main-menu .header-main-menu-sn > a:focus, .header-main-menu .header-main-menu-sn > a:active {
  color: #deb300;
}
/* line 225, ../../../web/assets/sass/components/_header.scss */
.header-main-menu .header-main-menu-sn > a > i {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  text-align: center;
}

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

/* line 245, ../../../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 259, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu a,
.header-tertiary-menu .htm-language-choice {
  position: relative;
  color: #deb300;
  text-align: center;
}
/* line 286, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu > a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-right: 1px solid #c7c7c7;
}
/* line 292, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .htm-language-choice {
  padding-left: 5px;
  text-align: left;
}
/* line 297, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-active {
  color: #848484;
}
/* line 299, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-active:after {
  right: 10px;
  color: #deb300;
}
/* line 304, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu.open .language-selector {
  right: 100%;
}

/* line 309, ../../../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 321, ../../../web/assets/sass/components/_header.scss */
.language-active {
  display: block;
  position: relative;
  transition: all 0.2s;
}
/* line 325, ../../../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 333, ../../../web/assets/sass/components/_header.scss */
.header-tertiary-menu .language-active:after {
  content: "";
}

/* line 339, ../../../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 349, ../../../web/assets/sass/components/_header.scss */
.header-menu-social-network {
  display: none;
}

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

@media screen and (max-width: 1023px) {
  /* line 359, ../../../web/assets/sass/components/_header.scss */
  .header-tertiary-menu a,
  .header-tertiary-menu .htm-language-choice {
    flex: 2;
  }
  /* line 364, ../../../web/assets/sass/components/_header.scss */
  .header-tertiary-menu.open .htm-language-choice {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  /* line 374, ../../../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 386, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header {
    padding: 2.5rem 0 0 2.5rem;
    background-color: transparent;
  }
  /* line 391, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ececec;
    background-color: #ffffff;
  }
  /* line 397, ../../../web/assets/sass/components/_header.scss */
  .header.scrolled {
    top: 0;
  }

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

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

  /* line 408, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .logo-header-without-background {
    display: block;
  }
  /* line 411, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .logo-header-standard {
    display: none;
  }
  /* line 415, ../../../web/assets/sass/components/_header.scss */
  .header-without-background.force-header-with-background .logo-header-without-background {
    display: none;
  }
  /* line 418, ../../../web/assets/sass/components/_header.scss */
  .header-without-background.force-header-with-background .logo-header-standard {
    display: block;
  }

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

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

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

  /* line 472, ../../../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 481, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-main-menu .menu a {
    color: #ffffff;
  }
  /* line 484, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header-main-menu .menu a {
    color: #848484;
  }
  /* line 487, ../../../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: #deb300;
  }
  /* line 492, ../../../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: #ffffff;
  }
  /* line 495, ../../../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: #deb300;
  }
  /* line 500, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    padding: 0;
  }
  /* line 507, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  /* line 513, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li.list-exergue {
    position: relative;
  }
  /* line 515, ../../../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 525, ../../../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 533, ../../../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 541, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a.active {
    color: #deb300;
  }
  /* line 544, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu li a.active span {
    padding-left: 0;
    border-width: 0 0 2px 0;
  }
  /* line 548, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .header-main-menu li a.active span {
    color: #ffffff;
    border-color: #ffffff;
  }
  /* line 552, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .header-main-menu li a.active span {
    color: #deb300;
    border-color: #deb300;
  }
  /* line 575, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu .header-main-menu-sn {
    display: none;
  }
  /* line 578, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu > a {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  /* line 583, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .htm-language-choice {
    padding-left: 0;
  }
  /* line 586, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-active {
    color: #deb300;
  }
  /* line 588, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-active:after {
    top: 3px;
    right: -5px;
    color: #deb300;
    transform: rotate(180deg);
  }
  /* line 595, ../../../web/assets/sass/components/_header.scss */
  .header-main-menu.open .language-selector {
    display: flex;
    top: 120%;
  }

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

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

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

  /* line 664, ../../../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 672, ../../../web/assets/sass/components/_header.scss */
  .htm-language-choice i {
    padding-right: 9px;
  }

  /* line 676, ../../../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 687, ../../../web/assets/sass/components/_header.scss */
  .language-selector a {
    padding: 0;
    line-height: 44px;
    color: #4c4848;
  }
  /* line 691, ../../../web/assets/sass/components/_header.scss */
  .language-selector a:hover, .language-selector a:focus, .language-selector a:active {
    color: #4c4848;
    background-color: #f4f4f4;
  }

  /* line 699, ../../../web/assets/sass/components/_header.scss */
  .language-active {
    color: #848484;
    font-weight: 500;
  }
  /* line 703, ../../../web/assets/sass/components/_header.scss */
  .language-active:hover, .language-active:focus, .language-active:active {
    color: #deb300;
  }
  /* line 708, ../../../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 719, ../../../web/assets/sass/components/_header.scss */
  .header-without-background .language-active {
    color: #ffffff;
  }
  /* line 722, ../../../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: #ffffff;
  }
  /* line 729, ../../../web/assets/sass/components/_header.scss */
  .force-header-with-background .language-active {
    color: #848484;
  }
  /* line 732, ../../../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: #deb300;
  }

  /* line 782, ../../../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 789, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a {
    padding: 0 13px;
  }
  /* line 792, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a [class*="icon-"] {
    transition: all 0.2s;
  }
  /* line 795, ../../../web/assets/sass/components/_header.scss */
  .header-menu-social-network a span {
    padding-left: 5px;
  }
  /* line 801, ../../../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 808, ../../../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 822, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer.full-width {
    width: 100%;
    border-top: 1px solid #ececec;
  }
  /* line 826, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer a,
  .header-sticky-footer .header-sticky-footer-sn a {
    color: #deb300;
  }
  /* line 833, ../../../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: #786100;
  }
  /* line 839, ../../../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 845, ../../../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 850, ../../../web/assets/sass/components/_header.scss */
  .header-sticky-footer-phone {
    white-space: nowrap;
  }

  /* line 854, ../../../web/assets/sass/components/_header.scss */
  .social-network-name {
    display: none;
  }
  /* line 857, ../../../web/assets/sass/components/_header.scss */
  .social-network-name.social-network-dipslay-name {
    display: inline;
  }
}
@media screen and (min-width: 1280px) {
  /* line 868, ../../../web/assets/sass/components/_header.scss */
  .header-menus {
    width: calc(100% - calc(26px + 24rem));
  }
  /* line 872, ../../../web/assets/sass/components/_header.scss */
  .ie .header-menus {
    width: 80%;
  }

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

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

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

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

  /* line 922, ../../../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: #deb300;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.4rem;
  border: 1px solid #deb300;
}
/* 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: #deb300;
  border-color: #deb300;
}
/* 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: #deb300;
}
/* 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: #deb300;
}
/* 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: #deb300;
  border-color: #deb300;
}
/* 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: #deb300;
  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: #deb300;
  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: #deb300;
}
/* 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: #e0b561;
  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: #deb300;
  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 */
.odd .btn-basic, .odd
a.btn-basic {
  color: #deb300;
}
/* line 246, ../../../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 255, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:before,
a.btn-basic:before {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}
/* line 261, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:after,
a.btn-basic:after {
  height: 0;
  background-color: #ffffff;
  z-index: -1;
}
/* line 268, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:hover,
a.btn-basic:hover {
  color: #ffffff;
  border-color: #b7b6b6;
}
/* line 274, ../../../web/assets/sass/elements/_buttons.scss */
.btn-basic:hover:after,
a.btn-basic:hover:after {
  height: 100%;
  background-color: #deb300;
}
/* line 280, ../../../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 293, ../../../web/assets/sass/elements/_buttons.scss */
  .btn-booking,
  a.btn-booking {
    padding: 16px 10px 14px;
    min-width: 146px;
    font-size: 1.6rem;
  }
  /* line 299, ../../../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 307, ../../../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 314, ../../../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: #757070;
}
/* 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: #deb300;
}
/* 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: #ffffff;
}
/* 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 48, ../../../web/assets/sass/components/_sections.scss */
.odd .section-bpp-pictures img {
  border: 10px solid #3f3c3c;
}
/* line 51, ../../../web/assets/sass/components/_sections.scss */
.even .section-bpp-pictures img {
  border: 10px solid #ffffff;
}

/* - Section information ----- */
/* line 59, ../../../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 66, ../../../web/assets/sass/components/_sections.scss */
.section-information-pictures {
  margin-bottom: 2rem;
}

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

/* line 76, ../../../web/assets/sass/components/_sections.scss */
.bloc-texte-simple {
   /* &.section-with-picture{
        .section-texte-simple{
            right: 50%;
            transform: translateX(50%);
            margin-right: inherit;
        }

        h1{
            color:$white;
        }
    }*/
}

/* - Section complement ----- */
/* line 91, ../../../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 99, ../../../web/assets/sass/components/_sections.scss */
.section-complement h3 {
  position: absolute;
  top: -15px;
  font-size: 2rem;
  font-family: Overpass, arial, sans-serif;
}
/* line 105, ../../../web/assets/sass/components/_sections.scss */
.section-complement .section-complement-txt {
  font-size: 2.2rem;
  font-style: italic;
  font-family: Josefin Sans, arial, sans-serif;
}

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

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

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

/* line 128, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one {
  text-align: center;
  margin: 3rem auto;
  padding: 1rem 13px;
}
/* line 133, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one figure {
  width: auto;
  height: 50px;
  margin: 0 auto 1.5rem;
}
/* line 138, ../../../web/assets/sass/components/_sections.scss */
.section-points-forts-one figure svg {
  height: 100%;
}
/* line 141, ../../../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 152, ../../../web/assets/sass/components/_sections.scss */
.sections.odd.bloc-avis {
  background-size: cover;
  background-position: center;
}
/* line 156, ../../../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 166, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto 0;
  padding: 60px 13px;
}
/* line 173, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-note {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: Josefin Sans, arial, sans-serif;
  font-weight: 400;
}
/* line 179, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-wording {
  font-size: 2.6rem;
  font-family: Overpass, arial, sans-serif;
  color: #deb300;
}
/* line 184, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-bloc-reviews {
  flex-direction: column;
}
/* line 187, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars {
  padding: 20px 0;
  font-size: 1.4rem;
}
/* line 191, ../../../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 198, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i {
  padding: 0 0.7rem;
}
/* line 201, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i.icon-star-full {
  color: #cccccc;
}
/* line 204, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis .widget-ca-stars i[class*="-stars-note"] {
  color: #c7b271;
}
/* line 209, ../../../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 217, ../../../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 226, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-avis a:hover .widget-ca-base-note {
  color: #deb300;
}

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

/* line 235, ../../../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 241, ../../../web/assets/sass/components/_sections.scss */
.even .section-bloc-avis .widget-ca-note,
.even .section-bloc-avis .widget-ca-base-note {
  color: #848484;
}
/* line 245, ../../../web/assets/sass/components/_sections.scss */
.even .section-bloc-avis .widget-ca-stars {
  border-right-color: #848484;
}

/* - Menus et carte ----- */
/* line 252, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* line 256, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes.odd {
  min-height: unset;
}
/* line 259, ../../../web/assets/sass/components/_sections.scss */
body:not(.ie) .sections.bloc-menus-cartes.odd {
  display: block;
}
/* line 264, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes > h1,
.sections.bloc-menus-cartes > h2 {
  padding-right: 13px;
  padding-left: 13px;
}
/* line 269, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes > p {
  text-align: center;
}
/* line 273, ../../../web/assets/sass/components/_sections.scss */
.sections.bloc-menus-cartes .menus-carte-tc-cell-title strong {
  color: #757070;
  font-family: Overpass, arial, sans-serif;
}

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

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

/* line 288, ../../../web/assets/sass/components/_sections.scss */
.section-bloc-chronologie-picture {
  position: relative;
}
/* line 291, ../../../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 #deb300;
  background-color: #ffffff;
}

/* line 304, ../../../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 310, ../../../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 317, ../../../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 333, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd:not(.section-with-picture-alone) {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 342, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 340px;
  }
  /* line 345, ../../../web/assets/sass/components/_sections.scss */
  body:not(.ie) .sections.odd {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  /* line 351, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd > div {
    position: relative;
    z-index: 1;
  }
  /* line 355, ../../../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 363, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd.bloc-menus-cartes:after {
    display: none;
  }
  /* line 367, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd.bloc-avis:after {
    background: rgba(0, 0, 0, 0.4);
  }

  /* - Bloc presentation page */
  /* line 375, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-presentation-page {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 5%;
  }
  /* line 380, ../../../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 384, ../../../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 389, ../../../web/assets/sass/components/_sections.scss */
  .section-bpp-pictures {
    -ms-grid-row: 1 / 4;
    grid-row: 1 / 4;
  }

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

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

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

  /* line 407, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-gauche .section-bpp-pictures {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  /* line 411, ../../../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 419, ../../../web/assets/sass/components/_sections.scss */
  .bloc-presentation-page-image-droite .section-bpp-pictures {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  /* line 423, ../../../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 430, ../../../web/assets/sass/components/_sections.scss */
  [class*="bloc-presentation-page-image-"] .section-information {
    margin-top: auto;
  }

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

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

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

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

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

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

  /* line 476, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 485, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture {
    padding-right: 20px;
    border: 0;
  }
  /* line 489, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture:after {
    left: auto;
    right: -10px;
  }
  /* line 494, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-txt {
    padding-left: 30px;
  }
  /* line 499, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-picture {
    order: 2;
    padding-left: 20px;
  }
  /* line 503, ../../../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 508, ../../../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 516, ../../../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 527, ../../../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 533, ../../../web/assets/sass/components/_sections.scss */
  .sections.even.section-first {
    margin-top: -130px;
  }
  /* line 536, ../../../web/assets/sass/components/_sections.scss */
  .accueil .sections.even.section-first {
    margin-top: -10px;
  }
  /* line 541, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 660px;
    background-size: cover;
  }

  /* line 548, ../../../web/assets/sass/components/_sections.scss */
  .bloc-texte-simple.section-with-picture .section-texte-simple {
    right: 50%;
    transform: translateX(50%);
    margin-right: inherit;
  }
  /* line 554, ../../../web/assets/sass/components/_sections.scss */
  .bloc-texte-simple.section-with-picture:after {
    background: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.58307) 0%, rgba(0, 0, 0, 0.07607) 100%) !important;
  }
  /* line 558, ../../../web/assets/sass/components/_sections.scss */
  .bloc-texte-simple.section-with-picture h1 {
    color: #ffffff;
  }

  /* - Bloc presentation page */
  /* line 566, ../../../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 574, ../../../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 584, ../../../web/assets/sass/components/_sections.scss */
  .section-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 4%;
  }

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

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

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

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

  /* line 623, ../../../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 628, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis .widget-ca-stars::after {
    display: none;
  }
  /* line 632, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-avis .widget-ca-base-note {
    margin: 0;
  }

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

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

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

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

  /* line 653, ../../../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 659, ../../../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 673, ../../../web/assets/sass/components/_sections.scss */
  .sections.odd {
    min-height: 860px;
  }

  /* - Bloc presentation page */
  /* line 679, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-presentation-page {
    grid-column-gap: 7%;
    justify-content: center;
  }
  /* line 683, ../../../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 688, ../../../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-button,
  .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-button,
  .bloc-presentation-page-image-droite .section-bloc-presentation-page .section-bpp-text {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  /* line 712, ../../../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 722, ../../../web/assets/sass/components/_sections.scss */
  .section-complement h3 {
    top: -18px;
    font-size: 2.4rem;
  }
  /* line 726, ../../../web/assets/sass/components/_sections.scss */
  .section-complement .section-complement-txt {
    font-size: 2.6rem;
  }

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

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

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

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

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

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

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

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

  /* line 765, ../../../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 771, ../../../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 777, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-picture {
    padding-right: 30px;
  }
  /* line 780, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(even) .section-bloc-chronologie-txt {
    padding-left: 50px;
  }
  /* line 785, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-picture {
    padding-left: 30px;
  }
  /* line 788, ../../../web/assets/sass/components/_sections.scss */
  .section-bloc-chronologie-one:nth-child(odd) .section-bloc-chronologie-txt {
    padding-right: 50px;
  }
}
/* line 1, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-container {
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
}
/* line 6, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-container:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
/* line 12, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-container .gutter-sizer {
  width: 0;
}

/* line 19, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element {
  width: 100%;
  margin: 3px 0 4px;
  text-align: left;
  font-size: 1.6rem;
  /* Text styles */
  /* Message styles */
}
/* line 25, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .content {
  padding: 15px;
  text-align: center;
  background: #FFF;
  transition: 0.25s;
  box-shadow: none;
}
/* line 32, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element:hover .content {
  box-shadow: 0 0 5px 0 rgba(5, 5, 5, 0.2);
}
/* line 35, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element.hidden {
  background-color: red !important;
}
/* line 38, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .pull-left {
  float: left;
}
/* line 41, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element img {
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/* line 48, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .attachment {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto 17px auto;
}
/* line 55, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .read-button {
  display: block;
  padding: 20px 0;
}
/* line 59, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .read-button [class*="icon-"] {
  padding-left: 5px;
  font-size: 1.3rem;
}
/* line 65, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .social-feed-pictos {
  display: inline-block;
  float: right;
  margin-top: 10px;
  color: #deb300;
}
/* line 71, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .social-feed-pictos:hover, .social-feed-element .social-feed-pictos:focus, .social-feed-element .social-feed-pictos:active {
  color: #ffffff;
}
/* line 77, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .social-feed-time {
  text-align: left;
}
/* line 82, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element small {
  font-size: 85%;
}
/* line 85, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element strong {
  font-weight: bold;
}
/* line 88, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element em {
  font-style: italic;
}
/* line 91, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element p {
  margin: 0 0 10px;
}
/* line 94, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-body > p {
  margin-bottom: 4px;
  min-height: 20px;
}
/* line 98, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element p.social-feed-text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* line 107, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element,
.social-feed-element .media-body {
  zoom: 1;
  *overflow: visible;
  text-align: left;
}
/* line 114, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-body .social-network-icon {
  margin-top: -3px;
  margin-right: 5px;
  width: 16px;
}
/* line 119, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-body div {
  line-height: 20px;
}
/* line 125, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-object {
  display: block;
  width: 48px;
  border-radius: 50%;
}
/* line 130, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-heading {
  margin: 0 0 5px;
}
/* line 133, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .media-list {
  margin-left: 0;
  list-style: none;
}
/* line 139, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .author-title {
  display: block;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 1.5em;
}
/* line 147, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .muted {
  display: block;
  font-style: italic;
  font-size: 0.875em;
}
/* line 153, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
  color: #808080;
}
/* line 157, ../../../web/assets/sass/components/_social-feed.scss */
.social-feed-element .fa-facebook {
  text-align: center;
  display: block;
  font-size: 1.250em;
}

@media screen and (min-width: 640px) {
  /* line 169, ../../../web/assets/sass/components/_social-feed.scss */
  .social-feed-element {
    width: calc(50% - 6px);
    margin: 3px;
  }
}
@media screen and (min-width: 768px) {
  /* line 176, ../../../web/assets/sass/components/_social-feed.scss */
  .social-feed-element {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 183, ../../../web/assets/sass/components/_social-feed.scss */
  .social-feed-element {
    width: calc(25% - 20px);
    margin: 10px;
  }
}
/* line 14, assetic_compassc6kd1I.scss */
.page-container {
  margin: 0;
  padding: 40px 0 6px 0;
  background-color: #f4f4f4;
}

/* line 19, assetic_compassc6kd1I.scss */
.page-text {
  padding: 0 20px;
}

/* line 23, assetic_compassc6kd1I.scss */
.actu-reseaux-sociaux-container {
  margin: 7px;
}

@media screen and (min-width: 640px) {
  /* line 30, assetic_compassc6kd1I.scss */
  .actu-reseaux-sociaux-container {
    margin: 3px;
  }
}
@media screen and (min-width: 768px) {
  /* line 40, assetic_compassc6kd1I.scss */
  .actu-reseaux-sociaux-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 46, assetic_compassc6kd1I.scss */
  .page-container {
    padding: 50px 3px;
  }

  /* line 49, assetic_compassc6kd1I.scss */
  .page-text {
    max-width: 36%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 56, assetic_compassc6kd1I.scss */
  .actu-reseaux-sociaux-container {
    margin: 0 5%;
  }
}
