@charset "UTF-8";
/**	
 * IMPORTS 
 */
/* RESET */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

p {
  margin: 0 0 1em 0;
}

p:last-of-type {
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
}

code {
  display: inline-block;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 0 0;
  font-size: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 320px) {
  head {
    font-family: "mobile 320px";
  }
  body:after {
    content: "mobile - min-width: 320px";
  }
}
@media screen and (min-width: 480px) {
  head {
    font-family: "mobileLandscape 480px";
  }
  body:after {
    content: "mobileLandscape - min-width: 480px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "tablet 768px";
  }
  body:after {
    content: "tablet - min-width: 768px";
  }
}
@media screen and (min-width: 1024px) {
  head {
    font-family: "desktop 1024px";
  }
  body:after {
    content: "desktop - min-width: 1024px";
  }
}
@media screen and (min-width: 1200px) {
  head {
    font-family: "wide 1200px";
  }
  body:after {
    content: "wide - min-width: 1200px";
  }
}
@media screen and (min-width: 1400px) {
  head {
    font-family: "xwide 1400px";
  }
  body:after {
    content: "xwide - min-width: 1400px";
  }
}
head {
  clear: both;
}
head title {
  font-family: "mobile 320px, mobileLandscape 480px, tablet 768px, desktop 1024px, wide 1200px, xwide 1400px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

.browserdetect {
  width: 100%;
  display: none;
  padding: 40px 20px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: helvetica, sans-serif;
  color: #333;
}
.browserdetect strong {
  font-weight: bold;
  font-size: 120%;
}
.no-js .browserdetect, .no-backgroundsize .browserdetect, .no-mq .browserdetect {
  display: block;
}
.browserdetect.browserdetect--hidden {
  display: none !important;
}

.browserdetect--center {
  text-align: center;
}

.browserdetect__content {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.browserdetect__close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-size: calc(30 / 10) rem;
  color: #333;
}
.browserdetect__close:hover, .browserdetect__close:focus {
  color: red;
}

.browserdetect__list {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.browserdetect__list li {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 20px;
}
.browserdetect__list a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.browserdetect__list a.browserdetect__ie {
  background-image: url("/images/browserdetect/ie-64x64.png");
}
.browserdetect__list a.browserdetect__firefox {
  background-image: url("/images/browserdetect/ff-64x64.png");
}
.browserdetect__list a.browserdetect__chrome {
  background-image: url("/images/browserdetect/chrome-64x64.png");
}
.browserdetect__list a.browserdetect__safari {
  background-image: url("/images/browserdetect/safari-64x64.png");
}

/*
 * Fotorama 4.4.4 | http://fotorama.io/license/
 */
.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__img, .fotorama__oooo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__img {
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%;
}

.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__nav__frame, .fotorama__wrap--css3 .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__caption, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--video .fotorama__stage__shaft, .fotorama__wrap--video .fotorama__stage__frame--video {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform, width;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
     transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
     transition-duration: 0ms;
}

.fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
  margin: 0;
  padding: 0;
}

.fotorama__nav__shaft, .fotorama__nav__frame {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__wrap * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.fotorama__caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  background: url(../images/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi) {
  .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
    background: url(../images/fotorama@2x.png) no-repeat;
    background-size: 96px 160px;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama > .fotorama__wrap {
  visibility: visible;
}

.fotorama--hidden-before-ready > * {
  visibility: hidden;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__stage, .fotorama--fullscreen .fotorama__nav {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__stage, .fotorama__nav {
  overflow: hidden;
  position: relative;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active, .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0 !important;
}

.fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__stage--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__stage--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid;
}

.fotorama__nav__frame.fotorama__active {
  pointer-events: none;
  cursor: default;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  border: 0;
}

.fotorama__dot {
  border-color: #7f7f7f;
}

.fotorama__active .fotorama__dot {
  background-color: #7f7f7f;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  max-width: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__oooo {
  width: 6px;
  height: 6px;
  margin-left: -8px;
  margin-top: -3px;
}

.fotorama__oooo:before, .fotorama__oooo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.5);
}

.fotorama__oooo:before {
  left: -10px;
}

.fotorama__oooo .fotorama__oooo {
  margin-left: 17px;
}

.fotorama__oooo--1:before, .fotorama__oooo--2:after, .fotorama__oooo--3 .fotorama__oooo:before, .fotorama__oooo--4 .fotorama__oooo:after {
  background-color: #7f7f7f;
}

.fotorama__wrap--css3 .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3.fotorama__wrap--fade .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__caption {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
     transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  display: block;
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__video-play, .fotorama__video-close {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__arr {
  width: 48px;
  height: 100%;
  top: 0;
  bottom: 0;
}

.fotorama__arr__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 0;
}

.fotorama__arr--prev .fotorama__arr__arr {
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 0;
}

.fotorama__arr--next .fotorama__arr__arr {
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  filter: alpha(opacity=0);
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
  -ms-filter: "alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: -32px;
  right: -32px;
  background-position: -64px 0;
  z-index: 20;
}

.fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 11;
}

.fotorama__wrap--no-controls .fotorama__arr, .fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  -ms-filter: "alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}

.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--video .fotorama__fullscreen-icon {
  top: -32px;
  right: -32px;
}

.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev, .fotorama__wrap--video .fotorama__arr--prev {
  left: -48px;
}

.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next, .fotorama__wrap--video .fotorama__arr--next {
  right: -48px;
}

.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  -ms-filter: "alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
  z-index: -1;
}

.fotorama__wrap--video .fotorama__video-close {
  top: 0;
  right: 0;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transition-property: top, right, left, opacity;
  -o-transition-property: top, right, left, opacity;
  transition-property: top, right, left, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__stage:before, .fotorama__nav:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__stage:after, .fotorama__nav:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}

/* 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;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

button.mfp-close {
  color: #B0B5AC !important;
  font-size: 40px;
  font-size: calc(40 / 10) rem;
  font-family: "Aptos", sans-serif;
  font-weight: 100;
  top: -50px !important;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #CDC6BD;
  border: none;
  background: #fff;
  position: relative;
  border-radius: 2px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  font-size: 12px;
  line-height: 40px;
  color: #000;
  height: 40px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #FCF1E0;
  text-align: center;
  font: 0/0 a;
  *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #FCF1E0;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #b7ada0;
}
.selectric-hover .selectric .button {
  color: #f8dcb2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #f8dcb2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b7ada0;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #b7ada0;
  border-radius: 2px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #969d91;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=proxima_nova&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%23e9e9e9&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23333333&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%2394BE37&bgTextureActive=flat&borderColorActive=%2394BE37&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23565656&bgTextureHighlight=flat&borderColorHighlight=%23565656&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: proxima_nova;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: proxima_nova;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #94BE37;
  background: #94BE37;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #565656;
  background: #565656;
  color: #ffffff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/ui/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/ui/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/ui/ui-icons_ffffff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_nova") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regularitalic-webfont.eot");
  src: url("../fonts/proximanova-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regularitalic-webfont.woff2") format("woff2"), url("../fonts/proximanova-regularitalic-webfont.woff") format("woff"), url("../fonts/proximanova-regularitalic-webfont.ttf") format("truetype"), url("../fonts/proximanova-regularitalic-webfont.svg#proxima_nova") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg#proxima_nova") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "equinox";
  src: url("../fonts/equinox.eot?sjot9c");
  src: url("../fonts/equinox.eot?#iefixsjot9c") format("embedded-opentype"), url("../fonts/equinox.ttf?sjot9c") format("truetype"), url("../fonts/equinox.woff?sjot9c") format("woff"), url("../fonts/equinox.svg?sjot9c#equinox") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "made";
  src: url("../fonts/made_evolve_sans_medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* nunito-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/nunito-v26-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/nunito-v26-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/nunito-v26-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/nunito-v26-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/nunito-v26-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* aptos */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Aptos-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Aptos-Light-Italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Aptos.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Aptos.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Aptos-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Aptos-Bold-Italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Aptos-Black.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Aptos";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Aptos-Black-Italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
[class^=icon-], [class*=" icon-"], .icon-equinox, .download-image a:after, .challenge-win--btn:after {
  font-family: "equinox";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trophy:before {
  content: "\e904";
}

.icon-log-out:before {
  content: "\e903";
}

.icon-login:before {
  content: "\e902";
}

.icon-meet:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e60e";
}

.icon-chevron-right:before {
  content: "\e60f";
}

.icon-d:before {
  content: "\e600";
}

.icon-chevron-down:before {
  content: "\e601";
}

.icon-contact:before {
  content: "\e602";
}

.icon-contrat:before {
  content: "\e603";
}

.icon-download:before {
  content: "\e604";
}

.icon-facebook-logo:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-fax:before {
  content: "\e607";
}

.icon-google-plus:before {
  content: "\e608";
}

.icon-location:before {
  content: "\e609";
}

.icon-phone:before {
  content: "\e60a";
}

.icon-search:before {
  content: "\e60b";
}

.icon-twitter:before {
  content: "\e60c";
}

.icon-video-play:before {
  content: "\e60d";
}

.icon-calculator:before {
  content: "\e901";
}

.icon-videocam:before {
  content: "\e02e";
}

.icon-menu:before {
  content: "\e15c";
}

.icon-arrow_drop_up:before {
  content: "\e203";
}

.icon-visite_3d:before {
  content: "\e263";
}

.icon-virtual:before {
  content: "\e2d7";
}

/* 
########    ######    ########      ###      ######    ########   
##         ##    ##   ##     ##    ## ##    ##    ##   ##         
##         ##         ##     ##   ##   ##   ##         ##         
######      ######    ########   ##     ##  ##         ######     
##               ##   ##         #########  ##         ##         
##         ##    ##   ##         ##     ##  ##    ##   ##         
########    ######    ##         ##     ##   ######    ########   
 */
/* 
########   ########   ########    ######     ######    ########   ####  ########   ########   ########   ##     ##  ########   
##     ##  ##     ##  ##         ##    ##   ##    ##   ##     ##   ##   ##     ##     ##      ##         ##     ##  ##     ##  
##     ##  ##     ##  ##         ##         ##         ##     ##   ##   ##     ##     ##      ##         ##     ##  ##     ##  
########   ########   ######      ######    ##         ########    ##   ########      ##      ######     ##     ##  ########   
##         ##   ##    ##               ##   ##         ##   ##     ##   ##            ##      ##         ##     ##  ##   ##    
##         ##    ##   ##         ##    ##   ##    ##   ##    ##    ##   ##            ##      ##         ##     ##  ##    ##   
##         ##     ##  ########    ######     ######    ##     ##  ####  ##            ##      ########    #######   ##     ##  
 */
@font-face {
  font-family: "ep-equinox";
  src: url("../fonts/ep-equinox.eot?vvstaf");
  src: url("../fonts/ep-equinox.eot?vvstaf#iefix") format("embedded-opentype"), url("../fonts/ep-equinox.ttf?vvstaf") format("truetype"), url("../fonts/ep-equinox.woff?vvstaf") format("woff"), url("../fonts/ep-equinox.svg?vvstaf#ep-equinox") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-ep-], [class*=" icon-ep-"], .icon-ep-equinox, .ep-client-link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ep-equinox" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ep-notifications:before {
  content: "\e905";
}

.icon-ep-date:before {
  content: "\e904";
}

.icon-ep-mail:before {
  content: "\e902";
}

.icon-ep-phone:before {
  content: "\e903";
}

.icon-ep-person:before {
  content: "\e901";
}

.icon-ep-upload-cloud:before {
  content: "\e900";
}

.icon-ep-eye:before {
  content: "\e9ce";
}

.hidden {
  display: none !important;
}

.clear {
  clear: both;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.absolute-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.print-only {
  display: none;
}

.vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align-inner {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 48em) {
  .to-tablet, .until-tablet {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .to-desktop {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .from-tablet {
    display: none !important;
  }
}

@media (max-width: 63.99em) {
  .from-desktop {
    display: none !important;
  }
}

@media (max-width: 74.99em) {
  .from-wide {
    display: none !important;
  }
}

/* 
 ######    ########   ####  ########   
##    ##   ##     ##   ##   ##     ##  
##         ##     ##   ##   ##     ##  
##   ####  ########    ##   ##     ##  
##    ##   ##   ##     ##   ##     ##  
##    ##   ##    ##    ##   ##     ##  
 ######    ##     ##  ####  ########   
 */
.row {
  display: block;
  *zoom: 1;
  margin: -10px;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
@media (min-width: 48em) {
  .row {
    margin: -10px;
  }
}
@media (min-width: 64em) {
  .row {
    margin: -10px;
  }
}
@media (min-width: 75em) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 47.99em) {
  .row.add-vertical-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .row.row-no-padding {
    padding: 0 !important;
  }
  .row.row-no-padding [class^=col-] {
    padding: 0;
  }
}

.col-1-2,
.col-2-2,
.col-1-3,
.col-2-3,
.col-3-3,
.col-1-4,
.col-2-4,
.col-3-4,
.col-4-4 {
  display: block;
  width: 100%;
  padding: 10px;
  float: left;
  position: relative;
}
@media (min-width: 48em) {
  .col-1-2,
  .col-2-2,
  .col-1-3,
  .col-2-3,
  .col-3-3,
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-4-4 {
    padding: 10px;
  }
}
@media (min-width: 64em) {
  .col-1-2,
  .col-2-2,
  .col-1-3,
  .col-2-3,
  .col-3-3,
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-4-4 {
    padding: 10px;
  }
}
@media (min-width: 75em) {
  .col-1-2,
  .col-2-2,
  .col-1-3,
  .col-2-3,
  .col-3-3,
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-4-4 {
    padding: 10px;
  }
}
.col-1-2.col-reverse,
.col-2-2.col-reverse,
.col-1-3.col-reverse,
.col-2-3.col-reverse,
.col-3-3.col-reverse,
.col-1-4.col-reverse,
.col-2-4.col-reverse,
.col-3-4.col-reverse,
.col-4-4.col-reverse {
  float: right;
}

@media (min-width: 48em) {
  .col-1-2 {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .col-1-3 {
    width: 33.33%;
  }
}

@media (min-width: 48em) {
  .col-2-3 {
    width: 66.66%;
  }
}

@media (min-width: 48em) {
  .col-1-4 {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .listing .col-1-4 {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .listing .col-1-4 {
    width: 33.33%;
  }
}
@media (min-width: 75em) {
  .listing .col-1-4 {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .news-list .col-1-4 {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .news-list .col-1-4 {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .row--programme .col-1-4 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .row--programme .col-1-4 {
    width: 25%;
  }
}
@media (max-width: 74.99em) {
  .row--plans .col-1-4 {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .row--plans .col-1-4 {
    width: 25%;
  }
}
.row--partner .col-1-4 {
  width: 50%;
}
@media (min-width: 48em) {
  .row--partner .col-1-4 {
    width: 25%;
  }
}

@media (min-width: 48em) {
  .col-2-4 {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .news-list .col-2-4 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .news-list .col-2-4 {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .col-3-4 {
    width: 75%;
  }
}
@media (min-width: 48em) {
  .row--programme .col-3-4 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .row--programme .col-3-4 {
    width: 75%;
  }
}
@media (min-width: 48em) {
  .row--plans .col-3-4 {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .row--plans .col-3-4 {
    width: 75%;
  }
}

.w-100 {
  clear: both;
  display: block;
  width: 100%;
}

.col-reverse--from-tablet {
  float: right;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("multiple-select.png") left top no-repeat;
}

.ms-choice > div.open {
  background: url("multiple-select.png") right top no-repeat;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("multiple-select.png") no-repeat 100% -22px;
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
  background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop input[type=checkbox] {
  vertical-align: middle;
}

.ms-drop .ms-no-results {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.float-right {
  float: right !important;
}

.pos-sticky {
  position: sticky;
  background-color: #fff;
  top: 80px;
  z-index: 10;
  padding: 10px 0;
  *zoom: 1;
}
.pos-sticky:before, .pos-sticky:after {
  display: table;
  content: "";
}
.pos-sticky:after {
  clear: both;
}
.pos-sticky.pos-sticky--add-padding {
  padding: 10px;
}
.pos-sticky:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: #fff;
}

/* 
##    ##      ###     ##     ##  
###   ##     ## ##    ##     ##  
####  ##    ##   ##   ##     ##  
## ## ##   ##     ##  ##     ##  
##  ####   #########   ##   ##   
##   ###   ##     ##    ## ##    
##    ##   ##     ##     ###     
 */
.ep-nav {
  *zoom: 1;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ep-nav:before, .ep-nav:after {
  display: table;
  content: "";
}
.ep-nav:after {
  clear: both;
}
.ep-nav > li {
  position: relative;
  width: 50%;
}
.no-touch .ep-nav > li:hover ul, .no-touch .ep-nav > li:focus ul, .touch .ep-nav > li:active ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ep-nav > li > a {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #353A2C;
  border: 1px solid #353A2C;
  border-width: 1px 0 1px 1px;
  margin-top: -1px;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.no-touch .ep-nav > li > a:hover, .no-touch .ep-nav > li > a:focus, .touch .ep-nav > li > a:active, .ep-nav > li > a.current {
  background-color: #353A2C !important;
  border-color: #353A2C !important;
  color: #fff !important;
}
.ep-nav > li > a span {
  position: absolute;
  top: -4px;
  right: 5px;
  font-size: 9px;
  font-size: calc(9 / 10) rem;
  background-color: #fe0000;
  color: #fff;
  display: inline-block;
  padding: 1px 3px;
}
.ep-nav > li:nth-of-type(even) a {
  border-right-width: 1px;
}
.ep-nav > li:last-of-type {
  width: 100%;
  margin-top: 10px;
}
.ep-nav > li:last-of-type a {
  background-color: #fff;
  border-color: #B0B5AC;
  border-width: 1px;
  color: #B0B5AC;
}
.no-touch .ep-nav > li:last-of-type a:hover, .no-touch .ep-nav > li:last-of-type a:focus, .touch .ep-nav > li:last-of-type a:active {
  background-color: #B0B5AC !important;
  border-color: #B0B5AC !important;
}
.ep-nav > li ul {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  margin-right: -1px;
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}
.ep-nav > li ul li a {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: block;
  text-align: left;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #353A2C;
}
.no-touch .ep-nav > li ul li a:hover, .no-touch .ep-nav > li ul li a:focus, .touch .ep-nav > li ul li a:active {
  background-color: #eee;
}
.ep-nav > li ul li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 64em) {
  .ep-nav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ep-nav > li a {
    font-size: 14px;
    font-size: calc(14 / 10) rem;
  }
  .ep-nav > li:nth-of-type(even) a {
    border-right-width: 0;
  }
  .ep-nav > li:last-of-type {
    margin-top: 0;
  }
  .ep-nav > li:nth-last-child(2) a {
    border-right-width: 1px;
  }
  .ep-nav > li:nth-last-child(n+7) a, .ep-nav > li:nth-last-child(n+7) ~ li a {
    font-size: 11px;
    font-size: calc(11 / 10) rem;
  }
  .ep-nav > li:nth-last-child(n+7):last-of-type a, .ep-nav > li:nth-last-child(n+7) ~ li:last-of-type a {
    margin-left: 10px;
  }
}

/* 
########   ####  ########   ##         ########   
   ##       ##      ##      ##         ##         
   ##       ##      ##      ##         ##         
   ##       ##      ##      ##         ######     
   ##       ##      ##      ##         ##         
   ##       ##      ##      ##         ##         
   ##      ####     ##      ########   ########   
 */
.ep-title-lev1 {
  position: relative;
  font-size: 22px;
  font-size: calc(22 / 10) rem;
  font-weight: normal;
  margin: 0 auto 30px auto !important;
}
.ep-title-lev1 strong {
  font-weight: 700;
}

.ep-title-lev2 {
  position: relative;
  font-size: 22px;
  font-size: calc(22 / 10) rem;
  font-weight: normal;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.ep-title-lev2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -20px;
  height: 2px;
  width: 40px;
  background-color: #B0B5AC;
}

.ep-title-lev3 {
  position: relative;
  font-size: 20px;
  font-size: calc(20 / 10) rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  padding: 20px 0 10px 0;
}
.ep-title-lev3:before {
  content: "";
  height: 2px;
  width: 40px;
  margin: 0 0 10px 0;
  background-color: #B0B5AC;
}

.quick-login {
  position: relative;
  padding: 10px;
  max-width: 320px;
  margin: 0 auto;
}
.quick-login form {
  *zoom: 1;
  background-color: #fff;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px;
}
.quick-login form:before, .quick-login form:after {
  display: table;
  content: "";
}
.quick-login form:after {
  clear: both;
}
.quick-login .form-retour {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #B0B5AC;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}
.quick-login .form-retour.form-error {
  background-color: #bc2121;
}

.quick-option {
  padding: 10px;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.quick-option .quick-option-content {
  *zoom: 1;
  background-color: #fff;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
}
.quick-option .quick-option-content:before, .quick-option .quick-option-content:after {
  display: table;
  content: "";
}
.quick-option .quick-option-content:after {
  clear: both;
}
.quick-option .form-retour {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #B0B5AC;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}
.quick-option .form-retour.form-error {
  background-color: #bc2121;
}

.table-lots-filter {
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.table-lots-filter .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0px;
}
.table-lots-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.table-lots-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

/* 
########    #######   ##     ##  ####  ##    ##    #######   ##     ##  
##         ##     ##  ##     ##   ##   ###   ##   ##     ##   ##   ##   
##         ##     ##  ##     ##   ##   ####  ##   ##     ##    ## ##    
######     ##     ##  ##     ##   ##   ## ## ##   ##     ##     ###     
##         ##  ## ##  ##     ##   ##   ##  ####   ##     ##    ## ##    
##         ##    ##   ##     ##   ##   ##   ###   ##     ##   ##   ##   
########    ##### ##   #######   ####  ##    ##    #######   ##     ##  
 */
/* 
   ###      ######    ########   ####   #######   ##    ##   
  ## ##    ##    ##      ##       ##   ##     ##  ###   ##   
 ##   ##   ##            ##       ##   ##     ##  ####  ##   
##     ##  ##            ##       ##   ##     ##  ## ## ##   
#########  ##            ##       ##   ##     ##  ##  ####   
##     ##  ##    ##      ##       ##   ##     ##  ##   ###   
##     ##   ######       ##      ####   #######   ##    ##   
 */
.ep-equinox-recap {
  margin-bottom: 40px;
}
.ep-equinox-recap strong {
  font-weight: 700;
  color: #85916e;
  display: inline-block;
  min-width: 100px;
}
.ep-equinox-recap li {
  margin: 10px 0;
}

/* 
########    #######   ##      ## ##    ##   ##          #######      ###     ########   
##     ##  ##     ##  ##  ##  ## ###   ##   ##         ##     ##    ## ##    ##     ##  
##     ##  ##     ##  ##  ##  ## ####  ##   ##         ##     ##   ##   ##   ##     ##  
##     ##  ##     ##  ##  ##  ## ## ## ##   ##         ##     ##  ##     ##  ##     ##  
##     ##  ##     ##  ##  ##  ## ##  ####   ##         ##     ##  #########  ##     ##  
##     ##  ##     ##  ##  ##  ## ##   ###   ##         ##     ##  ##     ##  ##     ##  
########    #######    ###  ###  ##    ##   ########    #######   ##     ##  ########   
 */
a.ep-download-btn {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #353A2C;
  padding: 20px 20px 20px 40px;
  text-transform: uppercase;
  color: #353A2C;
  margin: 5px 0;
}
.no-touch a.ep-download-btn:hover, .no-touch a.ep-download-btn:focus, .touch a.ep-download-btn:active {
  background-color: #353A2C;
  color: #fff;
}
@media (min-width: 48em) {
  a.ep-download-btn .down-md {
    display: none;
  }
}
@media (max-width: 47.99em) {
  a.ep-download-btn .up-md {
    display: none;
  }
}
a.ep-download-btn [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
a.ep-download-btn.ep-download-btn--full {
  background: #B0B5AC;
  border-color: #B0B5AC;
  color: #fff;
}
.no-touch a.ep-download-btn.ep-download-btn--full:hover, .no-touch a.ep-download-btn.ep-download-btn--full:focus, .touch a.ep-download-btn.ep-download-btn--full:active {
  background-color: #a3a99f;
}

/* 
########   ####  ########   ########   ##         ####  ########   ########   
##          ##   ##     ##  ##         ##          ##      ##      ##         
##          ##   ##     ##  ##         ##          ##      ##      ##         
######      ##   ##     ##  ######     ##          ##      ##      ######     
##          ##   ##     ##  ##         ##          ##      ##      ##         
##          ##   ##     ##  ##         ##          ##      ##      ##         
##         ####  ########   ########   ########   ####     ##      ########   
 */
.content--resume {
  background: #464158 !important;
  color: #fff;
  overflow: hidden;
}

.col-left-resume {
  position: relative;
}
.col-left-resume * {
  position: relative;
  z-index: 1;
}
.col-left-resume:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 10px;
  background-color: #353A2C;
  z-index: 0;
}
@media (min-width: 48em) {
  .col-left-resume:before {
    left: -1000px;
    bottom: -500px;
  }
}

.fidelity-title {
  font-weight: 700;
  font-size: 25px;
  font-size: calc(25 / 10) rem;
  line-height: 0.8em;
  color: #B0B5AC;
}
.fidelity-title span {
  font-size: 18px;
  font-size: calc(18 / 10) rem;
  line-height: 1em;
  color: #fff;
}

.fidelity-subtitle {
  float: left;
  font-weight: 700;
}
.fidelity-subtitle span {
  margin-left: 20px;
}

.fidelity-dashboard-link {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  padding: 10px;
  background-color: #B0B5AC;
  color: #fff;
  margin: -7px 0 10px 0;
}
.no-touch .fidelity-dashboard-link:hover, .no-touch .fidelity-dashboard-link:focus, .touch .fidelity-dashboard-link:active {
  background-color: #a3a99f;
}
@media (min-width: 64em) {
  .fidelity-dashboard-link {
    float: right;
  }
}

.fidelity-green {
  clear: both;
  color: #B0B5AC;
}

.fidelity-point {
  display: inline-block;
  background-color: #FCF1E0;
  padding: 3px 10px;
  min-width: 80px;
  text-align: right;
  color: #fff;
}

.ep-fideliy-progress {
  margin: 20px 0 0 0;
}
@media (min-width: 64em) {
  .ep-fideliy-progress {
    margin-bottom: 20px;
  }
}
.ep-fideliy-progress > div {
  padding-top: 30px;
}
.ep-fideliy-progress .ep-fideliy-progress__item {
  display: block;
  color: #353A2C;
  background-color: #CDC6BD;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.ep-fideliy-progress .ep-fideliy-progress__item:before {
  font-size: 10px;
  font-size: calc(10 / 10) rem;
  content: attr(data-point);
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10;
}
.ep-fideliy-progress .ep-fideliy-progress__item:after {
  -webkit-transition: border-width 0.2s ease-in-out;
  -o-transition: border-width 0.2s ease-in-out;
  transition: border-width 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 3px;
  background-color: #fff;
  -webkit-transform: translate3d(-1px, 0, 0);
          transform: translate3d(-1px, 0, 0);
}
.ep-fideliy-progress .ep-fideliy-progress__item *:not(.fidelity-trophy) {
  position: relative;
  z-index: 1;
}
.ep-fideliy-progress .ep-fideliy-progress__item .fidelity-step--percent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #B0B5AC;
  z-index: 0;
}

.ep-fidelity-progress__nav {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  height: 30px;
  line-height: 30px;
  width: 50%;
  float: left;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
  text-transform: uppercase;
  color: #969696;
  margin: 0 0 30px 0;
  cursor: pointer;
}
.no-touch .ep-fidelity-progress__nav:hover, .no-touch .ep-fidelity-progress__nav:focus, .touch .ep-fidelity-progress__nav:active {
  color: #353A2C;
}
.ep-fidelity-progress__nav.ep-fidelity-progress__nav--next {
  text-align: right;
}

.fidelity-trophy {
  font-size: 22px;
  font-size: calc(22 / 10) rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 5;
  color: #5d664d;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  margin: -11px 0 0 0;
}
@media (max-width: 47.99em) {
  .fidelity-trophy {
    right: 5px;
  }
}
.slick-slide:last-of-type .fidelity-trophy {
  right: 2px;
}

.fidelity-trophy--win {
  color: #ffe766;
}

.fidelity-progress-status {
  position: relative;
  margin: 10px 0;
  *zoom: 1;
}
.fidelity-progress-status:before, .fidelity-progress-status:after {
  display: table;
  content: "";
}
.fidelity-progress-status:after {
  clear: both;
}

.fidelity-step--detail {
  position: relative;
  max-width: 500px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
}

.fidelity-sale {
  *zoom: 1;
}
.fidelity-sale:before, .fidelity-sale:after {
  display: table;
  content: "";
}
.fidelity-sale:after {
  clear: both;
}
.fidelity-sale li {
  *zoom: 1;
}
.fidelity-sale li:before, .fidelity-sale li:after {
  display: table;
  content: "";
}
.fidelity-sale li:after {
  clear: both;
}
.fidelity-sale li:not(.no-sale) {
  margin: 10px 0;
  background-color: #CDC6BD;
  border-top: 1px solid #353A2C;
}
.fidelity-sale li .fidelity-point, .fidelity-sale li p {
  float: left;
}
.fidelity-sale li p {
  padding: 3px 0 5px 10px;
  width: 70%;
}

.fidelity-next-gift {
  font-size: 20px;
  font-size: calc(20 / 10) rem;
  display: inline-block;
  background-color: #FCF1E0;
  padding: 10px;
  font-weight: 700;
  margin: 10px 0;
}

.challenge-progress {
  background-color: #F2F3F3;
  padding: 20px;
  margin-bottom: 20px;
  color: #969696;
}
.challenge-progress.challenge-progress--win {
  background-color: #353A2C;
  color: #fff;
}

.challenge-progress--detail {
  margin-bottom: 20px;
  *zoom: 1;
}
.challenge-progress--detail:before, .challenge-progress--detail:after {
  display: table;
  content: "";
}
.challenge-progress--detail:after {
  clear: both;
}

.challenge-progress--inner {
  float: left;
  width: 70%;
}
.challenge-progress--inner [class^=title] {
  color: #353A2C;
  font-weight: 700;
}
.challenge-progress--inner strong {
  font-weight: 700;
  color: #353A2C;
}

.challenge-win--btn {
  clear: both;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  display: block;
  background-color: #353A2C;
  padding: 5px 20px;
  color: #fff;
  line-height: 30px;
}
.no-touch .challenge-win--btn:hover, .no-touch .challenge-win--btn:focus, .touch .challenge-win--btn:active {
  background-color: #282c21;
}
.challenge-win--btn:after {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  content: "\e601";
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -7px 0 0 0;
}
.challenge-win--btn.active {
  background-color: #282c21;
}
.challenge-win--btn.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.challenge-win--detail {
  *zoom: 1;
  background-color: #353A2C;
  padding: 20px;
  display: none;
}
.challenge-win--detail:before, .challenge-win--detail:after {
  display: table;
  content: "";
}
.challenge-win--detail:after {
  clear: both;
}

.challenge-win--inner {
  *zoom: 1;
  position: relative;
  padding: 10px 10px 20px 10px;
}
.challenge-win--inner:before, .challenge-win--inner:after {
  display: table;
  content: "";
}
.challenge-win--inner:after {
  clear: both;
}
.challenge-win--inner [class^=title-] {
  float: left;
}
.challenge-win--inner a {
  float: right;
  margin: 0;
}
.no-touch .challenge-win--inner:hover, .no-touch .challenge-win--inner:focus, .touch .challenge-win--inner:active {
  background-color: #424937;
}

.challenge-progress--number {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  font-size: 26px;
  font-size: calc(26 / 10) rem;
  width: 25%;
  float: right;
  border: 3px solid #353A2C;
  color: #353A2C;
  text-align: center;
  line-height: 0.6em;
}
.no-touch .challenge-progress--number:hover, .no-touch .challenge-progress--number:focus, .touch .challenge-progress--number:active {
  background-color: #353A2C;
  color: #fff;
}
.challenge-progress--number:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.challenge-progress--number p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.challenge-progress--number span {
  display: block;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}

.challenge-progress--full-detail {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
}

.challenge-progress--full-detail--list {
  *zoom: 1;
  margin-bottom: 20px;
}
.challenge-progress--full-detail--list:before, .challenge-progress--full-detail--list:after {
  display: table;
  content: "";
}
.challenge-progress--full-detail--list:after {
  clear: both;
}
.challenge-progress--full-detail--list li {
  margin-bottom: 5px;
}
.challenge-progress--full-detail--list li:first-of-type {
  background-color: #CDC6BD;
  padding: 3px 10px;
}
@media (min-width: 48em) {
  .challenge-progress--full-detail--list li {
    float: left;
    width: 50%;
  }
  .challenge-progress--full-detail--list li:last-of-type {
    text-align: right;
  }
}

.challenge-progress--winner {
  color: #FFD700;
  margin-bottom: 20px;
}

.fidelity--more--detail {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  background-color: #969696;
  color: #fff;
  padding: 3px 10px;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
  margin: 10px 0;
}
.no-touch .fidelity--more--detail:hover, .no-touch .fidelity--more--detail:focus, .touch .fidelity--more--detail:active {
  background-color: #B0B5AC;
}
.fidelity--more--detail:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #B0B5AC;
}

/* 
########      ###      ######    ##     ##  ########    #######      ###     ########   ########        ########   ########   ########      ###     ####  ##         
##     ##    ## ##    ##    ##   ##     ##  ##     ##  ##     ##    ## ##    ##     ##  ##     ##       ##     ##  ##            ##        ## ##     ##   ##         
##     ##   ##   ##   ##         ##     ##  ##     ##  ##     ##   ##   ##   ##     ##  ##     ##       ##     ##  ##            ##       ##   ##    ##   ##         
##     ##  ##     ##   ######    #########  ########   ##     ##  ##     ##  ########   ##     ##       ##     ##  ######        ##      ##     ##   ##   ##         
##     ##  #########        ##   ##     ##  ##     ##  ##     ##  #########  ##   ##    ##     ##       ##     ##  ##            ##      #########   ##   ##         
##     ##  ##     ##  ##    ##   ##     ##  ##     ##  ##     ##  ##     ##  ##    ##   ##     ##       ##     ##  ##            ##      ##     ##   ##   ##         
########   ##     ##   ######    ##     ##  ########    #######   ##     ##  ##     ##  ########        ########   ########      ##      ##     ##  ####  ########   
 */
.prescripteur-liste-reservation {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.prescripteur-liste-reservation th, .prescripteur-liste-reservation td {
  padding: 10px;
  text-align: left;
  border: 1px solid #fff;
}
.prescripteur-liste-reservation th {
  background-color: #353A2C;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.prescripteur-liste-reservation th.prescripteur-liste-reservation--palier {
  text-align: center;
  background-color: #B0B5AC;
}
.prescripteur-liste-reservation th.prescripteur-liste-reservation--prescripteur {
  text-align: left;
  background-color: #aca091;
  color: #000;
}
.prescripteur-liste-reservation tr.prescripteur-liste-reservation--vente:nth-child(odd) {
  background-color: #CDC6BD;
}
.prescripteur-liste-reservation tr.prescripteur-liste-reservation--palier--no-sale {
  background-color: #fff;
}

.prescripteur-view-filter ul.search__fields {
  *zoom: 1;
  max-width: 100%;
  margin: 20px 0;
}
.prescripteur-view-filter ul.search__fields:before, .prescripteur-view-filter ul.search__fields:after {
  display: table;
  content: "";
}
.prescripteur-view-filter ul.search__fields:after {
  clear: both;
}
@media (min-width: 64em) {
  .prescripteur-view-filter ul.search__fields li.form__input {
    float: left;
    width: 20%;
    margin: 0 5px 0 0;
  }
}
.prescripteur-view-filter ul.search__fields li.form__input .ms-choice {
  height: 28px;
  line-height: 28px;
}
.prescripteur-view-filter ul.search__fields .form__btn {
  line-height: 50px;
}

/* 
 ######    ########   ##         ########    ######    ########    #######   
##    ##   ##         ##         ##         ##    ##      ##      ##     ##  
##         ##         ##         ##         ##            ##             ##  
 ######    ######     ##         ######     ##            ##       #######   
      ##   ##         ##         ##         ##            ##      ##         
##    ##   ##         ##         ##         ##    ##      ##      ##         
 ######    ########   ########   ########    ######       ##      #########  
 */
.contact-form ul {
  *zoom: 1;
}
.contact-form ul:before, .contact-form ul:after {
  display: table;
  content: "";
}
.contact-form ul:after {
  clear: both;
}

.form__retour p {
  margin-top: 10px;
  padding: 10px !important;
  color: #000;
}
.form__retour p.error {
  background-color: #969696;
}

/* 
########      ###      ######    ##     ##  ########    #######      ###     ########   ########   
##     ##    ## ##    ##    ##   ##     ##  ##     ##  ##     ##    ## ##    ##     ##  ##     ##  
##     ##   ##   ##   ##         ##     ##  ##     ##  ##     ##   ##   ##   ##     ##  ##     ##  
##     ##  ##     ##   ######    #########  ########   ##     ##  ##     ##  ########   ##     ##  
##     ##  #########        ##   ##     ##  ##     ##  ##     ##  #########  ##   ##    ##     ##  
##     ##  ##     ##  ##    ##   ##     ##  ##     ##  ##     ##  ##     ##  ##    ##   ##     ##  
########   ##     ##   ######    ##     ##  ########    #######   ##     ##  ##     ##  ########   
 */
/* 
 ######    ##         ####  ########   ##    ##   ########   
##    ##   ##          ##   ##         ###   ##      ##      
##         ##          ##   ##         ####  ##      ##      
##         ##          ##   ######     ## ## ##      ##      
##         ##          ##   ##         ##  ####      ##      
##    ##   ##          ##   ##         ##   ###      ##      
 ######    ########   ####  ########   ##    ##      ##      
 */
.ep-filters-clients {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #ececec;
}
@media (min-width: 48em) {
  .ep-filters-clients {
    padding: 10px;
  }
}
@media (min-width: 64em) {
  .ep-filters-clients {
    background-color: #fff;
    padding: 0;
    border: none;
  }
}

.ep-form--filter button {
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: block;
  width: 100%;
  background-color: #B0B5AC;
  color: #fff;
  text-transform: uppercase;
  line-height: 39px;
  border-radius: 3px;
  border: 1px solid #B0B5AC !important;
  padding: 0 !important;
}
.no-touch .ep-form--filter button:hover, .no-touch .ep-form--filter button:focus, .touch .ep-form--filter button:active {
  background-color: #969d91;
  border-color: #e3e5e2;
}
.ep-form--filter .ep-form--filter__field > li {
  padding-bottom: 10px;
}
.ep-form--filter .ep-form--filter__field > li.ep-form--filter__field--clear {
  clear: both;
}
@media (min-width: 48em) {
  .ep-form--filter .ep-form--filter__field > li {
    float: left;
    padding: 0 5px 5px 0;
    width: 33.33%;
  }
  .ep-form--filter .ep-form--filter__field > li:nth-of-type(4), .ep-form--filter .ep-form--filter__field > li:nth-of-type(5) {
    width: 100%;
  }
  .ep-form--filter .ep-form--filter__field > li:last-of-type {
    padding-bottom: 0;
  }
  .ep-form--filter .ep-form--filter__field > li .select2-container--default,
  .ep-form--filter .ep-form--filter__field > li input {
    width: 100% !important;
  }
  .ep-form--filter button {
    padding: 0 30px !important;
  }
}
@media (min-width: 64em) {
  .ep-form--filter button {
    margin: 0;
  }
  .ep-form--filter .ep-form--filter__field > li {
    padding: 0 3px !important;
    width: 16.66% !important;
  }
  .ep-form--filter .ep-form--filter__field > li .select2-container--default {
    min-width: auto !important;
  }
  .ep-form--filter .ep-form--filter__field > li:first-of-type {
    padding-left: 0 !important;
  }
  .ep-form--filter .ep-form--filter__field > li:last-of-type {
    padding-right: 0 !important;
  }
}
.ep-form--filter.ep-form--filter--administrator .button-delete {
  float: none;
  display: block;
  padding: 12px 30px;
  text-align: center;
}

.ep-form--search .ep-form--filter__field > li label {
  display: block;
  float: none;
  width: auto;
}
.ep-form--search .ep-form--filter__field > li input:not([type=checkbox]):not(.select2-search__field) {
  width: 100%;
  float: none;
}
@media (min-width: 64em) {
  .ep-form--search .ep-form--filter__field > li button[type=submit] {
    margin-top: 35px;
  }
}

.order-clients-list {
  margin-bottom: 20px;
}
.order-clients-list a {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-size: 10px;
  font-size: calc(10 / 10) rem;
  letter-spacing: 0.13em;
  display: inline-block;
  padding: 5px 17px 5px 8px;
  background-color: #CDC6BD;
  border: 1px solid #b7ada0;
  color: #4f473c;
  text-transform: uppercase;
}
.order-clients-list a:after {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border: 4px solid #897b68;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.no-touch .order-clients-list a:hover, .no-touch .order-clients-list a:focus, .touch .order-clients-list a:active {
  background-color: #353A2C;
  border-color: #505742;
  color: #fff;
}
.no-touch .order-clients-list a:hover:after, .no-touch .order-clients-list a:focus:after, .touch .order-clients-list a:active:after {
  border-top-color: #fff;
}

.ep-liste-clients {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media (max-width: 63.99em) {
  .ep-liste-clients thead th {
    display: none;
  }
  .ep-liste-clients tr td {
    display: block;
  }
  .ep-liste-clients td.ep-liste-clients--nom {
    background-color: rgba(53, 58, 44, 0.4) !important;
    color: #353A2C !important;
  }
}
.ep-liste-clients table {
  width: 100%;
}
.ep-liste-clients table.ep-liste-clients--btn td {
  padding: 0 !important;
  border: none !important;
}
.ep-liste-clients th, .ep-liste-clients td {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
  background-clip: padding-box;
}
.ep-liste-clients th {
  background-color: #4f496d;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.ep-liste-clients th.prescripteur-liste-reservation--palier {
  text-align: center;
  background-color: #B0B5AC;
}
.ep-liste-clients th.prescripteur-liste-reservation--prescripteur {
  text-align: left;
  background-color: #aca091;
  color: #000;
}
.ep-liste-clients tbody tr th {
  background-color: #aca091;
  color: #666666;
  font-weight: 700;
}
.ep-liste-clients tbody tr.ep-liste-clients--programme th {
  background-color: rgba(53, 58, 44, 0.15);
  padding: 5px 10px;
  color: #353A2C;
}
.ep-liste-clients tr {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.ep-liste-clients tr td {
  background-color: #f8f8f8;
}
.ep-liste-clients tr.ep-liste-clients--reservation {
  display: none;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight {
  display: block;
  opacity: 1 !important;
  position: relative;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight td:last-of-type {
  border-bottom: 5px solid #cecece;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight > td {
  position: relative;
  display: block;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight > td:before, .ep-liste-clients tr.ep-liste-clients--reservation.highlight > td:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 5px;
  height: calc(100% + 12px);
  background-color: #cecece;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight > td:after {
  left: auto;
  right: -5px;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight:after {
  right: -5px;
  left: auto;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight table td {
  position: relative;
  background-color: #f8f8f8 !important;
  padding: 5px !important;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight table td:last-of-type {
  border: none;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight tr {
  opacity: 1 !important;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight th {
  display: none;
}
.ep-liste-clients tr.ep-liste-clients--reservation.highlight th[rowspan] {
  display: block;
  width: 100% !important;
}
.ep-liste-clients tr.ep-liste-clients--client--off {
  color: #9c9c9c;
}
.ep-liste-clients tr.down {
  opacity: 0.4;
  z-index: 0;
}
.ep-liste-clients tr.ep-liste-clients--client.highlight {
  border: 5px solid #cecece;
  border-width: 5px 0 0 0;
}
.ep-liste-clients tr.ep-liste-clients--client.highlight > td {
  position: relative;
  display: block;
}
.ep-liste-clients tr.ep-liste-clients--client.highlight > td:before, .ep-liste-clients tr.ep-liste-clients--client.highlight > td:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  width: 5px;
  height: calc(100% + 7px);
  background-color: #cecece;
}
.ep-liste-clients tr.ep-liste-clients--client.highlight > td:after {
  left: auto;
  right: -5px;
}
.ep-liste-clients tr.ep-liste-clients--client.highlight > td:last-of-type {
  border-bottom: 5px solid #cecece;
}
.ep-liste-clients tr.highlight {
  z-index: 1;
}
@media (min-width: 64em) {
  .ep-liste-clients tr.ep-liste-clients--client.highlight {
    display: table-row;
  }
  .ep-liste-clients tr.ep-liste-clients--client.highlight > td {
    display: table-cell;
    border-bottom: 5px solid #cecece;
  }
  .ep-liste-clients tr.ep-liste-clients--client.highlight > td:before, .ep-liste-clients tr.ep-liste-clients--client.highlight > td:after {
    display: none;
    top: -5px;
  }
  .ep-liste-clients tr.ep-liste-clients--client.highlight > td:last-of-type:after {
    display: block;
  }
  .ep-liste-clients tr.ep-liste-clients--client.highlight > td:first-of-type:before {
    display: block;
  }
  .ep-liste-clients tr.ep-liste-clients--reservation.highlight {
    display: table-row;
  }
  .ep-liste-clients tr.ep-liste-clients--reservation.highlight > td {
    display: table-cell;
  }
  .ep-liste-clients tr.ep-liste-clients--reservation.highlight th {
    display: table-cell;
  }
  .ep-liste-clients tr.ep-liste-clients--reservation.highlight th[rowspan] {
    display: table-cell;
    width: 10% !important;
  }
}
.ep-liste-clients td.ep-reservation-liste {
  position: relative;
  z-index: 1;
  padding: 0;
}
.ep-liste-clients td.ep-reservation-liste table th {
  background-color: #c7c6cc;
  color: #39354e;
  padding: 10px 10px;
}
.ep-liste-clients td.ep-reservation-liste table td {
  padding: 5px 10px;
}
.ep-liste-clients td.ep-reservation-liste table td:first-child, .ep-liste-clients td.ep-reservation-liste table td:nth-of-type(2) {
  padding: 0;
}
.ep-liste-clients td.ep-reservation-liste.ep-reservation-liste--wish table th {
  background-color: #e1e1e4;
}
.ep-liste-clients.ep-liste-clients--administrateur tbody td:not(.align-center) {
  text-align: left;
}
.ep-liste-clients.ep-liste-clients--administrateur tbody a:not(.ep-dashboard-btn) {
  color: #000;
  text-decoration: underline;
}
.no-touch .ep-liste-clients.ep-liste-clients--administrateur tbody a:not(.ep-dashboard-btn):hover, .no-touch .ep-liste-clients.ep-liste-clients--administrateur tbody a:not(.ep-dashboard-btn):focus, .touch .ep-liste-clients.ep-liste-clients--administrateur tbody a:not(.ep-dashboard-btn):active {
  color: #353A2C;
}

.reservation-legende {
  *zoom: 1;
  margin: 20px 0;
}
.reservation-legende:before, .reservation-legende:after {
  display: table;
  content: "";
}
.reservation-legende:after {
  clear: both;
}
.reservation-legende li {
  display: block;
  float: none;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  margin: 0 0 3px 0;
}
@media (min-width: 48em) {
  .reservation-legende li {
    display: inline-block;
    margin: 0 3px 6px 0;
  }
}

.ep-reservation-statut {
  display: inline-block;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  margin: 0 3px 3px 0;
  border: 1px solid #ffb44e;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
.ep-reservation-statut.ep-reservation-statut--DEN {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}
.ep-reservation-statut.ep-reservation-statut--REF, .ep-reservation-statut.ep-reservation-statut--RET, .ep-reservation-statut.ep-reservation-statut--EXP {
  background-color: transparent;
  border-color: #9b9b9b;
  color: #9b9b9b;
  font-weight: 900;
}
.ep-reservation-statut.ep-reservation-statut--VAL {
  color: #ffb44e;
  border-color: #ffb44e;
}
.ep-reservation-statut.ep-reservation-statut--VAL.ep-reservation-statut--light {
  color: #ffb44e !important;
}
.ep-reservation-statut.ep-reservation-statut--OPT {
  background-color: #ff944e !important;
  border-color: #ff944e !important;
}
.ep-reservation-statut.ep-reservation-statut--OPT.ep-reservation-statut--light {
  color: #ff944e !important;
}
.ep-reservation-statut.ep-reservation-statut--RES {
  background-color: #fe4241;
  border-color: #fe4241;
}
.ep-reservation-statut.ep-reservation-statut--RES.ep-reservation-statut--light {
  color: #fe4241 !important;
}
.ep-reservation-statut.ep-reservation-statut--ACT {
  background-color: #686091;
  border-color: #686091;
}
.ep-reservation-statut.ep-reservation-statut--ACT.ep-reservation-statut--light {
  color: #686091 !important;
}
.ep-reservation-statut.ep-reservation-statut--FIN {
  background-color: #5c8e99;
  border-color: #5c8e99;
}
.ep-reservation-statut.ep-reservation-statut--FIN.ep-reservation-statut--light {
  color: #5c8e99 !important;
}
.ep-reservation-statut.ep-reservation-statut--light {
  background-color: transparent !important;
  border: none;
  font-size: 13px;
  font-size: calc(13 / 10) rem;
}
.ep-reservation-statut.ep-reservation-statut--fat {
  padding: 5px 20px;
  font-size: 13px;
  font-size: calc(13 / 10) rem;
}
.ep-reservation-liste .ep-reservation-statut {
  float: none;
  display: block;
  margin: 0;
  padding: 10px;
}

.ep-dashboard-btn {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: inline-block;
  border: 1px solid #353A2C;
  border-radius: 2px;
  color: #353A2C;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 0 3px 0;
}
.no-touch .ep-dashboard-btn:hover, .no-touch .ep-dashboard-btn:focus, .touch .ep-dashboard-btn:active {
  background-color: #353A2C;
  color: #fff;
  border-color: #353A2C;
}
.ep-liste-clients--client--off .ep-dashboard-btn {
  border-color: #cecece;
  color: #9a9a9a;
  border-color: #9a9a9a;
}
.ep-liste-budgets .ep-dashboard-btn {
  font-size: 11px;
  font-size: calc(11 / 10) rem;
  margin: 0 auto;
}

.ep-dashboard-btn--view {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease, color 0.3s ease-in-out;
  transition: background-color 0.3s ease, color 0.3s ease-in-out;
  font-size: 13px;
  font-size: calc(13 / 10) rem;
  width: 24px;
  text-align: center;
  padding: 0;
}
.ep-dashboard-btn--view:after {
  content: "+";
}
.highlight .ep-dashboard-btn--view {
  background-color: #353A2C;
  color: #fff;
  line-height: 22px;
}
.highlight .ep-dashboard-btn--view:after {
  content: "-";
}

.ep-float-element {
  *zoom: 1;
}
.ep-float-element:before, .ep-float-element:after {
  display: table;
  content: "";
}
.ep-float-element:after {
  clear: both;
}
.ep-float-element.ep-float-element--add-padding {
  padding: 0 10px;
}
.ep-float-element > * {
  float: left;
}

@media (min-width: 48em) {
  .ep-float-element--right {
    float: right !important;
  }
}

@media (min-width: 48em) {
  .ep-float-element--left {
    float: left !important;
  }
}

.select2[name^=filter_] {
  width: 250px;
}

.ep-form {
  *zoom: 1;
}
.ep-form:before, .ep-form:after {
  display: table;
  content: "";
}
.ep-form:after {
  clear: both;
}
.ep-form p {
  *zoom: 1;
}
.ep-form p:before, .ep-form p:after {
  display: table;
  content: "";
}
.ep-form p:after {
  clear: both;
}
.ep-form label {
  display: block;
  font-weight: 700;
  color: #85916e;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
@media (min-width: 48em) {
  .ep-form label {
    width: 40%;
    float: left;
    padding: 10px 0;
  }
}
.ep-form label span {
  display: block;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
  color: #999;
  font-style: italic;
  font-weight: normal;
}
@media (min-width: 48em) {
  .ep-form.ep-form--stats label {
    width: 50%;
  }
}
.ep-form button[type=submit], .ep-form .button-delete {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 20px 40px;
  background-color: #B0B5AC;
  border: none;
  color: #fff;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.no-touch .ep-form button[type=submit]:hover, .no-touch .ep-form button[type=submit]:focus, .touch .ep-form button[type=submit]:active, .no-touch .ep-form .button-delete:hover, .no-touch .ep-form .button-delete:focus, .touch .ep-form .button-delete:active {
  background-color: #8a9184;
}
.ep-form button[type=submit].sumbmit-min, .ep-form .button-delete.sumbmit-min {
  padding: 10px 20px;
}
.ep-form .button-delete {
  cursor: pointer;
  background-color: #fff;
  border-color: #969696;
  color: #969696;
  float: left;
}
.no-touch .ep-form .button-delete:hover, .no-touch .ep-form .button-delete:focus, .touch .ep-form .button-delete:active {
  background-color: #969696;
  color: #fff;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field), .ep-form textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 10px;
  width: 100%;
  font-family: "Aptos", sans-serif;
  line-height: 40px;
}
@media (min-width: 48em) {
  .ep-form input:not([type=checkbox]):not(.select2-search__field), .ep-form textarea {
    width: 50%;
    float: left;
  }
}
.no-touch .ep-form input:not([type=checkbox]):not(.select2-search__field):not([readonly]):not([disabled]):hover, .no-touch .ep-form input:not([type=checkbox]):not(.select2-search__field):not([readonly]):not([disabled]):focus, .touch .ep-form input:not([type=checkbox]):not(.select2-search__field):not([readonly]):not([disabled]):active, .no-touch .ep-form textarea:not([readonly]):not([disabled]):hover, .no-touch .ep-form textarea:not([readonly]):not([disabled]):focus, .touch .ep-form textarea:not([readonly]):not([disabled]):active {
  border-color: #353A2C;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[readonly], .ep-form textarea[readonly] {
  background-color: #eee;
  border-color: #eee;
  color: #bbb;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled], .ep-form textarea[disabled] {
  background-color: #eee;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled]::-webkit-input-placeholder, .ep-form textarea[disabled]::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled]::-moz-placeholder, .ep-form textarea[disabled]::-moz-placeholder {
  color: #999;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled]:-ms-input-placeholder, .ep-form textarea[disabled]:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled]::-ms-input-placeholder, .ep-form textarea[disabled]::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form input:not([type=checkbox]):not(.select2-search__field)[disabled]::placeholder, .ep-form textarea[disabled]::placeholder {
  color: #999;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form textarea {
  line-height: 1.2em;
  padding: 15px 10px;
  height: 100px;
}
.ep-form textarea.textarea--large {
  width: 100%;
  height: 265px;
}
.ep-form .ep-form-field--checkbox {
  position: relative;
  margin: 0 0 1em;
  min-height: 40px;
}
.ep-form .ep-form-field--checkbox input {
  display: none;
}
.ep-form .ep-form-field--checkbox label {
  position: relative;
  z-index: 1;
  width: 90%;
}
.ep-form .ep-form-field--checkbox .ep-form__checkbox {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -55%, 0);
          transform: translate3d(0, -55%, 0);
  z-index: 0;
  display: block;
  background-color: #e6e6e6;
  border-radius: 20px;
  height: 30px;
  width: 60px;
}
@media (min-width: 48em) {
  .ep-form .ep-form-field--checkbox .ep-form__checkbox {
    right: 10%;
  }
}
.ep-form .ep-form-field--checkbox .ep-form__checkbox:before {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "non";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #353A2C;
  font-weight: 700;
  -webkit-transform: translate3d(29px, -50%, 0);
          transform: translate3d(29px, -50%, 0);
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.ep-form .ep-form-field--checkbox .ep-form__checkbox .ep-form__checkbox__toggle {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ep-form .ep-form-field--checkbox input:checked ~ .ep-form__checkbox {
  background-color: #B0B5AC;
}
.ep-form .ep-form-field--checkbox input:checked ~ .ep-form__checkbox:before {
  content: "oui";
  -webkit-transform: translate3d(8px, -50%, 0);
          transform: translate3d(8px, -50%, 0);
  color: #fff;
}
.ep-form .ep-form-field--checkbox input:checked ~ .ep-form__checkbox .ep-form__checkbox__toggle {
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}
.ep-form .ep-form__actions {
  *zoom: 1;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ep-form .ep-form__actions:before, .ep-form .ep-form__actions:after {
  display: table;
  content: "";
}
.ep-form .ep-form__actions:after {
  clear: both;
}
.ep-form .ep-form__actions.ep-form__actions--float {
  float: left;
  margin-top: 2px;
}
.ep-form .ep-form__actions .ep-form__actions__submit {
  position: relative;
  display: block;
  float: left;
}
.ep-form .ep-form__actions .ep-form__actions__submit:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
}
.ep-form .ep-form__actions.ep-form__actions--no-action .ep-form__actions__submit:after {
  display: block;
}
.ep-form .ep-form__actions.ep-form__actions--no-action button[type=submit] {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #fff;
  cursor: not-allowed;
}
.no-touch .ep-form .ep-form__actions.ep-form__actions--no-action button[type=submit]:hover, .no-touch .ep-form .ep-form__actions.ep-form__actions--no-action button[type=submit]:focus, .touch .ep-form .ep-form__actions.ep-form__actions--no-action button[type=submit]:active {
  background-color: #c8c8c8;
}
.ep-form .ep-form__actions.ep-form__actions--reverse {
  margin-top: 0;
}
.ep-form .ep-form__actions.ep-form__actions--reverse .ep-form__actions__submit {
  float: right;
  margin: 0 0 0 20px;
}
.ep-form .ep-form__actions.ep-form__actions--reverse button {
  margin-right: 0;
}
.ep-form .ep-form-field {
  *zoom: 1;
  margin: 0 0 1em 0;
}
.ep-form .ep-form-field:before, .ep-form .ep-form-field:after {
  display: table;
  content: "";
}
.ep-form .ep-form-field:after {
  clear: both;
}
.ep-form .ep-form-field:not(.ep-form-field--half):not(.ep-form-field--half--desktop):not(.ep-form-field--third) {
  clear: both;
}
.ep-form .ep-form-field.ep-form-field--hidden {
  display: none;
}
@media (min-width: 48em) {
  .ep-form .ep-form-field.ep-form-field--half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .ep-form .ep-form-field.ep-form-field--half--desktop {
    float: left;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .ep-form .ep-form-field.ep-form-field--third {
    float: left;
    width: 20%;
    margin-right: 1%;
  }
}
.ep-form .ep-form-field.error label {
  color: red;
}
.ep-form .ep-form-field.error input, .ep-form .ep-form-field.error textarea {
  border-color: red;
}
.ep-form .ep-form-field.error .select2-selection--single {
  border-color: red;
}
.ep-form .select2-container--default {
  width: 100% !important;
}
@media (min-width: 48em) {
  .ep-form .select2-container--default {
    width: 50% !important;
    float: left;
  }
}
.ep-form .select2-container--default .select2-selection--single {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border-radius: 3px;
  border: 1px solid #eee;
  height: 40px;
}
.no-touch .ep-form .select2-container--default .select2-selection--single:hover, .no-touch .ep-form .select2-container--default .select2-selection--single:focus, .touch .ep-form .select2-container--default .select2-selection--single:active {
  border-color: #353A2C;
}
.ep-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.ep-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.ep-form .select2-container--default .select2-selection--multiple {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #eee !important;
  border-radius: 3px;
  min-height: 40px;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  border-color: #e1e1e1;
  background-color: #f3f3f3;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__choice--locked span.select2-selection__choice__remove {
  display: none;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  float: none;
  padding: 10px 0;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #999;
  font-family: "Aptos", sans-serif;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #999;
  font-family: "Aptos", sans-serif;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #999;
  font-family: "Aptos", sans-serif;
}
.ep-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #999;
  font-family: "Aptos", sans-serif;
}
.ep-form .select2-container--default.select2-container--disabled .select2-selection__choice {
  background-color: #eee;
  color: #bbb;
}
.ep-form .select2-container--default.select2-container--disabled .select2-selection__clear {
  color: #bbb;
}
@media (min-width: 48em) {
  .ep-form .ep-form--full .select2-container--default {
    width: 100% !important;
    float: none;
  }
}
.ep-form .ep-form--full .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-weight: 700;
}
.ep-form .ep-form--full .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #000;
  left: auto;
  right: 15px;
}
@media (min-width: 48em) {
  .ep-form.ep-form--filter .select2-container--default {
    width: auto !important;
    min-width: 200px;
    float: none;
  }
}

.select2-results__group {
  font-weight: 700;
  background-color: #b6bda8;
  color: #353A2C;
}

.select2.select2-container--open .select2-selection {
  border-color: #353A2C !important;
}
.select2.select2-container--open.select2-container--above .select2-selection {
  border-top-color: transparent !important;
  border-bottom-color: #353A2C !important;
}
.select2.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #bbb;
}
.ep-liste-clients .select2 .select2-selection--single {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border-radius: 0;
  border: 2px solid #e1e1e1;
  text-align: left;
}

.select2-dropdown {
  border-color: #353A2C;
}
.select2-dropdown.select-client-dropdown > .select2-results > ul.select2-results__options > li[data-select2-id$="-0"] {
  background-color: #B0B5AC;
  text-align: center;
  border-radius: 0 0 3px 3px;
  color: #fff;
}
.select2-dropdown.select2-dropdown-client-statut {
  border-radius: 0 !important;
  border-width: 2px;
}

.ep-input_select {
  display: inline-block;
  position: relative;
}
.ep-input_select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  border: 4px solid #fff;
  border-top-color: #888;
  -webkit-transform: translate3d(0, calc(-50% + 2px), 0);
          transform: translate3d(0, calc(-50% + 2px), 0);
  pointer-events: none;
}

.ep-simple_select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #e1e1e1;
  background-color: #fff;
  height: 28px;
  font-family: "Aptos", sans-serif;
  font-size: 14px;
  color: #444;
  padding: 0 20px 0 8px;
  cursor: pointer;
}

.ep-form__retour {
  float: left;
  display: block;
  margin: 0 0 0 10px;
}
.ep-form__retour p {
  padding: 20px 20px;
  border: 3px solid #cecece;
  border-width: 0 0 0 5px;
  border-radius: 3px;
  color: #000;
  background-color: rgba(206, 206, 206, 0.3);
}
.ep-form__retour .ep-form__retour--valid {
  border-color: #27ae60;
  color: #27ae60;
  background-color: rgba(39, 174, 96, 0.3);
}
.ep-form__retour .ep-form__retour--error {
  border-color: #969696;
  color: #969696;
  background-color: rgba(150, 150, 150, 0.3);
}

.ep-box-shadow {
  *zoom: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px 0;
}
.ep-box-shadow:before, .ep-box-shadow:after {
  display: table;
  content: "";
}
.ep-box-shadow:after {
  clear: both;
}

.item-ajax {
  position: relative;
}
.item-ajax.item-ajax--remove {
  display: none;
  height: 0 !important;
}

.item-ajax--loader {
  float: left;
  background-color: #efefef;
  padding: 20px;
  margin: 10px;
  border-radius: 3px;
  color: #353A2C;
}

.ep-btn--remove {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  color: #000;
  border-radius: 50%;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
.no-touch .ep-btn--remove:hover, .no-touch .ep-btn--remove:focus, .touch .ep-btn--remove:active {
  background-color: #969696;
  color: #fff;
}

.ep-enfant {
  *zoom: 1;
  position: relative;
  background-color: #f9f9f9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 20px;
}
.ep-enfant:before, .ep-enfant:after {
  display: table;
  content: "";
}
.ep-enfant:after {
  clear: both;
}

.ep-enfant--hidden,
.ep-enfant--remove {
  display: none;
}

.ep-btn-actions {
  clear: both;
  *zoom: 1;
}
.ep-btn-actions:before, .ep-btn-actions:after {
  display: table;
  content: "";
}
.ep-btn-actions:after {
  clear: both;
}
@media (max-width: 63.99em) {
  .ep-btn-actions {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 64em) {
  .ep-btn-actions {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 63.99em) {
  .ep-btn-actions li {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 64em) {
  .ep-btn-actions li {
    float: left;
    width: 40%;
    padding: 0 0 0 5px;
  }
  .ep-btn-actions li:first-of-type {
    width: 60%;
    padding: 0 5px 0 0;
  }
  .ep-btn-actions li:not(.ep-btn-actions--full):last-of-type {
    width: 40%;
    padding: 0 0 0 5px;
    float: right;
  }
  .ep-btn-actions li.ep-btn-actions--full {
    width: 100%;
  }
}

.ep-btn {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: block;
  padding: 10px 20px;
  background-color: #353A2C;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
}
.no-touch .ep-btn:hover, .no-touch .ep-btn:focus, .touch .ep-btn:active {
  background-color: #B0B5AC;
  border-color: #B0B5AC;
  color: #fff;
}
@media (max-width: 47.99em) {
  .ep-btn {
    margin-bottom: 5px;
  }
}
.ep-btn.ep-btn--light {
  background-color: transparent;
  border: 1px solid #353A2C;
  color: #353A2C;
}
.ep-btn.ep-btn--add {
  background-color: #B0B5AC;
  color: #fff;
}
.no-touch .ep-btn.ep-btn--add:hover, .no-touch .ep-btn.ep-btn--add:focus, .touch .ep-btn.ep-btn--add:active {
  background-color: #969d91;
  border-color: #969d91;
}
.no-touch .ep-btn.ep-btn--alert:not(.ep-btn--inactive):hover, .no-touch .ep-btn.ep-btn--alert:not(.ep-btn--inactive):focus, .touch .ep-btn.ep-btn--alert:not(.ep-btn--inactive):active {
  background-color: #e10231;
  border-color: #e10231;
}
.ep-btn.ep-btn--inline {
  display: inline-block;
}
.ep-btn.ep-btn--min {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.ep-btn.ep-btn--inactive {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #fff;
  cursor: not-allowed;
}
.no-touch .ep-btn.ep-btn--inactive:hover, .no-touch .ep-btn.ep-btn--inactive:focus, .touch .ep-btn.ep-btn--inactive:active {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}

/* 
 ######    ##     ##  ####  ##     ##  ####  
##    ##   ##     ##   ##   ##     ##   ##   
##         ##     ##   ##   ##     ##   ##   
 ######    ##     ##   ##   ##     ##   ##   
      ##   ##     ##   ##    ##   ##    ##   
##    ##   ##     ##   ##     ## ##     ##   
 ######     #######   ####     ###     ####  
 */
/* 
 ######    ##         ####  ########   ##    ##   ########   
##    ##   ##          ##   ##         ###   ##      ##      
##         ##          ##   ##         ####  ##      ##      
##         ##          ##   ######     ## ## ##      ##      
##         ##          ##   ##         ##  ####      ##      
##    ##   ##          ##   ##         ##   ###      ##      
 ######    ########   ####  ########   ##    ##      ##      
 */
.ep-client-reservations {
  *zoom: 1;
  background-color: #f3f3f3;
  margin-bottom: 40px;
}
.ep-client-reservations:before, .ep-client-reservations:after {
  display: table;
  content: "";
}
.ep-client-reservations:after {
  clear: both;
}
.ep-client-reservations .ep-client-reservation__header {
  *zoom: 1;
  background-color: #e9e9e9;
  text-align: center;
  padding: 15px;
  line-height: 30px;
  top: 215px;
  z-index: 9;
}
.ep-client-reservations .ep-client-reservation__header:before, .ep-client-reservations .ep-client-reservation__header:after {
  display: table;
  content: "";
}
.ep-client-reservations .ep-client-reservation__header:after {
  clear: both;
}
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__buyer {
  text-transform: uppercase;
  color: #353A2C;
  font-size: 18px;
  font-size: calc(18 / 10) rem;
  line-height: 1em;
}
@media (max-width: 47.99em) {
  .ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__buyer .ep-client-reservation__header__co_buyer span {
    display: none;
  }
}
@media (min-width: 48em) {
  .ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__buyer .ep-client-reservation__header__co_buyer {
    display: inline-block;
  }
}
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__contact,
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__co-contact {
  color: #B0B5AC;
  text-align: left;
}
@media (max-width: 47.99em) {
  .ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__contact,
  .ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__co-contact {
    display: none;
  }
}
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__contact a,
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__co-contact a {
  color: #B0B5AC;
}
.ep-client-reservations .ep-client-reservation__header .ep-client-reservation__header__link {
  float: left;
  color: #B0B5AC;
  text-align: right;
}
@media (min-width: 48em) {
  .ep-client-reservations .ep-client-reservation__header {
    line-height: 1em;
  }
  .ep-client-reservations .ep-client-reservation__header > div {
    width: 33.33%;
  }
  .ep-client-reservations .ep-client-reservation__header > div.ep-client-reservation__header__contact {
    float: left;
  }
  .ep-client-reservations .ep-client-reservation__header > div.ep-client-reservation__header__co-contact {
    float: right;
    text-align: right;
  }
  .ep-client-reservations .ep-client-reservation__header > div.ep-client-reservation__header__buyer {
    float: left;
  }
}
.ep-client-reservations .ep-client-reservation-item {
  *zoom: 1;
  border-top: 1px solid #fff;
}
.ep-client-reservations .ep-client-reservation-item:before, .ep-client-reservations .ep-client-reservation-item:after {
  display: table;
  content: "";
}
.ep-client-reservations .ep-client-reservation-item:after {
  clear: both;
}
.ep-client-reservations .ep-client-reservation__lot {
  position: relative;
  padding: 25px 20px;
  color: #4f496d;
}
.ep-client-reservations .ep-client-reservation__lot:before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  bottom: 0;
  width: 10px;
  background-color: transparent;
  border: 1px solid transparent;
}
.ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-val:before {
  border-color: #ffb44e;
}
.ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-opt:before {
  background-color: #ff944e;
}
.ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-res:before {
  background-color: #fe4241;
}
.ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-fin:before {
  background-color: #5c8e99;
}
.ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-ven:before, .ep-client-reservations .ep-client-reservation__lot.ep-client-reservation__lot--statut-act:before {
  background-color: #686091;
}
.ep-client-reservations .ep-client-reservation__lot .ep-client-reservation__lot__num {
  padding-bottom: 30px;
  border: 1px solid #d2d2d2;
  border-width: 0 0 1px 0;
  margin: 0 0 20px 0;
}
.ep-client-reservations .ep-client-reservation__lot .ep-client-reservation__lot__num p {
  text-transform: uppercase;
  font-size: 18px;
  font-size: calc(18 / 10) rem;
}
.ep-client-reservations .ep-client-reservation__timeline {
  position: relative;
  border: 1px solid #fff;
  border-width: 0 1px;
  padding-bottom: 60px;
}
@media (max-width: 47.99em) {
  .ep-client-reservations .ep-client-reservation__timeline {
    border: 0;
  }
}
@media (max-width: 63.99em) {
  .ep-client-reservations .ep-client-reservation__timeline {
    border-width: 0 0 0 1px;
  }
}
.ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step {
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  padding: 20px;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
@media (max-width: 47.99em) {
  .ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step {
    border-width: 1px 0;
  }
}
.ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  color: #cecece;
  text-align: center;
  border: 1px solid #f3f3f3;
  text-transform: uppercase;
  padding: 5px 0;
  cursor: pointer;
}
.no-touch .ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide:hover {
  color: #9b9b9b;
}
.no-touch .ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide:hover:after {
  background: #9b9b9b;
}
.ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide:after {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cecece;
  height: 4px;
}
.ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide.slick-current {
  color: #353A2C;
}
.ep-client-reservations .ep-client-reservation__timeline .ep-client-reservation__timeline__step .slick-slide.slick-current:after {
  height: 6px;
  background-color: #353A2C;
  bottom: -1px;
}
.ep-client-reservations .ep-client-reservation__contact {
  *zoom: 1;
  border: 0px solid #fff;
  position: relative;
}
.ep-client-reservations .ep-client-reservation__contact:before, .ep-client-reservations .ep-client-reservation__contact:after {
  display: table;
  content: "";
}
.ep-client-reservations .ep-client-reservation__contact:after {
  clear: both;
}
.ep-client-reservations .ep-client-reservation__contact strong {
  font-weight: 700;
}
@media (max-width: 63.99em) {
  .ep-client-reservations .ep-client-reservation__contact {
    border-width: 1px 0 0 0;
  }
}
.ep-client-reservations .ep-client-reservation__timeline__item .ep-client-reservation__timeline__item__inner {
  position: relative;
  padding: 20px;
}
@media (min-width: 48em) {
  .ep-client-reservations .ep-client-reservation__lot {
    float: left;
    width: 50%;
  }
  .ep-client-reservations .ep-client-reservation__contact {
    float: left;
    width: 100%;
  }
  .ep-client-reservations .ep-client-reservation__timeline {
    float: left;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .ep-client-reservations .ep-client-reservation__lot,
  .ep-client-reservations .ep-client-reservation__contact {
    float: left;
    width: 25%;
  }
  .ep-client-reservations .ep-client-reservation__timeline {
    float: left;
    width: 50%;
  }
}

.ep-client-reservation__contact {
  padding: 0 0 60px 0;
}

.ep-client-reservation__contact__inner {
  padding: 20px;
}

.ep-client-reservation__contact__header {
  *zoom: 1;
  padding: 20px 0;
  margin: 0 0 20px 0;
  border: 1px solid #d2d2d2;
  border-width: 0 0 1px 0;
}
.ep-client-reservation__contact__header:before, .ep-client-reservation__contact__header:after {
  display: table;
  content: "";
}
.ep-client-reservation__contact__header:after {
  clear: both;
}
.ep-client-reservation__contact__header li {
  float: left;
  width: 50%;
}

.ep-client-reservation__contact__teaser.ep-client-reservation__contact__teaser--futur {
  color: #e10231;
}
.ep-client-reservation__contact__teaser.ep-client-reservation__contact__teaser--futur .ep-client-reservation__contact__header {
  border-color: rgba(225, 2, 49, 0.5);
}
.ep-client-reservation__contact__teaser.ep-client-reservation__contact__teaser--futur .ep-client-note {
  color: #e10231;
}
.ep-client-reservation__contact__teaser.ep-client-reservation__contact__teaser--futur .ep-client-note:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(225, 2, 49, 0.5)), color-stop(8%, transparent)) 0 1.3em;
  background: -o-linear-gradient(bottom, rgba(225, 2, 49, 0.5) 0, transparent 8%) 0 1.3em;
  background: linear-gradient(to top, rgba(225, 2, 49, 0.5) 0, transparent 8%) 0 1.3em;
  background-size: 100% 1.3em;
}

.ep-client-reservation__contact__action {
  *zoom: 1;
}
.ep-client-reservation__contact__action:before, .ep-client-reservation__contact__action:after {
  display: table;
  content: "";
}
.ep-client-reservation__contact__action:after {
  clear: both;
}
.ep-client-reservation__contact__action li {
  margin: 0 0 10px 0;
}
@media (min-width: 64em) {
  .ep-client-reservation__contact__action {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
  }
  .ep-client-reservation__contact__action li {
    float: left;
    width: 50%;
  }
  .ep-client-reservation__contact__action li:first-of-type {
    padding-right: 5px;
  }
  .ep-client-reservation__contact__action li:last-of-type {
    padding-left: 5px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .ep-client-reservation__contact__item,
  .ep-client-reservation__contact__action {
    float: left;
    width: 50%;
  }
  .ep-client-reservation__contact__action {
    padding-left: 20px;
  }
  .ep-client-reservation__contact__item {
    padding-right: 20px;
  }
}
.ep-client-reservation__price-detail {
  margin-top: 40px;
}
.ep-client-reservation__price-detail li {
  position: relative;
  *zoom: 1;
  margin: 0 0 10px 0;
}
.ep-client-reservation__price-detail li:before, .ep-client-reservation__price-detail li:after {
  display: table;
  content: "";
}
.ep-client-reservation__price-detail li:after {
  clear: both;
}
.ep-client-reservation__price-detail li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  border: 1px dotted #4f496d;
  border-width: 1px 0 0 0;
  height: 1px;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--discount {
  color: #e10231;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--discount:before {
  border-color: #e10231;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--total {
  font-weight: bold;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--hide {
  display: none;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--cuisine--none:before {
  border-color: #999;
}
.ep-client-reservation__price-detail li.ep-client-reservation__price-detail--cuisine--none span {
  color: #999 !important;
}
.ep-client-reservation__price-detail li span {
  position: relative;
  z-index: 1;
  float: left;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 0 3px 0 0;
}
.ep-client-reservation__price-detail li span:last-child {
  float: right;
  padding: 0 0 0 3px;
}
.ep-client-reservation__price-detail li span em {
  font-style: normal;
}
.ep-equinox-recap-price .ep-client-reservation__price-detail {
  margin-top: 20px;
}
.ep-equinox-recap-price .ep-client-reservation__price-detail span {
  background-color: #fff;
}
.ep-equinox-recap-price .ep-client-reservation__price-detail span:first-of-type {
  color: #85916e;
}

.ep-client__text-alert {
  color: #e10231;
}

.ep-client__text-highlight {
  color: #353A2C;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin: 0 0 0.3em 0 !important;
}

.ep-client-list-link {
  margin: 15px 0;
}

.ep-client-link {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0 0 0 18px;
  color: #353A2C;
}
.ep-client-reservation__header .ep-client-link {
  margin: 0;
}
.ep-client-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
.ep-client-link span {
  text-decoration: underline;
}
.ep-client-link.ep-client-link--active {
  color: #B0B5AC;
}
.ep-client-link.ep-client-link--view:before {
  content: "\e9ce";
}
.ep-client-link.ep-client-link--send {
  color: #B0B5AC;
}
.ep-client-link.ep-client-link--send:before {
  content: "\e900";
}
.ep-client-link.ep-client-link--alert {
  color: #e10231;
}
.no-touch .ep-client-link:hover, .no-touch .ep-client-link:focus, .touch .ep-client-link:active {
  color: #85916e;
}

.ep-client-note {
  position: relative;
  font-style: italic;
  color: #4e4e4e;
  line-height: 1.3em;
  min-height: 70px;
}
.ep-client-note:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#d1d6db), color-stop(8%, transparent)) 0 1.3em;
  background: -o-linear-gradient(bottom, #d1d6db 0%, transparent 8%) 0 1.3em;
  background: linear-gradient(to top, #d1d6db 0%, transparent 8%) 0 1.3em;
  background-size: 100% 1.3em;
}

/* 
##     ##   #######   ########      ###     ##         
###   ###  ##     ##  ##     ##    ## ##    ##         
#### ####  ##     ##  ##     ##   ##   ##   ##         
## ### ##  ##     ##  ##     ##  ##     ##  ##         
##     ##  ##     ##  ##     ##  #########  ##         
##     ##  ##     ##  ##     ##  ##     ##  ##         
##     ##   #######   ########   ##     ##  ########   
 */
.pac-container {
  z-index: 1051 !important;
}

.ep-form-modal {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  max-width: 650px;
  border-radius: 3px;
}
.ep-form-modal .mfp-close {
  top: 10px !important;
  right: 5px !important;
}
.ep-form-modal ul:not(.select2-selection__rendered):not(.ep-client-reservation__contact__header) {
  margin: 0;
}
.ep-form-modal ul:not(.select2-selection__rendered):not(.ep-client-reservation__contact__header) li {
  list-style-type: disc;
  margin: 0 0 5px 30px;
}

/* 
   ###     ########   ##     ##  ####  ##    ##   ####   ######    ########   ########      ###     ########   ########   ##     ##  ########   
  ## ##    ##     ##  ###   ###   ##   ###   ##    ##   ##    ##      ##      ##     ##    ## ##       ##      ##         ##     ##  ##     ##  
 ##   ##   ##     ##  #### ####   ##   ####  ##    ##   ##            ##      ##     ##   ##   ##      ##      ##         ##     ##  ##     ##  
##     ##  ##     ##  ## ### ##   ##   ## ## ##    ##    ######       ##      ########   ##     ##     ##      ######     ##     ##  ########   
#########  ##     ##  ##     ##   ##   ##  ####    ##         ##      ##      ##   ##    #########     ##      ##         ##     ##  ##   ##    
##     ##  ##     ##  ##     ##   ##   ##   ###    ##   ##    ##      ##      ##    ##   ##     ##     ##      ##         ##     ##  ##    ##   
##     ##  ########   ##     ##  ####  ##    ##   ####   ######       ##      ##     ##  ##     ##     ##      ########    #######   ##     ##  
 */
.ep-liste-budgets {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
.ep-liste-budgets .ep-budget-detail__communication {
  top: 154px;
}
@media (max-width: 63.99em) {
  .ep-liste-budgets thead {
    display: none;
  }
  .ep-liste-budgets tbody tr:not(:first-child) {
    border-top: 10px solid #fff;
  }
  .ep-liste-budgets tbody td {
    *zoom: 1;
    display: block;
    width: 100% !important;
  }
  .ep-liste-budgets tbody td:before, .ep-liste-budgets tbody td:after {
    display: table;
    content: "";
  }
  .ep-liste-budgets tbody td:after {
    clear: both;
  }
  .ep-liste-budgets tbody td:not(.ep-liste-budgets__programme):not(.ep-budget-detail__label) {
    text-align: right;
  }
  .ep-liste-budgets tbody td.ep-liste-budgets__programme {
    background-color: #353A2C;
  }
  .ep-liste-budgets tbody td.ep-liste-budgets__programme a {
    color: #fff;
  }
  .ep-liste-budgets tbody tr.ep-budget-detail__subtotal {
    display: none;
  }
  .ep-liste-budgets tfoot td {
    *zoom: 1;
    display: block;
    width: 100% !important;
  }
  .ep-liste-budgets tfoot td:before, .ep-liste-budgets tfoot td:after {
    display: table;
    content: "";
  }
  .ep-liste-budgets tfoot td:after {
    clear: both;
  }
  .ep-liste-budgets tfoot tr.ep-budget-detail__total td:not(:first-of-type),
  .ep-liste-budgets tfoot tr.ep-budget-detail__ca td:not(:first-of-type) {
    border-top: none !important;
    text-align: right;
  }
  .ep-liste-budgets tfoot tr.ep-budget-detail__total td,
  .ep-liste-budgets tfoot tr.ep-budget-detail__ca td {
    padding: 10px 5px !important;
  }
  .ep-liste-budgets tfoot tr.ep-budget-detail__ca td:first-of-type, .ep-liste-budgets tfoot tr.ep-budget-detail__ca td:nth-of-type(2) {
    width: 50% !important;
    float: left;
  }
  .ep-liste-budgets tfoot tr.ep-budget-detail__ca td:nth-of-type(4) {
    clear: both;
  }
  .ep-liste-budgets tfoot tr.ep-budget-detail__ca:not(.ep-budget-detail__ca--min) td:nth-of-type(2) {
    border-top: 10px solid #fff !important;
  }
  .ep-liste-budgets span {
    float: left;
    width: 50%;
    text-align: left;
  }
  .ep-liste-budgets .ep-budget-detail__hidden-down-desktop {
    display: none;
  }
}
@media (min-width: 64em) {
  .ep-liste-budgets span {
    display: none;
  }
}
.ep-liste-budgets a:not(.ep-dashboard-btn) {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #000;
  text-decoration: underline;
}
.no-touch .ep-liste-budgets a:not(.ep-dashboard-btn):hover, .no-touch .ep-liste-budgets a:not(.ep-dashboard-btn):focus, .touch .ep-liste-budgets a:not(.ep-dashboard-btn):active {
  color: #B0B5AC;
}
.ep-liste-budgets th, .ep-liste-budgets td {
  *zoom: 1;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
  background-clip: padding-box;
}
.ep-liste-budgets th:before, .ep-liste-budgets th:after, .ep-liste-budgets td:before, .ep-liste-budgets td:after {
  display: table;
  content: "";
}
.ep-liste-budgets th:after, .ep-liste-budgets td:after {
  clear: both;
}
.ep-liste-budgets th {
  background-color: #4f496d;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.ep-liste-budgets tbody th {
  background-color: #897b68;
  text-align: left;
}
.ep-liste-budgets tbody tr:not(:first-child) th {
  border-top: 10px solid #fff;
}
.ep-liste-budgets tbody tr.ep-budget-detail__subtotal th {
  background-color: #aca091;
  color: #4f473c;
  font-style: italic;
  border-top: none;
  text-align: center;
}
.ep-liste-budgets tr {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.ep-liste-budgets tr td {
  background-color: #f8f8f8;
}
.ep-liste-budgets tr .ep-budget-detail__price {
  width: 7%;
  white-space: nowrap;
}
.ep-liste-budgets tr .ep-budget-detail__price--previsionnel {
  background-color: rgba(105, 210, 231, 0.3);
}
.ep-liste-budgets tr .ep-budget-detail__price--reel {
  background-color: rgba(176, 181, 172, 0.3);
}
.ep-liste-budgets tr .ep-budget-detail__price--reglement {
  background-color: rgba(243, 134, 48, 0.3);
}
.ep-liste-budgets tfoot tr.ep-budget-detail__total td {
  border-top: 10px solid #fff;
  background-color: #a19483;
  font-weight: 700;
  padding: 20px 5px;
}
.ep-liste-budgets tfoot tr.ep-budget-detail__total td.ep-budget-detail__price--previsionnel {
  background-color: rgba(105, 210, 231, 0.6);
}
.ep-liste-budgets tfoot tr.ep-budget-detail__total td.ep-budget-detail__price--reel {
  background-color: rgba(176, 181, 172, 0.6);
}
.ep-liste-budgets tfoot tr.ep-budget-detail__total td.ep-budget-detail__price--reglement {
  background-color: rgba(243, 134, 48, 0.6);
}
.ep-liste-budgets tfoot tr.ep-budget-detail__ca td {
  border-top: 10px solid #fff;
  background-color: #b6bda8;
  font-weight: 700;
  padding: 10px 5px;
}
.ep-liste-budgets tfoot tr.ep-budget-detail__ca.ep-budget-detail__ca--min td {
  border-top-width: 1px;
  background-color: #e7e9e2;
}

/* 
 ######    ########      ###     ########    ######    
##    ##      ##        ## ##       ##      ##    ##   
##            ##       ##   ##      ##      ##         
 ######       ##      ##     ##     ##       ######    
      ##      ##      #########     ##            ##   
##    ##      ##      ##     ##     ##      ##    ##   
 ######       ##      ##     ##     ##       ######    
 */
.ep-form--stats .ep-select-multiple {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 3px;
}
.ep-form--stats .ep-select-multiple label {
  float: none;
  width: 100%;
}
.no-touch .ep-form--stats .ep-select-multiple:hover, .no-touch .ep-form--stats .ep-select-multiple:focus, .touch .ep-form--stats .ep-select-multiple:active {
  border-color: #353A2C;
}
.ep-form--stats .ep-select-multiple .ms-drop {
  min-width: 100%;
  width: auto;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  border-color: #353A2C;
}
.ep-form--stats .ep-select-multiple .ms-drop input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #aaa;
  border-radius: 0;
  padding: 4px;
  line-height: 1em;
  width: 100%;
  background: #fff;
}
.ep-form--stats .ep-select-multiple .ms-drop input[type=text]:focus {
  border-color: #aaa !important;
}
.ep-form--stats .ep-select-multiple .ms-choice {
  font-size: 14px;
  font-size: calc(14 / 10) rem;
  font-weight: 700;
}
.ep-form--stats .ep-stats .ep-select-multiple {
  border: none;
}
.ep-form--stats .ep-stats th, .ep-form--stats .ep-stats td {
  text-align: left;
  border: 1px solid #eee;
  padding: 0;
  padding: 0 10px;
}
.ep-form--stats .ep-stats thead th:first-of-type {
  padding: 0;
}
.ep-form--stats .ep-stats tbody td {
  padding: 10px;
}
.ep-form--stats .ep-stats tbody th {
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  background-color: #efefef;
  color: #353A2C;
  font-style: italic;
  padding: 5px 10px;
}
.ep-form--stats .ep-stats tfoot td, .ep-form--stats .ep-stats tfoot th {
  padding: 10px;
  background-color: rgba(53, 58, 44, 0.3);
  font-weight: 700;
}
.ep-form--stats .ep-stats tfoot th {
  color: #353A2C;
}

.ep-nav--client > li a {
  font-size: 11px;
}
@media (max-width: 63.99em) {
  .ep-nav--client > li:nth-of-type(3) {
    width: 100%;
  }
  .ep-nav--client > li:nth-of-type(3) a {
    border-right-width: 1px;
  }
  .ep-nav--client > li:nth-of-type(5) a {
    border-left-width: 0px;
    border-right-width: 1px;
  }
}
.ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type, .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type {
  width: 50%;
  margin-top: 0;
}
.ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type a, .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type a {
  background-color: #fff;
  border-color: #353A2C;
  border-width: 1px 1px 1px 1px;
  margin-top: -1px;
  margin-left: -1px;
  color: #353A2C;
}
.no-touch .ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type a:hover, .no-touch .ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type a:focus, .touch .ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type a:active, .no-touch .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type a:hover, .no-touch .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type a:focus, .touch .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type a:active {
  background-color: #353A2C !important;
  border-color: #353A2C !important;
}
@media (min-width: 64em) {
  .ep-nav--client > li:nth-last-child(-n+6):first-child:nth-of-type(even) a, .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:nth-of-type(even) a {
    border-right-width: 0;
  }
  .ep-nav--client > li:nth-last-child(-n+6):first-child:last-of-type, .ep-nav--client > li:nth-last-child(-n+6):first-child ~ li:last-of-type {
    margin-top: 0;
    padding-left: 0;
    float: left;
  }
}
@media (min-width: 64em) {
  .ep-nav--client > li:nth-last-child(n+6), .ep-nav--client > li:nth-last-child(n+6) ~ li {
    width: 16.66% !important;
  }
  .ep-nav--client > li:nth-last-child(n+6):last-of-type a, .ep-nav--client > li:nth-last-child(n+6) ~ li:last-of-type a {
    border-right-width: 1px !important;
  }
}
@media (min-width: 64em) {
  .ep-nav--client > li:nth-last-child(n+7), .ep-nav--client > li:nth-last-child(n+7) ~ li {
    width: 14.28% !important;
  }
}

.espace-client-gallery {
  cursor: pointer;
  overflow: hidden;
}
.espace-client-gallery img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: opacity 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94), opacity 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94), opacity 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94), opacity 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 2s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  width: 100%;
  height: auto;
}
.espace-client-gallery .espace-client-gallery__title {
  position: relative;
  z-index: 1;
  background-color: #353A2C;
  padding: 15px 15px 30px 15px;
  color: #fff;
  text-transform: uppercase;
}
.espace-client-gallery .espace-client-gallery__title span {
  display: block;
}
.no-touch .espace-client-gallery:hover img, .no-touch .espace-client-gallery:focus img, .touch .espace-client-gallery:active img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.mfp-arrow-left:before {
  border-right-color: #B0B5AC;
}
.mfp-arrow-left:after {
  border-right-color: #B0B5AC;
}

.mfp-arrow-right:before {
  border-left-color: #B0B5AC;
}
.mfp-arrow-right:after {
  border-left-color: #B0B5AC;
}

.ec_lot_choice {
  -webkit-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  display: block;
  color: #000;
  background-color: #F2F3F3;
}
.ec_lot_choice img {
  width: 100%;
  height: auto;
}
.ec_lot_choice .ec_lot_choice_content {
  padding: 20px;
  color: #B0B5AC;
  line-height: 1em;
}
.ec_lot_choice .ec_lot_choice_content span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  display: block;
}
.ec_lot_choice a {
  display: block;
  background-color: #353A2C;
  color: #fff;
  padding: 10px 20px;
}
.ec_lot_choice a span {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  display: inline-block;
  font-size: 10px;
}
.no-touch .ec_lot_choice:hover, .no-touch .ec_lot_choice:focus, .touch .ec_lot_choice:active {
  background-color: #e5e7e7;
}
.no-touch .ec_lot_choice:hover a span, .no-touch .ec_lot_choice:focus a span, .touch .ec_lot_choice:active a span {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.ec_table th, .ec_table td {
  text-align: left;
  padding: 10px 15px;
}
.ec_table th {
  text-transform: uppercase;
  color: #353A2C;
}
.ec_table tbody tr:nth-of-type(odd) td {
  background-color: #F7F8F8;
}

.ec_service_categorie {
  margin-top: 50px;
}

.ec_service {
  *zoom: 1;
}
.ec_service:before, .ec_service:after {
  display: table;
  content: "";
}
.ec_service:after {
  clear: both;
}

.editor-text.ec_service_content {
  float: right;
  width: calc(100% - 115px);
  font-size: 13px;
  color: #505050;
}
.editor-text.ec_service_content p {
  line-height: 1.2em;
}
.editor-text.ec_service_content:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background-color: #CECECE;
}

.ec_service_logo {
  float: left;
  display: block;
  margin-right: 15px;
  width: 100px;
}
.ec_service_logo img {
  width: 100px;
  height: auto;
}

.ec_showroom_nav {
  *zoom: 1;
  margin: 0 0 20px 0;
}
.ec_showroom_nav:before, .ec_showroom_nav:after {
  display: table;
  content: "";
}
.ec_showroom_nav:after {
  clear: both;
}
.ec_showroom_nav li {
  float: left;
  width: 50%;
}
.ec_showroom_nav li a {
  -webkit-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  display: block;
  border: 1px solid #353A2C;
  padding: 10px 0;
  margin: -1px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  color: #353A2C;
  font-size: 11px;
}
.ec_showroom_nav li a.current, .no-touch .ec_showroom_nav li a:hover, .no-touch .ec_showroom_nav li a:focus, .touch .ec_showroom_nav li a:active {
  background-color: #353A2C;
  color: #fff;
}
.ec_showroom_nav li:nth-of-type(even) a {
  margin-left: -1px;
}
.ec_showroom_nav.ec_showroom_nav--choice {
  margin-right: 1px;
}
.ec_showroom_nav.ec_showroom_nav--choice li {
  width: 100%;
}
.ec_showroom_nav.ec_showroom_nav--choice li a {
  border-color: #B0B5AC;
  padding: 10px;
  margin-left: 0;
  color: #B0B5AC;
}
.ec_showroom_nav.ec_showroom_nav--choice li a span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.ec_showroom_nav.ec_showroom_nav--choice li a.current, .no-touch .ec_showroom_nav.ec_showroom_nav--choice li a:hover, .no-touch .ec_showroom_nav.ec_showroom_nav--choice li a:focus, .touch .ec_showroom_nav.ec_showroom_nav--choice li a:active {
  background-color: #B0B5AC;
}
@media (min-width: 48em) {
  .ec_showroom_nav.ec_showroom_nav--choice {
    margin-right: 0;
  }
  .ec_showroom_nav.ec_showroom_nav--choice li {
    width: 50%;
  }
  .ec_showroom_nav.ec_showroom_nav--choice li a {
    margin-left: -1px;
  }
}
@media (min-width: 64em) {
  .ec_showroom_nav {
    float: left;
  }
  .ec_showroom_nav li {
    float: left;
    width: auto;
  }
  .ec_showroom_nav li a {
    padding: 0 30px;
    font-size: 14px;
    margin-left: -1px;
    line-height: 40px;
  }
  .ec_showroom_nav.ec_showroom_nav--choice {
    margin-left: 20px;
  }
  .ec_showroom_nav.ec_showroom_nav--choice li {
    width: auto;
  }
  .ec_showroom_nav.ec_showroom_nav--choice li a {
    padding: 0 20px;
  }
}

.ec_showroom_list {
  margin: 20px 0;
}

.ec_showroom_list_title {
  margin: 0 0 10px 0 !important;
  color: #B0B5AC;
  font-weight: bold;
  font-size: 18px;
}

.ec_showroom_list_subtitle span {
  text-transform: uppercase;
}

.ec_showroom_list_gamme {
  color: #353A2C;
  font-weight: 800;
  text-transform: uppercase;
}

.ec_showroom_list_image {
  *zoom: 1;
  margin: 30px 0 40px 0;
}
.ec_showroom_list_image:before, .ec_showroom_list_image:after {
  display: table;
  content: "";
}
.ec_showroom_list_image:after {
  clear: both;
}
.ec_showroom_list_image li {
  *zoom: 1;
  margin: 0 0 10px 0;
}
.ec_showroom_list_image li:before, .ec_showroom_list_image li:after {
  display: table;
  content: "";
}
.ec_showroom_list_image li:after {
  clear: both;
}
.ec_showroom_list_image li img {
  display: block;
  float: left;
}
.ec_showroom_list_image li span {
  float: left;
  display: block;
  margin-left: 15px;
  line-height: 80px;
}
.ec_showroom_list_image li a {
  color: #000;
}
@media (min-width: 64em) {
  .ec_showroom_list_image {
    margin: 20px 0 0 0;
  }
  .ec_showroom_list_image li {
    float: left;
    margin: 0 30px 30px 0;
  }
  .ec_showroom_list_image li img {
    float: none;
  }
  .ec_showroom_list_image li span {
    float: none;
    line-height: 1em;
    margin: 10px 0 0 0;
  }
}

.ec_document_date li {
  padding: 10px 0;
}
.ec_document_date li:not(:last-of-type) {
  border-bottom: 1px solid rgba(206, 206, 206, 0.4);
}
.ec_document_date span {
  display: block;
  font-weight: bold;
  color: #353A2C;
}

.ec_document_download li {
  border: 1px solid #353A2C;
  margin-bottom: 5px;
}
.ec_document_download li a {
  -webkit-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: background-color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  display: block;
  padding: 20px;
  text-transform: uppercase;
  color: #353A2C;
}
.no-touch .ec_document_download li a:hover, .no-touch .ec_document_download li a:focus, .touch .ec_document_download li a:active {
  background-color: #353A2C;
  color: #fff;
}
.ec_document_download li span {
  display: inline-block;
  margin-right: 10px;
}

.ec-element-float-right {
  float: right;
}

.ec_timeline {
  position: relative;
  *zoom: 1;
  margin-bottom: 50px;
}
.ec_timeline:before, .ec_timeline:after {
  display: table;
  content: "";
}
.ec_timeline:after {
  clear: both;
}
.ec_timeline .ec_timeline_arrow {
  position: relative;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.7);
}
.ec_timeline .ec_timeline_arrow:before, .ec_timeline .ec_timeline_arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.7);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.ec_timeline .ec_timeline_arrow:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.ec_timeline_sidebar {
  position: relative;
  width: 50px;
  float: left;
}
.ec_timeline_sidebar:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: calc(100% - 70px);
  width: 2px;
  background-color: rgba(206, 206, 206, 0.6);
}
.ec_timeline_sidebar .ec_timeline_key_date,
.ec_timeline_sidebar .ec_timeline_call {
  text-align: center;
  position: relative;
}
.ec_timeline_sidebar .ec_timeline_key_date span,
.ec_timeline_sidebar .ec_timeline_call span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
  color: #50496E;
  font-weight: 600;
  padding: 0 5px;
  font-size: 9px;
  line-height: 1em;
}
@media (min-width: 48em) {
  .ec_timeline_sidebar {
    width: 100px;
  }
  .ec_timeline_sidebar .ec_timeline_key_date span,
  .ec_timeline_sidebar .ec_timeline_call span {
    font-size: 13px;
  }
}

.ec_timeline_year {
  display: block;
  height: 30px;
  background-color: #B0B5AC;
  line-height: 30px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}

.ec_timeline_month {
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: rgba(206, 206, 206, 0.4);
  color: #9B9B9B;
  font-weight: 600;
}

.ec_timeline_spacer {
  display: block;
  height: 70px;
}

.ec_timeline_key_date {
  position: relative;
  display: block;
  height: 100px;
  background-color: rgba(206, 206, 206, 0.4);
}

.ec_timeline_call {
  display: block;
  height: 100px;
  background-color: rgba(206, 206, 206, 0.15);
}

.ec_timeline_container {
  float: left;
  width: calc(100% - 50px);
  overflow: scroll;
}
@media (min-width: 48em) {
  .ec_timeline_container {
    width: calc(100% - 100px);
  }
}

.ec_timeline_body {
  cursor: ew-resize;
}

.ec_timeline_full_year {
  float: left;
  max-width: 2880px;
}
.ec_timeline_full_year .ec_timeline_year span {
  position: sticky;
  top: 0;
  left: 10px;
}

div.ec_timeline_full_year:nth-child(1) .ec_timeline_year {
  background-color: #a3a99f;
}

div.ec_timeline_full_year:nth-child(2) .ec_timeline_year {
  background-color: #969d91;
}

div.ec_timeline_full_year:nth-child(3) .ec_timeline_year {
  background-color: #8a9184;
}

div.ec_timeline_full_year:nth-child(4) .ec_timeline_year {
  background-color: #7d8576;
}

div.ec_timeline_full_year:nth-child(5) .ec_timeline_year {
  background-color: #70776a;
}

div.ec_timeline_full_year:nth-child(6) .ec_timeline_year {
  background-color: #636a5e;
}

div.ec_timeline_full_year:nth-child(7) .ec_timeline_year {
  background-color: #575c52;
}

div.ec_timeline_full_year:nth-child(8) .ec_timeline_year {
  background-color: #4a4f46;
}

div.ec_timeline_full_year:nth-child(9) .ec_timeline_year {
  background-color: #3d413a;
}

div.ec_timeline_full_year:nth-child(10) .ec_timeline_year {
  background-color: #31342e;
}

.ec_timeline_months {
  position: relative;
  float: left;
  width: 240px;
  text-align: center;
}
.ec_timeline_months:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: calc(100% - 100px);
  background-color: rgba(206, 206, 206, 0.6);
}

.ec_timeline_date {
  position: absolute;
  z-index: 1;
  top: 104px;
  min-height: 30px;
  background-color: #696092;
  color: #B0B5AC;
  font-size: 13px;
  text-align: left;
}
.ec_timeline_date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #696092;
  border-radius: 50%;
  -webkit-transform: translate3d(-3px, 0, 0);
          transform: translate3d(-3px, 0, 0);
}
.ec_timeline_date:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  background-color: #696092;
  width: 1px;
}
.ec_timeline_date.ec_timeline_date--is-period:before {
  display: none;
}
.ec_timeline_date.ec_timeline_date--is-appel {
  background-color: transparent;
  top: auto;
  bottom: 120px;
}
.ec_timeline_date.ec_timeline_date--is-appel:before {
  bottom: auto;
  top: 50%;
  left: 0;
}
.ec_timeline_date.ec_timeline_date--is-appel:after {
  right: auto;
  left: -1px;
  bottom: -90px;
  height: 100px;
  width: 1px;
}
.ec_timeline_date.ec_timeline_date--is-appel .ec_timeline_periode {
  padding: 0 5px;
  background-color: transparent;
  color: #696092;
}
.ec_timeline_date.ec_timeline_date--is-appel .ec_timeline_time {
  position: absolute;
  top: auto;
  bottom: -90px;
  right: auto;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.no-touch .ec_timeline_date:hover, .no-touch .ec_timeline_date:focus, .touch .ec_timeline_date:active {
  z-index: 10;
}

.ec_timeline_periode {
  display: block;
  background-color: #696092;
  border: 2px solid #847ca9;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
}

.ec_timeline_time {
  position: absolute;
  top: -70px;
  right: 0;
  display: block;
  color: #B0B5AC;
  font-size: 13px;
  line-height: 0.9em;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  padding: 0 0 0 5px;
  max-width: 85px;
}
.ec_timeline_time span {
  display: block;
  font-size: 11px;
  color: #353A2C;
  font-weight: 600;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.quick-covid {
  text-align: center;
  line-height: 1.5em;
  border-left: 15px solid #B0B5AC;
}
.quick-covid .quick-covid-content {
  padding: 50px 0;
}
@media (min-width: 48em) {
  .quick-covid {
    min-width: 500px;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
}

a, a:hover, a:focus, a:active, a:visited {
  outline: none;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-size: calc(14 / 10) rem;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  color: #000;
}
@media (max-width: 63.99em) {
  body {
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  body {
    padding-top: 150px;
  }
}

[data-link] {
  cursor: pointer;
}

/* 
 ######     #######    #######   ##    ##   ####  ########   ########      ###     ########   
##    ##   ##     ##  ##     ##  ##   ##     ##   ##         ##     ##    ## ##    ##     ##  
##         ##     ##  ##     ##  ##  ##      ##   ##         ##     ##   ##   ##   ##     ##  
##         ##     ##  ##     ##  #####       ##   ######     ########   ##     ##  ########   
##         ##     ##  ##     ##  ##  ##      ##   ##         ##     ##  #########  ##   ##    
##    ##   ##     ##  ##     ##  ##   ##     ##   ##         ##     ##  ##     ##  ##    ##   
 ######     #######    #######   ##    ##   ####  ########   ########   ##     ##  ##     ##  
 */
#cookie-bar {
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  padding: 10px 0;
}
#cookie-bar p {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}
#cookie-bar a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 0;
}
#cookie-bar .cb-enable {
  background-color: #B0B5AC;
}
.no-touch #cookie-bar .cb-enable:hover, .no-touch #cookie-bar .cb-enable:focus, .touch #cookie-bar .cb-enable:active {
  background-color: #969d91;
}

/* 
########   ##    ##   ########    #######   
   ##       ##  ##    ##     ##  ##     ##  
   ##        ####     ##     ##  ##     ##  
   ##         ##      ########   ##     ##  
   ##         ##      ##         ##     ##  
   ##         ##      ##         ##     ##  
   ##         ##      ##          #######   
 */
.editor-text {
  color: #000;
}
.editor-text p {
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-weight: 100;
}
@media (min-width: 64em) {
  .editor-text p {
    font-size: 15px;
    font-size: calc(15 / 10) rem;
  }
}
.editor-text a:not(.zoom) {
  color: #B0B5AC;
  display: inline-block;
  border-bottom: 1px solid #B0B5AC;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.no-touch .editor-text a:not(.zoom):hover, .no-touch .editor-text a:not(.zoom):focus {
  color: #cacdc7;
  border-color: #cacdc7;
}
.editor-text strong {
  font-weight: 700;
}
.editor-text em {
  font-style: italic;
}
.editor-text ul,
.editor-text ol {
  margin-bottom: 1em;
}
.editor-text ul li,
.editor-text ol li {
  font-weight: 100;
  margin-bottom: 0.2em;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 64em) {
  .editor-text ul li,
  .editor-text ol li {
    font-size: 15px;
    font-size: calc(15 / 10) rem;
  }
}
p + .editor-text ul,
p + .editor-text ol {
  margin-top: 1em;
}
.editor-text ul li:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: equinox;
  content: "\e60f";
  font-size: 8px;
  font-size: calc(8 / 10) rem;
}
@media (min-width: 64em) {
  .editor-text ul li:before {
    top: 5px;
  }
}
.editor-text ol li {
  padding-left: 0;
  margin-left: 20px;
  list-style-type: decimal;
}
.editor-text .iframe {
  position: relative;
}
.editor-text .iframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.editor-text .iframe > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.editor-text .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor-text h1 {
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 26px;
  font-size: calc(26 / 10) rem;
}
@media (min-width: 48em) {
  .editor-text h1 {
    font-size: 36px;
    font-size: calc(36 / 10) rem;
  }
}
.editor-text h1.p-region {
  display: inline-block;
}
.editor-text h2 {
  padding-bottom: 10px;
  margin-bottom: 1em;
  position: relative;
  font-weight: 100;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .editor-text h2 {
    font-size: 18px;
    font-size: calc(18 / 10) rem;
  }
}
.editor-text h2:after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B0B5AC;
}
.editor-text p + h2,
.editor-text ul + h2,
.editor-text ol + h2,
.editor-text div + h2 {
  margin-top: 2em;
}
.editor-text h3 {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 1.2em;
  color: #B0B5AC;
}
.editor-text h4 {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 1.2em;
}
.editor-text table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .editor-text table {
    margin-bottom: 30px;
  }
}
.editor-text table th, .editor-text table td {
  width: 25%;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #fff;
}
@media (min-width: 48em) {
  .editor-text table th, .editor-text table td {
    width: 20%;
  }
}
.editor-text table th {
  padding: 10px 0;
  background-color: #353A2C;
  color: #fff;
  font-weight: 400;
}
.editor-text table tbody tr:nth-of-type(odd) {
  background-color: #CDC6BD;
}
.editor-text table tbody tr:nth-of-type(even) {
  background-color: #d1cbc3;
}
.editor-text table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 47.99em) {
  .editor-text table tbody tr td {
    font-size: 12px;
    font-size: calc(12 / 10) rem;
  }
}
.editor-text table tbody tr td a {
  color: #B0B5AC;
}
.editor-text table td[colspan] {
  padding: 10px 0;
  background-color: #B0B5AC;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.editor-text .editor-text__col {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .editor-text .editor-text__col {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 64em) {
  .editor-text .editor-text__col {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 40px;
  }
}

.page-leading {
  line-height: 1.4;
}
@media (min-width: 48em) {
  .page-leading {
    max-width: 750px;
  }
}
.page-leading strong {
  font-weight: 700;
}
.page-leading ul {
  margin-bottom: 1em;
}
p + .page-leading ul {
  margin-top: 1em;
}
.page-leading ul li {
  margin-bottom: 0.2em;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}
.page-leading ul li:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: equinox;
  content: "\e60f";
  font-size: 8px;
  font-size: calc(8 / 10) rem;
}
@media (min-width: 64em) {
  .page-leading ul li:before {
    top: 5px;
  }
}

/* 
########   ####  ########   ##         ########    ######    
   ##       ##      ##      ##         ##         ##    ##   
   ##       ##      ##      ##         ##         ##         
   ##       ##      ##      ##         ######      ######    
   ##       ##      ##      ##         ##               ##   
   ##       ##      ##      ##         ##         ##    ##   
   ##      ####     ##      ########   ########    ######    
*/
/* 
########    #######   ########   ##     ##   ######    
##         ##     ##  ##     ##  ###   ###  ##    ##   
##         ##     ##  ##     ##  #### ####  ##         
######     ##     ##  ########   ## ### ##   ######    
##         ##     ##  ##   ##    ##     ##        ##   
##         ##     ##  ##    ##   ##     ##  ##    ##   
##          #######   ##     ##  ##     ##   ######    
*/
.form__container {
  display: block;
  margin-bottom: 10px;
}
.form__container.form__input {
  position: relative;
  border: 1px solid #353A2C;
  border-color: rgba(53, 58, 44, 0.3);
  border-radius: 2px;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.form__container.form__input.form__input--hidden {
  display: none;
}
.form__container.form__input.current {
  border-color: #353A2C;
}
.footer__form .form__container.form__input {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.footer__form .form__container.form__input.current {
  border-color: #fff;
}
.programme-data .form__container.form__input {
  background-color: #fff;
}
.form__container.form__input.form__input--checkbox {
  border: none;
  background-color: transparent;
}
.form__container.form__input.form__input--checkbox .form__label {
  position: relative;
  padding-left: 20px;
}
.programme-data--rappel .form__container.form__input.form__input--checkbox .form__label {
  color: #fff;
}
.form__container.form__input.form__input--checkbox .form__label input {
  position: absolute;
  top: 5px;
  left: 0px;
}
.programme-data--rappel .form__container.form__input.form__input--checkbox.error .form__label {
  color: red;
}
.form__container.error {
  border-color: red !important;
}

.form__label {
  display: block;
  padding: 5px 10px 2px 10px;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
.error .form__label {
  color: red;
}

.form__field {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  padding: 2px 10px 10px 10px;
  background: transparent;
  border: none;
  color: #353A2C;
  font-family: "Aptos", sans-serif;
}
.footer__form .form__field {
  color: #fff;
}

textarea.form__field {
  height: 100px;
}

.select-style {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.select-style:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: equinox;
  content: "\e601";
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #aaa;
  pointer-events: none;
}

.select-style select {
  padding: 0 10px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #aaa;
}

.selectric select {
  width: 100%;
}
.recherche .selectric {
  border: 1px solid #353A2C;
  border-color: rgba(53, 58, 44, 0.3);
}
.search__fields .selectric .ms-parent [type=checkbox], .search__fields .selectric .ms-parent [type=radio] {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.search__fields .selectric .ms-parent label {
  padding-left: 30px !important;
  position: relative;
}
.search__fields .selectric .ms-parent label:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  border: 1px solid #353A2C;
  border-color: rgba(53, 58, 44, 0.3);
  border-radius: 50%;
}
.search__fields .selectric .ms-parent.select-optgroup label {
  padding-left: 50px !important;
}
.search__fields .selectric .ms-parent.select-optgroup label:before {
  left: 30px;
}
.search__fields .selectric .ms-parent.select-optgroup--disable label.optgroup {
  padding-left: 10px !important;
}
.search__fields .selectric .ms-parent.select-optgroup--disable label.optgroup:before {
  display: none;
}
.search__fields .selectric .ms-parent .group label,
.search__fields .selectric .ms-parent .ms-select-all label {
  padding-left: 30px !important;
}
.search__fields .selectric .ms-parent .group label:before,
.search__fields .selectric .ms-parent .ms-select-all label:before {
  left: 10px;
}
.search__fields .selectric .ms-parent .selected label:before {
  background-color: #353A2C;
}

.select-style select:focus {
  outline: none;
}

.js-open-form {
  cursor: pointer;
}

.quick-form {
  padding: 20px;
  background-color: #353A2C;
}

.newsletter-dep {
  *zoom: 1;
  padding: 20px 0;
}
.newsletter-dep:before, .newsletter-dep:after {
  display: table;
  content: "";
}
.newsletter-dep:after {
  clear: both;
}
@media (min-width: 48em) {
  .newsletter-dep .form__container {
    width: 33%;
    float: left;
  }
}
@media (min-width: 64em) {
  .newsletter-dep .form__container {
    width: 20%;
    padding-right: 20px;
  }
  .newsletter-dep .form__container:first-of-type {
    width: 30%;
  }
}
.newsletter-dep .form__input {
  border-color: #fff;
  color: #fff;
}

.ms-parent {
  width: 100% !important;
}

.ms-choice {
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  width: 100%;
  border: none;
  line-height: 40px;
  height: 40px;
  padding: 2px 10px 10px 10px;
  border-radius: 2px;
  color: #000;
  font-family: "Aptos", sans-serif;
}

.ms-choice > span.placeholder {
  color: #000;
}

.ms-drop {
  border: 1px solid #ddd;
  margin-top: 5px;
  border-radius: 2px;
}

.ms-drop.bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ms-drop ul {
  padding: 0;
}

.ms-drop ul > li label {
  padding: 8px 8px 8px 25px;
  line-height: 20px;
  min-height: 20px;
  border-bottom: 1px solid #eee;
  font-family: "Aptos", sans-serif;
  color: #666;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
}
.no-touch .ms-drop ul > li label:hover, .no-touch .ms-drop ul > li label:focus {
  background: #F0F0F0;
}
.select-one .ms-drop ul > li label {
  padding-left: 8px;
}

.search__fields .selectric .select-one label {
  padding-left: 30px !important;
}
.search__fields .selectric .select-one label:before {
  left: 10px;
}

.ms-drop ul > li.ms-select-all label {
  padding: 8px;
}

.ms-drop ul > li label.optgroup {
  color: #333333;
  text-transform: uppercase;
  padding: 8px;
}

.ms-choice > div {
  background: none;
  border: 4px solid transparent;
  border-top-color: #FCF1E0;
  border-bottom: none;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}

/* 
 #######   ##     ##  ####   ######    ##    ##   ##         ####  ##    ##   ##    ##    ######    
##     ##  ##     ##   ##   ##    ##   ##   ##    ##          ##   ###   ##   ##   ##    ##    ##   
##     ##  ##     ##   ##   ##         ##  ##     ##          ##   ####  ##   ##  ##     ##         
##     ##  ##     ##   ##   ##         #####      ##          ##   ## ## ##   #####       ######    
##  ## ##  ##     ##   ##   ##         ##  ##     ##          ##   ##  ####   ##  ##           ##   
##    ##   ##     ##   ##   ##    ##   ##   ##    ##          ##   ##   ###   ##   ##    ##    ##   
 ##### ##   #######   ####   ######    ##    ##   ########   ####  ##    ##   ##    ##    ######    
*/
.nav-quicklink {
  display: none;
}
@media (min-width: 48em) {
  .nav-quicklink {
    display: block;
    width: 50px;
    margin-top: -110px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 20;
  }
  .nav-quicklink a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    position: relative;
    background-color: #353A2C;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
  .nav-quicklink a:last-of-type {
    margin-bottom: 0;
  }
  .nav-quicklink a span {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
    background-color: #B0B5AC;
    color: #fff;
    font-size: 12px;
    font-size: calc(12 / 10) rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: right 0.2s ease-in-out, color 0.2s ease-in-out 0.1s;
    -o-transition: right 0.2s ease-in-out, color 0.2s ease-in-out 0.1s;
    transition: right 0.2s ease-in-out, color 0.2s ease-in-out 0.1s;
  }
  .nav-quicklink a:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #353A2C;
    font-family: equinox;
    color: #fff;
    font-size: 24px;
    font-size: calc(24 / 10) rem;
    text-align: center;
  }
  .no-touch .nav-quicklink a:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    background-color: #5d664d;
  }
  .no-touch .nav-quicklink a:hover span {
    right: 50px;
    color: #fff;
  }
  .nav-quicklink a.nav-quicklink--contact:before {
    content: "\e602";
  }
  .nav-quicklink a.nav-quicklink--search:before {
    content: "\e60b";
  }
  .nav-quicklink a.nav-quicklink--newsletter:before {
    content: "\e603";
  }
  .nav-quicklink a.nav-quicklink--meet:before {
    content: "\e900";
  }
  .nav-quicklink a.nav-quicklink--calculator:before {
    content: "\e901";
    font-size: 30px;
    font-size: calc(30 / 10) rem;
  }
}

/* 
 ######    ########      ###     ########    ######    ##     ##  
##    ##   ##           ## ##    ##     ##  ##    ##   ##     ##  
##         ##          ##   ##   ##     ##  ##         ##     ##  
 ######    ######     ##     ##  ########   ##         #########  
	  ##   ##         #########  ##   ##    ##         ##     ##  
##    ##   ##         ##     ##  ##    ##   ##    ##   ##     ##  
 ######    ########   ##     ##  ##     ##   ######    ##     ##  
*/
.quick-modal {
  width: auto;
  max-width: 320px;
  margin: 20px auto;
  padding: 20px;
  position: relative;
  background-color: #CDC6BD;
}

/* 
########   ########   ########      ###     ########    ######    ########   ##     ##  ##     ##  ########    ######    
##     ##  ##     ##  ##           ## ##    ##     ##  ##    ##   ##     ##  ##     ##  ###   ###  ##     ##  ##    ##   
##     ##  ##     ##  ##          ##   ##   ##     ##  ##         ##     ##  ##     ##  #### ####  ##     ##  ##         
########   ########   ######     ##     ##  ##     ##  ##         ########   ##     ##  ## ### ##  ########    ######    
##     ##  ##   ##    ##         #########  ##     ##  ##         ##   ##    ##     ##  ##     ##  ##     ##        ##   
##     ##  ##    ##   ##         ##     ##  ##     ##  ##    ##   ##    ##   ##     ##  ##     ##  ##     ##  ##    ##   
########   ##     ##  ########   ##     ##  ########    ######    ##     ##   #######   ##     ##  ########    ######    
*/
.nav-breadcrumb {
  padding: 10px 0;
}
.nav-breadcrumb li {
  display: block;
  position: relative;
  color: #565656;
}
.nav-breadcrumb li:before {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: -1px;
  font-family: equinox;
  content: "\e60f";
  font-size: 7px;
  font-size: calc(7 / 10) rem;
}
@media (min-width: 48em) {
  .nav-breadcrumb li {
    display: inline-block;
  }
  .nav-breadcrumb li:first-of-type:before {
    display: none;
  }
  .nav-breadcrumb li:before {
    margin-left: 4px;
  }
}
.nav-breadcrumb a {
  color: #B0B5AC;
}
.no-touch .nav-breadcrumb a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.no-touch .nav-breadcrumb a:hover, .no-touch .nav-breadcrumb a:focus {
  color: #353A2C;
}

/* 
##     ##  ########      ###     ########   ########   ########        ########      ###     ##    ##   ##    ##   ########   ########   
##     ##  ##           ## ##    ##     ##  ##         ##     ##       ##     ##    ## ##    ###   ##   ###   ##   ##         ##     ##  
##     ##  ##          ##   ##   ##     ##  ##         ##     ##       ##     ##   ##   ##   ####  ##   ####  ##   ##         ##     ##  
#########  ######     ##     ##  ##     ##  ######     ########        ########   ##     ##  ## ## ##   ## ## ##   ######     ########   
##     ##  ##         #########  ##     ##  ##         ##   ##         ##     ##  #########  ##  ####   ##  ####   ##         ##   ##    
##     ##  ##         ##     ##  ##     ##  ##         ##    ##        ##     ##  ##     ##  ##   ###   ##   ###   ##         ##    ##   
##     ##  ########   ##     ##  ########   ########   ##     ##       ########   ##     ##  ##    ##   ##    ##   ########   ##     ##  
*/
.header-banner {
  position: relative;
}
@media (max-width: 47.99em) {
  .header-banner {
    padding: 20px 0;
    background: #fff;
    background-image: none !important;
  }
}
@media (min-width: 48em) {
  .header-banner {
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-banner:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.header-banner__title {
  display: block;
  font-family: "proxima_nova", sans-serif;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #353A2C;
  text-align: center;
}
.header-banner__title:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #B0B5AC;
}
@media (min-width: 48em) {
  .header-banner__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 24px;
    font-size: calc(24 / 10) rem;
    letter-spacing: 1px;
    color: #fff;
  }
  .header-banner__title:after {
    width: 60px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -30px;
  }
}
@media (min-width: 64em) {
  .header-banner__title {
    font-size: 30px;
    font-size: calc(30 / 10) rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 75em) {
  .header-banner__title {
    font-size: 40px;
    font-size: calc(40 / 10) rem;
    letter-spacing: 3px;
  }
}
.header-banner__title .smaller {
  display: block;
}
@media (min-width: 48em) {
  .header-banner__title .smaller {
    text-transform: none;
    font-weight: 400;
  }
}
@media (min-width: 64em) {
  .header-banner__title .smaller {
    font-size: 24px;
    font-size: calc(24 / 10) rem;
  }
}

/* 
########      ###     ########    ######    ##     ##  
##     ##    ## ##       ##      ##    ##   ##     ##  
##     ##   ##   ##      ##      ##         ##     ##  
########   ##     ##     ##      ##         #########  
##         #########     ##      ##         ##     ##  
##         ##     ##     ##      ##    ##   ##     ##  
##         ##     ##     ##       ######    ##     ##  
 */
.video-link {
  position: relative;
  display: block;
  cursor: pointer;
}
.video-link .wrapper {
  text-align: right;
}
@media (max-width: 47.99em) {
  .video-link a {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    display: block;
    background-color: #B0B5AC;
    color: #fff;
    margin: 0 -20px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }
  .no-touch .video-link a:hover, .no-touch .video-link a:focus, .touch .video-link a:active {
    background-color: #cacdc7;
  }
  .video-link a:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: equinox;
    display: inline-block;
    content: "\e60d";
    font-size: 12px;
    font-size: calc(12 / 10) rem;
    margin-left: 10px;
  }
}
@media (max-width: 47.99em) and (min-width: 64em) {
  .video-link a:after {
    font-size: 14px;
    font-size: calc(14 / 10) rem;
  }
}
@media (min-width: 48em) {
  .video-link {
    position: absolute;
    top: 130px;
    right: 80px;
    z-index: 2;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    cursor: pointer;
  }
  .video-link a {
    display: block;
    background: transparent url("/images/patch-video.png") left center no-repeat;
    background-size: 100% 100%;
    width: 144px;
    height: 144px;
  }
  .video-link a span {
    display: none;
  }
}
@media (min-width: 64em) {
  .video-link {
    top: 60px;
    width: 180px;
    height: 180px;
  }
  .video-link a {
    width: 180px;
    height: 180px;
  }
}

/* 
########      ###     ##    ##   ##    ##   ########   ########   
##     ##    ## ##    ###   ##   ###   ##   ##         ##     ##  
##     ##   ##   ##   ####  ##   ####  ##   ##         ##     ##  
########   ##     ##  ## ## ##   ## ## ##   ######     ########   
##     ##  #########  ##  ####   ##  ####   ##         ##   ##    
##     ##  ##     ##  ##   ###   ##   ###   ##         ##    ##   
########   ##     ##  ##    ##   ##    ##   ########   ##     ##  
*/
.banner {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 4;
  background-color: #fff;
  margin: 0;
}
@media (min-width: 48em) {
  .banner {
    top: 40px;
  }
}

.marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
          transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 24s linear infinite;
          animation: marquee 24s linear infinite;
}

.marquee a {
  padding: 1rem 0;
  white-space: nowrap;
  font-size: 16px;
  color: #353A2C;
  text-transform: uppercase;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}
/* 
 ######    ##         ####  ########   ########   ########   
##    ##   ##          ##   ##     ##  ##         ##     ##  
##         ##          ##   ##     ##  ##         ##     ##  
 ######    ##          ##   ##     ##  ######     ########   
      ##   ##          ##   ##     ##  ##         ##   ##    
##    ##   ##          ##   ##     ##  ##         ##    ##   
 ######    ########   ####  ########   ########   ##     ##  
*/
.slider {
  display: block;
  clear: both;
  position: relative;
  *zoom: 1;
  width: 100%;
}
.slider:before, .slider:after {
  display: table;
  content: "";
}
.slider:after {
  clear: both;
}
.wrapper--center .slider {
  max-width: 896px;
  margin: 0 auto;
}
.achat-detail .slider .fotorama {
  margin-bottom: 40px;
}
.slider .fotorama__stage {
  background-color: #ddd;
}
.slider .fotorama__caption {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  bottom: 20px;
  left: auto;
  right: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Aptos", sans-serif;
}

.nav-slider {
  display: block;
  width: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}
.nav-slider span {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
}
.nav-slider span:last-of-type {
  margin-top: -2px;
}
.nav-slider a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.nav-slider a:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: equinox;
}
.no-touch .nav-slider a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}
.no-touch .nav-slider a:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #FCF1E0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0);
}
.nav-slider a.prev:before {
  content: "\e60e";
}
.nav-slider a.next:before {
  content: "\e60f";
}

/* 
##    ##      ###     ##     ##        ######    ####  ########   ########   
###   ##     ## ##    ##     ##       ##    ##    ##   ##     ##  ##         
####  ##    ##   ##   ##     ##       ##          ##   ##     ##  ##         
## ## ##   ##     ##  ##     ##        ######     ##   ##     ##  ######     
##  ####   #########   ##   ##              ##    ##   ##     ##  ##         
##   ###   ##     ##    ## ##         ##    ##    ##   ##     ##  ##         
##    ##   ##     ##     ###           ######    ####  ########   ########   
*/
.nav-sidebar {
  display: block;
  *zoom: 1;
}
.nav-sidebar:before, .nav-sidebar:after {
  display: table;
  content: "";
}
.nav-sidebar:after {
  clear: both;
}
@media (max-width: 47.99em) {
  .nav-sidebar {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #CDC6BD;
  }
}
@media (min-width: 48em) {
  .nav-sidebar {
    padding-right: 20px;
  }
}
.nav-sidebar li {
  display: block;
}
.nav-sidebar li:not(:last-of-type) {
  border-bottom: 1px solid #c2b9ae;
}
.nav-sidebar a {
  display: block;
  padding: 10px;
  color: #000;
}
.no-touch .nav-sidebar a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-touch .nav-sidebar a:hover, .no-touch .nav-sidebar a:focus {
  background-color: #B0B5AC;
  color: #fff;
}
.nav-sidebar a.current {
  background-color: #B0B5AC;
  color: #fff;
}
@media (min-width: 48em) {
  .nav-sidebar a.current {
    position: relative;
  }
  .nav-sidebar a.current:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left-color: #B0B5AC;
  }
}

.subnav {
  width: 90%;
}
.subnav .subnav-title {
  font-family: "proxima_nova", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #B0B5AC;
  font-size: 20px;
  font-size: calc(20 / 10) rem;
  margin-bottom: 20px;
}
.subnav a {
  position: relative;
  color: #000;
  display: block;
  padding: 10px 0;
}
.subnav a:after {
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 30px;
  background-color: #B0B5AC;
}
.no-touch .subnav a:hover, .no-touch .subnav a:focus, .touch .subnav a:active {
  color: #B0B5AC;
}
.no-touch .subnav a:hover:after, .no-touch .subnav a:focus:after, .touch .subnav a:active:after {
  width: 50px;
}
.subnav a.current {
  font-weight: 700;
}

/* 
##     ##   #######   ##     ##  ########   
##     ##  ##     ##  ###   ###  ##         
##     ##  ##     ##  #### ####  ##         
#########  ##     ##  ## ### ##  ######     
##     ##  ##     ##  ##     ##  ##         
##     ##  ##     ##  ##     ##  ##         
##     ##   #######   ##     ##  ########   
*/
.video-player {
  max-width: 640px;
  margin: 20px auto 0 auto;
}
@media (min-width: 48em) {
  .video-player {
    margin: 20px auto -100px auto;
  }
}
@media (min-width: 64em) {
  .video-player {
    margin-top: 40px;
  }
}

/* 
##    ##   ########   ##      ##  ######    
###   ##   ##         ##  ##  ## ##    ##   
####  ##   ##         ##  ##  ## ##         
## ## ##   ######     ##  ##  ##  ######    
##  ####   ##         ##  ##  ##       ##   
##   ###   ##         ##  ##  ## ##    ##   
##    ##   ########    ###  ###   ######    
*/
.nav-filter {
  *zoom: 1;
  margin-bottom: 16px;
}
.nav-filter:before, .nav-filter:after {
  display: table;
  content: "";
}
.nav-filter:after {
  clear: both;
}
.nav-filter li {
  display: inline-block;
  margin-bottom: 4px;
}
.nav-filter a {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #B0B5AC;
  color: #B0B5AC;
}
.nav-filter a.current {
  background-color: #B0B5AC;
  color: #fff;
}
.no-touch .nav-filter a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-touch .nav-filter a:hover, .no-touch .nav-filter a:focus {
  background-color: #B0B5AC;
  color: #fff;
}

.news__picture {
  margin-bottom: 20px;
}
.news__picture img {
  max-width: 100%;
  height: auto;
}

/* 
##         ####   ######    ########   ####  ##    ##    ######    
##          ##   ##    ##      ##       ##   ###   ##   ##    ##   
##          ##   ##            ##       ##   ####  ##   ##         
##          ##    ######       ##       ##   ## ## ##   ##   ####  
##          ##         ##      ##       ##   ##  ####   ##    ##   
##          ##   ##    ##      ##       ##   ##   ###   ##    ##   
########   ####   ######       ##      ####  ##    ##    ######    
*/
/* 
########   ########    #######    ######    ########      ###     ##     ## 
##     ##  ##     ##  ##     ##  ##    ##   ##     ##    ## ##    ###   ### 
##     ##  ##     ##  ##     ##  ##         ##     ##   ##   ##   #### #### 
########   ########   ##     ##  ##   ####  ########   ##     ##  ## ### ## 
##         ##   ##    ##     ##  ##    ##   ##   ##    #########  ##     ## 
##         ##    ##   ##     ##  ##    ##   ##    ##   ##     ##  ##     ## 
##         ##     ##   #######    ######    ##     ##  ##     ##  ##     ## 
*/
.nav-section {
  *zoom: 1;
  display: block;
  width: 100%;
  position: relative;
}
.nav-section:before, .nav-section:after {
  display: table;
  content: "";
}
.nav-section:after {
  clear: both;
}
.nav-section ul {
  display: inline-block;
  margin-bottom: 20px;
  float: left;
}
.nav-section li {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  border: 1px solid #353A2C;
}
.programme-rehabilitation .nav-section li {
  border-color: #B14A3E;
}
@media (max-width: 47.99em) {
  .nav-section li {
    border-top-width: 0;
  }
  .nav-section li:nth-of-type(even) {
    border-left-width: 0;
  }
  .nav-section li:nth-of-type(-n+2) {
    border-top-width: 1px;
  }
  .nav-section li span {
    display: none;
  }
}
@media (min-width: 48em) {
  .nav-section li {
    display: inline-block;
    width: auto;
    border-left-width: 0;
  }
  .nav-section li:first-of-type {
    border-left-width: 1px;
  }
}
.nav-section li a {
  display: inline-block;
  padding: 0 10px;
  display: block;
  width: 100%;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  color: #353A2C;
}
.programme-rehabilitation .nav-section li a {
  color: #B14A3E;
}
@media (min-width: 48em) {
  .nav-section li a {
    line-height: 38px;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
  }
}
@media (min-width: 75em) {
  .nav-section li a {
    padding: 0 20px;
  }
}
.no-touch .nav-section li a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-touch .nav-section li a:hover, .no-touch .nav-section li a:focus {
  background-color: #353A2C;
  color: #fff;
}
.no-touch .programme-rehabilitation .nav-section li a:hover, .no-touch .programme-rehabilitation .nav-section li a:focus {
  background-color: #B14A3E !important;
}
.nav-section li a.current {
  background-color: #353A2C;
  color: #fff;
}
.programme-rehabilitation .nav-section li a.current {
  background-color: #B14A3E;
}
.nav-section .btn {
  float: right;
}

.programme-logo {
  margin: 60px 0 20px 0;
}
.realisation .programme-logo {
  margin-top: 0;
}
.programme-logo img {
  width: 100%;
  height: auto;
}

.programme-data {
  padding: 20px;
  border: 1px solid #353A2C;
}
.programme-data:not(.programme-data--rappel) {
  *zoom: 1;
}
.programme-data:not(.programme-data--rappel):before, .programme-data:not(.programme-data--rappel):after {
  display: table;
  content: "";
}
.programme-data:not(.programme-data--rappel):after {
  clear: both;
}
.programme-rehabilitation .programme-data {
  border-color: #B14A3E;
}
.programme-data.programme-data--rappel {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #B0B5AC;
  margin-bottom: 20px;
  border: none;
}
.programme-rehabilitation .programme-data.programme-data--rappel {
  background-color: #B14A3E;
}
.no-touch .programme-rehabilitation .programme-data.programme-data--rappel:hover, .no-touch .programme-rehabilitation .programme-data.programme-data--rappel:focus, .touch .programme-rehabilitation .programme-data.programme-data--rappel:active {
  background-color: #903E35;
}
.programme-data.programme-data--rappel ul {
  *zoom: 1;
}
.programme-data.programme-data--rappel ul:before, .programme-data.programme-data--rappel ul:after {
  display: table;
  content: "";
}
.programme-data.programme-data--rappel ul:after {
  clear: both;
}
.programme-data.programme-data--rappel:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #fff;
  opacity: 1;
  pointer-events: none;
}
.programme-data.programme-data--rappel .js-open-form {
  -webkit-transition: margin-bottom 0.3s ease-in-out;
  -o-transition: margin-bottom 0.3s ease-in-out;
  transition: margin-bottom 0.3s ease-in-out;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
}
.no-touch .programme-data.programme-data--rappel:hover, .no-touch .programme-data.programme-data--rappel:focus, .touch .programme-data.programme-data--rappel:active {
  background-color: #353A2C;
}
.is-open .programme-data.programme-data--rappel {
  background-color: #353A2C;
}
.is-open .programme-data.programme-data--rappel:before {
  opacity: 0;
}
.is-open .programme-data.programme-data--rappel .js-open-form {
  margin-bottom: 15px !important;
}
.programme-data.programme-data--rappel .form-return {
  color: #fff;
}

.stuck {
  position: fixed !important;
  z-index: 1;
  top: 140px;
}
@media (min-width: 64em) {
  .stuck {
    max-width: 215px;
  }
}
@media (min-width: 75em) {
  .stuck {
    max-width: 275px;
  }
}

.programme-data__location {
  padding-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  font-weight: 100;
  color: #969696;
}
.programme-data__location strong {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #353A2C;
  font-weight: 100;
}
.programme-data__location:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #B0B5AC;
}

.programme-data__livraison {
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  color: #353A2C;
  font-weight: 100;
}
.programme-data__livraison:before {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #B0B5AC;
}

.programme-data__shortdesc {
  padding: 20px 0;
  font-style: italic;
  color: #969696;
}

.programme-data__link {
  *zoom: 1;
}
.programme-data__link:before, .programme-data__link:after {
  display: table;
  content: "";
}
.programme-data__link:after {
  clear: both;
}
.programme-data__link .btn {
  margin-bottom: 10px;
  max-width: 300px;
}
.programme-data__link .btn:last-of-type {
  margin-bottom: 0;
}

.programme-date {
  margin-top: 20px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .programme-date {
    margin-top: 0;
  }
}
@media (min-width: 64em) and (max-width: 74.99em) {
  .sidebar-col--split-until-wide .programme-date {
    margin-top: 0;
  }
}

.programme-date__item {
  display: block;
  margin-bottom: 5px;
  padding: 20px;
  background-color: #B0B5AC;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.programme-rehabilitation .programme-date__item {
  background-color: #B14A3E;
}
.programme-date__item:last-of-type {
  margin-bottom: 0;
}
.programme-date__item.alt {
  background-color: #353A2C;
}
.programme-date__item.link {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.no-touch .programme-date__item.link:hover, .no-touch .programme-date__item.link:focus {
  background-color: #cacdc7;
}
.programme-date__item.link + .alt {
  margin-top: 20px;
}

.programme__header {
  padding: 20px 0;
}
@media (min-width: 64em) {
  .programme__header {
    padding-bottom: 40px;
  }
}

.programme__header__city {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  color: #969696;
  font-weight: 100;
}
@media (min-width: 48em) {
  .programme__header__city {
    font-size: 20px;
    font-size: calc(20 / 10) rem;
  }
}
@media (min-width: 64em) {
  .programme__header__city {
    font-size: 24px;
    font-size: calc(24 / 10) rem;
  }
}

.programme__eligibilite {
  *zoom: 1;
  margin: 0 0 20px 0;
}
.programme__eligibilite:before, .programme__eligibilite:after {
  display: table;
  content: "";
}
.programme__eligibilite:after {
  clear: both;
}
.programme__eligibilite li {
  display: inline-block;
  text-align: center;
  float: left;
  width: 25%;
}
@media (min-width: 64em) {
  .programme__eligibilite li {
    width: auto;
  }
}
.programme__eligibilite a {
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: block;
  color: #969696;
  padding: 10px 10px 20px 10px;
  margin: 2px;
}
.no-touch .programme__eligibilite a:hover, .no-touch .programme__eligibilite a:focus, .touch .programme__eligibilite a:active {
  color: #353A2C;
}
.programme__eligibilite span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-style: italic;
  font-size: 0.8em;
}
.programme__eligibilite img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media (min-width: 48em) {
  .programme__eligibilite img {
    width: 80px;
  }
}

.eligibilite-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.eligibilite-content .eligibilite-contenu {
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .sidebar-col {
    width: 50%;
    float: left;
  }
  .sidebar-col:nth-of-type(odd) {
    padding-right: 10px;
  }
  .sidebar-col:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media (min-width: 64em) and (max-width: 74.99em) {
  .sidebar-col.sidebar-col--split-until-wide {
    width: 50%;
    float: left;
  }
  .sidebar-col.sidebar-col--split-until-wide:nth-of-type(odd) {
    padding-right: 10px;
  }
  .sidebar-col.sidebar-col--split-until-wide:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media (max-width: 63.99em) {
  .sidebar-col.sidebar-col--rappel {
    width: 100%;
    margin-top: 20px;
  }
}
.sidebar-col.sidebar-col--rappel [class^=title] {
  margin-bottom: 15px;
  color: #fff;
}

.tva-reduite {
  color: #FF4F0F;
  display: block;
}

.table-lots {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.table-lots.mb {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .table-lots.mb {
    margin-bottom: 30px;
  }
}
.table-lots tr.table-lots__line--reserved {
  color: #968774;
}
.table-lots tr.table-lots__line--reserved a {
  color: #968774 !important;
}
.table-lots th, .table-lots td {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #fff;
}
.programme-detail .table-lots th em, .programme-detail .table-lots td em {
  display: none;
}
@media (min-width: 48em) {
  .table-lots.table-lots--add-column th, .table-lots.table-lots--add-column td {
    padding: 8px 5px;
  }
}
.table-lots.table-lots--prescripteur th, .table-lots.table-lots--prescripteur td {
  width: auto !important;
}
.table-lots.table-lots--prescripteur th.align-left, .table-lots.table-lots--prescripteur td.align-left {
  text-align: left;
}
.table-lots.table-lots--prescripteur th strong, .table-lots.table-lots--prescripteur td strong {
  display: inline-block;
  font-weight: 700;
}
.table-lots.table-lots--prescripteur .lot-reserved {
  color: #de7f4b;
}
.table-lots.table-lots--prescripteur .lot-reserved a {
  color: #de7f4b !important;
}
.table-lots.table-lots--prescripteur .lot-sold {
  color: red;
}
.table-lots th {
  padding: 10px 0;
  background-color: #353A2C;
  color: #fff;
  font-weight: 400;
}
.programme-rehabilitation .table-lots th {
  background-color: #B14A3E;
}
.table-lots .table-lots__line:nth-of-type(odd) {
  background-color: #CDC6BD;
}
.table-lots .table-lots__line:nth-of-type(even) {
  background-color: #d1cbc3;
}
.table-lots .table-lots__line td {
  vertical-align: middle;
}
@media (max-width: 47.99em) {
  .table-lots .table-lots__line td {
    font-size: 12px;
    font-size: calc(12 / 10) rem;
  }
}
.table-lots .table-lots__line td a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #353A2C;
  display: inline-block;
  padding: 2px 0;
}
.no-touch .table-lots .table-lots__line td a:hover, .no-touch .table-lots .table-lots__line td a:focus, .touch .table-lots .table-lots__line td a:active {
  color: #7d8576;
}
.table-lots .table-lots__line td a.download-plan {
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  line-height: 1em;
}
.table-lots tr.table_lots__type td[colspan] {
  padding: 10px 0;
  background-color: #B0B5AC;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.table-lots .table-lots__city td {
  background-color: #5d664d;
  color: #fff;
}
.table-lots span.lot-reserved {
  color: #de7f4b;
}
.table-lots span.lot-sold {
  color: red;
}

.programme-info-lot {
  padding: 10px 0;
  color: #969696;
}
@media (min-width: 48em) {
  .programme-info-lot {
    float: right;
  }
}

.programme-info-tva {
  clear: both;
  margin: 10px 0 !important;
  max-width: 50%;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}

.tva-20, .tva-5 { /* color:$color-8; */ }
.tva-20 em, .tva-5 em {
  display: block;
  padding: 2px 5px 0 0;
  font-size: 0.7em;
  font-style: normal;
  color: #565656;
}
.fork-garage {
  padding-top: 15px;
}

.map-container {
  height: 300px;
  background-color: #CDC6BD;
}
@media (min-width: 64em) {
  .map-container {
    height: 350px;
  }
}
@media (min-width: 75em) {
  .map-container {
    height: 450px;
  }
}

.plan-interactif {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.plan-interactif .iframe {
  min-height: 450px !important;
}
.plan-interactif iframe {
  border: none;
  min-height: 450px !important;
}

.fit-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.fit-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fit-video__btn {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #353A2C;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 10px 20px;
}
.no-touch .fit-video__btn:hover, .no-touch .fit-video__btn:focus, .touch .fit-video__btn:active {
  background-color: #424937;
}

.fit-video__content {
  background-color: #CDC6BD;
  padding: 20px;
}
.fit-video__content .fit-video__title {
  font-size: 16px;
  font-size: calc(16 / 10) rem;
}
.fit-video__content .fit-video__adress {
  color: #969696;
}

/* 
########   ########      ###     ##         ####   ######       ###     ########   ####   #######   ##    ##    ######    
##     ##  ##           ## ##    ##          ##   ##    ##     ## ##       ##       ##   ##     ##  ###   ##   ##    ##   
##     ##  ##          ##   ##   ##          ##   ##          ##   ##      ##       ##   ##     ##  ####  ##   ##         
########   ######     ##     ##  ##          ##    ######    ##     ##     ##       ##   ##     ##  ## ## ##    ######    
##   ##    ##         #########  ##          ##         ##   #########     ##       ##   ##     ##  ##  ####         ##   
##    ##   ##         ##     ##  ##          ##   ##    ##   ##     ##     ##       ##   ##     ##  ##   ###   ##    ##   
##     ##  ########   ##     ##  ########   ####   ######    ##     ##     ##      ####   #######   ##    ##    ######    
*/
.masonery {
  *zoom: 1;
  display: block;
  width: 100%;
  position: relative;
}
.masonery:before, .masonery:after {
  display: table;
  content: "";
}
.masonery:after {
  clear: both;
}

.masonery__item {
  display: block;
}
.masonery__item img {
  width: 100%;
  height: auto;
}

.gallery-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.no-touch .gallery-link {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.no-touch .gallery-link:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: rotateX(90deg) scale(0.6);
          transform: rotateX(90deg) scale(0.6);
  background-color: rgba(53, 58, 44, 0.8);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.gallery-link .gallery-link__title {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 10px;
  font-size: calc(10 / 10) rem;
}
@media (min-width: 75em) {
  .gallery-link .gallery-link__title {
    padding: 0 20px;
  }
}
.no-touch .gallery-link .gallery-link__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
.touch .gallery-link .gallery-link__title {
  display: block;
  padding: 40px 20px 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #353A2C;
  background: -webkit-gradient(linear, left bottom, left top, from(#353A2C), to(transparent));
  background: -o-linear-gradient(bottom, #353A2C, transparent);
  background: linear-gradient(to top, #353A2C, transparent);
}
.gallery-link .gallery-link__title a {
  color: #fff !important;
  font-size: 18px;
  font-size: calc(18 / 10) rem;
}
.gallery-link .gallery-link__title span {
  display: block;
}
.no-touch .gallery-link:hover:before, .no-touch .gallery-link:focus:before {
  opacity: 1;
  -webkit-transform: rotateX(0deg) scale(1);
          transform: rotateX(0deg) scale(1);
}
.no-touch .gallery-link:hover .gallery-link__title, .no-touch .gallery-link:focus .gallery-link__title {
  opacity: 1;
  margin-top: 0;
}
/* 
########   ##            ###     ##    ##    ######    
##     ##  ##           ## ##    ###   ##   ##    ##   
##     ##  ##          ##   ##   ####  ##   ##         
########   ##         ##     ##  ## ## ##    ######    
##         ##         #########  ##  ####         ##   
##         ##         ##     ##  ##   ###   ##    ##   
##         ########   ##     ##  ##    ##    ######    
*/
.programme-plans {
  max-width: 865px;
}

.nav-plans {
  *zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.nav-plans:before, .nav-plans:after {
  display: table;
  content: "";
}
.nav-plans:after {
  clear: both;
}

.nav-plans__floor {
  display: block;
  float: left;
}
.nav-plans__floor li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
}
.nav-plans__floor a {
  display: block;
  padding: 4px 10px;
  background-color: transparent;
  border: 1px solid #353A2C;
  border-radius: 2px;
  color: #353A2C;
  text-transform: uppercase;
  font-size: 11px;
  font-size: calc(11 / 10) rem;
}
.nav-plans__floor a.current {
  background-color: #353A2C;
  color: #fff;
}
.no-touch .nav-plans__floor a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-touch .nav-plans__floor a:hover, .no-touch .nav-plans__floor a:focus {
  background-color: #353A2C;
  color: #fff;
}

.programme-plans__legend {
  display: block;
  float: right;
  text-align: right;
}
@media (max-width: 63.99em) {
  .programme-plans__legend {
    display: none;
  }
}
.programme-plans__legend ul {
  *zoom: 1;
}
.programme-plans__legend ul:before, .programme-plans__legend ul:after {
  display: table;
  content: "";
}
.programme-plans__legend ul:after {
  clear: both;
}
.programme-plans__legend li {
  display: inline-block;
  line-height: 15px;
  margin-left: 10px;
}
.programme-plans__legend li:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 3px;
  background-color: #B0B5AC;
}
.programme-plans__legend li.legend--available:before {
  background-color: #b4c74f;
}
.programme-plans__legend li.legend--option:before {
  background-color: #FF884E;
}
.programme-plans__legend li.legend--sold:before {
  background-color: #FE4242;
}

.programme-plans__masse {
  display: none;
}
@media (min-width: 64em) {
  .programme-plans__masse {
    display: block;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #353A2C;
  }
  .programme-plans__masse img {
    width: 100%;
    height: auto;
  }
  .programme-plans__masse .tag {
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    background-color: #B0B5AC;
    color: #fff;
    font-size: 12px;
    font-size: calc(12 / 10) rem;
  }
  .programme-plans__masse .tag.tag--available {
    background-color: #b4c74f;
  }
  .programme-plans__masse .tag.tag--option {
    background-color: #FF884E;
  }
  .programme-plans__masse .tag.tag--sold {
    background-color: #FE4242;
  }
  .no-touch .programme-plans__masse .tag {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .no-touch .programme-plans__masse .tag:hover.tag--available, .no-touch .programme-plans__masse .tag:focus.tag--available {
    background-color: #d6d9d4;
  }
  .no-touch .programme-plans__masse .tag:hover.tag--option, .no-touch .programme-plans__masse .tag:focus.tag--option {
    background-color: #ffbb9b;
  }
  .no-touch .programme-plans__masse .tag:hover.tag--sold, .no-touch .programme-plans__masse .tag:focus.tag--sold {
    cursor: not-allowed;
  }
}

.programme-plans__lots {
  *zoom: 1;
}
.programme-plans__lots:before, .programme-plans__lots:after {
  display: table;
  content: "";
}
.programme-plans__lots:after {
  clear: both;
}
@media (min-width: 48em) {
  .programme-plans__lots ul {
    width: 33%;
    float: left;
  }
}
.programme-plans__lots li {
  display: block;
  margin-bottom: 10px;
  padding-right: 20px;
}
.programme-plans__lots a, .programme-plans__lots > ul > li > span {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0 10px 0 0;
  line-height: 20px;
  border: 1px solid #B0B5AC;
  text-transform: uppercase;
  font-size: 12px;
  font-size: calc(12 / 10) rem;
  color: #B0B5AC;
}
.programme-plans__lots a:after, .programme-plans__lots > ul > li > span:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: equinox;
  display: inline-block;
  content: "\e60f";
  font-size: 8px;
  font-size: calc(8 / 10) rem;
}
.programme-plans__lots a .num-lot, .programme-plans__lots > ul > li > span .num-lot {
  display: inline-block;
  width: 38px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  background-color: #B0B5AC;
  color: #fff;
}
.programme-plans__lots a.option, .programme-plans__lots > ul > li > span.option {
  border-color: #FF884E;
  color: #FF884E;
}
.programme-plans__lots a.option .num-lot, .programme-plans__lots > ul > li > span.option .num-lot {
  background-color: #FF884E;
}
.programme-plans__lots a.sold, .programme-plans__lots > ul > li > span.sold {
  border-color: #FE4242;
  color: #FE4242;
  cursor: not-allowed;
}
.programme-plans__lots a.sold .num-lot, .programme-plans__lots > ul > li > span.sold .num-lot {
  background-color: #FE4242;
}
.programme-plans__lots a.sold:after, .programme-plans__lots > ul > li > span.sold:after {
  display: none;
}
.no-touch .programme-plans__lots a:not(.sold), .no-touch .programme-plans__lots > ul > li > span:not(.sold) {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-touch .programme-plans__lots a:not(.sold):hover, .no-touch .programme-plans__lots a:not(.sold):focus, .no-touch .programme-plans__lots > ul > li > span:not(.sold):hover, .no-touch .programme-plans__lots > ul > li > span:not(.sold):focus {
  color: #fff;
}
.no-touch .programme-plans__lots a:not(.sold).available:hover, .no-touch .programme-plans__lots a:not(.sold).available:focus, .no-touch .programme-plans__lots > ul > li > span:not(.sold).available:hover, .no-touch .programme-plans__lots > ul > li > span:not(.sold).available:focus {
  background-color: #B0B5AC;
}
.no-touch .programme-plans__lots a:not(.sold).option:hover, .no-touch .programme-plans__lots a:not(.sold).option:focus, .no-touch .programme-plans__lots > ul > li > span:not(.sold).option:hover, .no-touch .programme-plans__lots > ul > li > span:not(.sold).option:focus {
  background-color: #FF884E;
}

.lot-header {
  *zoom: 1;
  margin-bottom: 25px;
}
.lot-header:before, .lot-header:after {
  display: table;
  content: "";
}
.lot-header:after {
  clear: both;
}

.lot-tag {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px 5px 0;
  float: left;
  line-height: 20px;
  background-color: #B0B5AC;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}
.lot-tag.lot-tag--floor {
  background-color: #353A2C;
}
.programme-rehabilitation .lot-tag {
  background-color: #B14A3E;
}
.programme-rehabilitation .lot-tag.lot-tag--floor {
  background-color: #903E35;
}

.lot-summary {
  *zoom: 1;
  margin-bottom: 20px;
  border: 1px solid #353A2C;
  border-bottom: none;
}
.lot-summary:before, .lot-summary:after {
  display: table;
  content: "";
}
.lot-summary:after {
  clear: both;
}
.programme-rehabilitation .lot-summary {
  border-color: #B14A3E;
}

.lot-summary__item {
  display: block;
  width: 50%;
  padding: 10px;
  float: left;
  line-height: 16px;
  text-align: center;
  border-bottom: 1px solid #353A2C;
}
.programme-rehabilitation .lot-summary__item {
  border-color: #B14A3E;
  color: #B14A3E;
}
@media (max-width: 47.99em) {
  .lot-summary__item:nth-of-type(odd) {
    border-right: 1px solid #353A2C;
  }
}
@media (min-width: 48em) {
  .lot-summary__item {
    width: 25%;
    border-left: 1px solid #353A2C;
  }
  .lot-summary__item:first-of-type {
    border-left: none;
  }
}
@media (min-width: 64em) {
  .lot-summary__item {
    font-size: 16px;
    font-size: calc(16 / 10) rem;
  }
}
.lot-summary__item strong {
  font-weight: 700;
}
.lot-summary__item a {
  display: inline-block;
  color: #B0B5AC;
  opacity: 1;
  border-bottom: 1px solid #B0B5AC;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.no-touch .lot-summary__item a:hover, .no-touch .lot-summary__item a:focus {
  opacity: 0.8;
}

.lot-meta {
  margin-bottom: 10px;
}

.lot-meta__plan {
  width: 100%;
  height: auto;
  border: 1px solid #353A2C;
}

.lot-meta__surface {
  width: 100%;
  border: 1px solid #353A2C;
  border-collapse: collapse;
}
.programme-rehabilitation .lot-meta__surface {
  border-color: #B14A3E;
}
.lot-meta__surface.lot-meta__surface--piece {
  border-width: 1px 1px 0 1px;
}
.lot-meta__surface th {
  padding: 10px 0;
  background-color: #353A2C;
  font-weight: 100;
  color: #fff;
  width: 100%;
  border: 1px solid #353A2C;
}
.programme-rehabilitation .lot-meta__surface th {
  background-color: #B14A3E;
  border-color: #B14A3E;
}
.lot-meta__surface td {
  width: 50%;
  border: 1px solid #353A2C;
}
.lot-meta__surface td:not(.lot-meta__surfaces__piece) {
  padding: 10px;
}
.lot-meta__surface td.lot-meta__surfaces__piece {
  border: none;
}
.lot-meta__surface td.lot-meta__surfaces__piece table {
  border: none;
}
.lot-meta__surface td.lot-meta__surfaces__piece:nth-last-child(n+2), .lot-meta__surface td.lot-meta__surfaces__piece:nth-last-child(n+2) ~ td.lot-meta__surfaces__piece {
  padding: 5px;
}
.lot-meta__surface td.lot-meta__surfaces__piece:nth-last-child(n+2) table, .lot-meta__surface td.lot-meta__surfaces__piece:nth-last-child(n+2) ~ td.lot-meta__surfaces__piece table {
  border: 1px solid #353A2C;
}
.lot-meta__surface td.lot-meta__surface__total {
  background-color: #b7ada0;
  font-weight: 700;
}
.lot-meta__surface table {
  width: 100%;
  border-collapse: collapse;
}
.lot-meta__surface table tr td:last-of-type {
  border-right-width: 0;
}
.lot-meta__surface table tr td:first-of-type {
  border-left-width: 0;
}
.lot-meta__surface table tr:last-of-type td {
  border-bottom-width: 0;
}
.lot-meta__surface table td {
  color: #353A2C;
}

@media (max-width: 47.99em) {
  .lot-meta__surfaces__piece {
    display: block;
    width: 100% !important;
  }
}

.lot__plan {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #353A2C;
}
.lot__plan img {
  width: 100%;
  height: auto;
}
.lot__plan img:not(:first-of-type) {
  margin-top: 20px;
}

.lot__action ul {
  *zoom: 1;
  margin: -5px -5px 15px -5px;
}
.lot__action ul:before, .lot__action ul:after {
  display: table;
  content: "";
}
.lot__action ul:after {
  clear: both;
}
.lot__action ul li {
  display: block;
  width: 100%;
  float: left;
  padding: 5px;
}
@media (max-width: 47.99em) {
  .lot__action ul li:nth-last-child(n+2), .lot__action ul li:nth-last-child(n+2) ~ li {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .lot__action ul li:nth-last-child(n+1):nth-last-child(-n+1):first-child, .lot__action ul li:nth-last-child(n+1):nth-last-child(-n+1):first-child ~ li {
    width: 100%;
  }
  .lot__action ul li:nth-last-child(n+2):nth-last-child(-n+2):first-child, .lot__action ul li:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ li {
    width: 50%;
  }
  .lot__action ul li:nth-last-child(n+3):nth-last-child(-n+3):first-child, .lot__action ul li:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ li {
    width: 33.333%;
  }
  .lot__action ul li:nth-last-child(n+4):nth-last-child(-n+4):first-child, .lot__action ul li:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ li {
    width: 25%;
  }
  .lot__action ul li:nth-last-child(n+5):nth-last-child(-n+5):first-child, .lot__action ul li:nth-last-child(n+5):nth-last-child(-n+5):first-child ~ li {
    width: 20%;
  }
}
.lot__action .btn--light {
  padding: 10px 0;
}
.lot__action .lot_action--reserved {
  display: block;
  text-align: center;
  background-color: #FF4F0F;
  padding: 10px 0;
  color: #fff;
  border: 1px solid #FF4F0F;
}

/* 
 ######    ##     ##     ###     ########   ########   
##    ##   ##     ##    ## ##    ##     ##  ##         
##         ##     ##   ##   ##   ##     ##  ##         
 ######    #########  ##     ##  ########   ######     
      ##   ##     ##  #########  ##   ##    ##         
##    ##   ##     ##  ##     ##  ##    ##   ##         
 ######    ##     ##  ##     ##  ##     ##  ########   
*/
.share {
  *zoom: 1;
  display: block;
  padding: 20px 0;
}
.share:before, .share:after {
  display: table;
  content: "";
}
.share:after {
  clear: both;
}

.share__title {
  display: block;
  margin-bottom: 10px;
  color: #353A2C;
}

.share__link {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  text-align: center;
  border: 1px solid #353A2C;
  border-radius: 20px;
  background-color: transparent;
}
.share__link:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 38px;
  font-family: equinox;
  font-size: 20px;
  font-size: calc(20 / 10) rem;
  color: #353A2C;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.share__link.share__link--facebook:before {
  content: "\e606";
}
.share__link.share__link--twitter:before {
  content: "\e60c";
}
.share__link.share__link--google:before {
  content: "\e608";
}
.share__link.share__link--linkedin:before {
  display: none;
}
.share__link.share__link--linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share__link.share__link--linkedin .svg {
  display: block;
  width: 20px;
  height: 20px;
}
.share__link.share__link--linkedin .svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.no-touch .share__link {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.no-touch .share__link:hover:before, .no-touch .share__link:focus:before {
  color: #fff;
}
.no-touch .share__link:hover.share__link--facebook, .no-touch .share__link:focus.share__link--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.no-touch .share__link:hover.share__link--twitter, .no-touch .share__link:focus.share__link--twitter {
  background-color: #00c8fa;
  border-color: #00c8fa;
}
.no-touch .share__link:hover.share__link--google, .no-touch .share__link:focus.share__link--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.no-touch .share__link:hover.share__link--linkedin, .no-touch .share__link:focus.share__link--linkedin {
  background-color: #257AB6;
  border-color: #257AB6;
}
.no-touch .share__link:hover.share__link--linkedin svg, .no-touch .share__link:focus.share__link--linkedin svg {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: #fff;
}

/* 
########    #######   ##      ## ##    ##   ##          #######      ###     ########   
##     ##  ##     ##  ##  ##  ## ###   ##   ##         ##     ##    ## ##    ##     ##  
##     ##  ##     ##  ##  ##  ## ####  ##   ##         ##     ##   ##   ##   ##     ##  
##     ##  ##     ##  ##  ##  ## ## ## ##   ##         ##     ##  ##     ##  ##     ##  
##     ##  ##     ##  ##  ##  ## ##  ####   ##         ##     ##  #########  ##     ##  
##     ##  ##     ##  ##  ##  ## ##   ###   ##         ##     ##  ##     ##  ##     ##  
########    #######    ###  ###  ##    ##   ########    #######   ##     ##  ########   
 */
.download-zip--plan {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  margin: 0 6px 20px 0;
  background-color: #B0B5AC;
  color: #fff;
}
.no-touch .download-zip--plan:hover, .no-touch .download-zip--plan:focus {
  background-color: #cacdc7;
}
.download-zip--plan span {
  margin-right: 5px;
}
@media (min-width: 48em) {
  .download-zip--plan {
    float: left;
  }
  .download-zip--plan.download-zip--plan--full {
    float: none;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.download-image {
  margin: 20px 0 0 0;
  *zoom: 1;
}
.download-image:before, .download-image:after {
  display: table;
  content: "";
}
.download-image:after {
  clear: both;
}
.download-image a {
  display: block;
}
.download-image a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.download-image a:after {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-size: 20px;
  font-size: calc(20 / 10) rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\e604";
  width: 100%;
  color: #000;
  text-align: center;
  opacity: 0;
}
.no-touch .download-image a:hover, .no-touch .download-image a:focus {
  background-color: transparent;
}
.no-touch .download-image a:hover img, .no-touch .download-image a:focus img {
  opacity: 0.2;
}
.no-touch .download-image a:hover:after, .no-touch .download-image a:focus:after {
  opacity: 1;
}

.download {
  margin: 20px 0;
  background-color: #353A2C;
  padding: 20px;
  color: #fff;
  *zoom: 1;
}
.download:before, .download:after {
  display: table;
  content: "";
}
.download:after {
  clear: both;
}
.download a {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.no-touch .download a:hover, .no-touch .download a:focus {
  color: #353A2C;
  background-color: #fff;
}
.download a span {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}
.download a.download-list--btn {
  background-color: #B0B5AC;
  border-color: #B0B5AC;
  color: #fff;
}
.no-touch .download a.download-list--btn:hover, .no-touch .download a.download-list--btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #353A2C;
}

.download-title {
  display: block;
  text-transform: uppercase;
}
.download-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 10px 0 20px 0;
}
.download-image .download-title:after {
  background-color: #000;
}

/* 
########   ########      ###     ##     ##  
   ##      ##           ## ##    ###   ###  
   ##      ##          ##   ##   #### ####  
   ##      ######     ##     ##  ## ### ##  
   ##      ##         #########  ##     ##  
   ##      ##         ##     ##  ##     ##  
   ##      ########   ##     ##  ##     ##  
 */
.team-list img {
  max-width: 100%;
  height: auto;
}
.team-list .team-legende {
  text-align: center;
  width: 100%;
}
@media (max-width: 47.99em) {
  .team-list .team-legende {
    padding: 20px;
  }
}
@media (min-width: 48em) {
  .team-list .team-legende {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.team-list .team-legende p {
  margin: 0;
}
.team-list .team-legende:after {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  height: 0px;
  width: 50px;
  border-bottom: 1px solid #969696;
  line-height: 1em;
}
.team-list .team-legende-name {
  text-transform: uppercase;
}
.team-list p.team-legende-content {
  font-size: 0.9em;
  margin-top: 10px;
}

/* 
 ######    ####  ##     ##  ##     ##  ##            ###     ########   ########   ##     ##  ########    ######    
##    ##    ##   ###   ###  ##     ##  ##           ## ##       ##      ##         ##     ##  ##     ##  ##    ##   
##          ##   #### ####  ##     ##  ##          ##   ##      ##      ##         ##     ##  ##     ##  ##         
 ######     ##   ## ### ##  ##     ##  ##         ##     ##     ##      ######     ##     ##  ########    ######    
      ##    ##   ##     ##  ##     ##  ##         #########     ##      ##         ##     ##  ##   ##          ##   
##    ##    ##   ##     ##  ##     ##  ##         ##     ##     ##      ##         ##     ##  ##    ##   ##    ##   
 ######    ####  ##     ##   #######   ########   ##     ##     ##      ########    #######   ##     ##   ######    
 */
.simulateur-item {
  position: relative;
  background: #CDC6BD;
  text-align: center;
  display: block;
}
.no-touch .simulateur-item:hover, .no-touch .simulateur-item:focus {
  cursor: pointer;
}
.no-touch .simulateur-item:hover a:after, .no-touch .simulateur-item:focus a:after {
  border-width: 15px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.no-touch .simulateur-item:hover .simulateur-item-link, .no-touch .simulateur-item:focus .simulateur-item-link {
  background-color: #424937;
}
.simulateur-item a {
  position: relative;
  display: block;
  color: #000;
  padding: 40px 20px;
  margin: 0;
}
.simulateur-item a:after {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid transparent;
}
.simulateur-item a [class^=icon-] {
  display: block;
  font-size: 70px;
  font-size: calc(70 / 10) rem;
  color: #969696;
  margin-bottom: 20px;
}
.simulateur-item .simulateur-item-link {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  background-color: #353A2C;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: left;
}

.btn-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #353A2C;
}
.btn-more .text {
  position: relative;
  display: block;
  padding: 0.3rem 0;
  overflow: hidden;
}
.btn-more .text::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  will-change: transform;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-transform: translateY(calc(100% - 2px));
      -ms-transform: translateY(calc(100% - 2px));
          transform: translateY(calc(100% - 2px));
}
.btn-more .svg {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  will-change: transform;
  display: block;
}
.card-hover:hover .btn-more .svg, .btn-more:hover .svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.card-hover:hover .btn-more .text::after, .btn-more:hover .text::after {
  -webkit-transform: translateY(calc(-100% + 2px));
      -ms-transform: translateY(calc(-100% + 2px));
          transform: translateY(calc(-100% + 2px));
}

.btn {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
}
.btn.btn--expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn .svg {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  will-change: transform;
  display: block;
  width: 10px;
  height: 10px;
}
.btn .svg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.no-touch .btn:hover .svg svg path, .no-touch .btn:focus .svg svg path {
  fill: #fff;
}
@media (min-width: 64em) {
  .btn {
    padding: 10px 20px;
  }
}
.btn.btn--white {
  background-color: transparent;
  border: 1px solid #CDC6BD;
  color: #CDC6BD;
}
.btn.btn--white .svg svg path {
  fill: #CDC6BD;
}
.no-touch .btn.btn--white:hover, .no-touch .btn.btn--white:focus {
  background-color: #CDC6BD;
  color: #353A2C;
}
.no-touch .btn.btn--white:hover .svg svg path, .no-touch .btn.btn--white:focus .svg svg path {
  fill: #353A2C;
}
.btn.btn--dark {
  background-color: #353A2C;
  border: 1px solid #353A2C;
  color: #fff;
}
.programme-rehabilitation .btn.btn--dark {
  background-color: #B14A3E;
  border-color: #B14A3E;
}
.no-touch .programme-rehabilitation .btn.btn--dark:hover, .no-touch .programme-rehabilitation .btn.btn--dark:focus {
  background-color: #B14A3E;
}
.btn.btn--dark .svg svg path {
  fill: #fff;
}
.no-touch .btn.btn--dark:hover, .no-touch .btn.btn--dark:focus {
  background-color: #353A2C;
  color: #fff;
}
.btn.btn--light {
  background-color: transparent;
  border: 1px solid #353A2C;
  color: #353A2C;
}
.programme-rehabilitation .btn.btn--light {
  border-color: #B14A3E;
  color: #B14A3E;
}
.programme-rehabilitation .btn.btn--light svg path {
  fill: #B14A3E;
}
.no-touch .programme-rehabilitation .btn.btn--light:hover, .no-touch .programme-rehabilitation .btn.btn--light:focus {
  background-color: #B14A3E;
}
.no-touch .btn.btn--light:hover, .no-touch .btn.btn--light:focus {
  background-color: #353A2C;
  color: #fff;
}
.btn.btn--light--alt {
  border-color: #B0B5AC;
  color: #B0B5AC;
}
.no-touch .btn.btn--light--alt:hover, .no-touch .btn.btn--light--alt:focus {
  background-color: #B0B5AC;
}
.listing-item:hover .btn .svg, .simulateur-item:hover .btn .svg, .btn.btn--go:hover .svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.btn.btn--icon {
  *zoom: 1;
  padding: 12px 20px 10px 20px;
}
.btn.btn--icon:before, .btn.btn--icon:after {
  display: table;
  content: "";
}
.btn.btn--icon:after {
  clear: both;
}
.btn.btn--icon [class^=icon-] {
  display: block;
  width: 20px;
  float: left;
}
.btn.btn--icon [class^=icon-chevron] {
  font-size: 10px;
  font-size: calc(10 / 10) rem;
  line-height: 14px;
  text-align: right;
}
.btn.btn--icon [class=icon-chevron-left] {
  text-align: left;
}
.btn.btn--icon .label {
  display: block;
  width: calc(100% - 20px);
  float: left;
}
.btn.btn--up [class^=icon-] {
  -webkit-transform: rotate(90deg) translate(5px, 10px);
      -ms-transform: rotate(90deg) translate(5px, 10px);
          transform: rotate(90deg) translate(5px, 10px);
}
.btn.btn--icon-nav {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 5px;
  text-align: center;
  background-color: #B0B5AC;
  color: #fff;
}
.programme-rehabilitation .btn.btn--icon-nav {
  background-color: #B14A3E;
}
.no-touch .programme-rehabilitation .btn.btn--icon-nav:hover, .no-touch .programme-rehabilitation .btn.btn--icon-nav:focus {
  background-color: #c6675c;
}
.btn.btn--icon-nav [class^=icon-] {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 18px;
  font-size: calc(18 / 10) rem;
}
.no-touch .btn.btn--icon-nav {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.no-touch .btn.btn--icon-nav:hover, .no-touch .btn.btn--icon-nav:focus {
  background-color: #cacdc7;
}
.btn.btn--center {
  text-align: center;
}
.btn.btn--center.btn--icon [class^=icon-] {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 5px;
}
.btn.btn--center.btn--icon .label {
  display: inline-block;
  width: auto;
  float: none;
}
.btn.btn--full {
  display: block;
  text-transform: uppercase;
}
.btn.btn--full .label {
  font-size: 11px;
  font-size: calc(11 / 10) rem;
  line-height: 16px;
}
.btn.btn--nice {
  width: 100%;
  line-height: 38px;
  min-height: 40px;
  padding: 0 20px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #353A2C;
  border: none;
  border-radius: 2px;
  color: #FCF1E0;
}
.programme-data--rappel .btn.btn--nice {
  background-color: #B0B5AC;
}
.no-touch .programme-data--rappel .btn.btn--nice:hover, .no-touch .programme-data--rappel .btn.btn--nice:focus {
  background-color: #cacdc7;
}
.btn.btn--nice:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 solid transparent;
  border-radius: 2px;
}
.no-touch .btn.btn--nice {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.no-touch .btn.btn--nice:before {
  -webkit-transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.no-touch .btn.btn--nice:hover:before, .no-touch .btn.btn--nice:focus:before {
  border-width: 2px;
  border-color: #FCF1E0;
}
.btn.btn--nice.btn--nice--small {
  width: auto;
}
.btn.btn--ugly {
  width: 100%;
  line-height: 38px;
  padding: 0 20px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #353A2C;
  background-color: #353A2C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 100%);
  color: #fff;
}
.btn.btn--ugly:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
@media (min-width: 48em) {
  .btn.btn--ugly {
    max-width: 300px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
}
.no-touch .btn.btn--ugly {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.no-touch .btn.btn--ugly:hover, .no-touch .btn.btn--ugly:focus {
  background-color: #FCF1E0;
  border-color: #FCF1E0;
}
.btn.form__btn {
  width: 100%;
}
@media (min-width: 48em) {
  .btn.form__btn {
    max-width: 200px;
    float: right;
  }
}
.footer__form .btn.form__btn {
  max-width: none;
}

.footer-main {
  background-color: #282c21;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
  font-size: calc(13 / 10) rem;
  font-weight: 100;
}
@media (min-width: 48em) {
  .footer-main {
    padding: 30px 0;
  }
}
@media (min-width: 64em) {
  .footer-main {
    padding: 40px 0;
  }
}
@media (min-width: 75em) {
  .footer-main {
    padding: 50px 0;
  }
}
.footer-main a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-main a:before {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-main a:hover, .footer-main a:focus {
  color: #B0B5AC;
}
.footer-main a:hover:before, .footer-main a:focus:before {
  color: #B0B5AC;
}
.footer-main .footer-social {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer-main .footer-social a {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "proxima_nova", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 0.3em 0;
}
.footer-main .footer-social a::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  will-change: transform;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(calc(100% - 2px));
      -ms-transform: translateY(calc(100% - 2px));
          transform: translateY(calc(100% - 2px));
}
.footer-main .footer-social a:hover::after {
  -webkit-transform: translateY(calc(-100% + 2px));
      -ms-transform: translateY(calc(-100% + 2px));
          transform: translateY(calc(-100% + 2px));
}

.footer-main__contact-item {
  display: block;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}
.footer-main__contact-item:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: equinox;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-main__contact-item.address {
  padding-left: 20px;
}
.footer-main__contact-item.address:before {
  content: "\e609";
}
.footer-main__contact-item.phone {
  padding-left: 20px;
}
.footer-main__contact-item.phone:before {
  content: "\e60a";
}
.footer-main__contact-item.fax {
  padding-left: 20px;
}
.footer-main__contact-item.fax:before {
  content: "\e607";
}
.footer-main__contact-item.email {
  padding-left: 20px;
}
.footer-main__contact-item.email:before {
  content: "\e602";
}
.footer-main__contact-item a {
  color: #fff;
  text-decoration: none;
}

.footer-main__title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-family: "proxima_nova", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-main__title:after {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
}

.footer__form {
  margin-top: 20px;
}

.footer-main__newsletter .form__input {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-main {
  display: block;
  position: relative;
}
@media (min-width: 64em) {
  .header-main {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
}
.header-main .header-main-first-nav {
  background-color: #353A2C;
  padding: 10px 0 0 0;
}
@media (min-width: 64em) {
  .header-main .header-main-first-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 90px;
  }
}
@media (min-width: 64em) {
  .header-main .wrapper-mw-px {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.header-main .logo {
  display: block;
  height: 48px;
  aspect-ratio: 744/228;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent url("/images/equinox-immobilier.png") 0 0 no-repeat;
  background-size: auto 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.header-main .logo span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  .header-main .logo {
    margin: 0;
  }
}
.header-main__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 64em) {
  .header-main__aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}

.header-main__contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .header-main__contact {
    width: auto;
  }
}

.header-main__phone,
.header-main__email {
  display: block;
  padding: 5px 10px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  font-size: calc(14 / 10) rem;
  font-weight: 700;
}
.header-main__phone a,
.header-main__email a {
  color: #FCF1E0;
}
@media (min-width: 64em) {
  .header-main__phone,
  .header-main__email {
    padding: 0 10px;
  }
  .header-main__phone a,
  .header-main__email a {
    -webkit-transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    -o-transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    position: relative;
  }
  .header-main__phone a span,
  .header-main__email a span {
    position: relative;
    z-index: 1;
  }
  .header-main__phone a::before,
  .header-main__email a::before {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    will-change: transform;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FCF1E0;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: none;
  }
  .header-main__phone a:hover::before,
  .header-main__email a:hover::before {
    -webkit-transform: translateY(calc(-100% + 2px));
        -ms-transform: translateY(calc(-100% + 2px));
            transform: translateY(calc(-100% + 2px));
  }
}

.nav-aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.nav-aside ul li {
  width: 50%;
}
.nav-aside ul li.logout a {
  background-color: #969696;
  border-color: #969696;
  color: #fff;
}
.no-touch .nav-aside ul li.logout a:hover, .no-touch .nav-aside ul li.logout a:focus {
  background-color: #b0b0b0;
  color: #fff;
}
.nav-aside a {
  -webkit-transition: border-radius 0.2s ease-in-out;
  -o-transition: border-radius 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out;
  border: 1px solid #FCF1E0;
  background-color: #353A2C;
  color: #FCF1E0;
}
.nav-aside a.client-area {
  background-color: #FCF1E0;
  color: #353A2C;
}
@media (max-width: 63.99em) {
  .nav-aside a {
    display: block;
    text-align: center;
    line-height: 35px;
    border-right: 0;
  }
  .nav-aside a [class^=icon-] {
    display: none;
  }
  .nav-aside li.logout {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .nav-aside {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .nav-aside ul {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    gap: 15px;
  }
  .nav-aside ul li {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .nav-aside a {
    display: block;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
  }
  .nav-aside a [class^=icon-] {
    display: none;
  }
  .no-touch .nav-aside a:hover, .no-touch .nav-aside a:focus {
    border-radius: 5px;
  }
}

@media (max-width: 63.99em) {
  .nav-main {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    opacity: 0;
    background-color: #353A2C;
    -webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out, right 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .nav-main.open {
    left: 0;
    opacity: 1;
  }
  .nav-main .wrapper-mw-px > ul {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50px;
  }
  .nav-main .wrapper-mw-px > ul > li {
    display: block;
    width: 100%;
    border-top: 1px solid #424937;
  }
  .nav-main .wrapper-mw-px > ul > li > a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    background-color: #353A2C;
    font-size: 16px;
    font-size: calc(16 / 10) rem;
    color: #fff;
  }
  .nav-main .nav-main-lev-2 {
    display: block;
  }
  .nav-main .nav-main-lev-2 > li {
    border-top: 1px solid #424937;
  }
  .nav-main .nav-main-lev-2 > li > a {
    display: block;
    padding: 10px 20px 10px 40px;
    position: relative;
    background-color: #353A2C;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
    font-weight: 100;
    color: #cccccc;
    font-style: italic;
  }
  .nav-main .nav-main-lev-3 {
    display: block;
  }
  .nav-main .nav-main-lev-3 > li {
    border-top: 1px solid #424937;
  }
  .nav-main .nav-main-lev-3 > li > a {
    display: block;
    padding: 10px 20px 10px 60px;
    position: relative;
    background-color: #353A2C;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
    font-weight: 100;
    color: #cccccc;
    font-style: italic;
  }
}
@media (min-width: 64em) {
  .nav-main {
    display: block;
    -webkit-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    background-color: #fff;
  }
  .nav-main .nav-main-lev-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5rem;
    width: 100%;
  }
  .nav-main .nav-main-lev-1 > li {
    position: relative;
  }
  .nav-main .nav-main-lev-1 > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    line-height: 25px;
    border-top: 2px solid transparent;
    font-size: 16px;
    font-size: calc(16 / 10) rem;
    font-weight: 400;
    color: #353A2C;
    -webkit-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  .header-main--smaller .nav-main .nav-main-lev-1 > li > a {
    height: 41px;
  }
  .nav-main .nav-main-lev-1 > li > a.active {
    border-top-color: #B0B5AC;
  }
  .no-touch .nav-main .nav-main-lev-1 > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .no-touch .nav-main .nav-main-lev-1 > li > a:hover, .no-touch .nav-main .nav-main-lev-1 > li > a:focus {
    color: #B0B5AC;
  }
  .nav-main .nav-main-lev-2 {
    display: block;
    position: absolute;
    top: 100%;
    left: -50px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    min-width: 150px;
    -webkit-backface-visibility: hidden;
    border-top: 5px solid transparent;
    -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .touch .nav-main .nav-main-lev-2 {
    display: none;
  }
  .nav-main .nav-main-lev-2 > li {
    width: 100%;
    border-bottom: 1px solid rgba(53, 58, 44, 0.1);
    background-color: #fff;
  }
  .nav-main .nav-main-lev-2 > li:first-of-type {
    border-radius: 3px 3px 0 0;
  }
  .nav-main .nav-main-lev-2 > li:last-of-type {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
  }
  .nav-main .nav-main-lev-2 > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
    color: #000;
    white-space: nowrap;
  }
  .no-touch .nav-main .nav-main-lev-2 > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .no-touch .nav-main .nav-main-lev-2 > li > a:hover, .no-touch .nav-main .nav-main-lev-2 > li > a:focus {
    color: #B0B5AC;
  }
  .nav-main .nav-main-lev-2.nav-main-lev-2--double {
    min-width: 300px;
  }
  .nav-main .nav-main-lev-1 > li:hover > .nav-main-lev-2 {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .nav-main .nav-main-lev-3 > li {
    width: 100%;
    border-bottom: 1px solid rgba(53, 58, 44, 0.1);
    background-color: #fff;
  }
  .nav-main .nav-main-lev-3 > li:first-of-type {
    border-top: 1px solid rgba(53, 58, 44, 0.1);
  }
  .nav-main .nav-main-lev-3 > li:last-of-type {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
  }
  .nav-main .nav-main-lev-3 > li > a {
    display: block;
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    font-size: calc(14 / 10) rem;
    color: #000;
    white-space: nowrap;
  }
  .no-touch .nav-main .nav-main-lev-3 > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .no-touch .nav-main .nav-main-lev-3 > li > a:hover, .no-touch .nav-main .nav-main-lev-3 > li > a:focus {
    color: #B0B5AC;
  }
}
@media (min-width: 75em) {
  .nav-main .nav-main-lev-1 > li > a {
    font-size: 19px;
  }
}
.nav-main .nav-logged .icon-nav-logged {
  font-size: 9px;
  font-size: calc(9 / 10) rem;
  margin-right: 4px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  -o-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
}
.no-touch .nav-main .nav-logged:hover .icon-nav-logged {
  margin-right: 8px;
}

@media (max-width: 63.99em) {
  .nav-main-open {
    -webkit-transition: border-radius 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    -o-transition: border-radius 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    transition: border-radius 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    position: absolute;
    z-index: 10;
    top: 6px;
    left: 5px;
    background-color: #353A2C;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-size: calc(24 / 10) rem;
  }
  .nav-main-open:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e15c";
    font-family: equinox;
  }
  .nav-main-open:hover {
    border-radius: 5px;
  }
}
@media (min-width: 64em) {
  .nav-main-open {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
}

@media (max-width: 63.99em) {
  .nav-main-close {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: #282c21;
    font-size: 30px;
    font-size: calc(30 / 10) rem;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 64em) {
  .nav-main-close {
    display: none;
  }
}

.wrapper {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 48em) {
  .wrapper {
    max-width: 760px;
  }
}
@media (min-width: 64em) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 75em) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 48em) {
  .wrapper.wrapper--smaller {
    max-width: 860px;
  }
}
.wrapper.wrapper--center {
  text-align: center;
}

.wrapper-mw-px {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1340px;
}
@media (max-width: 63.99em) {
  .header-main .wrapper-mw-px {
    padding: 0;
  }
}

.container {
  *zoom: 1;
  position: relative;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}

.content {
  position: relative;
  *zoom: 1;
  background-color: #fff;
}
.content:before, .content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
@media (min-width: 48em) {
  .content.content--befored::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.content.content--alt1 {
  background-color: #CDC6BD;
}
.content.content--alt2 {
  background-color: #B0B5AC;
  color: #fff;
}
.content.content--alt3 {
  background-color: #353A2C;
  color: #fff;
}
.content.content--alt12 {
  background-color: #F2F3F3;
}
.content.content--alt12::before {
  background-color: #F2F3F3;
}
.content.content--padding {
  padding: 20px 0;
}
@media (min-width: 48em) {
  .content.content--padding {
    padding: 30px 0;
  }
}
@media (min-width: 64em) {
  .content.content--padding {
    padding: 40px 0;
  }
}
@media (min-width: 75em) {
  .content.content--padding {
    padding: 50px 0;
  }
}
@media (min-width: 48em) {
  .content.content--padding--extratop {
    padding-top: 100px;
  }
}
@media (min-width: 64em) {
  .content.content--padding--extratop {
    padding-top: 110px;
  }
}
@media (min-width: 75em) {
  .content.content--padding--extratop {
    padding-top: 120px;
  }
}
@media (min-width: 48em) {
  .content.content--padding--expended {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 64em) {
  .content.content--padding--expended {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 75em) {
  .content.content--padding--expended {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content.content--center {
  text-align: center;
}

.pagination {
  clear: both;
  width: 100%;
  margin: 40px 0;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.pagination a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  border: 1px solid #969696;
  border-radius: 8px;
  color: #969696;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
}
.pagination a.current {
  border-color: #353A2C;
  color: #353A2C;
}
.no-touch .pagination a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.no-touch .pagination a:hover, .no-touch .pagination a:focus {
  background-color: #f2f2f2;
}

.section-title {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "proxima_nova", sans-serif;
  font-size: 18px;
  font-size: calc(18 / 10) rem;
  font-weight: 100;
  color: #B0B5AC;
}
@media (min-width: 64em) {
  .section-title {
    font-size: 22px;
    font-size: calc(22 / 10) rem;
  }
}

.title-lev1 {
  margin-bottom: 1em;
  font-family: "proxima_nova", sans-serif;
  font-weight: 100;
  font-size: 26px;
  font-size: calc(26 / 10) rem;
}
@media (min-width: 48em) {
  .title-lev1 {
    font-size: 36px;
    font-size: calc(36 / 10) rem;
  }
}
.programme__header .title-lev1 {
  margin-bottom: 0;
}
.programme-rehabilitation .programme__header .title-lev1 {
  color: #B14A3E;
}

.title-lev2 {
  margin-bottom: 1em;
  font-family: "proxima_nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: #353A2C;
}
@media (min-width: 48em) {
  .title-lev2 {
    font-size: 34px;
    line-height: 110%;
  }
}
.title-lev2.p-region {
  display: inline-block;
}

.title-lev3 {
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 14px;
  font-size: calc(14 / 10) rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .title-lev3 {
    font-size: 17px;
    font-size: calc(17 / 10) rem;
  }
}
.quick-modal .title-lev3 {
  margin-bottom: 10px;
  padding-left: 5px;
}
@media (min-width: 64em) {
  .quick-modal .title-lev3 {
    padding-left: 7px;
  }
}

.leading {
  margin-bottom: 1em !important;
  font-family: "proxima_nova", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: calc(24 / 10) rem;
  color: #FCF1E0;
}
@media (min-width: 48em) {
  .leading {
    font-size: 36px;
    font-size: calc(36 / 10) rem;
  }
}
@media (min-width: 64em) {
  .leading {
    font-size: 48px;
    font-size: calc(48 / 10) rem;
  }
}

.rich-text h2 {
  margin-bottom: 0.8em;
  font-family: "proxima_nova", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
  color: #353A2C;
}
.rich-text img {
  max-width: 100%;
  height: auto;
}
.rich-text p + h2 {
  margin-top: 1.5em;
}

.griffe-equinox {
  display: none !important;
}
@media (min-width: 48em) {
  .griffe-equinox {
    width: 240px;
    height: 103px;
    margin: 0 auto 7em auto;
    position: relative;
    background: transparent url("/images/griffe-equinox.png") 0 0 no-repeat;
    background-size: contain;
  }
  .griffe-equinox span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

.page-home-video {
  text-align: center;
  margin-bottom: 5em;
}
.page-home-video iframe {
  width: 450px;
  height: auto;
  aspect-ratio: 1/1;
}

.page-home-lifetime {
  width: 100%;
  max-height: 450px;
  aspect-ratio: 16/9;
}
.page-home-lifetime img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48em) {
  .page-home-lifetime {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .page-home-lifetime {
    padding: 0 4rem;
  }
}

.page-home-intro {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
}
@media (min-width: 48em) {
  .page-home-intro {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .page-home-intro {
    padding: 0 4rem;
  }
}
.page-home-intro a {
  color: #B0B5AC;
  display: inline-block;
  border-bottom: 1px solid #B0B5AC;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.no-touch .page-home-intro a:hover, .no-touch .page-home-intro a:focus {
  color: #cacdc7;
  border-color: #cacdc7;
}

.mega-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 64em) {
  .mega-slider {
    padding: 0;
  }
}
.mega-slider .fotorama {
  width: 100%;
  margin: 0;
}
.mega-slider .fotorama__html > div {
  height: 100%;
}
.mega-slider .fotorama__arr {
  display: none !important;
}

.mega-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  padding: 2rem calc(20px + 2rem);
}
@media (min-width: 64em) {
  .mega-slider__arrows {
    left: 50%;
    top: 50%;
    max-width: 970px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    padding-top: 5rem;
  }
}
.mega-slider__arrows > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: initial;
}
.mega-slider__arrows a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 50%;
  color: #fff;
}
.mega-slider__arrows a .svg {
  display: block;
  width: 10px;
  height: 10px;
}
.mega-slider__arrows a .svg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mega-slider__arrows a .svg svg path {
  fill: #fff;
}
.no-touch .mega-slider__arrows a {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}
.no-touch .mega-slider__arrows a:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.mega-slider__arrows a.prev .svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mega-slider__content {
  display: block;
  width: 100%;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .mega-slider__content {
    height: calc(100vh - 200px);
    max-height: 640px;
  }
}

.mega-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 4rem);
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.4s, left 0.6s ease-in-out 0.4s;
  -o-transition: opacity 0.6s ease-in-out 0.4s, left 0.6s ease-in-out 0.4s;
  transition: opacity 0.6s ease-in-out 0.4s, left 0.6s ease-in-out 0.4s;
}
@media (min-width: 64em) {
  .mega-slider__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mega-slider__item * {
  position: relative;
  z-index: 1;
}
.mega-slider__item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353A2C;
  opacity: 0.6;
}
.fotorama__active .mega-slider__item {
  opacity: 1;
}

.mega-slider__inner {
  width: 100%;
  max-width: 970px;
}
@media (min-width: 64em) {
  .mega-slider__inner {
    padding-top: 5rem;
  }
}

.mega-slider__desc {
  display: block;
  z-index: 3;
  margin-bottom: 2rem;
  color: #fff;
}
.mega-slider__desc h4 {
  font-family: "proxima_nova", sans-serif;
  font-size: 36px;
  font-size: calc(36 / 10) rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .mega-slider__desc {
    margin-bottom: 2rem;
  }
  .mega-slider__desc h4 {
    font-size: 85px;
  }
}

.mega-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.mega-slider__nav a {
  -webkit-transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: color 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  display: block;
  padding: 0.5rem 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
.mega-slider__nav a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(calc(100% - 2px));
      -ms-transform: translateY(calc(100% - 2px));
          transform: translateY(calc(100% - 2px));
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  transition: transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94), -webkit-transform 0.3s cubic-bezier(0.43, 0.23, 0.33, 0.94);
  will-change: transform;
}
.no-touch .mega-slider__nav a:hover::before, .no-touch .mega-slider__nav a:focus::before {
  -webkit-transform: translateY(calc(-100% + 2px));
      -ms-transform: translateY(calc(-100% + 2px));
          transform: translateY(calc(-100% + 2px));
}

.news-list__item {
  cursor: pointer;
}
.no-touch .news-list__item:hover .news-list__image:before, .no-touch .news-list__item:focus .news-list__image:before {
  border-width: 15px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.news-list__item.news-list__item--partner {
  cursor: default;
}

.news__meta {
  *zoom: 1;
  margin-bottom: 20px;
}
.news__meta:before, .news__meta:after {
  display: table;
  content: "";
}
.news__meta:after {
  clear: both;
}

.news-list__type {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px;
  background-color: #B0B5AC;
  background-color: rgba(176, 181, 172, 0.8);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.actualite-detail .news-list__type {
  position: relative;
  bottom: auto;
  right: auto;
  float: left;
}

.news__date {
  display: block;
  float: left;
}
.news__date span {
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
  line-height: 14px;
  color: #969696;
  font-weight: 700;
}
@media (min-width: 48em) {
  .news__date span {
    font-size: 16px;
    font-size: calc(16 / 10) rem;
  }
}
.news-list__image {
  display: block;
  position: relative;
  background-position: 50% top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.home .news-list__image {
  height: 200px;
}
@media (min-width: 48em) {
  .home .news-list__image {
    height: 300px;
  }
}
@media (min-width: 64em) {
  .home .news-list__image {
    height: 370px;
  }
}
@media (min-width: 75em) {
  .home .news-list__image {
    height: 420px;
  }
}
:not(.home) .news-list__image {
  height: 200px;
}
@media (min-width: 48em) {
  :not(.home) .news-list__image {
    height: 240px;
  }
}
.news-list__image:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 solid transparent;
  -webkit-transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.news-list__title {
  display: block;
  padding: 15px 0;
  font-family: "proxima_nova", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #353A2C;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.news-list__title .news-list__title__programme {
  display: block;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 1rem;
}
.news-list__title a {
  display: block;
  color: currentColor;
}

.nav-listing {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 63.99em) {
  .nav-listing {
    margin-top: 20px;
  }
}
@media (min-width: 64em) {
  .nav-listing.nav-listing--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.search-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px;
  background-color: #CDC6BD;
}
@media (min-width: 48em) {
  .search-box {
    padding: 8px;
  }
}
@media (min-width: 64em) {
  .search-box {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    width: calc(100% - 80px);
    max-width: 970px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.search__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 48em) {
  .mega-slider .search__fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mega-slider .search__fields .ms-choice {
    height: 55px;
    line-height: 55px;
  }
  .mega-slider .search__fields .btn {
    height: 55px;
  }
}
.search__fields.search__hidden {
  display: none;
}
.search__fields > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.listing__count {
  display: inline-block;
  margin-left: 10px;
  color: #969696;
}

.programme__no-mandatory {
  display: block;
  background-color: #FF4F0F;
  font-size: 11px;
  color: #fff;
  padding: 10px 15px;
}
.programme__no-mandatory a {
  display: inline-block;
  position: relative;
  color: currentColor;
}
.programme__no-mandatory a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.listing-item {
  position: relative;
  background-color: #CDC6BD;
  cursor: pointer;
}
.no-touch .listing-item:hover, .no-touch .listing-item:focus {
  cursor: pointer;
}
.no-touch .listing-item:hover .listing-item__container:before, .no-touch .listing-item:focus .listing-item__container:before {
  border-width: 15px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.no-touch .listing-item:hover .listing-item__link, .no-touch .listing-item:focus .listing-item__link {
  background-color: #424937;
}

.listing-item__container {
  position: relative;
}
.listing-item__container:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid transparent;
  z-index: 1;
  -webkit-transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out;
}

.listing-item__image {
  overflow: hidden;
  position: relative;
}
.listing-item__image img {
  width: 100%;
  height: auto;
}
.listing-item__image .badge-region {
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B0B5AC;
  background-color: rgba(176, 181, 172, 0.8);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.programme-rehabilitation .listing-item__image .badge-region {
  background-color: rgba(177, 74, 62, 0.6);
}
.listing-item__image .badge-patch {
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #353A2C;
  background-color: rgba(53, 58, 44, 0.8);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.listing-item__image .badge-lot-dispo {
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #353A2C;
  background-color: rgba(53, 58, 44, 0.8);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.listing-item__detail {
  padding: 20px;
}

.listing-item__meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2b9ae;
}
.listing-item__meta .p-locality {
  color: #969696;
}
.programme-rehabilitation .listing-item__meta .p-locality {
  color: #FCF1E0;
}

.listing-item__title {
  color: #353A2C;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
}
.programme-rehabilitation .listing-item__title {
  color: #B14A3E;
}

.listing-item__desc {
  padding-top: 10px;
}

.listing-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  position: relative;
  background-color: #353A2C;
}
.listing-item__link a:not(.listing-item__video) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.listing-item__video {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #B0B5AC;
}
.no-touch .listing-item__video {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.no-touch .listing-item__video:hover, .no-touch .listing-item__video:focus {
  background-color: #cacdc7;
}
.listing-item__video:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: equinox;
  content: "\e02e";
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 10) rem;
}
.listing-item__video span {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/*@mixin cc-clearfix() {
	&::after {
		content: "";
		display: table;
		clear: both;
	}
}
*/
#cc-mcube-rgpd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cc-mcube-rgpd * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cc-title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

#cookie-banner .cc-title {
  margin-bottom: 10px;
}

.cc-intro {
  display: block;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #ddd;*/
}

.cc-btn {
  text-align: center;
  display: inline-block;
  max-width: 240px;
  padding: 15px 20px;
  background-color: #7DB537;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.no-touchevents .cc-btn:hover,
.no-touch .cc-btn:hover,
.no-touchevents .cc-btn:focus,
.no-touch .cc-btn:focus,
.touchevents .cc-btn:active,
.touch .cc-btn:active {
  background-color: #8fc64a;
  color: #fff;
}

.cc-btn-param {
  color: #7DB537;
}

.cc-btn-done {
  max-width: 280px;
  margin: 0;
  padding: 15px 20px;
}

.cc-btn-param {
  color: #7DB537;
  /*transform: translate(0, -50%);*/
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#cookie-banner {
  display: block;
  width: 100%;
  padding: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-top: 1px solid #ddd;
}

#cookie-banner::after {
  content: "";
  display: table;
  clear: both;
}

#cookie-banner.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#cookie-banner .cc-header {
  margin-bottom: 20px;
  text-align: center;
}

#cookie-banner .cc-body {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  #cookie-banner .cc-body {
    width: 70%;
    padding-right: 50px;
    margin-bottom: 0;
    float: left;
  }
}
#cookie-banner .cc-footer {
  text-align: center;
}

@media (min-width: 700px) {
  #cookie-banner .cc-footer {
    text-align: right;
    width: 30%;
    float: left;
  }
}
#cookie-banner .cc-title {
  text-align: center;
}

#cookie-banner .cc-btn-param {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
}

@media (min-width: 520px) {
  #cookie-banner .cc-title {
    text-align: left;
  }
}
#cookie-consent {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  color: black;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
}

#cookie-consent .fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#cookie-consent .fixed.bottom {
  top: auto;
  bottom: 0;
}

#cookie-consent p {
  margin: 0 0 1em 0;
  padding: 0;
}

#cookie-consent p:last-of-type {
  margin-bottom: 0;
}

#cookie-consent a:not(.cc-btn) {
  display: inline-block;
  margin-left: 8px;
  padding: 0 6px;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
}

#cookie-consent .cc-modal-inner {
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  margin: 20px auto;
  padding: 0 0 92px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1.5;
}

#cookie-consent .cc-main {
  display: none;
}

#cookie-consent .cc-param {
  position: relative;
}

#cookie-consent .cc-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

#cookie-consent .cc-body {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
  overflow-y: scroll;
}

#cookie-consent .cc-param .cc-body {
  height: calc(100vh - 340px);
  max-height: 380px;
  min-height: 250px;
}

#cookie-consent .cc-footer {
  width: 100%;
  height: 92px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: right;
  background-color: #eee;
  border-top: 1px solid #ddd;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.cc-main .cc-btn-param {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cookie-content .cc-btn.cc-btn-accept {
  position: absolute;
  top: 0;
  right: 0;
}

.no-touchevents .cc-btn-param:hover,
.no-touch .cc-btn-param:hover,
.no-touchevents .cc-btn-param:focus,
.no-touch .cc-btn-param:focus,
.touchevents .cc-btn-param:active,
.touch .cc-btn-param:active {
  color: #8fc64a;
}

#cookie-consent .cc-type {
  /*@include cc-clearfix;*/
  display: block;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ddd;
}

#cookie-consent .cc-type:first-of-type {
  border-top: none;
}

#cookie-consent .cc-type label {
  display: block;
  width: 80%;
}

#cookie-consent .cc-type strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

#cookie-consent .cc-type input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  display: block;
  width: 44px;
  height: 22px;
  background-color: #ddd;
  border-radius: 22px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#cookie-consent .cc-type input[type=checkbox]:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

#cookie-consent .cc-type input[type=checkbox]:after {
  content: "no";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  color: #444;
  top: 112%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

[lang=fr] #cookie-consent .cc-type input[type=checkbox]:after {
  content: "non";
}

[lang=es] #cookie-consent .cc-type input[type=checkbox]:after {
  content: "no";
}

[lang=de] #cookie-consent .cc-type input[type=checkbox]:after {
  content: "nicht";
}

[lang=it] #cookie-consent .cc-type input[type=checkbox]:after {
  content: "no";
}

#cookie-consent .cc-type input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#cookie-consent .cc-type input[type=checkbox]:checked {
  background-color: #7DB537;
}

#cookie-consent .cc-type input[type=checkbox]:checked:before {
  -webkit-transform: translateX(22px);
      -ms-transform: translateX(22px);
          transform: translateX(22px);
}

#cookie-consent .cc-type input[type=checkbox]:checked:after {
  content: "yes";
}

[lang=fr] #cookie-consent .cc-type input[type=checkbox]:checked:after {
  content: "oui";
}

[lang=es] #cookie-consent .cc-type input[type=checkbox]:checked:after {
  content: "sí";
}

[lang=de] #cookie-consent .cc-type input[type=checkbox]:checked:after {
  content: "ja";
}

[lang=it] #cookie-consent .cc-type input[type=checkbox]:checked:after {
  content: "sì";
}

.cc-alert {
  display: block;
  padding: 20px 20px 20px 20px;
  margin: 20px 0;
  background-color: #ddd;
  color: #000;
}
.cc-alert a {
  color: #000;
  text-decoration: underline;
}
/*# sourceMappingURL=screen.css.map */