@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}

.leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-pane > svg path {
  pointer-events: none;
}

.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: inherit;
  visibility: hidden;
}

.leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

.leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px;
}

.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  border: none;
  text-align: center;
  width: 20px;
  height: 20px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
  cursor: auto;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto;
}

.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-right {
  right: 0;
}

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-left {
  left: 0;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair {
  cursor: crosshair;
}

.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../img/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-touch .leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../img/marker-icon.png);
}

.leaflet-control-attribution {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 0;
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-content {
  width: 25rem !important;
  line-height: 1.4;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.tripplanner-marker {
  background-color: #A08D4D;
  color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-bottom:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-container {
  z-index: 0;
  /* prevent overlapping the .elevation-detached chart */
}

.elevation-detached {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
}

.elevation-detached .elevation {
  width: 100%;
}

.elevation-detached .background {
  max-width: 100%;
}

.elevation-control.elevation .background {
  background-color: rgba(70, 130, 180, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: visible;
  display: block;
}

.elevation-control.elevation .axis line, .elevation-control.elevation .axis path {
  stroke: #2D1130;
  stroke-width: 2;
  fill: none;
}

.elevation-control.elevation .grid .tick line {
  stroke: #EEE;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.elevation-control.elevation .grid path {
  stroke-width: 0;
  pointer-events: none;
}

.elevation-control.elevation .axis text {
  text-anchor: end;
  fill: #000;
  font-weight: 700;
}

.elevation-control.elevation .area {
  fill: #4682B4;
  stroke: #000;
  stroke-width: 1.8;
  paint-order: stroke fill;
}

.elevation-control.elevation .mouse-focus-line {
  stroke: #0D1821;
  stroke-width: 1;
  pointer-events: none;
}

.elevation-control.elevation .mouse-focus-label {
  fill: #000;
  fill-opacity: 0.75;
  pointer-events: none;
}

.elevation-control.elevation .mouse-focus-label-text {
  fill: #FFF;
  pointer-events: none;
}

.elevation-control.elevation .mouse-drag {
  fill: rgba(23, 74, 117, 0.4);
}

.elevation-control.elevation .elevation-toggle {
  cursor: pointer;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: #F8F8F9;
}

.elevation-summary {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 45px;
}

.leaflet-control-container .elevation-summary {
  text-shadow: 1.5px 0 0 #FFF, -1.5px 0 0 #FFF, 0 1.5px 0 #FFF, 0 -1.5px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
}

.elevation-summary.multiline-summary {
  margin-right: 30px;
}

.elevation-detached .elevation-summary.multiline-summary {
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 2;
}

.elevation-summary.inline-summary > span:not(:last-child):after {
  content: "\0020\2014\0020";
}

.elevation-summary.multiline-summary > span {
  display: block;
}

.elevation-summary.multiline-summary .download {
  float: right;
  margin-top: -2.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.elevation-detached .elevation-summary.multiline-summary .download {
  margin-top: -3.5em;
}

.elevation-summary .summaryvalue {
  font-weight: bold;
}

.elevation-control.elevation-collapsed .background, .elevation-control.elevation-collapsed .elevation-summary {
  display: none;
}

.elevation-control.elevation-collapsed .elevation-toggle {
  display: block;
}

.elevation-control.elevation .elevation-toggle-icon {
  background: url(../img/elevation.png) no-repeat center center;
}

.elevation-control.elevation.elevation-expanded .elevation-toggle-icon.close-button {
  background: transparent url(../img/remove.svg) no-repeat center center;
  background-size: 14px 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}

.leaflet-elevation-pane .height-focus, .leaflet-overlay-pane .height-focus {
  stroke: #000;
  fill: #FFF;
}

.leaflet-elevation-pane .height-focus.line, .leaflet-overlay-pane .height-focus.line {
  pointer-events: none;
  stroke-width: 2;
}

.leaflet-elevation-pane .height-focus-label, .leaflet-overlay-pane .height-focus-label {
  font-size: 14px;
  font-weight: 600;
  fill: #000;
  paint-order: stroke;
  stroke: #FFF;
  stroke-width: 2px;
}

.elevation-waypoint-icon:before {
  background: url(../img/elevation-pushpin.png) no-repeat center center/contain;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}

.elevation-position-icon:before {
  background: url(../img/elevation-position.png) no-repeat center center/contain;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}

.elevation-polyline {
  filter: drop-shadow(1px 1px 0 #FFF) drop-shadow(-1px -1px 0 #FFF) drop-shadow(1px -1px 0 #FFF) drop-shadow(-1px 1px 0 #FFF);
}

.elevation-placeholder {
  margin: auto;
  height: auto;
  width: 100%;
}

.elevation-placeholder ~ * {
  display: none !important;
}

/* LIME THEME //////////////////////////////////////////////// */
.lime-theme.elevation-control.elevation .background {
  background-color: rgba(156, 194, 34, 0.2);
}

.lime-theme.elevation-control.elevation .axis line, .lime-theme.elevation-control.elevation .axis path {
  stroke: #566B13;
}

.lime-theme.elevation-control.elevation .grid .tick line {
  stroke: #CCC;
}

.lime-theme.elevation-control.elevation .mouse-drag {
  fill: rgba(99, 126, 11, 0.4);
}

.lime-theme.elevation-control.elevation .elevation-toggle-icon {
  background: url(../img/elevation-lime.png) no-repeat center center;
}

.lime-theme.elevation-control.elevation .area {
  fill: #9CC222;
}

.lime-theme.elevation-control.elevation .mouse-focus-line {
  stroke: #101404;
}

.lime-theme.height-focus {
  stroke: #000;
  fill: #9CC222;
}

.lime-theme.elevation-polyline {
  stroke: #566B13;
}

/* STEELBLUE THEME //////////////////////////////////////////////// */
.steelblue-theme.elevation-control.elevation .background {
  background-color: rgba(70, 130, 180, 0.2);
}

.steelblue-theme.elevation-control.elevation .axis line, .steelblue-theme.elevation-control.elevation .axis path {
  stroke: #0D1821;
}

.steelblue-theme.elevation-control.elevation .mouse-drag {
  fill: rgba(23, 74, 117, 0.4);
}

.steelblue-theme.elevation-control.elevation .elevation-toggle-icon {
  background: url(../img/elevation-steelblue.png) no-repeat center center;
}

.steelblue-theme.elevation-control.elevation .area {
  fill: #4682B4;
}

.steelblue-theme.elevation-control.elevation .mouse-focus-line {
  stroke: #0D1821;
}

.steelblue-theme.height-focus {
  stroke: #000;
  fill: #4682B4;
}

.steelblue-theme.elevation-polyline {
  stroke: #4682B4;
}

/* PURPLE THEME //////////////////////////////////////////////// */
.purple-theme.elevation-control.elevation .background {
  background-color: rgba(115, 44, 123, 0.2);
}

.purple-theme.elevation-control.elevation .axis line, .purple-theme.elevation-control.elevation .axis path {
  stroke: #2D1130;
}

.purple-theme.elevation-control.elevation .mouse-drag {
  fill: rgba(74, 14, 80, 0.4);
}

.purple-theme.elevation-control.elevation .elevation-toggle-icon {
  background: url(../img/elevation-purple.png) no-repeat center center;
}

.purple-theme.elevation-control.elevation .area {
  fill: #732C7B;
}

.purple-theme.elevation-control.elevation .mouse-focus-line {
  stroke: #000;
}

.purple-theme.height-focus {
  stroke: #000;
  fill: #732C7B;
}

.purple-theme.elevation-polyline {
  stroke: #732C7B;
}

/* YELLOW THEME //////////////////////////////////////////////// */
.yellow-theme.elevation-control.elevation .area {
  fill: #FF0;
}

.yellow-theme.elevation-polyline {
  stroke: #FF0;
}

/* RED THEME //////////////////////////////////////////////// */
.red-theme.elevation-control.elevation .area {
  fill: #F00;
  stroke: #000;
}

.red-theme.elevation-polyline {
  stroke: #F00;
}

/* MAGENTA THEME //////////////////////////////////////////////// */
.magenta-theme.elevation-control.elevation .background {
  background-color: rgba(255, 255, 255, 0.47);
}

.magenta-theme.elevation-control.elevation .area {
  fill: #FF005E;
  stroke: #000;
}

.magenta-theme.elevation-polyline {
  stroke: #FF005E;
}

/* LIGHTBLUE THEME //////////////////////////////////////////////// */
.lightblue-theme.elevation-control.elevation .area {
  fill: #3366CC;
  stroke: #000;
  stroke-width: 1.25;
}

.elevation-detached .lightblue-theme.elevation-control.elevation .area {
  stroke: #3366CC;
  fill-opacity: 0.45;
}

.lightblue-theme.height-focus {
  stroke: #000;
  fill: #FFFFFF;
}

.lightblue-theme.elevation-polyline {
  stroke: #3366CC;
}

.leaflet-cluster-anim .leaflet-marker-icon {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.roadbookPDF-modal {
  z-index: 9999;
}

.roadbookPDF-modal object {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8500;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #bfaf7a;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #b7a569;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #A08D4D;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #A08D4D;
}

.datepicker--cell.-in-range- {
  background: rgba(160, 141, 77, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(160, 141, 77, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(160, 141, 77, 0.5);
  background-color: rgba(160, 141, 77, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(160, 141, 77, 0.5);
  background-color: rgba(160, 141, 77, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #A08D4D;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #A08D4D;
}

.datepicker--cell.-selected-.-focus- {
  background: #8f7e45;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #A08D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #bfaf7a;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #b7a569;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #A08D4D;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #bfaf7a;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #b7a569;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(160, 141, 77, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1500;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepickerAltimax {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepickerAltimax.-from-top- {
  transform: translateY(-8px);
}

.datepickerAltimax.-from-right- {
  transform: translateX(8px);
}

.datepickerAltimax.-from-bottom- {
  transform: translateY(8px);
}

.datepickerAltimax.-from-left- {
  transform: translateX(-8px);
}

.datepickerAltimax.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepickerAltimax {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

/*-------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.fadeIn {
  animation: fadeIn 0.25s forwards;
}

.fadeInApidaeListing {
  animation: fadeIn 1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.fadeOut {
  animation: fadeOut 0.25s forwards;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.5);
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

@keyframes moveBubble {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px) scale(1);
  }
  75% {
    transform: translate(15px, 5px) scale(1.15);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes bubbleScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}

html {
  font-size: calc(1em * 0.625);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  pointer-events: all;
  overflow-x: hidden;
}



body.active {
  height: 100vh;
  overflow: hidden;
}

main {
  z-index: 1;
}

main,
footer {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  main,
  footer {
    left: 0;
    width: 100%;
  }
}

.openMenu main, .openMenu
footer {
  height: 100vh;
  position: fixed;
  left: 0;
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

section,
div,
span {
  box-sizing: border-box;
}

.hide,
.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.container, .PresseKit-container,
.Container,
.FlexCitation-container,
.FlexTxt-container,
.FlexAnecdote-list,
.FlexTexteImage-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 769px) {
  .container, .PresseKit-container,
  .Container,
  .FlexCitation-container,
  .FlexTxt-container,
  .FlexAnecdote-list,
  .FlexTexteImage-container {
    max-width: 750px;
  }
}

@media (min-width: 993px) {
  .container, .PresseKit-container,
  .Container,
  .FlexCitation-container,
  .FlexTxt-container,
  .FlexAnecdote-list,
  .FlexTexteImage-container {
    max-width: 970px;
  }
}

@media (min-width: 1231px) {
  .container, .PresseKit-container,
  .Container,
  .FlexCitation-container,
  .FlexTxt-container,
  .FlexAnecdote-list,
  .FlexTexteImage-container {
    max-width: 1200px;
  }
}

.containerFull {
  width: 100%;
}

@media (min-width: 993px) {
  .showOnlyDesktop {
    display: block;
  }
}

@media (max-width: 992px) {
  .showOnlyDesktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .showOnlyTabletDesktop {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .showOnlyTabletDesktop {
    display: none;
  }
}

@media (min-width: 993px) {
  .showOnlyTablet {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .showOnlyTablet {
    display: block;
  }
}

@media (max-width: 768px) {
  .showOnlyTablet {
    display: none;
  }
}

@media (min-width: 769px) {
  .showOnlyMobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .showOnlyMobile {
    display: block;
  }
}

@media (max-width: 992px) {
  .showOnlyMobileTablet {
    display: block;
  }
}

@media (min-width: 993px) {
  .showOnlyMobileTablet {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .showOnlyLittleMobile {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .showOnlyLittleMobile {
    display: block;
  }
}

.leaflet-top {
  top: 70px !important;
}

h1 {
  font-family: "clickerscript";
  font-size: 6rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-family: "clickerscript";
  font-size: 3.2rem;
  line-height: 3.6rem;
  text-transform: inherit;
  color: #000000;
  font-weight: 400;
}

h2::first-letter {
  text-transform: uppercase;
}

h3 {
  font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #535049;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

p,
li {
  color: #000000;
  line-height: 2.3rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  p,
  li {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}

p a,
li a {
  color: #000000;
}

p a:hover, p a:focus,
li a:hover,
li a:focus {
  color: #5FA39D;
}

p img.alignleft,
li img.alignleft {
  float: left;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

p img.aligncenter,
li img.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

p img.alignright,
li img.alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 0.5rem;
}

strong {
  font-weight: bold;
}

a {
  color: #5FA39D;
  text-decoration: none;
  transition-duration: 0.5s;
}

a:focus, a:hover {
  outline: none;
}

* {
  outline: none;
}

.titreSection {
  font-family: 'clickerscript', arial, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #000000;
  text-align: center;
}

@media (max-width: 768px) {
  .titreSection {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

.Button, .Button-primary, .SearchPage .search-submit, .Button-secondary, .Button-tertiary, .Button-quaternary {
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1.2rem 3rem;
  border-radius: 2.1rem;
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 13rem;
  text-align: center;
  z-index: 0;
}

.Button:before, .Button-primary:before, .SearchPage .search-submit:before, .Button-secondary:before, .Button-tertiary:before, .Button-quaternary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(4) translateX(-100%);
  transition: all 495ms ease-out;
  z-index: -1;
}

.Button:hover:before, .Button-primary:hover:before, .SearchPage .search-submit:hover:before, .Button-secondary:hover:before, .Button-tertiary:hover:before, .Button-quaternary:hover:before, .Button:focus:before, .Button-primary:focus:before, .SearchPage .search-submit:focus:before, .Button-secondary:focus:before, .Button-tertiary:focus:before, .Button-quaternary:focus:before, .Button:active:before, .Button-primary:active:before, .SearchPage .search-submit:active:before, .Button-secondary:active:before, .Button-tertiary:active:before, .Button-quaternary:active:before, .Button.active:before, .active.Button-primary:before, .SearchPage .active.search-submit:before, .active.Button-secondary:before, .active.Button-tertiary:before, .active.Button-quaternary:before {
  transform: scale(4) translate(37%);
}

.Button span, .Button-primary span, .SearchPage .search-submit span, .Button-secondary span, .Button-tertiary span, .Button-quaternary span {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.Button-quaternary {
  border: 1px solid #000000;
}

.Button-favSvg {
  fill: #000000;
}

.active .Button-favSvg {
  fill: #ffffff;
}

.Button-reserver, .Button-reserver--ancre {
  background-color: #ECB720;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1.6rem 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.Button-reserver > svg, .Button-reserver--ancre > svg {
  fill: #ffffff;
  margin: 0 1rem 0 0;
  transition: fill .5s ease-out;
}

.Button-reserver:hover, .Button-reserver--ancre:hover {
  color: #000000;
}

.Button-reserver:hover > svg, .Button-reserver--ancre:hover > svg {
  fill: #000000;
}

.Button-retour {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #000000;
  background-color: #ffffff;
  padding: 0.7rem 1rem;
  transition: all 0.2s;
}

.Button-retour > svg {
  fill: #5FA39D;
  margin-right: 10px;
  transition: all 0.2s;
}

.Button-retour:hover, .Button-retour.active {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  transition: all 0.2s;
}

.Button-retour:hover > svg, .Button-retour.active > svg {
  fill: #ffffff;
  transition: all 0.2s;
}

.Button-rondIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 0.7rem;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.Button-rondIcon:hover::before, .Button-rondIcon:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.Button-rondIcon::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #EEE8DC;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.Button-rondIcon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EEE8DC transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.Button-rondIcon > svg {
  fill: #000000;
  transition: all 0.2s;
}

.Button-rondIcon:hover, .Button-rondIcon.active {
  cursor: pointer;
  transition: all 0.2s;
  background-color: #5FA39D;
}

.Button-rondIcon:hover > svg, .Button-rondIcon.active > svg {
  fill: #ffffff;
  transition: all 0.2s;
}

.Button-primary, .SearchPage .search-submit {
  background-color: #5FA39D;
  color: #ffffff;
}

.Button-primary:before, .SearchPage .search-submit:before {
  background-color: #ECB720;
  background-image: linear-gradient(to right, #ECB720 30%, #5FA39D 100%);
  position: absolute;
}

.Button-primary:hover, .SearchPage .search-submit:hover, .Button-primary:focus, .SearchPage .search-submit:focus, .Button-primary:active, .SearchPage .search-submit:active, .Button-primary.active, .SearchPage .active.search-submit {
  color: #000000;
}

.Button-secondary {
  background-color: #ECB720;
  color: #ffffff;
}

.Button-secondary:before {
  background-color: #5FA39D;
  background-image: linear-gradient(to right, #5FA39D 30%, #ECB720 100%);
  position: absolute;
}

.Button-secondary:hover, .Button-secondary:focus, .Button-secondary:active, .Button-secondary.active {
  color: #ffffff;
}

.Button-tertiary {
  background-color: #ECB720;
  color: #ffffff;
}

.Button-tertiary:before {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #ffffff 30%, #ECB720 100%);
  position: absolute;
}

.Button-tertiary:hover, .Button-tertiary:focus, .Button-tertiary:active, .Button-tertiary.active {
  color: #000000;
}

.Button-quaternary {
  background-color: #ffffff;
  color: #000000;
}

.Button-quaternary:before {
  background-color: #000000;
  background-image: linear-gradient(to right, #000000 30%, #ffffff 100%);
  position: absolute;
}

.Button-quaternary:hover, .Button-quaternary:focus, .Button-quaternary:active, .Button-quaternary.active {
  color: #ffffff;
}

.Link, .Link-primary, .MenuFooter-list > li > a, .MenuFooter--bottom ul li a, .carte-link {
  color: #5FA39D;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.Link-primary, .MenuFooter-list > li > a, .MenuFooter--bottom ul li a, .carte-link {
  color: #5FA39D;
  font-size: 1.4rem;
  position: relative;
}

.Link-primary:hover::after, .MenuFooter-list > li > a:hover::after, .MenuFooter--bottom ul li a:hover::after, .carte-link:hover::after {
  width: 100%;
}

.Link-primary::before, .MenuFooter-list > li > a::before, .MenuFooter--bottom ul li a::before, .carte-link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5FA39D;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: -1;
}

.Link-primary::after, .MenuFooter-list > li > a::after, .MenuFooter--bottom ul li a::after, .carte-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ECB720;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: 0;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='tel'], input[type='number'] {
  border: none;
  border-bottom: 0.1rem solid #E0E0E0;
  padding: 0.5rem;
  box-shadow: none;
  font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #000000;
  letter-spacing: 0.1rem;
  transition: border-color, box-shadow 0.25s ease-out;
}

input[type='text']:hover, input[type='text']:focus, input[type='email']:hover, input[type='email']:focus, input[type='url']:hover, input[type='url']:focus, input[type='password']:hover, input[type='password']:focus, input[type='search']:hover, input[type='search']:focus, input[type='tel']:hover, input[type='tel']:focus, input[type='number']:hover, input[type='number']:focus {
  border-color: #ECB720;
}

input[type='submit'] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #5FA39D;
  padding: 1.2rem 3rem;
  transition: all 0.2s;
  border: none;
}

input[type='submit']:hover {
  cursor: pointer;
  background-color: #ECB720;
  color: #000000;
  transition: all 0.2s;
}

label,
.gform_wrapper legend.gfield_label,
.gform_wrapper label.gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #535049;
}

.ginput_container_consent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ginput_container_consent input[type="checkbox"] {
  flex-grow: 0;
  width: auto;
  margin: 0 1.5rem 0 0;
}

.gfield_consent_description {
  line-height: 1.2rem !important;
}

.gfield_contains_required span label {
  position: relative;
}

.gfield_contains_required span label::after {
  content: "*";
  color: #790000;
  margin-left: 4px;
}

.gfield_checkbox label,
.gfield_radio label,
.gfield_consent_label {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.1rem !important;
  text-transform: inherit !important;
}

select {
  border: 0.1rem solid #E0E0E0;
  padding: 0.3rem 1.0rem;
}

textarea {
  border: 0.1rem solid #E0E0E0;
  padding: 0.5rem 1.0rem;
  min-height: 15.0rem;
}

div[class*="-inputsWrap"] {
  margin: 45px 0;
}

div[class*="-checkboxWrap"],
.gfield_checkbox li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* on style aussi le label quand désactivé */
  /* aspect au focus de l'élément */
}

div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked),
div[class*="-checkboxWrap"] [type="checkbox"]:checked,
.gfield_checkbox li [type="checkbox"]:not(:checked),
.gfield_checkbox li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked) + label,
div[class*="-checkboxWrap"] [type="checkbox"]:checked + label,
.gfield_checkbox li [type="checkbox"]:not(:checked) + label,
.gfield_checkbox li [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: inherit;
}

div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked) + label:before,
div[class*="-checkboxWrap"] [type="checkbox"]:checked + label:before,
.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before,
.gfield_checkbox li [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  background: #ffffff;
}

div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked) + label:after,
div[class*="-checkboxWrap"] [type="checkbox"]:checked + label:after,
.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after,
.gfield_checkbox li [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 14px;
  color: #5FA39D;
  transition: all .2s;
}

div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked) + label:after,
.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

div[class*="-checkboxWrap"] [type="checkbox"]:checked + label:after,
.gfield_checkbox li [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

div[class*="-checkboxWrap"] [type="checkbox"]:disabled:not(:checked) + label:before,
div[class*="-checkboxWrap"] [type="checkbox"]:disabled:checked + label:before,
.gfield_checkbox li [type="checkbox"]:disabled:not(:checked) + label:before,
.gfield_checkbox li [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

div[class*="-checkboxWrap"] [type="checkbox"]:disabled:checked + label:after,
.gfield_checkbox li [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

div[class*="-checkboxWrap"] [type="checkbox"]:disabled + label,
.gfield_checkbox li [type="checkbox"]:disabled + label {
  color: #aaa;
}

div[class*="-checkboxWrap"] [type="checkbox"]:checked:focus + label:before,
div[class*="-checkboxWrap"] [type="checkbox"]:not(:checked):focus + label:before,
.gfield_checkbox li [type="checkbox"]:checked:focus + label:before,
.gfield_checkbox li [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #707070;
}

div[class*="-inputDateWrap"] {
  margin-bottom: 1.5rem;
}

div[class*="-inputDateWrap"] label {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
  text-transform: inherit;
}

div[class*="-inputDateWrap"] input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  background-color: #ffffff;
  background-image: url("../img/icons/html/calendar_input.svg");
  background-size: 22px auto;
  background-position: 95% center;
  background-repeat: no-repeat;
}

/*message erreur*/
.messageInput, .errorInput,
.validation_error, .successInput {
  padding: 1.0rem;
  text-align: center;
  font-weight: 400;
  border-radius: 0.5rem;
}

.errorInput,
.validation_error {
  border: 0.1rem solid #ce341a;
  color: #ce341a;
  background-color: #f4b2a7;
}

.successInput {
  border: 0.1rem solid #7ab51d;
  color: #7ab51d;
  background-color: #ccee96;
}

.validation_message {
  color: #ce341a;
  font-size: 1.2rem;
}

.LightboxForm, .LightboxMap {
  max-height: inherit !important;
}

.edd-root-open-above .edd-body {
  top: 100% !important;
  bottom: inherit !important;
}

.edd-body {
  max-height: 50rem;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

fieldset .pure-control-group {
  margin: 1.5rem 0;
}

fieldset .field-title {
  display: block;
  width: 20rem;
}

fieldset input[type='text'], fieldset textarea {
  width: 100%;
}

fieldset input[type='submit'] {
  margin: 2rem 0 1rem 0;
}

fieldset .field-civilite > div {
  font-weight: 600;
  margin: 0 0 1rem 0;
}

fieldset .pure-checkbox {
  margin: 2rem 0;
}

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.edd-root {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 3.8rem;
  user-select: none;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.2rem;
}

.edd-root::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #ECB720;
  transition: transform 150ms ease-out;
  transform: scaleX(0);
}

.edd-root:not(.edd-root-disabled) .edd-value:hover {
  border-color: #5FA39D;
}

.edd-root-focused::after, .edd-root-invalid::after {
  transform: scaleX(1);
}

.edd-root-invalid::after {
  background: #ff6969;
}

.edd-head {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  transition: border-color 200ms;
  border-radius: 0rem;
  box-shadow: none;
  color: #000000;
  letter-spacing: 0.1rem;
  transition: border-color, box-shadow 0.25s ease-out;
}

.edd-head:hover, .edd-head:focus {
  border-color: #ECB720;
}

.edd-value {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.5rem;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-bottom: .1rem solid #cbcbcb;
  transition: border-color, box-shadow 0.25s ease-out;
}

.edd-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  transition: transform 150ms;
  pointer-events: none;
  background-color: #5FA39D;
}

.edd-arrow::before {
  /*Fill directement dans le svg*/
  content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="14.102" height="10.476"><path data-name="Tracé 52" d="M5.523.688a.403.403 0 1 0-.57-.57L.118 4.953a.4.4 0 0 0-.087.131.4.4 0 0 0 0 .308.411.411 0 0 0 .087.132l4.835 4.834a.403.403 0 0 0 .57-.57L1.376 5.641h12.326a.403.403 0 1 0 0-.806H1.375z" fill="white"/></svg>');
  transform: rotate(270deg);
}

.edd-arrow:hover {
  cursor: pointer;
}

.edd-root-disabled .edd-arrow {
  color: #ccc;
}

.edd-root-open .edd-arrow {
  transform: rotate(180deg);
}

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-value, .edd-option, .edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value {
  cursor: pointer;
}

.edd-option {
  cursor: pointer;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
  color: #000000;
}

.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .edd-select {
    pointer-events: inherit;
  }
}

.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.edd-body {
  padding: 1rem 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1999;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  border-top: 0;
  border-right: 0;
}

.edd-root-open-above .edd-body {
  bottom: 100%;
}

.edd-root-open-below .edd-body {
  top: 100%;
}

.edd-items-list {
  overflow: auto;
  max-height: inherit !important;
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-overflow-scrolling: touch;
}

.edd-items-list::-webkit-scrollbar {
  width: 12px;
}

.edd-items-list::-webkit-scrollbar-track {
  background: #efefef;
}

.edd-items-list::-webkit-scrollbar-thumb {
  background: #ccc;
}

.edd-group-label {
  font-size: 13px;
  padding: 4px 8px 4px 0;
  color: #555;
  font-weight: 600;
}

.edd-group-has-label {
  padding-left: 22px;
}

.edd-option {
  position: relative;
  padding: 10px 8px 10px 22px;
}

.edd-option-selected {
  font-weight: 400;
  color: #5FA39D;
}

.edd-option-selected::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #5FA39D;
  border-left: 2px solid #5FA39D;
  left: 6px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

.edd-option-focused:not(.edd-option-disabled) {
  color: #5FA39D;
}

.edd-option-disabled .edd-option, .edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc;
}

.edd-gradient-top {
  background-position: bottom;
  top: 0;
}

.edd-gradient-bottom {
  background-position: top;
  bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
  opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
  opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*magnificPopup animation*/
/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.Breadcrumb {
  padding: 0;
  margin: 2.5rem 0 0;
}

@media (max-width: 992px) {
  .Breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.Breadcrumb a {
  margin: 0 1rem 0 0;
  color: #5FA39D;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
}

.Breadcrumb a:hover, .Breadcrumb a:focus {
  color: #ECB720;
}

.Breadcrumb a::after {
  content: "|";
  position: absolute;
  right: -0.6rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .Breadcrumb a::after {
    top: -0.6rem;
    right: -0.8rem;
  }
}

.picture .Breadcrumb a {
  color: #ffffff;
}

.Breadcrumb-current {
  position: relative;
  color: #535049;
  margin: 0 1rem 0 0;
  font-size: 1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.picture .Breadcrumb-current {
  color: #ffffff;
}

.BannerFiche .Breadcrumb-current {
  color: #ffffff;
}

.Compte {
  margin-bottom: 5.0rem;
  /*journal*/
}

.Compte-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10.4rem;
  border-bottom: 0.1rem solid #5FA39D;
  padding-bottom: 3.0rem;
}

@media (max-width: 768px) {
  .Compte-header {
    align-items: flex-start;
    border-bottom: none;
    padding-bottom: 1.0rem;
  }
}

@media (max-width: 480px) {
  .Compte-header {
    flex-direction: column;
  }
}

.Compte-formItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.1rem;
}

.Compte-label {
  display: block;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.5rem;
}

.Compte-wrapper {
  width: 82.0rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .Compte-wrapper {
    width: 100%;
  }
}

.Compte-submit {
  width: 25%;
  margin-top: 1.0rem;
}

@media (max-width: 768px) {
  .Compte-submit {
    width: 100%;
  }
}

.Compte-choix {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 7.0rem;
}

.Compte-listItemChoix {
  width: 50%;
}

.Compte-itemChoix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #E0E0E0;
  background: #5FA39D;
  padding: 2.0rem;
  font-size: 2.0rem;
  text-transform: uppercase;
}

.Compte-itemChoix.active {
  background: #5FA39D;
  color: #ffffff;
}

.Compte-informations, .Compte-parametres {
  display: none;
}

.Compte-informations.active, .Compte-parametres.active {
  display: block;
}

.Compte-friends {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.Compte-friend {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #E0E0E0;
  padding: 1.4rem;
  margin-bottom: 1.4rem;
}

.Compte-friendTitle {
  color: #EEE8DC;
  font-weight: 600;
  padding-top: 1.2rem;
  font-size: 1.4rem;
  display: block;
}

.Compte-journalItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2.3rem;
  margin-bottom: 2.3rem;
  border-bottom: 0.1rem solid #E0E0E0;
}

@media (max-width: 768px) {
  .Compte-journalItem {
    flex-direction: column;
    align-items: flex-start;
  }
}

.Compte-journalImg {
  margin-right: 3.1rem;
}

@media (max-width: 768px) {
  .Compte-journalImg {
    margin-bottom: 1.0rem;
    margin-right: 0;
  }
}

.Compte-journalMiddle {
  margin-right: auto;
}

@media (max-width: 768px) {
  .Compte-journalMiddle {
    margin-bottom: 1.0rem;
  }
}

.Compte-journalFriend, .Compte-journalTitre, .Compte-journalInfos {
  display: block;
}

.Compte-journalFriend {
  font-weight: 600;
  color: #EEE8DC;
}

.Compte-journalAjout {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.Compte-journalTitre {
  color: #5FA39D;
  font-size: 2.5rem;
  margin-top: 1.0rem;
  margin-bottom: 0.5rem;
}

.Compte-journalInfos {
  color: #000000;
}

.CompteMenus {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .CompteMenus {
    flex-direction: column;
  }
}

.CompteMenus-itemMenu {
  margin-right: 3.0rem;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  color: #EEE8DC;
}

@media (max-width: 768px) {
  .CompteMenus-itemMenu {
    margin-bottom: 1.0rem;
    display: block;
  }
}

.CompteMenus-itemMenu.active {
  color: #ECB720;
}

.CompteMenus-itemMenu.active:hover, .CompteMenus-itemMenu.active:focus {
  color: #5FA39D;
}

.CompteMenus-itemMenu:hover, .CompteMenus-itemMenu:focus {
  color: #ECB720;
}

.dispokit-button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  background-color: #5FA39D;
  border: none;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.dispokit-button--icon {
  fill: #ffffff;
  transform: rotateZ(180deg);
  margin-left: 1rem;
  transition: all 0.2s;
}

.dispokit-button.open .dispokit-button--icon {
  transform: rotateZ(270deg);
  transition: all 0.2s;
}

.dispokit-dates {
  display: none;
  padding: 1rem 2.5rem;
}

.dispokit-date {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.dispokit-iconCalendar {
  fill: #5FA39D;
  margin-right: 0.5rem;
}

.dispokit-availablity-begin, .dispokit-availablity-end {
  width: 100%;
  height: 3.5rem;
}

.dispokit .Button-primary, .dispokit .SearchPage .search-submit, .SearchPage .dispokit .search-submit {
  width: 100%;
  margin: auto;
}

.Dispokit-iframe .mfp-iframe {
  min-height: 240px;
  max-height: 250px;
  max-width: 290px;
  left: 50%;
  transform: translateX(-50%);
}

.Dispokit-moteur {
  position: absolute !important;
  top: -109px;
}

@media (min-width: 769px) {
  .Dispokit-moteur {
    width: calc(100% - 470px);
    left: calc(50% + 15px);
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .Dispokit-moteur {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .Dispokit-moteur {
    top: -150px;
  }
}

.Dispokit-moteur fieldset {
  border: none;
  text-align: center;
}

@media (max-width: 768px) {
  .Dispokit-moteur fieldset {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.Dispokit-moteur fieldset input,
.Dispokit-moteur fieldset select {
  height: 48px;
}

@media (max-width: 992px) {
  .Dispokit-moteur fieldset input,
  .Dispokit-moteur fieldset select {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .Dispokit-moteur fieldset input,
  .Dispokit-moteur fieldset select,
  .Dispokit-moteur fieldset a {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .Dispokit-moteur fieldset input,
  .Dispokit-moteur fieldset select,
  .Dispokit-moteur fieldset label {
    margin-right: 1rem;
  }
}

@media (max-width: 992px) {
  .Dispokit-moteur fieldset input,
  .Dispokit-moteur fieldset select,
  .Dispokit-moteur fieldset label {
    margin: 0 auto 1rem auto !important;
  }
}

.Dispokit-moteur fieldset input:hover,
.Dispokit-moteur fieldset input:focus {
  box-shadow: none;
}

.Dispokit-moteur fieldset select {
  border-top: none;
  border-left: none;
  border-right: none;
  -moz-appearance: none;
}

@media (min-width: 769px) {
  .Dispokit-moteur fieldset select {
    max-width: 135px;
  }
}

.Dispokit-moteur fieldset * {
  display: block;
}

@media (min-width: 993px) {
  .Dispokit-moteur fieldset * {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .Dispokit-moteur fieldset * {
    min-width: 150px;
    margin: auto !important;
  }
}

.Dispokit-moteur fieldset .__dispokit_filtre_dispo {
  line-height: 4.8rem;
}

@media (max-width: 992px) {
  .Dispokit-moteur fieldset .__dispokit_filtre_dispo {
    display: inline-block;
  }
}

.Dispokit-moteur fieldset label:first-child {
  display: none;
}

@media (max-width: 992px) {
  .Dispokit-moteur fieldset label {
    display: none;
  }
}

.footer {
  z-index: 5;
}

.footer-newsletter {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #5FA39D;
}

.footer-newsletterContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}

@media (max-width: 992px) {
  .footer-newsletterContainer {
    flex-direction: column;
  }
}

.footer-newsletterTitle {
  color: #ffffff;
  font-size: 6rem;
  margin: 2rem 0;
}

.footer-newsletterText {
  color: #ffffff;
  width: 37rem;
}

@media (max-width: 992px) {
  .footer-newsletterText {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 480px) {
  .footer-newsletterText {
    width: 100%;
  }
}

.footer-menus {
  padding: 6.5rem 0 10rem 0;
  background-color: #E0E0E0;
  position: relative;
}

.footer-menusContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 10rem;
  width: 100%;
}

@media (max-width: 768px) {
  .footer-menusContainer {
    padding: 0 4rem;
    grid-gap: 5rem;
  }
}

.footer-reseauList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.footer-reseauLink {
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  margin: 0 2rem 2rem 0;
}

.footer-reseauLink:hover {
  background-color: #ECB720;
}

.footer-reseauLink:hover .footer-reseauIcon {
  fill: #ffffff;
}

.footer-menuSvg {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  fill: #ffffff;
}

@media (max-width: 992px) {
  .footer-menuReseaux {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .footer-menuReseaux {
    grid-column: span 1;
  }
}

.footer-reseauIcon {
  width: 2.8rem;
  height: 2.8rem;
  fill: #5FA39D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: fill .5s;
}

.footer-partenaire {
  padding: 5rem 0 3rem 0;
}

.footer-partenaire .container, .footer-partenaire .PresseKit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-partenaire--lien {
  margin: 1rem;
  position: relative;
  padding: 1rem;
}

.footer-bottom {
  width: 100%;
  background-color: #535049;
  padding: 3rem 2rem;
}

.footer-bottomContainer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 768px) {
  .footer-bottomContainer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .footer-bottomWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.footer-mention {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-mention {
    margin: 0 0 1.3rem 0;
  }
}

.footer-altimax {
  color: #ffffff;
}

.footer-complement {
  text-transform: uppercase;
  text-align: center;
  color: #535049;
  font-size: 1.2rem;
  font-weight: 600;
}

.Header {
  position: relative;
  width: 100%;
}

.Header.homepage {
  position: absolute;
  top: 0;
  left: 0;
}

.Header.homepage.popup {
  top: 10rem;
}

@media (max-width: 992px) {
  .Header {
    width: 100%;
    height: 11rem;
    z-index: 10;
  }
}

.Header-top {
  position: relative;
  padding: 2.5rem 9rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: height 0.2s;
}

@media (max-width: 1230px) {
  .Header-top {
    padding: 2.5rem 3rem;
  }
}

@media (max-width: 992px) {
  .Header-top {
    left: 0;
    height: 7rem;
    padding: 2.3rem 2rem;
    justify-content: space-between;
  }
  .Header-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 10rem;
    height: 100%;
    background-color: #ECB720;
  }
  .open .Header-top::before {
    left: 0;
    transition: left 0.2s;
    transition-delay: 0.3s;
  }
}

.Header-logoLink {
  width: 120px;
  /*Pour éviter le click sur le logo lors des interractions dans le corps de page.*/
  overflow: hidden;
  transition: all 0.3s;
  flex-shrink: 0;
  z-index: 10;
}

@media (max-width: 992px) {
  .Header-logoLink {
    order: 2;
    top: 0.8rem;
    left: 7rem;
    width: 7.3rem;
    height: 8.8rem;
    margin: 5rem 0 0 0;
  }
}

.Header-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Header-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1500px) {
  .Header-right {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1230px) {
  .Header-right {
    position: absolute;
    left: 4rem;
    top: 17rem;
  }
}

@media (max-width: 992px) {
  .Header-right {
    position: relative;
    left: auto;
    top: auto;
    justify-content: flex-start;
    flex-direction: row;
    width: 10rem;
    order: 3;
  }
}

@media (max-width: 480px) {
  .Header-right {
    justify-content: flex-end;
  }
}

.Header-favCounter {
  background-color: #ce341a;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  left: -1rem;
  top: -0.7rem;
  padding: .3rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .Header-favCounter {
    left: 0.7rem;
  }
}

@media (min-width: 992px) {
  .Header .HeaderBurger-container {
    display: flex;
    position: absolute;
    left: -6.4rem;
    top: 0;
    width: 6.4rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
  }
}

@media (min-width: 993px) {
  .Header.sticky .Header-top {
    height: 7rem;
    transition: height 0.2s;
  }
  .Header.sticky .Header-top::after {
    top: -100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .Header.sticky .HeaderBurger-container {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
  }
  .Header.sticky .Header-logoLink {
    top: 8rem;
    left: -6rem;
    width: 5.5rem;
    transition: all 0.3s;
  }
  .Header.sticky.open .Header-top::after {
    top: 0;
    opacity: 1;
    transition: all 0.2s;
  }
}

.headerSidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 100vh;
  background-color: #ECB720;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

@media (max-width: 1366px) {
  .headerSidebar {
    justify-content: flex-end;
  }
}

@media (max-height: 850px) {
  .headerSidebar {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .headerSidebar {
    position: initial;
    height: 7rem;
    width: 100%;
    background-color: #000000;
    flex-direction: row;
    align-items: center;
    margin: auto 0 0 0;
  }
}

@media (max-width: 768px) {
  .Header .headerSidebar {
    display: none;
  }
}

.NavPrincipal-bar .headerSidebar {
  display: none;
}

@media (max-width: 768px) {
  .NavPrincipal-bar .headerSidebar {
    display: flex;
  }
}

.headerSidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.headerSidebar-list li {
  padding: 0;
}

@media (max-width: 1366px) {
  .headerSidebar-list {
    margin-bottom: 5rem;
  }
}

@media (max-height: 850px) {
  .headerSidebar-list {
    margin-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .headerSidebar-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 0 !important;
  }
}

.headerSidebar-listing {
  position: relative;
  width: 100%;
  height: 64px;
}

@media (max-height: 670px) {
  .headerSidebar-listing {
    height: 44px;
  }
}

@media (min-width: 769px) {
  .headerSidebar-listing:hover .headerSidebar-texte {
    left: calc(100% + 8px);
    opacity: 1;
    transition: all 0.25s;
  }
}

.headerSidebar-favCounter {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #5FA39D;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
}

.headerSidebar-picto {
  position: relative;
  z-index: 100;
  fill: #000000;
  transition: fill 0.15s;
}

@media (max-width: 768px) {
  .headerSidebar-picto {
    fill: #ffffff;
  }
}

.headerSidebar-lien {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  overflow: hidden;
}

@media (max-height: 670px) {
  .headerSidebar-lien {
    height: 44px;
  }
}

.headerSidebar-lien::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: left 0.2s;
}

.headerSidebar-lien:hover .headerSidebar-picto, .headerSidebar-lien:focus .headerSidebar-picto, .headerSidebar-lien.active .headerSidebar-picto {
  fill: #ffffff;
  transition: fill 0.2s;
}

.headerSidebar-lien:hover::before, .headerSidebar-lien:focus::before, .headerSidebar-lien.active::before {
  left: 0;
  transition: left 0.2s;
}

.headerSidebar-lien.handicap .headerSidebar-picto {
  width: 25px;
  height: 25px;
}

.headerSidebar-lien.family .headerSidebar-picto {
  width: 35px;
  height: 30px;
}

.headerSidebar-lien.brochurePicto .headerSidebar-picto {
  width: 28px;
  height: 35px;
}

.headerSidebar-texte {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  width: 15rem;
  text-align: center;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #000000;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  transition: left 0.25s, opacity 0.1s;
}

.HeaderBurger {
  position: relative;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border: none;
  transition: background 0.3s;
  background: none;
  cursor: pointer;
}

.HeaderBurger:focus {
  outline: none;
}

.HeaderBurger:hover:not(.open) span {
  width: 100%;
}

.HeaderBurger:hover:not(.open) span::before, .HeaderBurger:hover:not(.open) span::after {
  width: 200%;
}

.HeaderBurger.open span {
  transform: rotate(-45deg);
  background-color: #ffffff;
  transition-delay: 0.2s;
  width: 100%;
}

.HeaderBurger.open span::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.2s, transform 0.2s;
  transition-delay: 0.1s, 0.2s;
  width: 100%;
  background-color: #ffffff;
}

.HeaderBurger.open span::after {
  width: 0;
  transition: width 0.2s;
  transition-delay: 0;
}

.HeaderBurger-container {
  position: relative;
  z-index: 15;
  width: 7rem;
  height: 7rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-duration: 0.5s;
  display: none;
}

@media (max-width: 992px) {
  .HeaderBurger-container {
    order: 1;
    display: flex;
  }
}

.active .HeaderBurger-container {
  position: fixed;
}

.HeaderBurger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  transition-delay: 0;
  width: 50%;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.homepage .HeaderBurger span {
  background-color: #ffffff;
}

.HeaderBurger span::before, .HeaderBurger span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: #000000;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.homepage .HeaderBurger span::before, .homepage .HeaderBurger span::after {
  background-color: #ffffff;
}

.HeaderBurger span::before {
  top: -8px;
  transition: top 0.2s, transform 0.2s;
  transition-delay: 0.2s, 0.1s;
}

.HeaderBurger span::after {
  bottom: -8px;
  transition: width 0.2s;
  transition-delay: 0.2s;
}

.Home {
  overflow: hidden;
  position: relative;
}

.Home-pushInfo {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.Home-pushInfo.is-active {
  display: flex;
}

.Home-pushInfoInner {
  width: 100%;
  padding: 3rem 8rem 3rem 3rem;
  background-color: #EEE8DC;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .Home-pushInfoInner {
    flex-direction: column;
    padding: 4rem 3rem 3rem 3rem;
  }
}

.Home-pushInfoInner p {
  z-index: 2;
  font-size: 2rem;
}

@media (max-width: 992px) {
  .Home-pushInfoInner p {
    font-size: 1.6rem;
  }
}

.Home-pushInfoInner h1, .Home-pushInfoInner h2, .Home-pushInfoInner h3, .Home-pushInfoInner h4 {
  z-index: 2;
}

.Home-pushInfoClose {
  fill: #535049;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  background: transparent;
  border: none;
}

.Home-pushInfoLeaves {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  fill: #E0E0E0;
  z-index: 0;
}

.Home-pushInfoButton {
  z-index: 2;
  margin: 0 0 0 2rem;
}

.Landing-container {
  display: grid;
  grid-template-columns: repeat(2, 45rem);
  justify-content: center;
  grid-gap: 5rem;
  margin: 5rem auto;
}

@media (max-width: 992px) {
  .Landing-container {
    grid-template-columns: repeat(1, 45rem);
  }
}

@media (max-width: 480px) {
  .Landing-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.Landing-item {
  background-color: #EEE8DC;
}

.Landing-picture {
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Landing-img {
  width: auto;
  height: 10rem;
  object-fit: contain;
  display: block;
}

.cover .Landing-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Landing-title {
  text-align: center;
}

.LightboxMap, .LightboxForm {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-height: calc(100vh - 6.0rem);
  margin: 0 auto;
}

.isSafari .LightboxMap iframe, .isSafari .LightboxForm iframe {
  height: calc(100vh - 11.0rem) !important;
}

.LightboxMap {
  width: 80vw;
  height: 80vh;
}

.LightboxForm {
  max-width: 54.0rem;
}

.LightboxForm .gform_wrapper {
  margin: 1.0rem 0;
}

.LightboxForm ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.LightboxForm input, .LightboxForm textarea {
  width: 100%;
}

.Loader-success, .Loader-failed {
  z-index: -9999;
  position: fixed;
  background-color: rgba(95, 163, 157, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out;
}

.Loader-success > svg, .Loader-failed > svg {
  width: 150px;
  height: 150px;
  display: block;
}

.Loader-success.On, .Loader-failed.On {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.Login-signUpWrapper {
  margin-top: 5.0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.Login-description {
  text-align: center;
}

.Login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Login-inputContainer {
  width: 30rem;
  margin-bottom: 3.0rem;
}

.Login-inputContainerSubmit {
  margin-top: 3.0rem;
}

.Login-input {
  width: 100%;
  margin: 0;
}

.Login-icon {
  margin-right: 1rem;
  fill: #EEE8DC;
}

.Login-fbConnect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6.6rem;
  background-color: #4267b2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1rem;
}

.Login-fbConnect:hover {
  background-color: #ffffff !important;
  color: #4267b2 !important;
}

.Login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-fill-color: #353535 !important;
}

.MapInteractive {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  width: 100%;
  height: 100vh;
}

.MapInteractive::-webkit-scrollbar {
  display: none;
}

.MapInteractive-title {
  position: relative;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-bottom: 1.0rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.MapInteractive-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 0.1rem;
  background-color: #000000;
}

.MapInteractive-wrapper {
  position: relative;
  top: 10.5rem;
  left: -30rem;
  width: 1600px;
  height: 800px;
  transform: scale(1.2);
  transform-origin: top left;
  transition: all 0.2s;
}

.MapInteractive-wrapper:hover {
  cursor: grab;
}

.MapInteractive-wrapper:active {
  cursor: grabbing;
}

.MapInteractive-controls {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: flex;
  flex-direction: column;
}

.MapInteractive-zoomIn {
  margin-bottom: 1rem;
}

.MapInteractive-zoomIn:disabled, .MapInteractive-zoomOut:disabled {
  background-color: #EEE8DC;
}

.MapInteractive-zoomIn:disabled:hover, .MapInteractive-zoomOut:disabled:hover {
  cursor: not-allowed;
  color: #ffffff;
}

.MapInteractive-map, .MapInteractive-mapAll {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0%;
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.MapInteractive-pictos {
  position: absolute;
  z-index: 150;
  height: auto;
  transform-origin: center;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.2s;
  transform-origin: center;
}

.MapInteractive-pictos:hover {
  transform: matrix(2, 0, 0, 2, 0, 0);
  z-index: 200;
  cursor: pointer;
  transition: all 0.2s;
}

.MapInteractive-pictos#eau_1 {
  top: 45.51%;
  left: 47.12%;
  width: 0.55%;
}

.MapInteractive-pictos#batiment_2 {
  top: 38.91%;
  left: 48.22%;
  width: 5.27%;
}

.MapInteractive-pictos#parasol_3 {
  top: 38.81%;
  left: 46.72%;
  width: 1.75%;
}

.MapInteractive-pictos#gare_4 {
  top: 44.25%;
  left: 48.10%;
  width: 5.35%;
}

.MapInteractive-pictos#parasol_5 {
  top: 43.65%;
  left: 45.4%;
  width: 1.75%;
}

.MapInteractive-pictos#port_6 {
  top: 45.4%;
  left: 44.65%;
  width: 1.1%;
}

.MapInteractive-pictos#port_7 {
  top: 49.25%;
  left: 41.4%;
  width: 1.1%;
}

.MapInteractive-pictos#aigle_8 {
  top: 54%;
  left: 39.1%;
  width: 4.2%;
}

.MapInteractive-pictos#parasol_9 {
  top: 48.95%;
  left: 39.5%;
  width: 1.75%;
}

.MapInteractive-pictos#chateau_10 {
  top: 39.55%;
  left: 36.2%;
  width: 4.4%;
}

.MapInteractive-pictos#parc_11 {
  top: 46.8%;
  left: 36.2%;
  width: 2.5%;
}

.MapInteractive-pictos#parasol_12 {
  top: 51.25%;
  left: 33.5%;
  width: 1.75%;
}

.MapInteractive-pictos#parasol_13 {
  top: 58.35%;
  left: 31.3%;
  width: 1.75%;
}

.MapInteractive-pictos#port_14 {
  top: 63.85%;
  left: 30.1%;
  width: 1.1%;
}

.MapInteractive-pictos#parasol_15 {
  top: 68.5%;
  left: 29%;
  width: 1.75%;
}

.MapInteractive-pictos#parasol_16 {
  top: 77.8%;
  left: 27.3%;
  width: 1.75%;
}

.MapInteractive-pictos#jet_17 {
  top: 72.35%;
  left: 26.3%;
  width: 1.08%;
}

.MapInteractive-pictos#parc_18 {
  top: 75.75%;
  left: 24.5%;
  width: 2.2%;
}

.MapInteractive-pictos#batiment_19 {
  top: 73.5%;
  left: 19%;
  width: 5.35%;
}

.MapInteractive-pictos#croixrouge_20 {
  top: 73.2%;
  left: 23.9%;
  width: 1.3%;
}

.MapInteractive-pictos#batiment_21 {
  top: 52.7%;
  left: 23.8%;
  width: 5%;
}

.MapInteractive-pictos#radis_22 {
  top: 43.3%;
  left: 31.4%;
  width: 0.9%;
}

.MapInteractive-pictos#chateau_23 {
  top: 39.3%;
  left: 25.1%;
  width: 6.4%;
}

.MapInteractive-pictos#parasol_24 {
  top: 40.4%;
  left: 32.1%;
  width: 1.75%;
}

.MapInteractive-pictos#parc_25 {
  top: 28.5%;
  left: 37.9%;
  width: 2.8%;
}

.MapInteractive-pictos#parasol_26 {
  top: 19.6%;
  left: 45.1%;
  width: 1.75%;
}

.MapInteractive-pictos#chateau_27 {
  top: 13.1%;
  left: 41.8%;
  width: 5.8%;
}

.MapInteractive-pictos#parasol_28 {
  top: 15.1%;
  left: 53.7%;
  width: 1.75%;
}

.MapInteractive-pictos#batiment_29 {
  top: 9%;
  left: 53.4%;
  width: 3.2%;
}

.MapInteractive-pictos#olympique_30 {
  top: 13.9%;
  left: 55.9%;
  width: 1.6%;
}

.MapInteractive-pictos#port_31 {
  top: 16%;
  left: 57.6%;
  width: 1.1%;
}

.MapInteractive-pictos#port_32 {
  top: 20.7%;
  left: 60.4%;
  width: 1.1%;
}

.MapInteractive-pictos#vin_33 {
  top: 15.9%;
  left: 66.3%;
  width: 2.3%;
}

.MapInteractive-pictos#parasol_34 {
  top: 23.6%;
  left: 70.2%;
  width: 1.75%;
}

.MapInteractive-pictos#charlie_35 {
  top: 19.2%;
  left: 71.7%;
  width: 1.8%;
}

.MapInteractive-pictos#casino_36 {
  top: 25.2%;
  left: 74.2%;
  width: 2.2%;
}

.MapInteractive-pictos#statut_37 {
  top: 21%;
  left: 77.6%;
  width: 3.1%;
}

.MapInteractive-pictos#chateau_38 {
  top: 30%;
  left: 74.9%;
  width: 7%;
}

.MapInteractive-pictos#parc_39 {
  top: 35%;
  left: 72.5%;
  width: 2.8%;
}

.MapInteractive-pictos#aquaparc_40 {
  top: 36.2%;
  left: 70.2%;
  width: 3.5%;
}

.MapInteractive-pictos#train_41 {
  top: 44.5%;
  left: 69.3%;
  width: 5.3%;
}

.MapInteractive-pictos#bateaux_42 {
  top: 38%;
  left: 65.4%;
  width: 2.4%;
}

.MapInteractive-pictos#parasol_43 {
  top: 35.3%;
  left: 58.3%;
  width: 1.75%;
}

.MapInteractive-pictos#batiment_44 {
  top: 39.4%;
  left: 57.5%;
  width: 5.6%;
}

.MapInteractive-pictos#casino_45 {
  top: 40.5%;
  left: 55%;
  width: 2.2%;
}

.MapInteractive-pictos#golf_46 {
  top: 45.3%;
  left: 53.6%;
  width: 2.3%;
}

.MapInteractive-infos--number {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #5FA39D;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.MapInteractive-infos--content {
  line-height: 1.8rem;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  transition: 1s all;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#wpc-weather .wpc-last-update {
  color: #535049;
}

#wpc-weather .infos .cloudiness,
#wpc-weather .infos .humidity,
#wpc-weather .infos .precipitation,
#wpc-weather .infos .pressure,
#wpc-weather .infos .wind {
  color: #535049;
}

#wpc-weather .wpc-highlight {
  color: #5FA39D;
}

#wpc-weather.large .now .time_symbol svg {
  fill: #ECB720;
}

.Overlay {
  min-height: 10rem;
  position: absolute;
  background: rgba(238, 232, 220, 0.8);
  z-index: 9999 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  animation: fadeIn forwards 250ms ease-out;
}

.Overlay > * {
  top: 50vh;
  position: relative;
  transform: translateY(-50%);
}

.Overlay--global {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.Overlay-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  animation: circle infinite 550ms linear;
  border: 3px solid #5FA39D;
  border-top-color: transparent;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
}

.Overlay-message {
  display: block;
  position: absolute;
  color: #5FA39D;
  font-size: 1.9rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
  margin-top: -60px;
  text-align: center;
}

.Page {
  overflow-anchor: none;
}

.Page404 {
  margin-top: 10.0rem;
  margin-bottom: 10.0rem;
}

.Page404-paragraphe {
  font-size: 2.0rem;
  text-align: center;
}

.PresseKit {
  display: flex;
}

@media (max-width: 992px) {
  .PresseKit {
    flex-direction: column;
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .PresseKit {
    width: 100%;
    margin-left: 0;
  }
}

.PresseKit-container-formulaire {
  margin: 5rem 2.5rem;
  width: calc(100% - 10rem - 55%);
}

@media (max-width: 992px) {
  .PresseKit-container-formulaire {
    margin: 5rem 0 2rem;
    width: 100%;
  }
}

.PresseKit-credit {
  font-size: 1.2rem;
  color: #535049;
  font-style: italic;
  margin: .5rem 0 0 0;
}

.PresseKit-content, .PresseKit-rubrique {
  margin-bottom: 2.5rem;
}

.PresseKit-title {
  position: relative;
  padding: 1rem 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #ECB720;
  transition: color 0.25s ease-out;
  color: #535049;
}

.PresseKit-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.PresseKit-photoPicto {
  width: auto;
  height: 10rem;
  object-fit: contain;
  object-position: center;
}

.PresseKit-folderContainer {
  display: block;
  overflow: hidden;
  padding: 2.5rem 0;
}

.PresseKit-folder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.PresseKit-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem;
  width: calc(25% - 2.0rem);
}

@media (max-width: 1230px) {
  .PresseKit-item {
    width: calc(33% - 2.0rem);
  }
}

@media (max-width: 768px) {
  .PresseKit-item {
    width: 100%;
    height: auto;
    margin-bottom: 5.0rem;
  }
}

.PresseKit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.PresseKit-name {
  margin: 0;
  max-width: 30rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #535049;
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
  transition: color ease-out 0.25s;
}

.PresseKit-icon {
  fill: #535049;
}

.PresseKit-imageWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
}

.PresseKit-imageWrap--picto {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
}

.PresseKit-imageWrap:hover .PresseKit-imageWrap--picto, .PresseKit-imageWrap:focus .PresseKit-imageWrap--picto {
  opacity: 1;
  transition: all 0.2s;
}

.PresseKit-linkDownload {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.PresseKit-linkDownload:hover .PresseKit-name, .PresseKit-linkDownload:focus .PresseKit-name {
  color: #5FA39D;
}

.PresseKit-linkDownload:hover .PresseKit-download > svg, .PresseKit-linkDownload:focus .PresseKit-download > svg {
  fill: #5FA39D;
}

.PresseKit-link {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.PresseKit-download > svg {
  fill: #000000;
  transition: fill 0.25s ease-out;
}

.PresseKit-download:hover > svg, .PresseKit-download:focus > svg {
  fill: #5FA39D;
}

.PresseKit-checkboxWrap [type="checkbox"]:not(:checked) + label,
.PresseKit-checkboxWrap [type="checkbox"]:checked + label {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 2.4rem !important;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #000000;
}

.PresseKit-checkboxWrap [type="checkbox"]:not(:checked) + label:before,
.PresseKit-checkboxWrap [type="checkbox"]:checked + label:before {
  top: 4px !important;
}

.PresseKit-mentions {
  padding: 1rem;
  border: 0.1rem solid #E0E0E0;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: inherit;
}

.Phototheque-container {
  margin-top: 5.0rem;
  margin-bottom: 5.0rem;
}

.Phototheque-title {
  cursor: pointer;
  position: relative;
  padding-right: 4.0rem;
}

.Phototheque-title::before, .Phototheque-title::after {
  content: '';
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 1rem;
  height: 2px;
  background-color: #EEE8DC;
  cursor: pointer;
  transition-duration: 0.5s;
}

.Phototheque-title::after {
  transform: rotate(270deg);
}

.Phototheque-title.opened::after {
  transform: rotate(0deg);
}

.Phototheque-photo {
  display: block;
}

.Phototheque-folderContainer {
  display: block;
  overflow: hidden;
}

.Phototheque-folder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Phototheque-item {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .Phototheque-item {
    width: 100%;
    height: auto;
  }
}

.Phototheque-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}

.Phototheque-name {
  margin: 0;
  max-width: 30rem;
  color: #5FA39D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.Phototheque-icon {
  fill: #535049;
}

.Phototheque-link {
  display: block;
  position: relative;
}

.Phototheque-link::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  background: rgba(83, 80, 73, 0);
  transition: opacity 0.25s, background 0.25s ease-in-out;
}

.Phototheque-link::after {
  content: '+';
  position: absolute;
  top: calc(50% - 3.0rem);
  left: calc(50% - 3.0rem);
  z-index: 20;
  display: flex;
  opacity: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  color: #ffffff;
  font-size: 3.0rem;
  font-weight: 100;
  width: 6rem;
  height: 6rem;
  background: #5FA39D;
  border-radius: 3rem;
  background-color: #5FA39D;
  background-image: linear-gradient(25deg, #5FA39D 0%, #5FA39D 100%);
  transition: opacity 0.25s ease-in-out;
  transform: rotate(30deg);
}

html:not(.isEdge) .Phototheque-link::after {
  animation: bubbleScale 7s infinite ease-in-out;
}

.Phototheque-link:hover::after, .Phototheque-link:focus::after {
  opacity: 1;
}

.Phototheque-link:hover::before, .Phototheque-link:focus::before {
  opacity: 1;
  background: rgba(83, 80, 73, 0.5);
}

.Phototheque-linkDownload > svg {
  fill: #5FA39D;
  transition: fill 0.25s ease-out;
}

.Phototheque-linkDownload:hover > svg, .Phototheque-linkDownload:focus > svg {
  fill: #ECB720;
}

.SiteMap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: stretch;
  padding: 5rem;
}

.SiteMap-wrapper {
  width: 50%;
}

@media (max-width: 768px) {
  .SiteMap-wrapper {
    width: 100%;
  }
}

.Search-formContainer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.50s 0.1s ease-out;
}

.isSearchOpen .Search-formContainer {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

.Search-formHeader {
  height: 5.8rem;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
}

.Search-formContent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 5.8rem);
}

.Search-form {
  display: flex;
  flex-direction: row;
}

.SearchPage .Search-form {
  justify-content: center;
}

.Search-input {
  width: 30vw;
  height: 6.0rem;
  padding: 0;
  font-size: 4.0rem;
}

@media (max-width: 767px) {
  .Search-input {
    width: 70vw;
  }
}

.Search-closeButton {
  background: none;
  border: none;
  cursor: pointer;
}

.Search-closeButton:hover > svg, .Search-closeButton:focus > svg {
  fill: #ECB720;
}

.Search-closeButton > svg {
  transition: fill 0.25s ease-out;
  fill: #E0E0E0;
  width: 2.5rem;
  height: 2.5rem;
}

.Search-submit {
  background: none;
  border: none;
  cursor: pointer;
}

.Search-submit:hover > svg, .Search-submit:focus > svg {
  fill: #ECB720;
}

.Search-submit > svg {
  transition: fill 0.25s ease-out;
  fill: #E0E0E0;
}

.SearchPage-formWraper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.0rem;
  margin-bottom: 3.0rem;
}

.SearchPage-wrapper {
  margin: 4rem auto;
}

.SearchPage form {
  width: 100%;
  max-width: 40.0rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .SearchPage form {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .SearchPage .search-submit {
    margin-top: 2rem;
  }
}

.SearchPage .search-field {
  width: 50%;
  min-width: 20.0rem;
  height: 5.0rem;
  margin-right: 1.0rem;
  font-weight: 400;
  letter-spacing: initial;
  font-size: 1.6rem;
}

.SearchPage-numberResult {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #535049;
  margin: 0 0 4rem 0;
}

.SearchPage-number {
  color: #5FA39D;
}

.SearchPage-titreType {
  font-family: "clickerscript";
  font-size: 3rem;
}

.SearchPage-link {
  color: #535049;
  text-decoration: underline;
}

.SearchPage-titleItem {
  font-size: 1.6rem;
  display: block;
  margin: 1.5rem 0;
  color: #000000;
}

.SearchPage-titleItem:hover, .SearchPage-titleItem:focus {
  color: #5FA39D;
}

.SearchPage-resultsList {
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
}

.SearchPage-resultsList p {
  color: #535049;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.SearchPage-resultsList ul {
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.SearchPage-resultsList ul li {
  position: relative;
  color: #535049;
}

.SearchPage-resultsList ul li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: .8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ECB720;
}

.SearchPage-resultsList ul li ul li {
  color: #535049;
}

.SearchPage-resultsList ul li ul li::before {
  border-radius: 0;
}

.SearchPage-resultsList ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.SearchPage-resultsList ol li {
  counter-increment: li;
  color: #535049;
}

.SearchPage-resultsList ol li::before {
  content: "." counter(li);
  color: #ECB720;
  display: inline-block;
  width: 1rem;
  margin: 0 1rem 0 -1.5rem;
  text-align: right;
  direction: rtl;
  font-weight: 600;
}

.SearchPage-resultsList a {
  text-decoration: underline;
  color: #535049;
}

.Share,
.ShareFiche {
  text-align: center;
  transition-duration: 0s;
  display: none;
  z-index: 100;
}

.Share-title,
.ShareFiche-title {
  margin: 0.5rem 0 0.1rem 0;
  color: #000000;
  font-size: 1.2rem;
}

.Share-button,
.ShareFiche-button {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
}

.Share-button::before,
.ShareFiche-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.Share-button > svg,
.ShareFiche-button > svg {
  fill: #ffffff;
  transition: fill 0.25s ease-out;
}

.Share-button:hover, .Share-button:focus, .Share-button.active,
.ShareFiche-button:hover,
.ShareFiche-button:focus,
.ShareFiche-button.active {
  background-color: #5FA39D;
  border-color: #5FA39D;
}

.Share-button:hover::before, .Share-button:focus::before, .Share-button.active::before,
.ShareFiche-button:hover::before,
.ShareFiche-button:focus::before,
.ShareFiche-button.active::before {
  animation: onde 0.4s;
}

.Share-button:hover > svg, .Share-button:focus > svg, .Share-button.active > svg,
.ShareFiche-button:hover > svg,
.ShareFiche-button:focus > svg,
.ShareFiche-button.active > svg {
  fill: #5FA39D;
  cursor: pointer;
}

@media (max-width: 768px) {
  .Share-button:last-child,
  .ShareFiche-button:last-child {
    margin-bottom: 0;
  }
}

.Share-button > svg {
  fill: #5FA39D;
}

.Share-shareTrigger {
  z-index: 2;
}

.ShareFiche {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 4rem;
  display: block;
  z-index: 1;
  transition: visibility 0s ease-out, opacity 0s ease-out;
  transition-delay: .5s;
}

@media (max-width: 768px) {
  .ShareFiche {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 110%;
    padding-left: 0;
    padding: 5px;
    border-radius: 35px;
  }
}

.ShareFiche.visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ShareFiche .Share-title {
  display: none;
}

.ShareFiche .Share-button {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .35s ease-out, background-color .2s ease-out, border .2s ease-out;
  transition-delay: 0s;
}

.ShareFiche .Share-button > svg {
  fill: #000000;
  height: 15px;
}

.ShareFiche .Share-button:hover > svg, .ShareFiche .Share-button:focus > svg, .ShareFiche .Share-button.active > svg {
  fill: #ffffff;
  cursor: pointer;
}

.ShareFiche .Share-button:nth-child(4n + 1).animate {
  transform: translateY(5rem);
  z-index: 0;
}

.ShareFiche .Share-button:nth-child(4n + 2).animate {
  transform: translateY(10rem);
  z-index: -1;
}

.ShareFiche .Share-button:nth-child(4n + 3).animate {
  transform: translateY(15rem);
  z-index: -2;
}

.ShareFiche .Share-button:nth-child(4n + 4).animate {
  transform: translateY(20rem);
  z-index: -3;
}

.Webcams-wraper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.0rem;
}

@media (max-width: 992px) {
  .Webcams-wraper {
    flex-direction: column;
  }
}

.Webcams-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}

.Webcams-item:hover .Webcams-link::after {
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
}

.Webcams-title {
  margin-top: 3.5rem;
}

.Webcams-iframe {
  border: none;
}

.Calameo {
  display: flex;
  flex-direction: column;
}

.Calameo-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.Calameo-listing {
  margin: 4rem;
}

@media (max-width: 480px) {
  .Calameo-listing {
    margin: 2rem 0;
  }
}

@media (max-width: 480px) {
  .Calameo-listing > iframe {
    width: 100% !important;
    height: auto !important;
  }
}

.Calameo fieldset {
  border: none !important;
}

.Calameo .brochures-listing {
  clear: both;
  margin-bottom: 20px;
}

.Calameo .brochures-listing .col1 {
  width: 100%;
  display: flex;
}

@media (max-width: 992px) {
  .Calameo .brochures-listing .col1 {
    flex-direction: column;
  }
}

.Calameo .brochures-listing .col2 {
  width: 100%;
  display: flex;
}

@media (max-width: 992px) {
  .Calameo .brochures-listing .col2 {
    flex-direction: column;
  }
}

.Calameo .brochures-listing .brochures-item.col1 {
  margin-right: 30px;
  margin-bottom: 30px;
}

.Calameo .brochures-listing .brochures-item.col2 {
  margin-right: 0px;
  margin-bottom: 30px;
}

.Calameo .brochures-listing .brochures-item-visuel {
  display: block;
  width: auto !important;
  margin: 0 2.5rem 0 0;
}

.Calameo .brochures-listing .brochures-item-titre {
  font-size: 1.4rem !important;
  line-height: 1.7rem !important;
  color: #535049 !important;
  letter-spacing: 2px !important;
  font-weight: 900 !important;
}

.Calameo .brochures-listing .brochures-item-description {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  margin-right: 30px;
  margin-bottom: 1em;
}

.Calameo .brochures-listing .brochure-item-calameo-content {
  background-color: transparent !important;
  padding: 10px;
  width: auto !important;
  box-sizing: border-box;
}

.Calameo .brochures-listing .brochures-item-download, .Calameo .brochures-listing .brochures-item-add {
  display: inline-block;
  line-height: 28px;
  background-color: transparent !important;
  color: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Calameo .brochures-listing .brochures-item-download {
  margin-right: 15px;
}

.Calameo .brochures-listing .brochures-item-download a {
  color: white;
  text-decoration: none;
  border-radius: 2.1rem;
  background-color: #5FA39D;
  padding: 1.2rem 3rem;
}

.Calameo .brochures-listing .clearfix {
  clear: both;
}

.Calameo .brochures-listing .brochures-item-select-qte-input {
  width: 50px;
  height: 25px;
  margin-left: 6px;
  margin-right: 6px;
}

.Calameo .pure-controls, .Calameo .pure-control-group {
  margin: 0 0 1.5rem 0;
}

.Calameo .field-title {
  min-width: 25rem;
}

.Calameo input[type=submit] {
  border-radius: 2.1rem;
}

.Contact {
  max-width: 75rem;
  padding: 5rem 2rem;
}

.Scroll {
  padding: 2rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #5FA39D;
  transition: background-color 0.3s ease;
  z-index: 98;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.Scroll.fixed {
  opacity: 1;
  visibility: visible;
}

.Scroll:hover {
  background-color: #ECB720;
}

.Scroll:hover > svg {
  fill: #ffffff;
}

.Scroll:hover .Scroll-text {
  color: #ffffff;
}

.Scroll > svg {
  transform: rotate(-90deg);
  fill: #ffffff;
  transition: fill 250ms ease-out;
  width: 20px;
  height: 20px;
}

.Scroll-text {
  display: none;
}

.Meteo {
  margin: 0 0 10rem;
}

@media (max-width: 768px) {
  .Meteo {
    margin: 0 0 5rem;
  }
}

.Meteo-title {
  margin: 5rem 0 6rem 0;
  font-size: 5rem;
}

.Meteo-joursList, .Meteo-periodesList {
  list-style: none;
}

.Meteo-joursList {
  width: 100%;
  margin: 0 0 3rem;
  padding: 0;
}

.Meteo-joursListing {
  display: flex;
  flex-direction: column;
}

.Meteo-periodesList {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .Meteo-periodesList {
    padding: 0 4rem 0 0;
  }
}

.Meteo-periodesListing {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 15rem;
  margin: auto 0;
}

.Meteo-periodesListing:last-child {
  margin: 0;
}

.Meteo-wrap {
  display: flex;
  align-items: center;
}

.Meteo-picture {
  margin: auto 0;
  height: 5.2rem;
}

.Meteo-pictureIcon {
  height: 100%;
  fill: #535049;
}

.Meteo-date {
  display: flex;
  flex-direction: column;
}

.Meteo-dateTitle {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  color: #535049;
  margin: 0 0 4rem;
  text-transform: capitalize;
}

.Meteo-periodTitle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #5FA39D;
  margin: 0 0 3rem;
}

.Meteo-infos {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.Meteo-infosLabelle {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #000000;
}

.Meteo-infosTime {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #535049;
}

.Meteo-bloc {
  display: flex;
  width: calc(100% / 2);
}

.Meteo-melody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: .1rem solid #ccc;
  border-right: .1rem solid #ccc;
  width: calc(100% / 4);
  padding: 0 1rem;
}

.Meteo-melodyTitle {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #535049;
  text-transform: uppercase;
}

.Meteo-melodyHot {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #535049;
}

.Meteo-wind {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  padding: 0 1rem;
}

.Meteo-windTitle {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #535049;
  text-transform: uppercase;
}

.Meteo-windSpeed {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #535049;
}

.Meteo-arrow {
  display: none;
}

@media (max-width: 1230px) {
  .Meteo-arrow {
    display: flex;
  }
}

.Meteo-arrowPrev {
  cursor: pointer;
  height: 5.2rem;
  width: 5.2rem;
  background-color: #5FA39D;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 1rem 0 0;
  transition: background-color .25s ease-out;
}

.Meteo-arrowPrev:hover {
  background-color: #ECB720;
}

.Meteo-arrowPrev > svg {
  fill: #ffffff;
  height: 1rem;
  width: 1.4rem;
}

.Meteo-arrowNext {
  cursor: pointer;
  height: 5.2rem;
  width: 5.2rem;
  background-color: #5FA39D;
  box-shadow: 0 12px 16px rgba(69, 91, 99, 0.1);
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: background-color .25s ease-out;
}

.Meteo-arrowNext > svg {
  fill: #ffffff;
  height: 1rem;
  width: 1.4rem;
}

.Meteo-arrowNext:hover {
  background-color: #ECB720;
}

.Meteo-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .Meteo-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .Meteo-button {
    margin: 2rem 0 0 0;
  }
}

.ApidaeListing-intro {
  text-align: center;
  max-width: 74.6rem;
  margin-bottom: 1.5rem;
}

.ApidaeListing-count {
  font-weight: 600;
}

.ApidaeListing-countNumber {
  color: #5FA39D;
  font-size: 1.2em;
}

.ApidaeListing-control {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 8.5rem;
  padding-left: 9rem;
}

@media (max-width: 1230px) {
  .ApidaeListing-control {
    padding-left: 5rem;
  }
}

@media (max-width: 992px) {
  .ApidaeListing-control {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .ApidaeListing-control {
    flex-direction: column;
    flex-wrap: wrap;
    height: inherit;
    margin: 2.5rem 0;
  }
}

.ApidaeListing-control > button:first-child {
  margin-bottom: 1.0rem;
}

.ApidaeListing-control--filter {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 768px) {
  .ApidaeListing-control--filter {
    width: inherit;
    padding-left: 0;
  }
}

.ApidaeListing-control--filter .Button-quaternary > svg {
  margin-right: 5px;
}

.ApidaeListing-control--filter .ApidaeListing-ButtonFilter {
  position: relative;
  z-index: 100;
  display: block;
  cursor: pointer;
}

.ApidaeListing-control--filter .ApidaeListing-ButtonFilterClose {
  position: relative;
  z-index: 100;
  display: none;
}

.ApidaeListing-control--result {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 3rem;
}

@media (max-width: 768px) {
  .ApidaeListing-control--result {
    padding: 1rem 3rem;
  }
}

.ApidaeListing-control--result .ApidaeListing-filterBar-result {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #535049;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

.ApidaeListing-control--result .ApidaeListing-filterBar-result-number {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #535049;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

.ApidaeListing-control--modeAffichage {
  color: #000000;
  padding-right: 55px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .ApidaeListing-control--modeAffichage {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0;
    text-align: center;
    justify-content: space-between;
  }
}

.ApidaeListing-control--modeAffichage .Button-quaternary > svg {
  margin-right: 10px;
}

.ApidaeListing-control--modeAffichage .Button-quaternary.ApidaeListing-ButtonBoth {
  margin: 0 0 0 2rem;
}

.ApidaeListing-control--modeAffichage .Button-quaternary.ApidaeListing-ButtonBoth > svg:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.ApidaeListing-global {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  padding-left: 9rem;
}

@media (max-width: 1230px) {
  .ApidaeListing-global {
    padding-left: 5rem;
  }
}

@media (max-width: 992px) {
  .ApidaeListing-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .ApidaeListing-global {
    flex-direction: column-reverse;
  }
}

.ApidaeListing-global::before {
  content: "";
  width: 100%;
  height: calc(100% + 8.5rem);
  background-color: #000000;
  position: absolute;
  top: -8.5rem;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease-out, visibility .4s ease-out;
}

@media (max-width: 768px) {
  .ApidaeListing-global {
    flex-wrap: wrap;
  }
}

.isFilter .ApidaeListing-global::before {
  z-index: 10;
  visibility: visible;
  opacity: .25;
}

.isFilter .ApidaeListing-global .ApidaeListing-ButtonFilter {
  display: none;
}

.isFilter .ApidaeListing-global .ApidaeListingFilters-ButtonFilterClose {
  display: block;
  cursor: pointer;
}

.SearchPage .ApidaeListing-global {
  padding: 0;
}

.ApidaeListing-global.objetsLiees {
  flex-wrap: wrap !important;
  padding: 0;
}

.ApidaeListing-items {
  width: 100%;
  padding-bottom: 14.0rem;
  margin: 0 4rem 0 0;
}

.isListingMap .ApidaeListing-items {
  margin: 0;
}

@media (max-width: 992px) {
  .isListingMap .ApidaeListing-items {
    flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .isListingMap .ApidaeListing-items {
    display: block;
    width: 100%;
    flex-basis: 100%;
  }
}

.isMap .ApidaeListing-items {
  display: none;
}

.ApidaeListing-time {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5FA39D;
  color: #ffffff;
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 2rem 3rem;
}

@media (max-width: 992px) {
  .ApidaeListing-time {
    font-size: 2rem;
  }
}

.ApidaeListing-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ApidaeListing-result {
  display: block;
  margin: 0 0 2rem 0;
}

@media (max-width: 768px) {
  .containerApidaeListing {
    overflow: hidden;
  }
}

.ApidaeListingSimpleGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  gap: 1.5rem 3rem;
  width: 100%;
  /*page de contenu*/
}

@media (max-width: 992px) {
  .ApidaeListingSimpleGrid {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  }
}

.ApidaeListingSimpleGrid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  gap: 1.5rem 3rem;
  width: 100%;
}

@media (max-width: 992px) {
  .ApidaeListingSimpleGrid-container {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  }
}

@media (max-width: 768px) {
  .ApidaeListingSimpleGrid {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}

.ApidaeListingSimpleGrid-item {
  position: relative;
  color: #000000;
  background-color: #EEE8DC;
  margin-bottom: 2rem;
  width: 100%;
}

.ApidaeListingSimpleGrid-item.notSub {
  pointer-events: none;
}

@media (max-width: 768px) {
  .ApidaeListingSimpleGrid-item {
    width: 100%;
  }
}

.ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:hover, .ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:focus {
  z-index: 999;
}

.ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:hover-actions, .ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:focus-actions {
  display: flex;
  animation: fadeIn 0.50s forwards;
}

.ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:hover .ApidaeListingSimpleGrid-title, .ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:focus .ApidaeListingSimpleGrid-title {
  color: #5FA39D;
}

.ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:hover .ApidaeListingSimpleGrid-apartirDe, .ApidaeListingSimpleGrid-item.ApidaeListingSimpleGrid-itemAdherent:focus .ApidaeListingSimpleGrid-apartirDe {
  color: #ECB720;
}

.ApidaeListingSimpleGrid-item:hover {
  z-index: 990;
}

.ApidaeListingSimpleGrid-itemContainer {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 769px) {
  .ApidaeListingSimpleGrid-item:hover .ApidaeListingSimpleGrid-itemContainer::after,
  .ApidaeListingSimpleGrid-item:focus .ApidaeListingSimpleGrid-itemContainer::after {
    display: none;
  }
}

.ApidaeListingSimpleGrid-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .ApidaeListingSimpleGrid-item:hover .ApidaeListingSimpleGrid-wrapper,
  .ApidaeListingSimpleGrid-item:focus .ApidaeListingSimpleGrid-wrapper {
    margin-bottom: auto;
  }
}

.ApidaeListingSimpleGrid-wrapPicture {
  position: relative;
  height: 27.1rem;
}

@media (max-width: 1229px) {
  .ApidaeListingSimpleGrid-wrapPicture {
    height: 24.0rem;
  }
}

.ApidaeListingSimpleGrid-picture {
  width: 100%;
  height: 27.1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1229px) {
  .ApidaeListingSimpleGrid-picture {
    height: 24.0rem;
  }
}

.ApidaeListingSimpleGrid-img {
  width: 100%;
  height: 27.1rem;
  object-fit: cover;
  object-position: center;
}

.notSub .ApidaeListingSimpleGrid-img {
  object-fit: contain;
  width: 11rem;
  height: 10rem;
  filter: grayscale(1);
  opacity: .5;
}

.ApidaeListingSimpleGrid-apartirDe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0.5rem 1.5rem;
  background-color: #5FA39D;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #ffffff;
}

.ApidaeListingSimpleGrid-wrapBtn {
  position: absolute;
  z-index: 1000;
  right: 1rem;
  top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-end;
}

.ApidaeListingSimpleGrid-fav {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: none;
  align-items: center;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.ApidaeListingSimpleGrid-fav:hover::before, .ApidaeListingSimpleGrid-fav:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.ApidaeListingSimpleGrid-fav::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #EEE8DC;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.ApidaeListingSimpleGrid-fav::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EEE8DC transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.ApidaeListingSimpleGrid-fav:hover > svg {
  fill: #5FA39D;
}

.ApidaeListingSimpleGrid-fav.active {
  background-color: #5FA39D;
}

.ApidaeListingSimpleGrid-fav.active:hover > svg {
  fill: #ffffff;
}

.ApidaeListingSimpleGrid-reserve {
  width: 100%;
  height: 4.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #ECB720;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .25s ease-out;
}

.ApidaeListingSimpleGrid-reserve > svg {
  fill: #ffffff;
  margin: 0 1.5rem 0 0;
  transition: fill .25s ease-out;
}

.ApidaeListingSimpleGrid-reserve:hover {
  color: #535049;
}

.ApidaeListingSimpleGrid-reserve:hover > svg {
  fill: #535049;
}

.ApidaeListingSimpleGrid-prix {
  margin-top: auto;
}

.ApidaeListingSimpleGrid-wrapLien:hover {
  cursor: pointer;
}

.ApidaeListingSimpleGrid-wrapTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.ApidaeListingSimpleGrid-commune, .ApidaeListingSimpleGrid-distance, .ApidaeListingSimpleGrid-denivelle {
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #535049;
  margin: .5rem 2rem 0 2rem;
}

.ApidaeListingSimpleGrid-commune:first-of-type, .ApidaeListingSimpleGrid-distance:first-of-type, .ApidaeListingSimpleGrid-denivelle:first-of-type {
  margin: 2rem 2rem 0 2rem;
}

.ApidaeListingSimpleGrid-title {
  font-family: "lato";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000000;
  transition: color 0.25s ease-out;
  margin: 1rem 0 4rem 2rem;
  text-align: left;
}

.notSub .ApidaeListingSimpleGrid-title {
  margin: 1rem 2rem;
}

.ApidaeListingSimpleGrid-stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-left: 0.6rem;
}

.ApidaeListingSimpleGrid-stars > svg {
  fill: #000000;
  height: 1.5rem;
}

.ApidaeListingSimpleGrid-arrow {
  position: relative;
  margin-top: 1.5rem;
  margin-left: 2rem;
  transform: translateY(-50%) rotateZ(180deg);
  fill: #5FA39D;
}

.ApidaeListingSimpleGrid-titleLink {
  color: #000000;
}

.ApidaeListingSimpleGrid-titleLink:hover {
  color: #000000;
  text-decoration: underline;
}

.ApidaeListingSimpleGrid-actions {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .ApidaeListingSimpleGrid-actions {
    display: flex;
  }
}

@media (min-width: 769px) {
  .ApidaeListingSimpleGrid-item:hover .ApidaeListingSimpleGrid-actions,
  .ApidaeListingSimpleGrid-item:focus .ApidaeListingSimpleGrid-actions {
    display: flex;
    margin-bottom: 0;
    animation: fadeIn 0.50s forwards;
  }
}

.ApidaeListingSimpleGrid-actions a {
  width: 100%;
  text-align: center;
}

.ApidaeListingSimpleGrid--pageContenu {
  margin: 2.5rem 0;
}

.ApidaeListingSimpleGrid--pageContenu .container, .ApidaeListingSimpleGrid--pageContenu .PresseKit-container {
  padding: 0 6.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .ApidaeListingSimpleGrid--pageContenu .container, .ApidaeListingSimpleGrid--pageContenu .PresseKit-container {
    padding: 0 2.5rem;
  }
}

.ApidaeListingSimpleGrid-lettre {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #ffffff;
  font-weight: 600;
  right: 0;
  top: 0;
  background-color: #5FA39D;
  z-index: 100;
}

.ApidaeListingSimpleGrid-infosNonAdherentWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 27.1rem;
}

@media (max-width: 1229px) {
  .ApidaeListingSimpleGrid-infosNonAdherentWrap {
    height: 24.0rem;
  }
}

.ApidaeListingSimpleGrid-infosNonAdherent {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}

.ApidaeListingSimpleGrid-wrapper .ApidaeListingSimpleGrid-infosNonAdherent {
  top: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.ApidaeListingSimpleGrid-wrapper:hover .ApidaeListingSimpleGrid-infosNonAdherent {
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.ApidaeListingSimpleGrid-infosNonAdherent--desc {
  padding-bottom: 0.8rem;
}

.ApidaeListingSimpleGrid-infosNonAdherent--adresse {
  border-top: 1px solid #ffffff;
  padding-top: 0.8rem;
}

.ApidaeListingSimpleGrid-infosNonAdherent--texte {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #ffffff;
  margin: 0;
}

.ApidaeListingSimpleGrid-infos {
  margin: 0 2rem 2rem 2rem;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
}

.ApidaeListingSimpleGrid-label {
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0 1rem 0 0;
}

.ApidaeListingSimpleGrid-labelImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ApidaeListingSimpleGrid-handicap {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ApidaeListingSimpleGrid-handicapPicture {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 1rem 0 0;
  overflow: hidden;
  border-radius: 50%;
}

.ApidaeListingSimpleGrid-handicapImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ApidaeListingSimpleGrid-handicapList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ApidaeListingSimpleGrid-handicapList li {
  padding: 0;
}

.ApidaeListingSimpleGrid-handicapListing {
  margin: 0 1rem 0 0;
}

.ApidaeListingSimpleGrid-adresse {
  margin: 0 2rem;
  color: #535049;
  font-size: 1.6rem;
}

.ApidaeListingSimpleGrid-adresse:last-of-type {
  margin: 0 2rem 1rem 2rem;
}

.ApidaeListingSimpleGrid-phone {
  margin: 0 2rem;
  color: #535049;
  font-size: 1.6rem;
}

.ApidaeListingSimpleGrid-difficulty {
  position: absolute;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: var(--color_svg);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.ApidaeListingSimpleGrid-difficulty--wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.ApidaeListingSimpleGrid-difficulty--wrap:hover::before, .ApidaeListingSimpleGrid-difficulty--wrap:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.ApidaeListingSimpleGrid-difficulty--wrap::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #EEE8DC;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.ApidaeListingSimpleGrid-difficulty--wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EEE8DC transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.ApidaeListingSimpleGrid-difficulty--flag {
  fill: var(--color_svg);
}

.ApidaeListingFilters,
.ApidaeListingFiltersMapOnly {
  position: absolute;
  top: -8.5rem;
  left: -9rem;
  width: 48rem;
  height: 100%;
  padding: 0 5rem;
  display: block;
  z-index: 999;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: transform .4s ease-out;
  transform: translateX(-100%);
}

@media (max-width: 992px) {
  .ApidaeListingFilters,
  .ApidaeListingFiltersMapOnly {
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .ApidaeListingFilters,
  .ApidaeListingFiltersMapOnly {
    top: -15.9rem;
  }
}

.isFilter .ApidaeListingFilters, .isFilter
.ApidaeListingFiltersMapOnly {
  transform: translateX(0);
  left: 0;
}

.ApidaeListingFilters-content,
.ApidaeListingFiltersMapOnly-content {
  width: 100%;
  padding: 1.0rem 0;
  /*     @include media('<=medium') {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 100;
      width: 100vw;
      padding: 0 1.5rem;
      z-index: 999;
    } */
}

.ApidaeListingFilters-close,
.ApidaeListingFiltersMapOnly-close {
  display: block;
  cursor: pointer;
}

.ApidaeListingFilters-header,
.ApidaeListingFiltersMapOnly-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 4rem;
}

.ApidaeListingFilters-header .ApidaeListing-ButtonFilterClose,
.ApidaeListingFiltersMapOnly-header .ApidaeListing-ButtonFilterClose {
  position: absolute;
  top: 3.4rem;
  right: 2.7rem;
  width: 4.1rem;
  height: 4.1rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.ApidaeListingFilters-header .ApidaeListing-ButtonFilterClose > svg,
.ApidaeListingFiltersMapOnly-header .ApidaeListing-ButtonFilterClose > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ApidaeListingFilters-part,
.ApidaeListingFiltersMapOnly-part {
  padding: 1rem 0;
}

.ApidaeListingFilters-partTitle,
.ApidaeListingFiltersMapOnly-partTitle {
  padding: 1.3rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #535049;
  letter-spacing: 2px;
  font-weight: 900;
  background: transparent;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: color 0.25s ease-out;
  border-bottom: 1px solid #ECB720;
}

.ApidaeListingFilters-partTitle .arrow-filtre,
.ApidaeListingFiltersMapOnly-partTitle .arrow-filtre {
  margin-right: 1rem;
  fill: #ECB720;
  stroke: #ECB720;
  transform: rotate(90deg);
  transition: all 0.2s;
}

.ApidaeListingFilters-partTitle:hover .arrow-filtre, .ApidaeListingFilters-partTitle:focus .arrow-filtre,
.ApidaeListingFiltersMapOnly-partTitle:hover .arrow-filtre,
.ApidaeListingFiltersMapOnly-partTitle:focus .arrow-filtre {
  transition: all 0.2s;
}

.active .ApidaeListingFilters-partTitle .arrow-filtre, .active
.ApidaeListingFiltersMapOnly-partTitle .arrow-filtre {
  transform: rotate(0);
  transition: all 0.2s;
}

.ApidaeListingFilters-result,
.ApidaeListingFiltersMapOnly-result {
  display: block;
  color: #535049;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 900;
  margin: 0 0 1.5rem 0;
}

.ApidaeListingFilters-choice,
.ApidaeListingFiltersMapOnly-choice {
  display: inline-block;
  background: #5FA39D;
  border: none;
  border-radius: 1.5rem;
  color: #EEE8DC;
  padding: 0.5rem 0.8rem;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-weight: 400;
  transition: background 0.25s, color 0.25s ease-out;
}

.ApidaeListingFilters-choice::before,
.ApidaeListingFiltersMapOnly-choice::before {
  content: 'x';
  margin-right: 0.5rem;
  font-weight: 600;
}

.ApidaeListingFilters-choice:hover, .ApidaeListingFilters-choice:focus,
.ApidaeListingFiltersMapOnly-choice:hover,
.ApidaeListingFiltersMapOnly-choice:focus {
  background: #5FA39D;
  color: #ffffff;
}

.ApidaeListingFilters-choiceReinit,
.ApidaeListingFiltersMapOnly-choiceReinit {
  background: none;
  color: #5FA39D;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  letter-spacing: 0.1rem;
  transition: color 0.25s ease-out;
  text-transform: uppercase;
  font-size: 1rem;
}

.ApidaeListingFilters-choiceReinit:hover, .ApidaeListingFilters-choiceReinit:focus,
.ApidaeListingFiltersMapOnly-choiceReinit:hover,
.ApidaeListingFiltersMapOnly-choiceReinit:focus {
  color: #5FA39D;
}

.ApidaeListingFilters-listCriteres,
.ApidaeListingFiltersMapOnly-listCriteres {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ApidaeListingFilters-listLine,
.ApidaeListingFiltersMapOnly-listLine {
  display: none;
  list-style-type: none;
  margin-top: 1.2rem;
}

.active .ApidaeListingFilters-listLine, .active
.ApidaeListingFiltersMapOnly-listLine {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.ApidaeListingFilters-listLineItem,
.ApidaeListingFiltersMapOnly-listLineItem {
  display: inline-block;
  margin-right: 1.0rem;
  color: #ffffff;
}

.ApidaeListingFilters-dateWraper label,
.ApidaeListingFiltersMapOnly-dateWraper label {
  text-transform: initial;
  font-weight: 400;
}

.ApidaeListingFilters-critere,
.ApidaeListingFiltersMapOnly-critere {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #535049;
  font-size: 1.4rem;
  padding: 0.3rem 0;
  cursor: pointer;
}

.ApidaeListingFilters-critere::before,
.ApidaeListingFiltersMapOnly-critere::before {
  content: '';
  width: 1.0rem;
  height: 1.0rem;
  border: 0.1rem solid #5FA39D;
  background: #ffffff;
  display: block;
  margin-right: 1.5rem;
}

.ApidaeListingFilters-critere:hover, .ApidaeListingFilters-critere:focus,
.ApidaeListingFiltersMapOnly-critere:hover,
.ApidaeListingFiltersMapOnly-critere:focus {
  color: #5FA39D;
}

.ApidaeListingFilters-critere:hover::before, .ApidaeListingFilters-critere:focus::before,
.ApidaeListingFiltersMapOnly-critere:hover::before,
.ApidaeListingFiltersMapOnly-critere:focus::before {
  background: #5FA39D;
}

.ApidaeListingFilters-critere span,
.ApidaeListingFiltersMapOnly-critere span {
  margin-left: 0.5rem;
}

.ApidaeListingFilters-datePicker,
.ApidaeListingFiltersMapOnly-datePicker {
  margin: 0 0 1.5rem 0;
}

@media (max-width: 992px) {
  .ApidaeListingFilters {
    width: 100%;
  }
}

/*pour la carte APIDAE seul */
.ApidaeListingFiltersMapOnly {
  top: 0;
}

.isFilter .ApidaeListingFiltersMapOnly {
  position: relative;
  width: 52.0rem;
  padding: 3rem;
  height: auto;
  z-index: 3;
}

@media (max-width: 1230px) {
  .isFilter .ApidaeListingFiltersMapOnly {
    width: 30.0rem;
  }
}

@media (max-width: 768px) {
  .isFilter .ApidaeListingFiltersMapOnly {
    width: 100vw;
    padding: 3.0rem 1.0rem;
    min-width: auto;
  }
}

.ApidaeListingFiltersMapOnly-itemCritere {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.ApidaeListingFiltersMapOnly-content {
  min-height: auto;
}

@media (max-width: 992px) {
  .ApidaeListingFiltersMapOnly-content {
    width: 100%;
    margin-top: 2.0rem;
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .ApidaeListingFiltersMapOnly-content {
    position: relative;
  }
}

.ApidaeListingFiltersMapOnly-title {
  font-size: 1.6rem;
  color: #535049;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

.ApidaeListingFiltersMapOnly-label {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 1.6rem;
  color: #535049;
}

.ApidaeListingFiltersMapOnly-label:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #5FA39D;
  background: #ffffff;
  display: block;
  margin-right: 0.5rem;
}

.ApidaeListingFiltersMapOnly-label:hover::before, .ApidaeListingFiltersMapOnly-label:focus::before {
  background-color: #5FA39D;
}

.ApidaeListingFiltersMapOnly-checkbox {
  display: none;
}

.ApidaeListingFiltersMapOnly-checkbox:checked + label::before {
  background-color: #5FA39D;
}

.ApidaeListingFiltersMapOnly-svg {
  width: 2.5rem;
  margin-right: 0.5rem;
}

.ApidaeListingFiltersMapOnly-category {
  font-size: 1.6rem;
  color: #535049;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  border-bottom: 1px solid #ECB720;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
}

.ApidaeListingFiltersMapOnly-submit {
  margin: 1.5rem 0 0 0;
}

/*gestion slider range*/
.slider-range-values {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.slider-range-bulle {
  font-weight: 600;
}

.__sitra_filtre_min_max {
  display: inline-flex;
  margin-top: 1.0rem;
}

/*custom range*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0.3rem solid #ECB720 !important;
  border-radius: 50%;
  background: #ffffff !important;
}

.ui-widget-header {
  background: #5FA39D !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-dialog-titlebar-close {
  float: right;
  margin: 4px;
}

.ui-dialog-title {
  margin: 10px;
  display: inline-block;
  color: white;
}

.ApidaeListingMap {
  display: none;
  position: relative !important;
  top: auto !important;
  height: auto;
  clip: auto;
  margin: 0 0 0 5.5rem;
  flex-basis: 40%;
  width: 40%;
}

@media (max-width: 992px) {
  .ApidaeListingMap {
    flex-basis: 50%;
    width: 50%;
    margin: 0 0 0 2rem;
  }
}

@media (max-width: 768px) {
  .ApidaeListingMap {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
  }
}

.isListingMap .ApidaeListingMap {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .isListingMap .ApidaeListingMap {
    margin-left: 0;
  }
}

.isMap .ApidaeListingMap {
  display: block;
  width: 100%;
  flex-basis: 100%;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .isMap .ApidaeListingMap {
    margin-right: 0;
  }
}

.ApidaeListingMap-googleMapContainer {
  position: sticky;
  top: 0;
  bottom: 0 !important;
  right: 0;
  left: 0;
  height: 100vh !important;
}

@media (max-width: 768px) {
  .ApidaeListingMap-googleMapContainer {
    position: relative;
    height: 60vh !important;
    margin: 0 0 2rem 0;
  }
}

.ApidaeListingMap-googleMap {
  width: 100%;
  height: 100%;
}

#apidaeListingMapOptions {
  height: 100vh !important;
}

.ApidaeInfobulle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  /*page de contenu*/
}

.ApidaeInfobulle-item {
  position: relative;
  color: #000000;
  width: 100%;
  background-color: #EEE8DC;
}

.ApidaeInfobulle-item:hover-actions, .ApidaeInfobulle-item:focus-actions {
  display: flex;
  animation: fadeIn 0.50s forwards;
}

.ApidaeInfobulle-item:hover .ApidaeInfobulle-apartirDe, .ApidaeInfobulle-item:focus .ApidaeInfobulle-apartirDe {
  color: #ECB720;
}

.ApidaeInfobulle-itemContainer {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}

.ApidaeInfobulle-wrapPicture {
  position: relative;
}

.ApidaeInfobulle-picture {
  display: block;
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.ApidaeInfobulle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ApidaeInfobulle-apartirDe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0.5rem 1.5rem;
  background-color: #5FA39D;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #ffffff;
}

.ApidaeInfobulle-wrapBtn {
  position: absolute;
  z-index: 1000;
  right: 3rem;
  top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-end;
  cursor: pointer;
}

.ApidaeInfobulle-fav {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: none;
  align-items: center;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.ApidaeInfobulle-fav:hover::before, .ApidaeInfobulle-fav:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.ApidaeInfobulle-fav::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #EEE8DC;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.ApidaeInfobulle-fav::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EEE8DC transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.ApidaeInfobulle-fav:hover > svg {
  fill: #5FA39D;
  stroke: #5FA39D;
}

.ApidaeInfobulle-fav.active {
  background-color: #5FA39D;
}

.ApidaeInfobulle-fav.active > svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.ApidaeInfobulle-reserve {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: none;
  align-items: center;
  border-radius: 50%;
  margin: 0 0 0 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.ApidaeInfobulle-reserve:hover::before, .ApidaeInfobulle-reserve:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.ApidaeInfobulle-reserve::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #EEE8DC;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.ApidaeInfobulle-reserve::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EEE8DC transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.ApidaeInfobulle-reserve > svg {
  width: 2rem;
  height: 2rem;
}

.ApidaeInfobulle-reserve:hover > svg {
  fill: #5FA39D;
}

.ApidaeInfobulle-prix {
  margin-top: auto;
}

.ApidaeInfobulle-wrapLien:hover {
  cursor: pointer;
}

.ApidaeInfobulle-wrapTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.ApidaeInfobulle-commune {
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 2rem 2rem 0 2rem;
  color: #535049;
}

.ApidaeInfobulle-title {
  font-family: "lato";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000000;
  transition: color 0.25s ease-out;
  margin: 0 2rem 2rem 2rem;
  text-align: left;
}

.ApidaeInfobulle-stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-left: 0.6rem;
}

.ApidaeInfobulle-stars > svg {
  fill: #000000;
  height: 0.6rem;
}

.ApidaeInfobulle-arrow {
  position: relative;
  margin-top: 1.5rem;
  margin-left: 2rem;
  transform: translateY(-50%) rotateZ(180deg);
  fill: #5FA39D;
}

.ApidaeInfobulle-titleLink {
  color: #000000;
}

.ApidaeInfobulle-titleLink:hover {
  color: #000000;
  text-decoration: underline;
}

.ApidaeInfobulle-actions {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ApidaeInfobulle-actions a {
  width: 100%;
  text-align: center;
}

.ApidaeInfobulle--pageContenu {
  margin: 2.5rem 0;
}

.ApidaeInfobulle--pageContenu .container, .ApidaeInfobulle--pageContenu .PresseKit-container {
  padding: 0 6.5rem;
  position: relative;
}

.ApidaeInfobulle-lettre {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #ffffff;
  font-weight: 600;
  right: 0;
  top: 0;
  background-color: #5FA39D;
  z-index: 100;
}

.ng-map-info-window {
  background-color: #ffffff;
  color: #EEE8DC;
}

.ng-map-info-window div > div:nth-child(2) {
  background: #ffffff !important;
}

.ng-map-info-window div:first-child > div:nth-child(1) {
  border-top-color: #ffffff !important;
}

.ng-map-info-window div:first-child > div:nth-child(3) div {
  background-color: transparent !important;
}

.ng-map-info-window div:first-child > div:nth-child(4) {
  background-color: transparent !important;
}

.ApidaeDetail-contenu {
  width: 100%;
  margin-bottom: 3.0rem;
}

@media (max-width: 768px) {
  .ApidaeDetail-contenu {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ApidaeDetail .container, .ApidaeDetail .PresseKit-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.ApidaeDiapo {
  width: 60vw;
}

@media (max-width: 768px) {
  .ApidaeDiapo {
    width: 100%;
  }
}

.ApidaeDiapo-sliderItem {
  background-size: cover;
  background-position: 50% 50%;
}

.ApidaeDiapo-picture {
  display: block;
  width: 100%;
  height: 60.0rem;
}

.ApidaeDiapo-img {
  display: none !important;
}

.ApidaeDiapo .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  border: none;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  background-color: #072552;
  font-size: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.25s ease-out;
}

.ApidaeDiapo .slick-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5rem;
  height: 5rem;
  background: transparent url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Isolation_Mode%22%20version%3D%221%22%20viewBox%3D%220%200%2020%2011%22%3E%0A%20%20%3Cstyle%3E%0A%20%20%20%20.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.8%2010.3L1%205.5%205.8.7M1%205.5h18%22%20class%3D%22st0%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 50% 50%;
  background-size: 2.6rem 2.6rem;
}

.ApidaeDiapo .slick-arrow:hover::before, .ApidaeDiapo .slick-arrow:focus::before {
  background-color: #EEE8DC;
}

.ApidaeDiapo .slick-prev {
  left: 0;
}

.ApidaeDiapo .slick-next {
  right: 0;
}

.ApidaeDiapo .slick-next::before {
  transform: rotate(180deg);
}

.ApidaeDiapo .slick-slide {
  height: auto;
}

.ApidaeDiapo--agenda .ApidaeDiapo-sliderItem {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ApidaeHiking-googleMap {
  height: 50.0rem;
  margin-top: 3.0rem;
}

@media (max-width: 768px) {
  .ApidaeHiking-googleMap {
    height: 30.0rem;
  }
}

.ApidaeHiking-elevation {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.ApidaeHiking-choices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 768px) {
  .ApidaeHiking-choices {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .ApidaeHiking-choiceItem {
    margin-right: 1.0rem;
  }
  .ApidaeHiking-choiceItem:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .ApidaeHiking-choiceItem {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ApidaeHiking-choice {
    width: 100%;
  }
}

.ApidaeHiking-infos {
  display: block;
}

.ApidaeHiking-onglet {
  display: none;
}

.ApidaeHiking-onglet.active {
  display: block;
}

.ApidaeHiking-select {
  width: 24.2rem;
  padding: 0.3rem;
  appearance: none;
  border: 0.1rem solid #5FA39D;
  padding: 1rem;
  color: #5FA39D;
  font-weight: 200;
  font-size: 1.5rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%20%20%3Cpath%20fill%3D%22%23e18945%22%20d%3D%22M48.4%2023.5L31.5%2040.4c-.4.4-.9.6-1.4.6-.5%200-1-.2-1.4-.6L12.6%2024.3c-.8-.8-.8-2%200-2.8.8-.8%202-.8%202.8%200l14.7%2014.7%2015.5-15.5c.8-.8%202-.8%202.8%200%20.8.7.8%202%200%202.8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 2.0rem 2.0rem;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .ApidaeHiking-select {
    width: 100%;
  }
}

.Gmap {
  width: calc(80vw - 5.0rem);
  height: calc(80vh - 5.0rem);
}

.ApidaeInfos-titre {
  color: #5FA39D;
  margin-top: 0;
  margin-bottom: 1.0rem;
}

.ApidaeInfos-adressesTel {
  line-height: 1.8em;
  margin-right: 5.0rem;
}

.ApidaeInfos-num {
  font-weight: 600;
}

.ApidaeInfos-stars {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.0rem;
}

.ApidaeInfos-stars > svg {
  fill: #ffffff;
  height: 2.5rem;
}

.ApidaeInfos-mailSite {
  margin-bottom: 0.8rem;
  width: 26.1rem;
}

@media (max-width: 1230px) {
  .ApidaeInfos-mailSite {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .ApidaeInfos-mailSite {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

.ApidaeInfos-mailSite a:first-child {
  margin-right: 1.0rem;
}

@media (max-width: 1230px) {
  .ApidaeInfos-mailSite a {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 1.0rem;
    margin-top: 1.0rem;
  }
}

.ApidaeInfos-shareGmap {
  margin-bottom: auto;
  display: flex;
  flex-direction: row;
}

.ApidaeInfos .Button-carteLink {
  margin-right: 2.0rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.ApidaeInfos .Button-carteLink:hover::before, .ApidaeInfos .Button-carteLink:hover::after {
  opacity: 1;
  transform: translate(-50%, -1rem);
}

.ApidaeInfos .Button-carteLink::before {
  content: attr(title);
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #535049;
  color: #000000;
  padding: 0.7rem 1.5rem 0.9rem;
  white-space: nowrap;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 200ms, transform 200ms ease-out;
  text-decoration: none !important;
}

.ApidaeInfos .Button-carteLink::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  width: 0;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #535049 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
}

.SectionInfos-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .SectionInfos-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .SectionInfos-container {
    padding: 0 2.5rem;
  }
}

.SectionInfos-colLeft {
  width: calc(100% - 32rem);
  padding-right: 5rem;
}

@media (max-width: 768px) {
  .SectionInfos-colLeft {
    width: 100%;
    padding: 4rem 2.5rem;
  }
}

.SectionInfos-colRight {
  position: sticky;
  top: 1rem;
  width: 32rem;
}

.SectionInfos-colRight.Aspect-active {
  top: -6.65rem;
}

@media (max-width: 992px) {
  .SectionInfos-colRight {
    width: 100%;
    position: relative;
  }
  .SectionInfos-colRight.Aspect-active {
    top: 0;
  }
}

.SectionInfos-infosWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 2.5rem;
}

.SectionInfos-infosWrapper .Button-quaternary {
  min-width: 21rem;
  padding: 1rem 3rem;
}

.SectionInfos-wraperMailAdresse {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.SectionInfos-content {
  margin: 0 0 1rem 0;
  color: #535049;
}

.SectionInfos-resa {
  position: relative;
  width: 100%;
  padding: 0;
}

.SectionInfos-resa .Button-quaternary {
  margin-top: 0.1rem;
  width: 100%;
}

.SectionInfos-apartirDe {
  width: 100%;
  padding: 1.2rem 0;
  text-align: center;
  background-color: #000000;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #ffffff;
  font-style: italic;
}

.SectionInfos-apartirDe span {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  font-style: normal;
}

.SectionInfos-apartirDe span sup {
  margin-left: 0.2rem;
}

.SectionInfos-infos {
  position: relative;
  width: 100%;
  padding: 0;
}

.SectionInfos-infosTitle {
  text-transform: uppercase;
  color: #535049;
  font-size: 1rem;
  margin: .5rem 0;
}

.SectionInfos-adresseWrapper {
  margin-bottom: 1rem;
}

.SectionInfos-lieu {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #000000;
  margin: 0;
}

.SectionInfos-adresse {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #535049;
  margin: 0;
}

.SectionInfos-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.SectionInfos-contactItem {
  margin: 0 0 1rem 0;
  color: #000000;
}

.SectionInfos-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #535049;
}

.SectionInfos-intitule {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 0.5rem;
  background-color: #5FA39D;
  border-radius: 50%;
}

.SectionInfos-intitule > svg {
  fill: #ffffff;
}

.SectionInfos-informations {
  display: flex;
  flex-direction: column;
}

.SectionInfos-informationsItem {
  margin: 0 0 .5rem 0;
}

.SectionInfos-informationsItem--value {
  font-weight: 700;
}

.SectionInfos-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #535049;
  padding: 0 0 1rem 0;
  text-transform: initial;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.SectionInfos-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #ECB720;
}

.SectionInfos-titleIcon {
  fill: #ECB720;
}

.closed .SectionInfos-titleIcon {
  transform: rotate(90deg);
}

.SectionInfos-DesriptifCourt, .SectionInfos-DesriptifDetail, .SectionInfos-content {
  color: #535049;
}

.SectionInfos-DesriptifCourt p, .SectionInfos-DesriptifDetail p, .SectionInfos-content p {
  color: #535049;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.SectionInfos-DesriptifCourt ul, .SectionInfos-DesriptifDetail ul, .SectionInfos-content ul {
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.SectionInfos-DesriptifCourt ul li, .SectionInfos-DesriptifDetail ul li, .SectionInfos-content ul li {
  position: relative;
  color: #535049;
}

.SectionInfos-DesriptifCourt ul li::before, .SectionInfos-DesriptifDetail ul li::before, .SectionInfos-content ul li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: .8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ECB720;
}

.SectionInfos-DesriptifCourt ul li ul li, .SectionInfos-DesriptifDetail ul li ul li, .SectionInfos-content ul li ul li {
  color: #535049;
}

.SectionInfos-DesriptifCourt ul li ul li::before, .SectionInfos-DesriptifDetail ul li ul li::before, .SectionInfos-content ul li ul li::before {
  border-radius: 0;
}

.SectionInfos-DesriptifCourt ol, .SectionInfos-DesriptifDetail ol, .SectionInfos-content ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.SectionInfos-DesriptifCourt ol li, .SectionInfos-DesriptifDetail ol li, .SectionInfos-content ol li {
  counter-increment: li;
  color: #535049;
}

.SectionInfos-DesriptifCourt ol li::before, .SectionInfos-DesriptifDetail ol li::before, .SectionInfos-content ol li::before {
  content: "." counter(li);
  color: #ECB720;
  display: inline-block;
  width: 1rem;
  margin: 0 1rem 0 -1.5rem;
  text-align: right;
  direction: rtl;
  font-weight: 600;
}

.SectionInfos-DesriptifCourt a, .SectionInfos-DesriptifDetail a, .SectionInfos-content a {
  text-decoration: underline;
  color: #535049;
}

.SectionInfos-labels--content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.SectionInfos-labels--label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.SectionInfos-labels--label img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  object-position: center;
}

.SectionInfos-labels--label > p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #000000;
  text-transform: uppercase;
  margin-left: 1rem;
}

.SectionInfos-confort {
  column-count: 2;
  overflow: hidden;
  padding-left: 0;
}

@media (max-width: 768px) {
  .SectionInfos-confort {
    column-count: 1;
  }
}

.SectionInfos-confort--pictoWrapper {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
}

.SectionInfos-confort--picto {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.SectionInfos-equipements {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem;
  column-count: 2;
}

@media (max-width: 768px) {
  .SectionInfos-equipements {
    column-count: 1;
  }
}

.SectionInfos-equipements--title {
  cursor: pointer;
  position: relative;
  padding-right: 1rem 2rem;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition: color 0.25s ease-out;
}

.SectionInfos-equipements--wrapper {
  column-count: 3;
  overflow: hidden;
}

@media (max-width: 768px) {
  .SectionInfos-equipements--wrapper {
    column-count: 2;
  }
}

.SectionInfos-equipements--wrapperContainer {
  display: none;
  overflow: hidden;
  padding: 2.5rem;
  column-gap: 1rem;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0s;
}

.SectionInfos-langues {
  list-style-type: none;
  column-count: 3;
  padding: 0 2.5rem;
}

@media (max-width: 768px) {
  .SectionInfos-langues {
    column-count: 2;
  }
}

.SectionInfos ul {
  list-style-type: none;
  margin: 0;
}

.SectionInfos li {
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}

.SectionInfos-value {
  font-weight: 600;
}

.SectionInfos-titleSalle {
  font-weight: 400;
}

.SectionInfos-telechargement {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}

.SectionInfos-telechargement--pdf {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  line-height: 1.7rem;
  margin-bottom: 2.0rem;
  transition: all 0.2s;
}

.SectionInfos-telechargement--pdf > svg {
  fill: #5FA39D;
  margin-right: 1rem;
  transition: all 0.2s;
}

.SectionInfos-telechargement--pdf:hover, .SectionInfos-telechargement--pdf:focus {
  color: #5FA39D;
  transition: all 0.2s;
}

.SectionInfos-telechargement--item::before {
  display: none;
}

.SectionInfos-localisation {
  display: flex;
  flex-direction: column;
}

.SectionInfos-localisation--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.SectionInfos-localisation--bloc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.SectionInfos-localisation--content {
  flex: 1 1 auto;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #000000;
  padding-left: 0;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .SectionInfos-localisation--content {
    padding-right: 0;
  }
}

.SectionInfos-localisation--lien {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #5FA39D;
}

.SectionInfos-localisation--lien > svg {
  fill: #5FA39D;
  transform: rotate(180deg);
  margin-left: 0.5rem;
  transition: all 0.2s;
}

.SectionInfos-localisation--map {
  width: 65%;
}

@media (max-width: 992px) {
  .SectionInfos-localisation--map {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .SectionInfos-localisation--map {
    width: 100%;
  }
  .SectionInfos-localisation--map .map-fiche {
    height: 350px !important;
  }
}

.SectionInfos-localisation--mapFrame {
  width: 100%;
  height: 44rem;
}

.SectionInfos-localisation--elevation {
  padding: 0;
  margin: 2rem 0;
}

.SectionInfos-tarif .SectionInfos-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.SectionInfos-tarif--wrapper {
  width: 100%;
}

.SectionInfos-tarif--periode {
  margin: 0 0 2rem 0;
}

.SectionInfos-tarif--detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}

.SectionInfos-tarif--libelle {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #535049;
  margin: 0 1.5rem 0 0;
  width: 15rem;
}

.SectionInfos-tarif--tarifClair {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #535049;
}

.SectionInfos-tarif--precision {
  font-size: 1rem;
  margin-left: 1rem;
}

.SectionInfos-tarif--prixWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  color: #535049;
}

.SectionInfos-ouverture {
  position: relative;
}

.SectionInfos-ouverture--bloc {
  padding: 0;
}

.SectionInfos-ouverture--content {
  color: #535049;
}

.SectionInfos-objetLiees .ApidaeListingSimpleGrid-item {
  margin: 1rem;
  width: calc(33% - 2rem);
}

.Paiement {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

.Paiement-item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 !important;
  margin-bottom: 0.4rem !important;
}

.Paiement-item::before {
  display: none;
}

.Paiement-item--img {
  margin-right: 0.6rem;
  width: 4rem;
  height: 4rem;
}

.Paiement-item--libelle {
  font-size: 1.4rem;
  color: #535049;
}

.Aspect {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 3rem;
}

@media (max-width: 768px) {
  .Aspect {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.Aspect-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 4.65rem;
}

@media (max-width: 768px) {
  .Aspect-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
}

.Aspect-icon {
  fill: #000000;
  margin-right: 1rem;
  transition: all 0.2s;
}

.Aspect-icon--margin {
  margin: 0 1rem 0.5rem 0;
}

.Aspect-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0.2rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.Aspect-item:hover {
  color: #5FA39D;
  transition: all 0.2s;
}

.Aspect-item:hover > svg {
  fill: #5FA39D;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .ApidaeAncres {
    display: none;
  }
}

.ApidaeAncres-wraper {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  padding: 0;
  background: #ffffff;
}

.isfixedAncres .ApidaeAncres-wraper {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.ApidaeAncres-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}

.ApidaeAncres-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 1rem 2rem;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.2s;
}

.ApidaeAncres-link::before {
  content: "";
  position: absolute;
  top: calc(100% - .2rem);
  left: 0;
  width: 100%;
  height: .5rem;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.2s;
}

.ApidaeAncres-link:hover, .ApidaeAncres-link:focus {
  color: #000000;
  font-weight: 700;
  transition: all 0.2s;
}

.ApidaeAncres-link:hover::before, .ApidaeAncres-link:focus::before {
  opacity: 1;
  transition: opacity 0.2s;
}

@media (max-width: 1230px) {
  .ApidaeAncres-link {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}

.WidgetAgenda {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 15.0rem;
}

.WidgetAgenda-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 38.3rem;
}

@media (max-width: 992px) {
  .WidgetAgenda-container {
    height: 55.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetAgenda-container {
    flex-direction: column;
    height: auto;
  }
}

.WidgetAgenda-title {
  margin-bottom: 2.6rem;
}

.WidgetAgenda-subTitle {
  color: #5FA39D;
  text-transform: uppercase;
  margin-bottom: 3.6rem;
}

@media (max-width: 768px) {
  .WidgetAgenda-subTitle {
    display: none;
  }
}

.WidgetAgenda-infos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
}

@media (max-width: 992px) {
  .WidgetAgenda-infos {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .WidgetAgenda-infos {
    width: 100%;
  }
}

.WidgetAgenda-event {
  flex: 1;
}

.WidgetAgenda-listEvents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 38.3rem;
}

@media (max-width: 992px) {
  .WidgetAgenda-listEvents {
    height: 55.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetAgenda-listEvents {
    width: 100%;
    height: auto;
  }
}

.WidgetAgenda-itemEvent {
  width: calc(33% - 2.0rem);
  height: 33%;
}

@media (max-width: 992px) {
  .WidgetAgenda-itemEvent {
    width: calc(50% - 2.0rem);
    height: 10.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetAgenda-itemEvent {
    width: 100%;
    height: auto;
  }
}

.WidgetAgenda-itemEvent:nth-child(n + 10) {
  display: none;
}

.WidgetAgenda-date {
  color: #ECB720;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: color 0.25s ease-out;
}

.WidgetAgenda-titleEvent {
  color: #EEE8DC;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-top: 0.8rem;
  margin-bottom: 0;
  transition: color 0.25s ease-out;
}

.WidgetAgenda-descEvent {
  color: #5FA39D;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: color 0.25s ease-out;
}

.WidgetAgenda-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.1rem solid #5FA39D;
  padding: 2.5rem 0;
  height: 100%;
}

@media (max-width: 992px) {
  .WidgetAgenda-link {
    border-bottom: 0.1rem solid #5FA39D;
  }
}

.WidgetAgenda-link:hover .WidgetAgenda-date, .WidgetAgenda-link:hover .WidgetAgenda-titleEvent, .WidgetAgenda-link:hover .WidgetAgenda-descEvent, .WidgetAgenda-link:focus .WidgetAgenda-date, .WidgetAgenda-link:focus .WidgetAgenda-titleEvent, .WidgetAgenda-link:focus .WidgetAgenda-descEvent {
  color: #ECB720;
}

.WidgetAgenda-wraperButton {
  display: flex;
  margin-top: 2.0rem;
  justify-content: center;
  align-items: center;
}

.WidgetSelection {
  width: 100vw;
  position: relative;
  margin-bottom: 22.0rem;
}

@media (min-width: 769px) {
  .WidgetSelection {
    height: 51.0rem;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .WidgetSelection {
    margin-bottom: 8.0rem;
  }
}

.WidgetSelection-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50vw;
}

@media (min-width: 1231px) {
  .WidgetSelection-container {
    margin-left: -56.0rem;
  }
}

@media (max-width: 1230px) {
  .WidgetSelection-container {
    margin-left: -44.5rem;
  }
}

@media (max-width: 992px) {
  .WidgetSelection-container {
    margin-left: -32.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetSelection-container {
    flex-direction: column;
    margin-left: inherit;
    left: inherit;
    position: inherit;
    min-height: 73.0rem;
  }
}

.WidgetSelection-gauche {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 26.7rem;
}

@media (max-width: 768px) {
  .WidgetSelection-gauche {
    width: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

.WidgetSelection-droite {
  width: calc(50vw + 56.0rem);
}

@media (max-width: 768px) {
  .WidgetSelection-droite {
    width: 100vw;
  }
}

.WidgetSelection-item {
  display: block;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}

@media (min-width: 1441px) {
  .WidgetSelection-item {
    width: 41.7rem;
  }
}

@media (max-width: 1440px) {
  .WidgetSelection-item {
    width: 38.0rem;
  }
}

@media (max-width: 1230px) {
  .WidgetSelection-item {
    width: 34.0rem;
  }
}

@media (max-width: 992px) {
  .WidgetSelection-item {
    width: 30.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetSelection-item {
    width: calc(100vw - 5rem);
  }
}

.WidgetSelection-item.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.WidgetSelection-item:nth-child(odd) .WidgetSelection-prixWraper {
  background-image: linear-gradient(-90deg, #ECB720 0%, #ECB720 100%);
}

.WidgetSelection-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 43.7rem;
  height: 45.5rem;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 3.5rem 0 #e5e5e5;
}

@media (min-width: 1441px) {
  .WidgetSelection-link {
    width: 41.7rem;
  }
}

@media (max-width: 1440px) {
  .WidgetSelection-link {
    width: 38.0rem;
  }
}

@media (max-width: 1230px) {
  .WidgetSelection-link {
    width: 34.0rem;
  }
}

@media (max-width: 992px) {
  .WidgetSelection-link {
    width: 30.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetSelection-link {
    width: 30.0rem;
  }
}

.WidgetSelection-link:hover .WidgetSelection-date, .WidgetSelection-link:hover .WidgetSelection-itemTitle {
  color: #ECB720;
}

.WidgetSelection-date {
  text-transform: uppercase;
  color: #5FA39D;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: color 0.25s ease-out;
}

.WidgetSelection-itemTitle {
  font-size: 1.8rem;
  color: #EEE8DC;
  letter-spacing: 0.1rem;
  transition: color 0.25s ease-out;
}

.WidgetSelection-content {
  position: relative;
  z-index: 10;
  padding: 3.3rem;
}

.WidgetSelection-picture {
  position: relative;
  height: 25.5rem;
}

.WidgetSelection-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.WidgetSelection-prixWraper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 1.9rem;
  top: -7.0rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #5FA39D 0%, #5FA39D 100%);
}

.WidgetSelection-aPartir {
  color: #ffffff;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.WidgetSelection-prix {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  margin-top: 0.5rem;
}

.WidgetSelection-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 5.2rem;
}

@media (max-width: 768px) {
  .WidgetSelection-buttons {
    margin-bottom: 0;
    order: 2;
  }
}

@media (max-width: 768px) {
  .WidgetSelection-more {
    order: 1;
    margin-right: 6.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetSelection-allButtons {
    position: absolute;
    top: 60.0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.WidgetSelection-prev, .WidgetSelection-next {
  border: none;
  background: transparent;
  cursor: pointer;
}

.WidgetSelection-prev:hover > svg, .WidgetSelection-prev:focus > svg, .WidgetSelection-next:hover > svg, .WidgetSelection-next:focus > svg {
  fill: #ECB720;
}

.WidgetSelection-prev > svg, .WidgetSelection-next > svg {
  fill: #E0E0E0;
  width: 2.5rem;
  transition: fill 0.25s ease-out;
}

.WidgetSelection-next > svg {
  transform: rotate(180deg);
}

.WidgetExpSearch {
  position: relative;
  padding: 9.0rem 0;
  margin-bottom: 7.0rem;
  background-color: #5FA39D;
}

.WidgetExpSearch::before {
  content: '';
}

@media (min-width: 769px) {
  .WidgetExpSearch::before {
    display: block;
    position: absolute;
    top: -4.0rem;
    left: -13.0rem;
    width: 25.9rem;
    height: 25.9rem;
    background: #5FA39D;
    border-radius: 12.95rem;
    background-image: linear-gradient(-90deg, #ECB720 0%, #ECB720 100%);
  }
  html:not(.isEdge) .WidgetExpSearch::before {
    animation: moveBubble 15s infinite ease-in-out;
  }
}

@media (min-width: 769px) and (max-width: 1230px) {
  .WidgetExpSearch::before {
    width: 10.9rem;
    height: 10.9rem;
    background: #5FA39D;
    border-radius: 5.45rem;
    top: -4.0rem;
    left: -5rem;
    background-image: linear-gradient(-90deg, #ECB720 0%, #ECB720 100%);
  }
}

.WidgetExpSearch::after {
  content: '';
}

@media (min-width: 1441px) {
  .WidgetExpSearch::after {
    display: block;
    position: absolute;
    top: calc(50% - 10.0rem);
    left: 6rem;
    width: 8rem;
    height: 8rem;
    background: #5FA39D;
    border-radius: 4rem;
    background-image: linear-gradient(0deg, #ECB720 0%, #ea1e2c 100%);
  }
  html:not(.isEdge) .WidgetExpSearch::after {
    animation: moveBubble 15s infinite ease-in-out;
  }
}

.WidgetExpSearch-list {
  list-style-type: none;
  margin: 2.4rem 0 0;
  padding: 0;
}

.WidgetExpSearch-listItem {
  display: none;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}

.WidgetExpSearch-listItem.active {
  display: block;
}

.WidgetExpSearch-title {
  color: #ffffff;
  margin-bottom: 8.0rem;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

.WidgetExpSearch-submit {
  margin: 0 auto;
}

.WidgetExpSearch-titleItem {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.WidgetExpSearch-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.WidgetExpSearch-choicesWraper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .WidgetExpSearch-choicesWraper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.WidgetExpSearch-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 24.0rem;
}

@media (max-width: 768px) {
  .WidgetExpSearch-item {
    margin-bottom: 9.8rem;
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-item:last-child {
    margin-bottom: 4.0rem;
  }
}

.WidgetExpSearch-before, .WidgetExpSearch-after {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  top: 14.0rem;
  padding: 0;
}

@media (max-width: 1230px) {
  .WidgetExpSearch-before, .WidgetExpSearch-after {
    top: 13.0rem;
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-before, .WidgetExpSearch-after {
    top: 11.0rem;
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-before, .WidgetExpSearch-after {
    top: 12.0rem;
  }
}

.WidgetExpSearch-before > svg, .WidgetExpSearch-after > svg {
  fill: #5FA39D;
}

.WidgetExpSearch-before:hover > svg, .WidgetExpSearch-before:focus > svg, .WidgetExpSearch-after:hover > svg, .WidgetExpSearch-after:focus > svg {
  fill: #ECB720;
}

.WidgetExpSearch-before {
  left: 0;
}

.WidgetExpSearch-before > svg {
  transform: rotate(180deg);
}

.WidgetExpSearch-after {
  right: 0;
}

.WidgetExpSearch-buttonWraper {
  margin-top: 6.3rem;
}

@media (max-width: 768px) {
  .WidgetExpSearch-buttonWraper {
    margin-top: 0;
  }
}

.WidgetExpSearch-imageList {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.WidgetExpSearch-imageItem {
  display: none;
}

.WidgetExpSearch-imageItem.active {
  display: block;
}

.WidgetExpSearch-imageItem > svg {
  fill: #ffffff;
  height: 5.0rem;
  width: 5.0rem;
}

.WidgetExpSearch-radialProgress {
  margin: 4.0rem 0 0;
  width: 18.1rem;
  height: 18.1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

@media (max-width: 1230px) {
  .WidgetExpSearch-radialProgress {
    width: 16rem;
    height: 16rem;
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-radialProgress {
    width: 12rem;
    height: 12rem;
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-radialProgress {
    width: 18.1rem;
    height: 18.1rem;
    margin-top: 2.0rem;
  }
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-half {
  width: 18.1rem;
  height: 18.1rem;
  position: absolute;
  border-radius: 50%;
}

html:not(.isSafari) .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask, html:not(.isSafari) .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill, html:not(.isSafari) .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-half {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}

@media (max-width: 1230px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-half {
    width: 16rem;
    height: 16rem;
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-half {
    width: 12rem;
    height: 12rem;
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill, .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-half {
    width: 18.1rem;
    height: 18.1rem;
  }
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask {
  clip: rect(0, 18.1rem, 18.1rem, 9.05rem);
}

@media (max-width: 1230px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask {
    clip: rect(0, 16rem, 16rem, 8rem);
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask {
    clip: rect(0, 12rem, 12rem, 6rem);
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask {
    clip: rect(0, 18.1rem, 18.1rem, 9.05rem);
  }
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask .WidgetExpSearch-fill {
  clip: rect(0, 9.05rem, 18.1rem, 0);
  background-color: #ECB720;
}

@media (max-width: 1230px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask .WidgetExpSearch-fill {
    clip: rect(0, 8rem, 16rem, 0);
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask .WidgetExpSearch-fill {
    clip: rect(0, 6rem, 12rem, 0);
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask .WidgetExpSearch-fill {
    clip: rect(0, 9.05rem, 18.1rem, 0);
  }
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask .WidgetExpSearch-fill.fix {
  transform: rotate(45deg);
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-fill {
  transform: rotate(0deg);
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-circle .WidgetExpSearch-mask.WidgetExpSearch-full {
  transform: rotate(0deg);
}

.WidgetExpSearch-radialProgress .WidgetExpSearch-inset {
  width: 16.4rem;
  height: 16.4rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.85rem;
  margin-top: 0.85rem;
  background-color: #5FA39D;
  border-radius: 50%;
}

@media (max-width: 1230px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-inset {
    width: 14.3rem;
    height: 14.3rem;
    margin-left: 0.85rem;
    margin-top: 0.85rem;
  }
}

@media (max-width: 992px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-inset {
    width: 10.3rem;
    height: 10.3rem;
    margin-left: 0.85rem;
    margin-top: 0.85rem;
  }
}

@media (max-width: 768px) {
  .WidgetExpSearch-radialProgress .WidgetExpSearch-inset {
    width: 16.4rem;
    height: 16.4rem;
    margin-left: 0.85rem;
    margin-top: 0.85rem;
  }
}




 
.NavPrincipal {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 10.5rem;
  padding: 0 0 1rem 0;
  margin: 3rem 0 0 10rem;
  opacity: 1;
  transition: transform 0.2s, top 0.2s;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .NavPrincipal {
    align-items: flex-end;
  }
  .NavPrincipal.sticky {
    height: 7rem;
    margin: 0 0 0 5rem;
    top: -100%;
  }
  .NavPrincipal.sticky.open {
    top: 0;
  }
}

@media (max-width: 1230px) {
  .NavPrincipal {
    margin: 3rem 0 0 3rem;
  }
}

@media (max-width: 992px) {
  .NavPrincipal {
    position: absolute;
    background-color: transparent;
  }
  .active .NavPrincipal {
    position: relative;
  }
}

@media (max-width: 992px) {
  .NavPrincipal-bar {
    z-index: 16000009;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
  }
  .NavPrincipal-bar.open {
    transform: translateX(0);
    transition: transform 0.2s;
  }
}

@media (max-width: 992px) {
  .NavPrincipal .menu-menu-principal-container {
    width: 100%;
  }
}

.NavPrincipal .MenuPrincipal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.NavPrincipal .MenuPrincipal li {
  padding: 0;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal {
    flex-direction: column;
    margin: 0 0 0 11rem;
  }
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item {
    overflow: hidden;
  }
}

.NavPrincipal .MenuPrincipal .menu-item a {
  position: relative;
  color: #000000;
}

.homepage .NavPrincipal .MenuPrincipal .menu-item a {
  color: #ffffff;
}

.NavPrincipal .MenuPrincipal .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #ECB720;
  transform: scaleX(0);
  transform-origin: left;
  transition-duration: .5s;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item a:hover, .NavPrincipal .MenuPrincipal .menu-item a:focus {
    color: #000000;
  }
}

.NavPrincipal .MenuPrincipal .menu-item a:hover::after, .NavPrincipal .MenuPrincipal .menu-item a:focus::after {
  transform: scaleX(1);
}

.NavPrincipal .MenuPrincipal .menu-item > .menuImg {
  position: absolute;
  z-index: 150;
  top: 130px;
  right: 30px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item > .menuImg {
    display: none;
  }
}

.NavPrincipal .MenuPrincipal .menu-item > .menuImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.NavPrincipal .MenuPrincipal .menu-item > .menuImg:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.NavPrincipal .MenuPrincipal .menu-item > .menuImg .menuImg-img {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .NavPrincipal .MenuPrincipal .menu-item .sub-menu {
    position: fixed;
    top: 5.5rem;
    left: 50%;
    width: calc(100vw - 40rem);
    min-height: 300px;
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 130px 30px 30px 18px;
    background-color: #535049;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .NavPrincipal .MenuPrincipal .menu-item .sub-menu li {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item .sub-menu {
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
}

.NavPrincipal .MenuPrincipal .menu-item .sub-menu > .menu-item {
  width: 100%;
}

.NavPrincipal .MenuPrincipal .menu-item .sub-menu > .menu-item > a {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: initial;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item .sub-menu > .menu-item > a {
    font-size: 1.5rem;
    line-height: 3.2rem;
    color: #000000;
  }
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item.active .sub-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: visible 0.3s, opacity 0.3s, margin-bottom 0.2s, left 0.2s;
    transition-delay: 0.3s, 0.3s, 0.1s, 0.3s;
  }
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal .menu-item:hover > a, .NavPrincipal .MenuPrincipal .menu-item.current_page_ancestor > a, .NavPrincipal .MenuPrincipal .menu-item.current_page_item > a {
    color: #000000;
  }
  .NavPrincipal .MenuPrincipal .menu-item:hover > a::after, .NavPrincipal .MenuPrincipal .menu-item.current_page_ancestor > a::after, .NavPrincipal .MenuPrincipal .menu-item.current_page_item > a::after {
    transform: scaleX(1);
  }
}

@media (min-width: 769px) {
  .NavPrincipal .MenuPrincipal .menu-item:hover > a::after, .NavPrincipal .MenuPrincipal .menu-item.current_page_ancestor > a::after, .NavPrincipal .MenuPrincipal .menu-item.current_page_item > a::after {
    transform: scaleX(1);
  }
  .NavPrincipal .MenuPrincipal .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
  .NavPrincipal .MenuPrincipal .menu-item:hover > .menuImg {
    opacity: 1;
    transition: opacity 0.2s;
  }
}

.NavPrincipal .MenuPrincipal > .menu-item {
  margin-right: 35px;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal > .menu-item {
    margin: 1rem 2rem 0 0;
    width: calc(100% - 2rem);
  }
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal > .menu-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateZ(0);
    background-image: url("../img/icons/html/arrow_menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: all 0.2s;
  }
  .NavPrincipal .MenuPrincipal > .menu-item.active::after {
    transform: rotateZ(90deg);
    transition: all 0.2s;
  }
}

.NavPrincipal .MenuPrincipal > .menu-item > a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 150;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .NavPrincipal .MenuPrincipal > .menu-item > a {
    display: inline-block;
    color: #000000;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin: 0 0 1rem 0;
    width: auto;
  }
}

.NavPrincipal .MenuPrincipal > .menu-item > .menuImg {
  top: -250px;
  left: 187px;
  right: inherit;
  transition: all 0.3s;
}

.NavPrincipal .MenuPrincipal > .menu-item:hover > .menuImg {
  top: 55px;
  transition: all 0.3s;
  transition-delay: top 0.2s, opacity 0;
}

.NavSecondaire {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 1;
  z-index: 5;
}

@media (max-width: 992px) {
  .NavSecondaire {
    flex-grow: 0;
  }
}

.NavSecondaire-favorites {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .NavSecondaire-favorites {
    flex-direction: column;
    position: absolute;
    top: 2.5rem;
    right: 2rem;
  }
}

.NavSecondaire-basket {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.NavSecondaire-favSvg {
  fill: #535049;
  stroke: #535049;
}

.homepage .NavSecondaire-favSvg {
  fill: #ffffff;
  stroke: #ffffff;
}

@media (max-width: 992px) {
  .NavSecondaire-favSvg {
    fill: #ffffff;
    stroke: #ffffff;
  }
}

.NavSecondaire-basketSvg {
  fill: #535049;
}

.homepage .NavSecondaire-basketSvg {
  fill: #ffffff;
}

@media (max-width: 992px) {
  .NavSecondaire-basketSvg {
    fill: #ffffff;
  }
}

.NavSecondaire-favLink {
  color: #535049;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 3rem 0 1rem;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.NavSecondaire-favLink:hover {
  color: #ECB720;
}

.homepage .NavSecondaire-favLink {
  color: #ffffff;
}

.homepage .NavSecondaire-favLink:hover {
  color: #ECB720;
}

@media (max-width: 992px) {
  .NavSecondaire-favLink {
    margin: .5rem 0 0 0;
    color: #ffffff;
  }
}

.NavWidget {
  z-index: 5;
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0;
}

@media (max-width: 992px) {
  .NavWidget {
    border-top: 2px solid #E0E0E0;
    border-bottom: 2px solid #E0E0E0;
    margin: 6rem 2rem 0 2rem;
    padding: 1.5rem 0;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .NavWidget {
    margin: 2rem 2rem 0 2rem;
  }
}

.NavWidget-widgetBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0 .5rem 0 0;
  cursor: pointer;
}

.NavWidget-widgetBlock:hover .NavWidget-widget {
  background-color: #ECB720;
}

.NavWidget-widgetBlock:hover .NavWidget-text {
  color: #ECB720;
}

.NavWidget-widget {
  border: none;
  background-color: #5FA39D;
  outline: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 1rem 0 0;
}

@media (max-width: 992px) {
  .NavWidget-widget {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.NavWidget-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 400;
}

@media (min-width: 993px) {
  .NavWidget-text {
    display: none;
  }
}

.NavWidget-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  stroke: #ffffff;
}

.Menu {
  /***************************/
  /*       Main menu 	       */
  /***************************/
  /***************************/
  /*        Burger 	       */
  /***************************/
}

@media (min-width: 993px) {
  .Menu {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
  }
}

@media (max-width: 992px) {
  .Menu {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 37.5rem;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #535049;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    visibility: hidden;
    padding: 10rem 0 0 0;
  }
  .Menu.active {
    transform: translateY(0);
    visibility: visible;
  }
  .popup .Menu {
    top: 15.8rem;
  }
}

@media (max-width: 480px) {
  .Menu {
    width: 100%;
    padding: 7rem 0 0 0;
  }
}

@media (min-width: 993px) {
  .Menu-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 1rem 0 0 0;
    position: relative;
  }
}

@media (max-width: 992px) {
  .Menu-list {
    flex: 0 0 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 993px) {
  .Menu-list > .menu-item {
    margin: 0 3rem 0 1rem;
    padding: 0 0 5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .Menu-list > .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
  .Menu-list > .menu-item:hover .sub-menu .menu-item-has-children .sub-menu {
    transition-duration: 0s;
  }
  .Menu-list > .menu-item:hover > a::before {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .Menu-list > .menu-item.menu-item-has-children > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
}

@media (max-width: 992px) {
  .Menu-list > .menu-item.menu-item-has-children > a::after {
    content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213.719%22%20viewBox%3D%220%200%208%2013.719%22%3E%0A%20%20%3Cg%20id%3D%22angle-arrow-pointing-to-right%22%20transform%3D%22translate%28-59.389%29%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Trac%C3%A9_3830%22%20data-name%3D%22Trac%C3%A9%203830%22%20d%3D%22M67.252%2C6.543%2C60.846.138a.432.432%2C0%2C0%2C0-.632%2C0l-.687.687a.432.432%2C0%2C0%2C0%2C0%2C.632l5.4%2C5.4-5.4%2C5.4a.432.432%2C0%2C0%2C0%2C0%2C.632l.687.687a.432.432%2C0%2C0%2C0%2C.632%2C0l6.406-6.406a.433.433%2C0%2C0%2C0%2C0-.633Z%22%20fill%3D%22%23ECB720%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    position: absolute;
    right: 2rem;
    fill: #ECB720;
    z-index: 0;
  }
}

@media (min-width: 993px) {
  .Menu-list > .menu-item.active > .sub-menu {
    z-index: 10;
    pointer-events: initial;
  }
  .Menu-list > .menu-item.active > .sub-menu .menu-item {
    visibility: visible;
    opacity: 1;
  }
  .Menu-list > .menu-item.active > .sub-menu .menu-item > a {
    visibility: visible;
    opacity: .5;
  }
  .Menu-list > .menu-item.active > a::before {
    width: calc(100% - 3rem);
  }
}

@media (max-width: 992px) {
  .Menu-list > .menu-item.active > .sub-menu {
    transform: translateX(0);
    visibility: visible;
  }
}

@media (min-width: 993px) {
  .Menu-list > .menu-item > a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
  }
  .Menu-list > .menu-item > a::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ECB720;
    transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .homepage .Menu-list > .menu-item > a {
    color: #ffffff;
  }
}

@media (max-width: 992px) {
  .Menu-list > .menu-item > a {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #535049;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 700;
  }
}

@media (min-width: 993px) {
  .Menu-list .sub-menu {
    position: absolute;
    top: 6rem;
    left: -10rem;
    list-style-type: none;
    width: calc(100vw - 18rem);
    height: 28rem;
    padding: 3.8rem 7rem;
    z-index: 15;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    background-color: #535049;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity cubic-bezier(0.455, 0.03, 0.515, 0.955), 0.2s visibility cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media (min-width: 1231px) {
  .Menu-list .sub-menu {
    left: -13rem;
    width: calc(100vw - 38rem);
  }
}

@media (max-width: 992px) {
  .Menu-list .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-color: #535049;
    transition: 0.3s;
    visibility: hidden;
    list-style-type: none;
    padding: 7rem 0 0 0;
    margin: 0;
    z-index: 2;
  }
}

@media (min-width: 993px) {
  .Menu-list .sub-menu .menu-item {
    margin: 0 6rem 2.6rem 0;
    padding: 0;
    flex-grow: 0;
    width: 25rem;
  }
  .Menu-list .sub-menu .menu-item:hover > a::before {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .Menu-list .sub-menu .menu-item > a {
    font-weight: 400;
    font-size: 1.8rem;
    text-decoration: none;
    color: #ffffff;
    position: relative;
  }
  .Menu-list .sub-menu .menu-item > a::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ECB720;
    transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media (max-width: 992px) {
  .Menu-list .sub-menu .menu-item > a {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #535049;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 700;
  }
}

.Menu-list .sub-menu .menu-item .sub-menu {
  display: none;
}

.Menu-back {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(224, 224, 224, 0.3);
  border-bottom: 1px solid rgba(224, 224, 224, 0.3);
  z-index: 4;
  font-weight: 700 !important;
}

.Menu-back::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.141%2020.04%22%3E%3Cdefs%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ecb720%22%20stroke-width%3D%223%22%20d%3D%22M11.081%201.06l-8.959%208.959%208.959%208.959%22%20data-name%3D%22Trac%C3%A9%2099%22%2F%3E%3C%2Fsvg%3E");
  width: .9rem;
  height: 1.7rem;
  margin-right: 0.5em;
  display: inline-block;
}

.Menu-hamburger {
  width: 50px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  margin: 0 0 0 1.5rem;
}

@media (max-width: 992px) {
  .Menu-hamburger {
    display: block;
  }
}

.Menu-hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #E0E0E0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.Menu-hamburger span:nth-child(1) {
  top: 0px;
}

.Menu-hamburger span:nth-child(2), .Menu-hamburger span:nth-child(3) {
  top: 18px;
}

.Menu-hamburger span:nth-child(4) {
  top: 36px;
}

.Menu-hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.Menu-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Menu-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Menu-hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.MenuAccess {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 992px) {
  .MenuAccess {
    flex-direction: column;
    justify-self: flex-start;
    align-items: flex-start;
  }
}

.MenuAccess-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.MenuAccess-list li {
  padding: 0;
}

@media (max-width: 992px) {
  .MenuAccess-list {
    flex-direction: column;
    align-items: flex-start;
    margin: 6rem 0 0 .5rem;
  }
}

@media (max-width: 480px) {
  .MenuAccess-list {
    margin: 2rem 0 0 .5rem;
  }
}

.MenuAccess-list .menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 3rem 0 0;
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item {
    margin: 0 0 1.5rem 0;
  }
}

.MenuAccess-list .menu-item::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item::before {
    margin: 0 .5rem 0 0;
  }
}

.MenuAccess-list .menu-item.map::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.5%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22%23535049%22%20stroke%3D%22%23535049%22%3E%3Cpath%20d%3D%22M10.75%209.383a2.392%202.392%200%2010-2.392-2.391%202.394%202.394%200%20002.392%202.391zm0-4.1a1.708%201.708%200%2011-1.708%201.708%201.71%201.71%200%20011.708-1.708z%22%20data-name%3D%22Trac%C3%A9%2058%22%2F%3E%3Cpath%20d%3D%22M10.691%2019.208l5.241-7.57a7.466%207.466%200%2000-.608-9.219%206.551%206.551%200%2000-9.266%200%207.463%207.463%200%2000-.616%209.208zM6.539%202.9a5.869%205.869%200%20018.3%200%206.745%206.745%200%2001.537%208.336l-4.685%206.772-4.7-6.78A6.743%206.743%200%20016.539%202.9z%22%20data-name%3D%22Trac%C3%A9%2059%22%2F%3E%3Cpath%20d%3D%22M14.89%2015.192a.342.342%200%2000-.08.679c3.593.423%205.507%201.563%205.507%202.223%200%20.927-3.639%202.221-9.567%202.221s-9.567-1.292-9.567-2.223c0-.66%201.914-1.8%205.507-2.223a.342.342%200%2000-.08-.677c-3.597.426-6.11%201.619-6.11%202.9%200%201.443%203.521%202.9%2010.25%202.9S21%2019.539%2021%2018.092c0-1.281-2.513-2.474-6.11-2.9z%22%20data-name%3D%22Trac%C3%A9%2060%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item.map::before {
    content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.5%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.75%209.383a2.392%202.392%200%2010-2.392-2.391%202.394%202.394%200%20002.392%202.391zm0-4.1a1.708%201.708%200%2011-1.708%201.708%201.71%201.71%200%20011.708-1.708z%22%20data-name%3D%22Trac%C3%A9%2058%22%2F%3E%3Cpath%20d%3D%22M10.691%2019.208l5.241-7.57a7.466%207.466%200%2000-.608-9.219%206.551%206.551%200%2000-9.266%200%207.463%207.463%200%2000-.616%209.208zM6.539%202.9a5.869%205.869%200%20018.3%200%206.745%206.745%200%2001.537%208.336l-4.685%206.772-4.7-6.78A6.743%206.743%200%20016.539%202.9z%22%20data-name%3D%22Trac%C3%A9%2059%22%2F%3E%3Cpath%20d%3D%22M14.89%2015.192a.342.342%200%2000-.08.679c3.593.423%205.507%201.563%205.507%202.223%200%20.927-3.639%202.221-9.567%202.221s-9.567-1.292-9.567-2.223c0-.66%201.914-1.8%205.507-2.223a.342.342%200%2000-.08-.677c-3.597.426-6.11%201.619-6.11%202.9%200%201.443%203.521%202.9%2010.25%202.9S21%2019.539%2021%2018.092c0-1.281-2.513-2.474-6.11-2.9z%22%20data-name%3D%22Trac%C3%A9%2060%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.homepage .MenuAccess-list .menu-item.map::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.5%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.75%209.383a2.392%202.392%200%2010-2.392-2.391%202.394%202.394%200%20002.392%202.391zm0-4.1a1.708%201.708%200%2011-1.708%201.708%201.71%201.71%200%20011.708-1.708z%22%20data-name%3D%22Trac%C3%A9%2058%22%2F%3E%3Cpath%20d%3D%22M10.691%2019.208l5.241-7.57a7.466%207.466%200%2000-.608-9.219%206.551%206.551%200%2000-9.266%200%207.463%207.463%200%2000-.616%209.208zM6.539%202.9a5.869%205.869%200%20018.3%200%206.745%206.745%200%2001.537%208.336l-4.685%206.772-4.7-6.78A6.743%206.743%200%20016.539%202.9z%22%20data-name%3D%22Trac%C3%A9%2059%22%2F%3E%3Cpath%20d%3D%22M14.89%2015.192a.342.342%200%2000-.08.679c3.593.423%205.507%201.563%205.507%202.223%200%20.927-3.639%202.221-9.567%202.221s-9.567-1.292-9.567-2.223c0-.66%201.914-1.8%205.507-2.223a.342.342%200%2000-.08-.677c-3.597.426-6.11%201.619-6.11%202.9%200%201.443%203.521%202.9%2010.25%202.9S21%2019.539%2021%2018.092c0-1.281-2.513-2.474-6.11-2.9z%22%20data-name%3D%22Trac%C3%A9%2060%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.MenuAccess-list .menu-item.groups::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.516%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20109%22%3E%3Cpath%20fill%3D%22%23535049%22%20stroke%3D%22%23535049%22%20stroke-width%3D%22.6%22%20d%3D%22M28.768%209.496a3.758%203.758%200%2010-4.312%200%206.511%206.511%200%2000-2.221%201.3%208.426%208.426%200%2000-3.048-1.661%204.761%204.761%200%2010-4.924%200%208.5%208.5%200%2000-3.015%201.641%206.564%206.564%200%2000-2.195-1.277%203.758%203.758%200%2010-4.312%200A6.6%206.6%200%2000.3%2015.736v.43a.028.028%200%2000.026.026h7.965a8.76%208.76%200%2000-.072%201.1v.443a3.463%203.463%200%20003.465%203.465h10.1a3.463%203.463%200%20003.465-3.465v-.443a8.76%208.76%200%2000-.072-1.1h8.013a.028.028%200%2000.026-.026v-.43a6.622%206.622%200%2000-4.448-6.24zM23.9%206.416a2.716%202.716%200%20112.768%202.716h-.1A2.712%202.712%200%200123.9%206.416zM13%205.061a3.719%203.719%200%20113.934%203.712H16.5a3.724%203.724%200%2001-3.506-3.712zM4.162%206.416A2.716%202.716%200%20116.93%209.132h-.1a2.716%202.716%200%2001-2.668-2.716zm4.312%208.727H1.355a5.565%205.565%200%20015.484-4.969h.078a5.507%205.507%200%20013.55%201.322%208.552%208.552%200%2000-1.993%203.647zm15.716%202.592a2.427%202.427%200%2001-2.423%202.423h-10.1a2.427%202.427%200%2001-2.423-2.423v-.443a7.481%207.481%200%20017.249-7.47c.072.007.15.007.221.007s.15%200%20.221-.007a7.481%207.481%200%20017.249%207.47zm.775-2.592a8.529%208.529%200%2000-1.973-3.621%205.534%205.534%200%20013.582-1.348h.078a5.565%205.565%200%20015.484%204.969z%22%20data-name%3D%22Trac%C3%A9%20112%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 3.2rem;
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item.groups::before {
    content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.516%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20109%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.6%22%20d%3D%22M28.768%209.496a3.758%203.758%200%2010-4.312%200%206.511%206.511%200%2000-2.221%201.3%208.426%208.426%200%2000-3.048-1.661%204.761%204.761%200%2010-4.924%200%208.5%208.5%200%2000-3.015%201.641%206.564%206.564%200%2000-2.195-1.277%203.758%203.758%200%2010-4.312%200A6.6%206.6%200%2000.3%2015.736v.43a.028.028%200%2000.026.026h7.965a8.76%208.76%200%2000-.072%201.1v.443a3.463%203.463%200%20003.465%203.465h10.1a3.463%203.463%200%20003.465-3.465v-.443a8.76%208.76%200%2000-.072-1.1h8.013a.028.028%200%2000.026-.026v-.43a6.622%206.622%200%2000-4.448-6.24zM23.9%206.416a2.716%202.716%200%20112.768%202.716h-.1A2.712%202.712%200%200123.9%206.416zM13%205.061a3.719%203.719%200%20113.934%203.712H16.5a3.724%203.724%200%2001-3.506-3.712zM4.162%206.416A2.716%202.716%200%20116.93%209.132h-.1a2.716%202.716%200%2001-2.668-2.716zm4.312%208.727H1.355a5.565%205.565%200%20015.484-4.969h.078a5.507%205.507%200%20013.55%201.322%208.552%208.552%200%2000-1.993%203.647zm15.716%202.592a2.427%202.427%200%2001-2.423%202.423h-10.1a2.427%202.427%200%2001-2.423-2.423v-.443a7.481%207.481%200%20017.249-7.47c.072.007.15.007.221.007s.15%200%20.221-.007a7.481%207.481%200%20017.249%207.47zm.775-2.592a8.529%208.529%200%2000-1.973-3.621%205.534%205.534%200%20013.582-1.348h.078a5.565%205.565%200%20015.484%204.969z%22%20data-name%3D%22Trac%C3%A9%20112%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.homepage .MenuAccess-list .menu-item.groups::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.516%2021.5%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20109%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.6%22%20d%3D%22M28.768%209.496a3.758%203.758%200%2010-4.312%200%206.511%206.511%200%2000-2.221%201.3%208.426%208.426%200%2000-3.048-1.661%204.761%204.761%200%2010-4.924%200%208.5%208.5%200%2000-3.015%201.641%206.564%206.564%200%2000-2.195-1.277%203.758%203.758%200%2010-4.312%200A6.6%206.6%200%2000.3%2015.736v.43a.028.028%200%2000.026.026h7.965a8.76%208.76%200%2000-.072%201.1v.443a3.463%203.463%200%20003.465%203.465h10.1a3.463%203.463%200%20003.465-3.465v-.443a8.76%208.76%200%2000-.072-1.1h8.013a.028.028%200%2000.026-.026v-.43a6.622%206.622%200%2000-4.448-6.24zM23.9%206.416a2.716%202.716%200%20112.768%202.716h-.1A2.712%202.712%200%200123.9%206.416zM13%205.061a3.719%203.719%200%20113.934%203.712H16.5a3.724%203.724%200%2001-3.506-3.712zM4.162%206.416A2.716%202.716%200%20116.93%209.132h-.1a2.716%202.716%200%2001-2.668-2.716zm4.312%208.727H1.355a5.565%205.565%200%20015.484-4.969h.078a5.507%205.507%200%20013.55%201.322%208.552%208.552%200%2000-1.993%203.647zm15.716%202.592a2.427%202.427%200%2001-2.423%202.423h-10.1a2.427%202.427%200%2001-2.423-2.423v-.443a7.481%207.481%200%20017.249-7.47c.072.007.15.007.221.007s.15%200%20.221-.007a7.481%207.481%200%20017.249%207.47zm.775-2.592a8.529%208.529%200%2000-1.973-3.621%205.534%205.534%200%20013.582-1.348h.078a5.565%205.565%200%20015.484%204.969z%22%20data-name%3D%22Trac%C3%A9%20112%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.MenuAccess-list .menu-item.handi::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.93%2021.6%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20114%22%3E%3Cg%20fill%3D%22%23535049%22%20stroke%3D%22%23535049%22%20stroke-width%3D%22.7%22%20data-name%3D%22Groupe%20113%22%3E%3Cpath%20d%3D%22M13.237%2013.703a.418.418%200%2000-.37.461%203.547%203.547%200%2001.023.4%206.026%206.026%200%2001-.11%201.139%205.853%205.853%200%2001-11.594-1.144%205.8%205.8%200%20013.657-5.415.4174.4174%200%2010-.31-.775%206.681%206.681%200%20002.5%2012.878%206.7%206.7%200%20006.568-5.388%206.9%206.9%200%2000.125-1.3%204.365%204.365%200%2000-.028-.489.413.413%200%2000-.461-.367z%22%20data-name%3D%22Trac%C3%A9%20113%22%2F%3E%3Cpath%20d%3D%22M19.556%2017.351a.417.417%200%2000-.528-.265l-2.126.709-2.367-6.311a.418.418%200%2000-.391-.271H7.838L7.61%208.705h4.026a.418.418%200%20100-.836h-4.1l-.314-3.442a2.092%202.092%200%2010-.833.074l.652%207.167a.417.417%200%2000.416.38h6.4l2.407%206.417a.418.418%200%2000.391.271.428.428%200%2000.132-.021l2.508-.836a.418.418%200%2000.261-.528zM6.62%203.694A1.254%201.254%200%20117.874%202.44%201.256%201.256%200%20016.62%203.694z%22%20data-name%3D%22Trac%C3%A9%20114%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item.handi::before {
    content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.93%2021.6%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20114%22%3E%3Cg%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.7%22%20data-name%3D%22Groupe%20113%22%3E%3Cpath%20d%3D%22M13.237%2013.703a.418.418%200%2000-.37.461%203.547%203.547%200%2001.023.4%206.026%206.026%200%2001-.11%201.139%205.853%205.853%200%2001-11.594-1.144%205.8%205.8%200%20013.657-5.415.4174.4174%200%2010-.31-.775%206.681%206.681%200%20002.5%2012.878%206.7%206.7%200%20006.568-5.388%206.9%206.9%200%2000.125-1.3%204.365%204.365%200%2000-.028-.489.413.413%200%2000-.461-.367z%22%20data-name%3D%22Trac%C3%A9%20113%22%2F%3E%3Cpath%20d%3D%22M19.556%2017.351a.417.417%200%2000-.528-.265l-2.126.709-2.367-6.311a.418.418%200%2000-.391-.271H7.838L7.61%208.705h4.026a.418.418%200%20100-.836h-4.1l-.314-3.442a2.092%202.092%200%2010-.833.074l.652%207.167a.417.417%200%2000.416.38h6.4l2.407%206.417a.418.418%200%2000.391.271.428.428%200%2000.132-.021l2.508-.836a.418.418%200%2000.261-.528zM6.62%203.694A1.254%201.254%200%20117.874%202.44%201.256%201.256%200%20016.62%203.694z%22%20data-name%3D%22Trac%C3%A9%20114%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.homepage .MenuAccess-list .menu-item.handi::before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.93%2021.6%22%3E%3Cdefs%2F%3E%3Cg%20data-name%3D%22Groupe%20114%22%3E%3Cg%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.7%22%20data-name%3D%22Groupe%20113%22%3E%3Cpath%20d%3D%22M13.237%2013.703a.418.418%200%2000-.37.461%203.547%203.547%200%2001.023.4%206.026%206.026%200%2001-.11%201.139%205.853%205.853%200%2001-11.594-1.144%205.8%205.8%200%20013.657-5.415.4174.4174%200%2010-.31-.775%206.681%206.681%200%20002.5%2012.878%206.7%206.7%200%20006.568-5.388%206.9%206.9%200%2000.125-1.3%204.365%204.365%200%2000-.028-.489.413.413%200%2000-.461-.367z%22%20data-name%3D%22Trac%C3%A9%20113%22%2F%3E%3Cpath%20d%3D%22M19.556%2017.351a.417.417%200%2000-.528-.265l-2.126.709-2.367-6.311a.418.418%200%2000-.391-.271H7.838L7.61%208.705h4.026a.418.418%200%20100-.836h-4.1l-.314-3.442a2.092%202.092%200%2010-.833.074l.652%207.167a.417.417%200%2000.416.38h6.4l2.407%206.417a.418.418%200%2000.391.271.428.428%200%2000.132-.021l2.508-.836a.418.418%200%2000.261-.528zM6.62%203.694A1.254%201.254%200%20117.874%202.44%201.256%201.256%200%20016.62%203.694z%22%20data-name%3D%22Trac%C3%A9%20114%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.MenuAccess-list .menu-item > a {
  color: #535049;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 400;
}

.MenuAccess-list .menu-item > a:hover {
  color: #ECB720;
}

@media (max-width: 992px) {
  .MenuAccess-list .menu-item > a {
    color: #ffffff;
  }
}

.homepage .MenuAccess-list .menu-item > a {
  color: #ffffff;
}

.homepage .MenuAccess-list .menu-item > a:hover {
  color: #ECB720;
}

.MenuAccess .wpml-ls-legacy-dropdown-click {
  width: 13rem;
}

@media (max-width: 992px) {
  .MenuAccess .wpml-ls-legacy-dropdown-click {
    margin: 0 0 0 .5rem;
  }
}

.MenuAccess .wpml-ls-legacy-dropdown-click a {
  border: none;
  color: #535049;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  background-color: transparent;
}

@media (max-width: 992px) {
  .MenuAccess .wpml-ls-legacy-dropdown-click a {
    color: #ffffff;
  }
}

.homepage .MenuAccess .wpml-ls-legacy-dropdown-click a {
  color: #ffffff;
}

.MenuAccess .wpml-ls-legacy-dropdown-click a:hover, .MenuAccess .wpml-ls-legacy-dropdown-click a:active, .MenuAccess .wpml-ls-legacy-dropdown-click a:focus {
  background-color: transparent !important;
  color: #ECB720 !important;
}

.MenuAccess .wpml-ls-legacy-dropdown-click .wpml-ls-native {
  margin: 0 0 0 1rem;
}

.MenuAccess .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu a {
  color: #535049;
  background-color: #ffffff;
}

.MenuAccess .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu a:hover {
  color: #535049 !important;
  background-color: #ffffff !important;
}

.MenuFooter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.MenuFooter-list li {
  padding: 0;
}

.MenuFooter-list > li {
  margin: .5rem 0;
}

.MenuFooter-list > li > a {
  color: #535049;
}

.MenuFooter-list > li > a::before {
  display: none;
}

.MenuFooter--bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.MenuFooter--bottom ul li {
  padding: 0;
}

@media (max-width: 768px) {
  .MenuFooter--bottom ul {
    margin: 0 0 1rem 0;
  }
}

.MenuFooter--bottom ul li:not(:first-of-type)::before {
  content: "-";
  color: #ffffff;
  margin: 0 .5rem;
}

.MenuFooter--bottom ul li a {
  color: #ffffff;
}

.MenuFooter--bottom ul li a::before {
  display: none;
}

.SearchEngine {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 200px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity .25s ease-out,
 visibility .25s ease-out,
 transform .25s ease-out;
  /*=========================================================*/
  /*Input*/
  /*=========================================================*/
  /*=========================================================*/
  /*Loupe*/
  /*=========================================================*/
  /*=========================================================*/
  /*Btn*/
  /*=========================================================*/
}

@media (max-width: 768px) {
  .SearchEngine {
    padding: 2rem 0 0 0;
    height: 250px;
  }
}

.SearchEngine.On {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.SearchEngine .Container, .SearchEngine .FlexCitation-container, .SearchEngine .FlexTxt-container, .SearchEngine .FlexAnecdote-list, .SearchEngine .FlexTexteImage-container {
  width: 100%;
}

.SearchEngine-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
}

@media (min-width: 1230px) {
  .SearchEngine-content {
    width: 1200px;
  }
}

.SearchEngine-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #5FA39D;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}

@media (max-width: 768px) {
  .SearchEngine-close {
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
  }
}

.SearchEngine-close:hover {
  transform: rotate(180deg);
  background: #ECB720;
  transition: all 0.2s;
}

.SearchEngine-text {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0 0 0 1.3rem;
  line-height: 0;
  color: #5FA39D;
}

@media (max-width: 992px) {
  .SearchEngine-text {
    line-height: 2.6;
  }
}

.SearchEngine-svg {
  width: 15px;
  height: 25px;
  fill: #ffffff;
}

.SearchEngine input.orig {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: transparent !important;
}

.SearchEngine input.orig,
.SearchEngine input.autocomplete,
.SearchEngine input.orig::placeholder {
  font-size: 5.6rem !important;
  line-height: 6rem;
  color: #535049 !important;
}

@media (max-width: 768px) {
  .SearchEngine input.orig,
  .SearchEngine input.autocomplete,
  .SearchEngine input.orig::placeholder {
    font-size: 3rem !important;
  }
}

@media (max-width: 480px) {
  .SearchEngine input.orig,
  .SearchEngine input.autocomplete,
  .SearchEngine input.orig::placeholder {
    font-size: 2rem !important;
  }
}

.SearchEngine input.orig::placeholder {
  font-weight: 500 !important;
  width: calc(100% - 3.6rem) !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.SearchEngine #ajaxsearchpro1_1 .probox .proinput input.orig,
.SearchEngine #ajaxsearchpro1_2 .probox .proinput input.orig,
.SearchEngine div.asp_m.asp_m_1 .probox .proinput input.orig {
  height: 6rem !important;
}

.SearchEngine #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
.SearchEngine #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
.SearchEngine div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  height: 6rem !important;
  transform: translateY(-2.6rem);
}

.SearchEngine #ajaxsearchpro1_1,
.SearchEngine .probox,
.SearchEngine .promagnifier {
  height: 6rem !important;
  background: transparent !important;
  background-image: none !important;
}

.SearchEngine .innericon {
  background-size: 5.6rem !important;
}

@media (max-width: 768px) {
  .SearchEngine .innericon {
    background-size: 3rem !important;
  }
}

.SearchEngine div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,
.SearchEngine div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg,
.SearchEngine div.asp_m.ajaxsearchpro .probox .proloading svg {
  width: 60px !important;
}

@media (max-width: 768px) {
  .SearchEngine div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,
  .SearchEngine div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg,
  .SearchEngine div.asp_m.ajaxsearchpro .probox .proloading svg {
    width: 40px !important;
  }
}

.SearchEngine #ajaxsearchpro1_1 .probox .promagnifier div.innericon,
.SearchEngine #ajaxsearchpro1_2 .probox .promagnifier div.innericon,
.SearchEngine div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 768px) {
  .SearchEngine #ajaxsearchpro1_1 .probox .promagnifier div.innericon,
  .SearchEngine #ajaxsearchpro1_2 .probox .promagnifier div.innericon,
  .SearchEngine div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    width: 40px !important;
    height: 60px !important;
  }
}

.SearchEngine #ajaxsearchpro1_1 .probox .proloading,
.SearchEngine #ajaxsearchpro1_1 .probox .proclose,
.SearchEngine #ajaxsearchpro1_1 .probox .promagnifier,
.SearchEngine #ajaxsearchpro1_1 .probox .prosettings,
.SearchEngine #ajaxsearchpro1_2 .probox .proloading,
.SearchEngine #ajaxsearchpro1_2 .probox .proclose,
.SearchEngine #ajaxsearchpro1_2 .probox .promagnifier,
.SearchEngine #ajaxsearchpro1_2 .probox .prosettings,
.SearchEngine div.asp_m.asp_m_1 .probox .proloading,
.SearchEngine div.asp_m.asp_m_1 .probox .proclose,
.SearchEngine div.asp_m.asp_m_1 .probox .promagnifier,
.SearchEngine div.asp_m.asp_m_1 .probox .prosettings {
  height: 60px !important;
  flex: 0 0 60px !important;
}

@media (max-width: 768px) {
  .SearchEngine #ajaxsearchpro1_1 .probox .proloading,
  .SearchEngine #ajaxsearchpro1_1 .probox .proclose,
  .SearchEngine #ajaxsearchpro1_1 .probox .promagnifier,
  .SearchEngine #ajaxsearchpro1_1 .probox .prosettings,
  .SearchEngine #ajaxsearchpro1_2 .probox .proloading,
  .SearchEngine #ajaxsearchpro1_2 .probox .proclose,
  .SearchEngine #ajaxsearchpro1_2 .probox .promagnifier,
  .SearchEngine #ajaxsearchpro1_2 .probox .prosettings,
  .SearchEngine div.asp_m.asp_m_1 .probox .proloading,
  .SearchEngine div.asp_m.asp_m_1 .probox .proclose,
  .SearchEngine div.asp_m.asp_m_1 .probox .promagnifier,
  .SearchEngine div.asp_m.asp_m_1 .probox .prosettings {
    flex: 0 0 40px !important;
  }
}

/*=========================================================*/
/*Déroulant*/
#ajaxsearchprores1_1.vertical .results .item .asp_content,
#ajaxsearchprores1_2.vertical .results .item .asp_content,
div.asp_r.asp_r_1.vertical .results .item .asp_content {
  padding: 5px 10px 0 !important;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a,
#ajaxsearchprores1_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  color: #000000 !important;
  line-height: 30px !important;
  font-weight: 500 !important;
}

#ajaxsearchprores1_1 span.highlighted,
#ajaxsearchprores1_2 span.highlighted,
div.asp_r.asp_r_1 span.highlighted {
  color: #5FA39D !important;
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
#ajaxsearchpro1_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
  fill: rgba(0, 0, 0, 0.5) !important;
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical,
div.asp_r.asp_r_1.vertical,
.ajaxsearchpro {
  padding: 2px !important;
  background: #E0E0E0 !important;
}

div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonUp,
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonDown,
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonLeft,
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonRight {
  opacity: 1 !important;
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonUp {
  border-color: transparent transparent #ffffff transparent !important;
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonDown {
  border-color: #ffffff transparent transparent transparent !important;
}

/*=========================================================*/
.entete-home {
  width: 100%;
  height: 42.25vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 1230px) {
  .entete-home {
    height: 50rem;
  }
}

.entete-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 42rem;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  transition: all 0.3s;
}

@media (max-width: 992px) {
  .entete-home::before {
    height: 100%;
  }
}

.entete-title {
  margin: 0 0 5rem 0;
  font-size: 10rem;
  z-index: 10;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 992px) {
  .entete-title {
    font-size: 7rem;
    line-height: 6rem;
    margin: 0 0 1rem 0;
  }
}

.entete-link {
  z-index: 10;
}

.entete-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .entete-video {
    display: none;
  }
}

.entete-videoFond {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #000000;
  opacity: 1;
  transition: opacity 0.2s;
}

.entete-videoFond.disabled {
  opacity: 0;
  transition: opacity 1s;
}

@media (max-width: 768px) {
  .entete-videoFond {
    display: none;
  }
}

.entete-image {
  position: absolute;
  z-index: -4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.entete-youtubeContainer {
  width: 100vw;
  height: 42.25vw;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 992px) {
  .entete-youtubeContainer {
    display: none;
  }
}

.entete-youtube {
  height: 100%;
}

.moteurExperientiel,
.surPlace {
  padding: 5rem 0;
}

.moteurExperientiel-onglets,
.surPlace-onglets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 768px) {
  .moteurExperientiel-onglets,
  .surPlace-onglets {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .moteurExperientiel-onglet,
  .surPlace-onglet {
    width: calc(50% - 0.5rem);
  }
}

.moteurExperientiel-ongletTitre,
.surPlace-ongletTitre {
  padding: 1.5rem 3.8rem;
  margin: 0 0.5rem;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #000000;
  border-bottom: 1px solid #5FA39D;
  opacity: 0.3;
  transition: opacity 0.2s;
}

@media (max-width: 768px) {
  .moteurExperientiel-ongletTitre,
  .surPlace-ongletTitre {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 1.5rem 1rem;
    margin: 0;
  }
}

.moteurExperientiel-ongletTitre strong,
.surPlace-ongletTitre strong {
  display: block;
  font-family: 'abrilfatface', arial, Verdana, sans-serif;
  font-size: 4.2rem;
  line-height: 4.2rem;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  .moteurExperientiel-ongletTitre strong,
  .surPlace-ongletTitre strong {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

.moteurExperientiel-ongletTitre.active, .moteurExperientiel-ongletTitre:hover, .moteurExperientiel-ongletTitre:focus,
.surPlace-ongletTitre.active,
.surPlace-ongletTitre:hover,
.surPlace-ongletTitre:focus {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.moteurExperientiel-filtresWrap, .moteurExperientiel-filtre,
.surPlace-filtresWrap,
.surPlace-filtre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtresWrap, .moteurExperientiel-filtre,
  .surPlace-filtresWrap,
  .surPlace-filtre {
    justify-content: flex-start;
  }
}

.moteurExperientiel-filtresWrap,
.surPlace-filtresWrap {
  position: relative;
  background-color: #ECB720;
  padding: 3.5rem 0;
  margin-bottom: 7.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtresWrap,
  .surPlace-filtresWrap {
    padding: 0.5rem 0;
  }
}

.moteurExperientiel-filtresWrap::after,
.surPlace-filtresWrap::after {
  content: "&";
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'abrilfatface', arial, Verdana, sans-serif;
  font-size: 8.6rem;
  font-weight: 400;
  line-height: 8.6rem;
  text-transform: uppercase;
  color: #E3E3E3;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtresWrap::after,
  .surPlace-filtresWrap::after {
    display: none;
  }
}

.moteurExperientiel-filtre,
.surPlace-filtre {
  margin: 0 5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtre,
  .surPlace-filtre {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 1.8rem;
  }
}

.moteurExperientiel-filtre--intitule,
.surPlace-filtre--intitule {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.4rem;
  text-transform: uppercase;
  color: #EEE8DC;
  margin-right: 1.2rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtre--selectWrap,
  .surPlace-filtre--selectWrap {
    width: 100%;
  }
}

.moteurExperientiel-filtre--submit,
.surPlace-filtre--submit {
  display: none;
}

@media (max-width: 768px) {
  .moteurExperientiel-filtre--submit,
  .surPlace-filtre--submit {
    display: flex;
    margin: 2rem auto;
  }
}

.moteurExperientiel-container,
.surPlace-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

@media (max-width: 768px) {
  .moteurExperientiel-container,
  .surPlace-container {
    display: none;
  }
}

.moteurExperientiel-bloc1,
.surPlace-bloc1 {
  width: 65%;
  height: 42rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc1,
  .surPlace-bloc1 {
    width: 100%;
    height: inherit;
    padding-top: 0;
  }
}

.moteurExperientiel-bloc1 .moteurExperientiel-bloc--image,
.moteurExperientiel-bloc1 .surPlace-bloc--image,
.surPlace-bloc1 .moteurExperientiel-bloc--image,
.surPlace-bloc1 .surPlace-bloc--image {
  height: 37.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc1 .moteurExperientiel-bloc--image,
  .moteurExperientiel-bloc1 .surPlace-bloc--image,
  .surPlace-bloc1 .moteurExperientiel-bloc--image,
  .surPlace-bloc1 .surPlace-bloc--image {
    height: auto;
  }
}

.moteurExperientiel-bloc2,
.surPlace-bloc2 {
  width: calc(35% - 6rem);
  height: 42rem;
  padding-top: 4.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc2,
  .surPlace-bloc2 {
    width: 100%;
    height: inherit;
    padding-top: 0;
    margin-top: 1rem;
  }
}

.moteurExperientiel-bloc2 .moteurExperientiel-bloc--image,
.moteurExperientiel-bloc2 .surPlace-bloc--image,
.surPlace-bloc2 .moteurExperientiel-bloc--image,
.surPlace-bloc2 .surPlace-bloc--image {
  height: 28.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc2 .moteurExperientiel-bloc--image,
  .moteurExperientiel-bloc2 .surPlace-bloc--image,
  .surPlace-bloc2 .moteurExperientiel-bloc--image,
  .surPlace-bloc2 .surPlace-bloc--image {
    height: auto;
  }
}

.moteurExperientiel-bloc3,
.surPlace-bloc3 {
  width: 22%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc3,
  .surPlace-bloc3 {
    width: 100%;
    margin-top: 1rem;
  }
}

.moteurExperientiel-bloc3 .moteurExperientiel-bloc--image,
.moteurExperientiel-bloc3 .surPlace-bloc--image,
.surPlace-bloc3 .moteurExperientiel-bloc--image,
.surPlace-bloc3 .surPlace-bloc--image {
  height: 19.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc3 .moteurExperientiel-bloc--image,
  .moteurExperientiel-bloc3 .surPlace-bloc--image,
  .surPlace-bloc3 .moteurExperientiel-bloc--image,
  .surPlace-bloc3 .surPlace-bloc--image {
    height: auto;
  }
}

.moteurExperientiel-bloc4,
.surPlace-bloc4 {
  width: 33%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc4,
  .surPlace-bloc4 {
    width: 100%;
    margin-top: 1rem;
  }
}

.moteurExperientiel-bloc4 .moteurExperientiel-bloc--image,
.moteurExperientiel-bloc4 .surPlace-bloc--image,
.surPlace-bloc4 .moteurExperientiel-bloc--image,
.surPlace-bloc4 .surPlace-bloc--image {
  height: 49.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc4 .moteurExperientiel-bloc--image,
  .moteurExperientiel-bloc4 .surPlace-bloc--image,
  .surPlace-bloc4 .moteurExperientiel-bloc--image,
  .surPlace-bloc4 .surPlace-bloc--image {
    height: auto;
  }
}

.moteurExperientiel-bloc5,
.surPlace-bloc5 {
  width: 35%;
  margin-top: 5rem;
  padding-top: 4.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc5,
  .surPlace-bloc5 {
    width: 100%;
    margin-top: 1rem;
  }
}

.moteurExperientiel-bloc5 .moteurExperientiel-bloc--image,
.moteurExperientiel-bloc5 .surPlace-bloc--image,
.surPlace-bloc5 .moteurExperientiel-bloc--image,
.surPlace-bloc5 .surPlace-bloc--image {
  height: 23.5rem;
}

@media (max-width: 768px) {
  .moteurExperientiel-bloc5 .moteurExperientiel-bloc--image,
  .moteurExperientiel-bloc5 .surPlace-bloc--image,
  .surPlace-bloc5 .moteurExperientiel-bloc--image,
  .surPlace-bloc5 .surPlace-bloc--image {
    height: auto;
  }
}

.moteurExperientiel-slider,
.surPlace-slider {
  display: none;
}

@media (max-width: 768px) {
  .moteurExperientiel-slider,
  .surPlace-slider {
    display: block;
    padding-bottom: 4.5rem;
  }
}

.moteurExperientiel-slider .swiper-pagination-bullet,
.surPlace-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #5FA39D;
  box-shadow: 0 0 0 4px rgba(95, 163, 157, 0.3);
  margin: 0 6px !important;
  opacity: 1;
  transition: all 0.2s;
}

.moteurExperientiel-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .moteurExperientiel-slider .swiper-pagination-bullet:hover, .moteurExperientiel-slider .swiper-pagination-bullet:focus,
.surPlace-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.surPlace-slider .swiper-pagination-bullet:hover,
.surPlace-slider .swiper-pagination-bullet:focus {
  background: #000000;
  cursor: pointer;
  transition: all 0.2s;
}

.moteurExperientiel-bloc--titreWrap,
.surPlace-bloc--titreWrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.moteurExperientiel-bloc--titreWrapCol,
.surPlace-bloc--titreWrapCol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.moteurExperientiel-bloc--titre,
.surPlace-bloc--titre {
  display: flex;
  align-content: center;
  align-items: center;
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  color: #000000;
  height: 3rem;
  margin-bottom: 1.5rem;
}

.moteurExperientiel-bloc--titre .arrow-lien,
.surPlace-bloc--titre .arrow-lien {
  margin-left: 10px;
  fill: #5FA39D;
  transform: rotateY(180deg);
}

.moteurExperientiel-bloc--apartirDe,
.surPlace-bloc--apartirDe {
  z-index: 1000;
  height: 3rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  background-color: #5FA39D;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.moteurExperientiel-bloc--imageWrap,
.surPlace-bloc--imageWrap {
  position: relative;
  height: 100%;
}

.moteurExperientiel-bloc--imageWrap .moteurExperientiel-bloc--apartirDe,
.moteurExperientiel-bloc--imageWrap .surPlace-bloc--apartirDe,
.surPlace-bloc--imageWrap .moteurExperientiel-bloc--apartirDe,
.surPlace-bloc--imageWrap .surPlace-bloc--apartirDe {
  position: absolute;
  top: 0;
  left: 0;
}

.moteurExperientiel-bloc--image,
.surPlace-bloc--image {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.moteurExperientiel-pasDeResultat,
.surPlace-pasDeResultat {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  color: #5FA39D;
  text-align: center;
}

.Incontournables, .FlexSlider {
  width: 100%;
  height: 86rem;
  position: relative;
  color: #ffffff;
  padding: 12rem 0;
}

@media (max-width: 768px) {
  .Incontournables, .FlexSlider {
    padding: 0;
    height: 50.7rem;
  }
}

@media (max-width: 480px) {
  .Incontournables, .FlexSlider {
    height: 37.5rem;
  }
}

.Incontournables-backgroundContainer, .FlexSlider-backgroundContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.Incontournables-backgroundContainer::before, .FlexSlider-backgroundContainer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  z-index: 2;
}

.Incontournables-background, .FlexSlider-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}

.Incontournables-backgroundPicture, .FlexSlider-backgroundPicture {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.Incontournables-backgroundImg, .FlexSlider-backgroundImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Incontournables-container, .FlexSlider-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .Incontournables-container, .FlexSlider-container {
    padding: 0;
  }
}

.Incontournables-title, .FlexSlider-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 45rem;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.Incontournables-box, .FlexSlider-box {
  position: relative;
  margin: 3rem 0 0 0;
  width: 45rem;
}

@media (max-width: 480px) {
  .Incontournables-box, .FlexSlider-box {
    width: 100%;
    margin: 0;
  }
}

.Incontournables-boxOverflow, .FlexSlider-boxOverflow {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.Incontournables-boxContainer, .FlexSlider-boxContainer {
  height: 100%;
  width: 100%;
}

.Incontournables-boxWrapper, .FlexSlider-boxWrapper {
  height: 100%;
  width: 100%;
}

.Incontournables-boxSlide, .FlexSlider-boxSlide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 0 !important;
}

@media (max-width: 480px) {
  .Incontournables-boxSlide, .FlexSlider-boxSlide {
    max-height: 20rem;
  }
}

.Incontournables-boxSlide.swiper-slide-active, .swiper-slide-active.FlexSlider-boxSlide {
  opacity: 1 !important;
}

.Incontournables-boxSlideTitle, .FlexSlider-boxSlideTitle {
  font-family: "clickerscript";
  font-size: 6rem;
  margin: 0 0 3.5rem 0;
  color: #EEE8DC;
  text-align: center;
}

@media (max-width: 768px) {
  .Incontournables-boxSlideTitle, .FlexSlider-boxSlideTitle {
    font-size: 5rem;
  }
}

@media (max-width: 480px) {
  .Incontournables-boxSlideTitle, .FlexSlider-boxSlideTitle {
    margin: 0 0 1rem 0;
  }
}

.Incontournables-boxSlideButton, .FlexSlider-boxSlideButton {
  margin: auto 0 0 0;
}

.Incontournables-navArrow, .FlexSlider-navArrow {
  stroke: #ffffff;
  margin: 0 1.5rem 0 0;
  transition: stroke .35s ease-out;
  cursor: pointer;
}

.Incontournables-navArrow:hover, .FlexSlider-navArrow:hover {
  stroke: #5FA39D;
}

.Incontournables-navPrev, .FlexSlider-navPrev, .Incontournables-navNext, .FlexSlider-navNext {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
  width: 15rem;
  height: 100%;
  top: 0;
  bottom: auto;
  margin-top: 0;
}

.Incontournables-navPrev::before, .FlexSlider-navPrev::before, .Incontournables-navNext::before, .FlexSlider-navNext::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: -1;
}

@media (max-width: 480px) {
  .Incontournables-navPrev::before, .FlexSlider-navPrev::before, .Incontournables-navNext::before, .FlexSlider-navNext::before {
    display: none;
  }
}

.Incontournables-navPrev:hover::before, .FlexSlider-navPrev:hover::before, .Incontournables-navNext:hover::before, .FlexSlider-navNext:hover::before {
  opacity: 1;
}

.Incontournables-navPrev, .FlexSlider-navPrev {
  left: 0rem;
}

@media (max-width: 480px) {
  .Incontournables-navPrev, .FlexSlider-navPrev {
    height: 2rem;
    width: 7rem;
    left: 10rem;
    bottom: 5rem;
    top: auto;
  }
}

.Incontournables-navNext, .FlexSlider-navNext {
  transform: rotate(180deg);
  right: 0rem;
}

@media (max-width: 480px) {
  .Incontournables-navNext, .FlexSlider-navNext {
    height: 2rem;
    width: 7rem;
    right: 10rem;
    bottom: 5rem;
    top: auto;
  }
}

.Incontournables-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  opacity: .3;
}

@media (max-width: 992px) {
  .Incontournables-svg {
    width: 20rem;
  }
}

@media (max-width: 480px) {
  .Incontournables-svg {
    display: none;
  }
}

.carte {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEE8DC;
  padding: 4rem 0 11rem 0;
  z-index: 2;
}

@media (max-width: 992px) {
  .carte {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 2rem 0 8rem 0;
  }
}

.carte .container, .carte .PresseKit-container {
  position: relative;
  z-index: 200;
}

.carte-imgFond {
  margin: -10rem 0 0 0;
}

@media (max-width: 992px) {
  .carte-imgFond {
    margin: 0 0 2rem 0;
  }
}

.carte-content {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 320px;
  margin-left: 150px;
  margin: 0 0 0 15rem;
}

@media (max-width: 992px) {
  .carte-content {
    width: 90%;
    margin: 0 auto;
  }
}

.carte-desc {
  color: #000000;
  margin: 0 0 2rem 0;
}

.carte-pattern {
  width: 200rem;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 -15rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

.carte-patternWrapper {
  width: 100%;
  height: 10rem;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.partenaires {
  padding: 70px 0;
  position: relative;
}

.partenaires .container, .partenaires .PresseKit-container {
  position: relative;
  z-index: 200;
}

.partenaires-imgFond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partenaires-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .partenaires-wrap {
    flex-direction: column;
    padding: 0 3rem;
  }
}

.partenaires-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 32%;
  height: 115px;
  padding: 2.5rem 2rem;
  margin-bottom: 6rem;
  border: 1px solid #000000;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .partenaires-item {
    width: 100%;
  }
}

.partenaires-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.partenaires-lien {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #000000;
  border-radius: 100%;
}

.partenaires-lien .arrow-lien {
  fill: #ffffff;
  transform: rotateZ(270deg);
}

.Blog {
  margin: 12rem auto;
  overflow: hidden;
}

.Blog-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.Blog-container .Blog-list {
  margin: -15rem 0 0 50%;
}

@media (max-width: 992px) {
  .Blog-container .Blog-list {
    margin: 0;
    width: 100%;
  }
}

.Blog-title {
  font-size: 6rem;
  margin: 3rem 0 4rem 6rem;
}

.Blog-link {
  margin: 0 0 0 6rem;
}

.Blog-svg {
  margin: 0 0 -4rem 0;
}

.Blog-filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15rem;
}

.Blog-results {
  color: #535049;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 1.5rem 0 0 0;
}

.Blog-selectVal {
  font-size: 1.4rem !important;
  padding: 1.6rem 2rem !important;
  color: #535049 !important;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #ECB720;
}

.Blog-selectHead {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.Blog-selectArrow {
  right: 1.5rem !important;
  background-color: transparent !important;
  min-width: auto !important;
  color: #ECB720 !important;
}

.Blog-dropdown {
  font-size: 1.4rem !important;
  width: 33.3rem !important;
  height: 5rem;
}

.Blog-selectTitle {
  color: #ffffff;
  opacity: .6;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.Blog-option {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1rem 0 1rem 3rem !important;
}

.Blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 50%;
}

@media (max-width: 992px) {
  .Blog-list {
    margin: 0;
  }
}

.Blog-listWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 80rem;
}

.Home .Blog-listWrap {
  min-height: auto;
}

.Blog-listing {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 4rem 0;
}

.Blog-listing:nth-of-type(3n + 1) {
  width: 60.3rem;
  height: 40.3rem;
}

@media (max-width: 1230px) {
  .Blog-listing:nth-of-type(3n + 1) {
    width: 40.3rem;
    height: 25.3rem;
  }
}

.Blog-listing:nth-of-type(3n + 1) .Blog-deco {
  width: 53.8rem;
  height: 45.6rem;
  top: -2.8rem;
  right: -2.8rem;
}

@media (max-width: 1230px) {
  .Blog-listing:nth-of-type(3n + 1) .Blog-deco {
    width: 35.3rem;
    height: 32.5rem;
  }
}

.Blog-listing:nth-of-type(3n + 1) .Blog-decoSvg {
  transform: rotate(90deg);
  right: -2rem;
  left: 8rem;
}

.Blog-listing:nth-of-type(3n + 2) {
  width: 43.5rem;
  height: 58.2rem;
  position: absolute;
  top: 15.2rem;
  left: -100%;
}

@media (max-width: 1230px) {
  .Blog-listing:nth-of-type(3n + 2) {
    width: 35rem;
    height: 46.8rem;
  }
}

@media (max-width: 992px) {
  .Blog-listing:nth-of-type(3n + 2) {
    position: relative;
    transform: translateX(0);
    top: initial;
    left: initial;
  }
}

.Blog-listing:nth-of-type(3n + 2) .Blog-deco {
  width: 49.4rem;
  height: 35.5rem;
  bottom: -2.8rem;
  left: -2.8rem;
}

@media (max-width: 1230px) {
  .Blog-listing:nth-of-type(3n + 2) .Blog-deco {
    width: 40.5rem;
  }
}

.Blog-listing:nth-of-type(3n + 3) {
  width: 40.3rem;
  height: 25.3rem;
}

.Blog-listing:hover .Blog-postPlus {
  transform: rotate(180deg);
}

.Blog-listing:hover .Blog-image {
  transform: scale(1.05);
}

.Blog-deco {
  background-color: #EEE8DC;
  position: absolute;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.Blog-decoSvg {
  position: absolute;
  bottom: -2rem;
  left: -15rem;
  width: 100rem;
}

.Blog-picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #EEE8DC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Blog-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

.Blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
  transition: transform .65s ease-out;
}

.Blog-image.contain {
  object-fit: contain;
  width: 11rem;
  height: 10rem;
  filter: grayscale(1);
  opacity: .5;
}

.Blog-postBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 2rem;
}

.Blog-postTitle {
  color: #ffffff;
  margin: 0 4rem 0 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.Blog-postPlus {
  stroke: #5FA39D;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.Blog-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Blog-loadmore {
  margin: 0 0 0 6rem;
}

@media (max-width: 992px) {
  .Blog-loadmore {
    margin: 0;
  }
}

.MonSejour {
  padding: 0 0 8rem;
}

@media (max-width: 768px) {
  .MonSejour {
    margin-top: 5rem;
    padding: 0 0 10rem;
  }
}

.MonSejour-entete {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
}

@media (max-width: 992px) {
  .MonSejour-entete {
    margin-bottom: 10px;
    top: 0;
  }
}

.MonSejour-entete--titre {
  font-size: 56px;
  line-height: 80px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .MonSejour-entete--titre {
    max-width: 350px;
    font-size: 36px;
    line-height: 56px;
    padding-left: 8px;
    margin: auto;
  }
}

.MonSejour-entete--picto {
  fill: #EEE8DC;
}

@media (max-width: 768px) {
  .MonSejour-entete--picto {
    width: 30px;
    height: 30px;
  }
}

.MonSejour-entete--surTitre {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 56px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .MonSejour-entete--surTitre {
    font-size: 14px;
    line-height: 34px;
  }
}

.MonSejour-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 850px;
  margin: auto;
}

@media (max-width: 768px) {
  .MonSejour-wrap {
    padding: 2rem 0 0;
  }
}

.MonSejour-bloc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 33%;
  margin: 25px 0;
  position: relative;
}

@media (max-width: 768px) {
  .MonSejour-bloc {
    width: 100%;
  }
}

.MonSejour-intitule {
  text-align: center;
  height: 35px;
}

.MonSejour-intitule--titre {
  font-size: 14px;
  font-weight: 700;
  color: #ECB720;
  line-height: 17px;
  margin: 0;
  text-transform: uppercase;
}

.MonSejour-intitule--mention {
  font-size: 8px;
  font-weight: 700;
  color: #000000;
  line-height: 10px;
  margin: 0;
  text-transform: uppercase;
}

.MonSejour-slider {
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border: 4px solid #ECB720;
  border-radius: 160px;
}

.MonSejour-slider .slick-list {
  border-radius: 160px;
}

.MonSejour-slider .slick-prev,
.MonSejour-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: transparent;
  border: none;
}

.MonSejour-slider .slick-prev:hover, .MonSejour-slider .slick-prev:focus,
.MonSejour-slider .slick-next:hover,
.MonSejour-slider .slick-next:focus {
  cursor: pointer;
}

.MonSejour-slider .slick-prev {
  left: -35px;
  background-image: url("../img/icons/html/arrow_left_perso.svg");
}

.MonSejour-slider .slick-next {
  right: -35px;
  background-image: url("../img/icons/html/arrow_right_perso.svg");
}

.MonSejour-slide {
  position: relative;
  width: 144px;
  height: 144px !important;
}

.MonSejour-slide:hover {
  cursor: grab;
}

.MonSejour-slide:active {
  cursor: grabbing;
}

.MonSejour-slide--bloc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.MonSejour-slide--picto {
  fill: #535049;
  width: 40px;
  height: 40px;
}

.MonSejour-slide--legend {
  max-width: 120px;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  line-height: 14px;
  margin-top: 18px;
  text-transform: uppercase;
}

.MonSejour-slide--droplet {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.MonSejour-buttonWrap {
  width: 100%;
  margin: 3rem 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.Tripadvisor {
  background-color: #ECB720;
}

.Tripadvisor-infos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.Tripadvisor-title {
  font-size: 4.2rem;
  line-height: 5.6rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.Tripadvisor-nbAvis {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.Tripadvisor-nbAvis--logo {
  margin-bottom: 0.5rem;
}

.Tripadvisor-nbAvis--lienAvis {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #E0E0E0;
  line-height: 2.2rem;
}

.Tripadvisor-note {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.Tripadvisor-note--img {
  margin-bottom: 0.5rem;
}

.Tripadvisor-note--mention {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #E0E0E0;
  line-height: 2.2rem;
}

.Tripadvisor-ecrireAvis {
  padding: 1.4rem 8rem;
  margin-bottom: -2rem;
}

.Tripadvisor-wrapperSecond {
  padding: 5rem 0;
  background-color: #ECB720;
}

.Tripadvisor-wrapperSecond .container, .Tripadvisor-wrapperSecond .PresseKit-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .Tripadvisor-wrapperSecond .container, .Tripadvisor-wrapperSecond .PresseKit-container {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

.Tripadvisor-avisItem {
  width: 30%;
  margin-right: 5%;
}

.Tripadvisor-avisItem:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Tripadvisor-avisItem {
    width: 80%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

.Tripadvisor-avisAuteur {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.2rem;
  letter-spacing: 1px;
}

.Tripadvisor-avisVille {
  display: block;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #EEE8DC;
  line-height: 2.2rem;
  letter-spacing: 1px;
}

.Tripadvisor-avisNoteDate {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.2rem;
  letter-spacing: 1px;
}

.Tripadvisor-avisTitle {
  display: block;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.2rem;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.Tripadvisor-avisDescription {
  display: block;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.Tripadvisor-plus {
  display: block;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #5FA39D;
  line-height: 2.2rem;
  letter-spacing: 1px;
}

.Tripadvisor-plus--icon {
  fill: #5FA39D;
  transform: rotateZ(180deg);
  margin-left: 1rem;
}

.Tripadvisor-wrapperThird {
  padding: 5rem 0;
}

.Tripadvisor-wrapperThird .container, .Tripadvisor-wrapperThird .PresseKit-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}

@media (max-width: 768px) {
  .Tripadvisor-wrapperThird .container, .Tripadvisor-wrapperThird .PresseKit-container {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

.Tripadvisor-notes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.Tripadvisor-notes--title {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 2rem;
}

.Tripadvisor-nbNotes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
  width: 32rem;
  padding: 0 6rem;
  border-left: 1px solid #ECB720;
}

@media (max-width: 1230px) {
  .Tripadvisor-nbNotes {
    width: 30rem;
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .Tripadvisor-nbNotes {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .Tripadvisor-nbNotes {
    margin-bottom: 4rem;
  }
}

.Tripadvisor-nbNote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.2rem;
}

.Tripadvisor-nbNote--name {
  width: 7.5rem;
  padding-right: 1rem;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #428bca;
  letter-spacing: 1px;
}

.Tripadvisor-nbNote--sidebar {
  position: relative;
  background-color: #E0E0E0;
  width: 8rem;
  height: 1rem;
}

.Tripadvisor-nbNote--bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #6DA358;
}

.Tripadvisor-nbNote--note {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
  padding-left: 1rem;
}

.Tripadvisor-typesAvis {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
  width: 32rem;
  padding: 0 6rem;
  border-left: 1px solid #ECB720;
  border-right: 1px solid #ECB720;
}

@media (max-width: 1230px) {
  .Tripadvisor-typesAvis {
    width: 30rem;
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .Tripadvisor-typesAvis {
    border-left: none;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .Tripadvisor-typesAvis {
    margin-bottom: 4rem;
  }
}

.Tripadvisor-typeAvis {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ECB720;
}

.Tripadvisor-typeAvis--wrapPicto {
  width: 3rem;
  height: 3rem;
  padding-right: 1.5rem;
}

.Tripadvisor-typeAvis--picto {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.Tripadvisor-typeAvis--name {
  width: 12rem;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #428bca;
  letter-spacing: 1px;
}

.Tripadvisor-typeAvis--value {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
  padding-left: 1rem;
}

.Tripadvisor-resumeNotes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
  width: 32rem;
  padding: 0 6rem;
  border-right: 1px solid #ECB720;
}

@media (max-width: 1230px) {
  .Tripadvisor-resumeNotes {
    width: 30rem;
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .Tripadvisor-resumeNotes {
    border-right: none;
  }
}

.Tripadvisor-resumeNote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.2rem;
}

.Tripadvisor-resumeNote--name {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  width: 10rem;
}

.Tripadvisor-resumeNote--wrapImg {
  width: 5rem;
  padding-left: 1rem;
}

.Balades {
  position: relative;
  overflow: hidden;
  /* Canvas container */
}

@media (max-width: 768px) {
  .Balades {
    display: flex;
    flex-direction: column;
  }
}

.Balades-content {
  padding: 5rem 0;
  background-color: #ffffff;
}

.Balades-map {
  position: relative;
  overflow: hidden;
}

.Balades-container {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  padding-right: 0;
  padding-left: 0;
}

.Balades-text {
  position: relative;
  z-index: 1000;
  padding: 5em 3em;
  width: 65rem;
  background-image: url("../img/fond_parcours.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .Balades-text {
    width: 100%;
    background-image: none;
  }
}

.Balades .js-section {
  display: block;
  width: 60%;
  height: auto;
  padding: 10rem 0;
}

.Balades .js-section:nth-child(2n) {
  margin-left: 40%;
}

.Balades .js-section:nth-child(2n + 1) {
  margin-right: 40%;
}

@media (max-width: 768px) {
  .Balades .js-section {
    width: 90%;
  }
  .Balades .js-section:nth-child(2n) {
    margin-left: 0;
    margin: auto;
  }
  .Balades .js-section:nth-child(2n + 1) {
    margin-right: 0;
    margin: auto;
  }
}

.Balades-item {
  padding: 1rem;
  background-color: #ffffff;
}

.Balades-item--wrap {
  position: relative;
  background-color: #000000;
}

.Balades-item--number {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: #5FA39D;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.Balades-item--imageWrap, .Balades-item--image {
  width: 100%;
  height: auto;
}

.Balades-item--legend {
  padding: 1.2rem;
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.Balades-item--content {
  padding: 1.2rem;
}

.Balades-item--content p {
  font-family: 'firasans', arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: inherit;
  color: #ffffff;
}

.Balades-item--titre {
  font-family: 'abrilfatface', arial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.Balades-item--link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3.2rem);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #5FA39D;
}

.Balades-item--link > svg {
  fill: #ffffff;
}

.Banner {
  position: relative;
  width: 100%;
  background: #EEE8DC;
  transition: height .25s ease-out;
}

.Banner-container {
  position: relative;
  padding: 6rem 2rem 9rem 2rem;
  z-index: 5;
}

.Banner-titre {
  color: #000000;
  margin: 2.5rem 0 1.5rem 0;
  text-align: left;
}

@media (max-width: 992px) {
  .Banner-titre {
    text-align: center;
  }
}

.picture .Banner-titre {
  color: #ffffff;
}

.Banner-description {
  color: #535049;
  width: 100%;
  white-space: pre-wrap;
}

.picture .Banner-description {
  color: #ffffff;
}

.Banner-copyright {
  color: #ffffff;
}

.Banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.Banner-deco, .FlexCitation-deco {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.Banner-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Banner-picture::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
}

.Banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture .Banner-readmore {
  color: #ffffff;
}

.BannerFiche {
  position: relative;
  width: 100%;
  height: 600px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.BannerFiche-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.BannerFiche-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .BannerFiche-wrapper {
    padding: 0 2.5rem;
  }
}

.BannerFiche-btnRetour {
  margin-bottom: 2.5rem;
}

.BannerFiche-titre {
  text-align: center;
  width: 100%;
  font-size: 6rem;
  color: #ffffff;
}

.BannerFiche-titre .ApidaeInfos-stars {
  margin-top: 0;
  margin-left: 1rem;
}

.BannerFiche-description {
  font-family: 'bebasneue', arial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.BannerFiche-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.BannerFiche-btnWrapper {
  position: absolute;
  bottom: 4rem;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .BannerFiche-btnWrapper {
    padding: 0 2.5rem;
  }
}

.BannerFiche-btnWrapper--col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.BannerFiche-shareWraper {
  position: relative;
}

.BannerFiche-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.BannerFiche-bottom {
  width: 100%;
  height: 4rem;
  background-color: #EEE8DC;
  position: relative;
  overflow: hidden;
}

.FlexCitation {
  padding: 6rem 0 10rem 0;
  width: 100%;
  background-color: #EEE8DC;
  overflow: hidden;
  position: relative;
}

.FlexCitation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.FlexCitation-quote {
  font-family: 'clickerscript', arial, Verdana, sans-serif;
  position: relative;
  width: 100%;
  max-width: 83.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1230px) {
  .FlexCitation-quote {
    max-width: 75rem;
  }
}

@media (max-width: 992px) {
  .FlexCitation-quote {
    max-width: 40rem;
  }
}

@media (max-width: 480px) {
  .FlexCitation-quote {
    margin: 0 0 2rem 0;
    width: 100%;
  }
}

.FlexCitation-quote p {
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  margin: 1rem 0;
}

@media (max-width: 992px) {
  .FlexCitation-quote p {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 480px) {
  .FlexCitation-quote p {
    margin: 0;
  }
}

.FlexCitation-author {
  color: #ECB720;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.FlexCitation-quoteSvgLeft {
  position: absolute;
  top: 0;
  left: -10rem;
  transform: translate(-100%, 100%);
}

@media (max-width: 1230px) {
  .FlexCitation-quoteSvgLeft {
    left: -4rem;
  }
}

@media (max-width: 768px) {
  .FlexCitation-quoteSvgLeft {
    position: relative;
    top: auto;
    left: auto;
    width: 4rem;
    transform: translate(0);
  }
}

.FlexCitation-quoteSvgRight {
  position: absolute;
  bottom: 5rem;
  right: -10rem;
  transform: scaleX(-1);
}

@media (max-width: 1230px) {
  .FlexCitation-quoteSvgRight {
    right: -8rem;
  }
}

@media (max-width: 768px) {
  .FlexCitation-quoteSvgRight {
    width: 4rem;
    bottom: auto;
    right: auto;
    margin: 0 0 0 auto;
    position: relative;
  }
}

.FlexTxt {
  padding: 2.5rem 0;
}

.FlexTxt-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.FlexTxt-container.centered {
  justify-content: center;
  align-items: center;
}

.FlexTxt-content {
  width: 100%;
}

.centered .FlexTxt-content {
  text-align: center;
}

@media (max-width: 992px) {
  .FlexTxt-content {
    margin: 0 5rem 0 0;
  }
}

@media (max-width: 768px) {
  .FlexTxt-content {
    margin: 0 3rem 2rem;
  }
}

.FlexTxt-buttonWrap {
  margin: 2rem 0;
}

.FlexImage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FlexImage-wrapper {
  width: 100%;
  height: 71.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .FlexImage-wrapper {
    height: 37.5rem;
  }
}

.FlexImage-wrapper--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.FlexImage-legend {
  color: #535049;
  font-size: 1.2rem;
  margin: 1rem 0;
}

@media (max-width: 992px) {
  .FlexImage-legend {
    font-size: 1rem;
  }
}

.FlexAnecdote {
  margin: 50px 0;
  width: 100%;
}

.FlexAnecdote-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.FlexAnecdote-listing {
  width: calc((100%/3) - 40px);
  margin: 0 2rem 5rem;
}

@media (max-width: 992px) {
  .FlexAnecdote-listing {
    width: calc(50% - 40px);
  }
}

@media (max-width: 480px) {
  .FlexAnecdote-listing {
    width: calc(100% - 60px);
    margin: 0 30px 3rem;
  }
}

.FlexTexteImage {
  padding: 2.5rem 0 4rem;
}

.FlexTexteImage-title {
  text-align: center;
  font-size: 6rem;
}

.FlexTexteImage-container {
  display: flex;
  justify-content: space-around;
}

.FlexTexteImage-container.Reverse-true {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .FlexTexteImage-container.Reverse-true {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .FlexTexteImage-container {
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .FlexTexteImage-container {
    flex-direction: column;
  }
}

.FlexTexteImage-content {
  width: 50%;
  padding: 0 10rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .FlexTexteImage-content {
    padding: 0 0 5rem 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .FlexTexteImage-content {
    width: 100%;
    margin: 0;
  }
}

.Reverse-true .FlexTexteImage-content {
  padding: 0 0 0 10rem;
}

@media (max-width: 1230px) {
  .Reverse-true .FlexTexteImage-content {
    padding: 0 0 0 5rem;
  }
}

@media (max-width: 992px) {
  .Reverse-true .FlexTexteImage-content {
    padding: 2rem 0 0 0;
  }
}

.FlexTexteImage-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

@media (max-width: 480px) {
  .FlexTexteImage-image {
    width: 100%;
  }
}

.FlexTexteImage-pictureWrap {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .FlexTexteImage-pictureWrap {
    width: 100%;
  }
  .paysage .FlexTexteImage-pictureWrap {
    justify-content: flex-end;
  }
}

.FlexTexteImage-picture {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

@media (max-width: 992px) {
  .FlexTexteImage-picture {
    width: 35rem;
    height: auto;
    max-height: 50rem;
  }
}

@media (max-width: 400px) {
  .FlexTexteImage-picture {
    width: 100%;
    height: auto;
  }
}

.FlexTexteImage-span {
  background-color: #EEE8DC;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 6rem);
  transform: translate(-3rem, 3rem);
  height: 46rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .FlexTexteImage-span {
    height: 15rem;
  }
}

@media (max-width: 480px) {
  .portrait .FlexTexteImage-span {
    width: calc(100% + 4rem);
    transform: translate(-2rem, 2rem);
    bottom: -1.5rem;
  }
}

.paysage .FlexTexteImage-span {
  height: calc(100% + 6rem);
  width: 36rem;
}

.FlexTexteImage-span--full {
  background-color: #EEE8DC;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.FlexTexteImage-decoSvg {
  position: absolute;
  bottom: -2rem;
  left: -15rem;
}

.paysage .FlexTexteImage-decoSvg {
  position: absolute;
  left: 5rem;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.FlexTexteImage-decoSvg--full {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.FlexTexteImage-credit {
  z-index: 2;
  color: #535049;
  margin: 4rem 0 0 0;
  text-align: center;
}

.FlexTexteImage-buttonWrap {
  margin: 2rem 0 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.FlexTexteImage-buttonWrap.center {
  justify-content: center;
}

.FlexGalerie {
  padding: 2.5rem 0;
  width: 100%;
}

.FlexGalerie-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  cursor: grab;
}

@media (max-width: 768px) {
  .FlexGalerie-container {
    width: calc(100% - 6rem);
    margin: 0 3rem;
  }
}

.FlexGalerie-picture {
  width: 100%;
  height: 100%;
  max-width: 55rem;
  max-height: 53.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .FlexGalerie-picture {
    height: auto;
  }
}

.FlexGalerie-picture--double {
  width: 100%;
  height: 100%;
  max-width: 36.8rem;
  max-height: 23.1rem;
  display: block;
}

.FlexGalerie-image {
  object-fit: contain;
  display: block;
}

@media (max-width: 992px) {
  .FlexGalerie-image {
    width: 100%;
    height: 100%;
  }
}

.FlexGalerie-simple {
  width: 100%;
  height: 55rem;
  max-width: 55rem;
}

@media (max-width: 992px) {
  .FlexGalerie-simple {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.FlexGalerie-double {
  height: 53.1rem;
  width: 36.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FlexGalerie-double .FlexGalerie-picture--double:first-of-type {
  margin: 0 0 3.4rem 0;
}

.FlexGalerie-double .FlexGalerie-image {
  width: 100%;
}

.FlexGalerie-credit {
  color: #535049;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
  text-align: center;
}

.FlexGalerie-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 4rem;
}

.FlexGalerie-navLeft {
  position: relative;
  width: 1.5rem;
  background-size: 1.2rem 2rem;
  left: auto;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213.719%22%20viewBox%3D%220%200%208%2013.719%22%3E%0A%20%20%3Cg%20id%3D%22angle-arrow-pointing-to-right%22%20transform%3D%22translate%2867.389%2013.719%29%20rotate%28180%29%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Trac%C3%A9_3830%22%20data-name%3D%22Trac%C3%A9%203830%22%20d%3D%22M67.252%2C6.543%2C60.846.138a.432.432%2C0%2C0%2C0-.632%2C0l-.687.687a.432.432%2C0%2C0%2C0%2C0%2C.632l5.4%2C5.4-5.4%2C5.4a.432.432%2C0%2C0%2C0%2C0%2C.632l.687.687a.432.432%2C0%2C0%2C0%2C.632%2C0l6.406-6.406a.433.433%2C0%2C0%2C0%2C0-.633Z%22%20fill%3D%22%235FA39D%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  margin: 0 3.6rem 0 0;
}

.FlexGalerie-navRight {
  position: relative;
  background-size: 1.2rem 2rem;
  left: auto;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213.719%22%20viewBox%3D%220%200%208%2013.719%22%3E%0A%20%20%3Cg%20id%3D%22angle-arrow-pointing-to-right%22%20transform%3D%22translate%28-59.389%29%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Trac%C3%A9_3830%22%20data-name%3D%22Trac%C3%A9%203830%22%20d%3D%22M67.252%2C6.543%2C60.846.138a.432.432%2C0%2C0%2C0-.632%2C0l-.687.687a.432.432%2C0%2C0%2C0%2C0%2C.632l5.4%2C5.4-5.4%2C5.4a.432.432%2C0%2C0%2C0%2C0%2C.632l.687.687a.432.432%2C0%2C0%2C0%2C.632%2C0l6.406-6.406a.433.433%2C0%2C0%2C0%2C0-.633Z%22%20fill%3D%22%235FA39D%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  margin: 0;
}

.FlexSelectionApidae {
  padding: 5rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.FlexSelectionApidae-container {
  width: 100%;
}

.FlexSelectionApidae-picture, .FlexSelectionApidae-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.FlexSelectionApidae .titreSection,
.FlexSelectionApidae .ApidaeListingSimpleGrid--pageContenu {
  position: relative;
  z-index: 100;
}

.FlexSelectionApidae .titreSection {
  margin-bottom: 6rem;
}

.FlexSelectionApidae .ApidaeListingSimpleGrid-item {
  margin-bottom: 2rem;
}

.FlexSelectionApidae .ApidaeListingSimpleGrid-wrapper {
  min-height: 380px;
}

.FlexSelectionApidae .ApidaeListingSimpleGrid-commune {
  padding: 0 12px;
}

.FlexSelectionApidae .ApidaeListingSimpleGrid-wrapTitle {
  padding: 0 12px 5px;
}

.FlexSelectionApidae .swiper-apidae-selection-prev {
  left: 0;
}

@media (max-width: 767px) {
  .FlexSelectionApidae .swiper-apidae-selection-prev {
    top: inherit;
    bottom: -50px;
    left: 50%;
    transform: translateX(-120%);
  }
}

.FlexSelectionApidae .swiper-apidae-selection-next {
  right: 0;
}

@media (max-width: 767px) {
  .FlexSelectionApidae .swiper-apidae-selection-next {
    top: inherit;
    bottom: -50px;
    right: 50%;
    transform: translateX(120%);
  }
}

.FlexPhrase {
  margin: 2.5rem 0;
}

.FlexPhrase-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FlexPhrase-phrase {
  font-family: "clickerscript";
  text-align: center;
  width: 100%;
  max-width: 66rem;
}

.FlexPhrase-phrase p {
  font-size: 4rem;
  line-height: 5rem;
}

@media (max-width: 768px) {
  .FlexPhrase-phrase p {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.FlexSlider-boxSlide.swiper-slide-prev, .FlexSlider-boxSlide.swiper-slide-next {
  opacity: 0 !important;
}

.FlexTemoignage {
  padding: 2.5rem 0;
}

.FlexTemoignage-title {
  font-size: 6rem;
}

.FlexTemoignage-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FlexTemoignage-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .FlexTemoignage-wrapper {
    flex-direction: column-reverse;
  }
}

.FlexTemoignage-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 8.5rem 0 0;
  position: relative;
}

@media (max-width: 992px) {
  .FlexTemoignage-left {
    margin: 4rem 0;
  }
}

.FlexTemoignage-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.FlexTemoignage-text {
  width: 100%;
  max-width: 56rem;
  margin: 0 0 3rem 0;
}

.FlexTemoignage-text p {
  color: #535049;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.FlexTemoignage-text ul {
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.FlexTemoignage-text ul li {
  position: relative;
  color: #535049;
}

.FlexTemoignage-text ul li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: .8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ECB720;
}

.FlexTemoignage-text ul li ul li {
  color: #535049;
}

.FlexTemoignage-text ul li ul li::before {
  border-radius: 0;
}

.FlexTemoignage-text ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.FlexTemoignage-text ol li {
  counter-increment: li;
  color: #535049;
}

.FlexTemoignage-text ol li::before {
  content: "." counter(li);
  color: #ECB720;
  display: inline-block;
  width: 1rem;
  margin: 0 1rem 0 -1.5rem;
  text-align: right;
  direction: rtl;
  font-weight: 600;
}

.FlexTemoignage-text a {
  text-decoration: underline;
  color: #535049;
}

.FlexTemoignage-picture {
  width: 18.6rem;
  height: 18.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.FlexTemoignage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FlexTemoignage-name {
  font-family: "clickerscript";
  font-size: 4.5rem;
  color: #000000;
}

.FlexTemoignage-function {
  color: #ECB720;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.FlexTemoignage-svg {
  position: absolute;
  top: -8rem;
  left: -4rem;
  z-index: -1;
}

.FlexTemoignage-quote {
  transform: scaleX(-1);
  position: absolute;
  top: 1rem;
  right: -8rem;
}

@media (max-width: 992px) {
  .FlexTemoignage-quote {
    right: 0;
    top: 0;
    width: 4rem;
  }
}

.Chiffres {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0;
}

@media (max-width: 992px) {
  .Chiffres {
    padding: 4rem 0;
  }
}

.Chiffres-title {
  font-size: 6rem;
  text-align: center;
}

.Chiffres-content {
  text-align: center;
}

.Chiffres-content .Split-lines {
  color: #ffffff;
}

.Chiffres-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 120rem;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24.6rem, 1fr));
  justify-content: center;
}

.Chiffres-list li {
  padding: 0;
}

@media (max-width: 992px) {
  .Chiffres-list {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }
}

@media (max-width: 768px) {
  .Chiffres-list {
    grid-template-columns: repeat(1, minmax(15rem, 1fr));
    grid-gap: 2.5rem 0;
  }
}

.Chiffres-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Chiffres-entitled {
  font-family: "clickerscript";
  font-size: 6rem;
  line-height: 4.4rem;
  margin: 0 0 2rem 0;
}

.Chiffres-legend {
  font-size: 1.2rem;
  color: #ECB720;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding: 0 10rem;
  font-weight: 900;
}

@media (max-width: 992px) {
  .Chiffres-legend {
    padding: 0 5rem;
  }
}

@media (max-width: 768px) {
  .Chiffres-legend {
    padding: 0 2.5rem 3rem 2.5rem;
  }
}

.FlexTexteListe {
  padding: 2.5rem 2rem 8rem 2rem;
}

@media (max-width: 992px) {
  .FlexTexteListe {
    padding: 5rem 2rem;
  }
}

.FlexTexteListe-wrapper {
  width: 50%;
  margin: 0 50% 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .FlexTexteListe-wrapper {
    width: 100%;
    margin: 0;
  }
}

.FlexTexteListe-text p {
  color: #535049;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.FlexTexteListe-text ul {
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.FlexTexteListe-text ul li {
  position: relative;
  color: #535049;
}

.FlexTexteListe-text ul li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: .8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ECB720;
}

.FlexTexteListe-text ul li ul li {
  color: #535049;
}

.FlexTexteListe-text ul li ul li::before {
  border-radius: 0;
}

.FlexTexteListe-text ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0 0 0 2rem;
}

.FlexTexteListe-text ol li {
  counter-increment: li;
  color: #535049;
}

.FlexTexteListe-text ol li::before {
  content: "." counter(li);
  color: #ECB720;
  display: inline-block;
  width: 1rem;
  margin: 0 1rem 0 -1.5rem;
  text-align: right;
  direction: rtl;
  font-weight: 600;
}

.FlexTexteListe-text a {
  text-decoration: underline;
  color: #535049;
}

.FlexTexteListe-title {
  font-size: 6rem;
  text-align: left;
}

.FlexTexteListe-list {
  position: absolute;
  top: 13rem;
  right: -75%;
  width: 60%;
  list-style-type: none;
}

@media (max-width: 992px) {
  .FlexTexteListe-list {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 0 0 2rem;
  }
}

.FlexTexteListe-listing {
  position: relative;
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
}

.FlexTexteListe-listing::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: .8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ECB720;
}

.FlexTexteListe-buttonWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 0 0;
}

