@charset "UTF-8";
/* ==========================================================================
    Main styles
   ========================================================================== */
/*** Align an element in the center of another element use : ***/
/* ==========================================================================
    Helpers & Objects
   ========================================================================== */
/* ==============================
    Helper classes
   ============================== */
/*
 * Image replacement
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,900");
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/*
 * Clearfix
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ==============================
    Objects & abstractions
   ============================== */
/*
 *  Media object
 *
    <div class="media">
        <img class="media-img" src="http://placehold.it/100x100" alt="User avatar" />
        <p class="media-bd">Praesent eu libero porta risus imperdiet dignissim vitae tristique augue.</p>
    </div>
 */
.media,
.media-bd {
  overflow: hidden;
}

.media-img {
  float: left;
}

.media-img-rev {
  float: right;
}

.media-img img,
.media-img-rev img {
  display: block;
}

/*
 * Caret
 *
    <i class="caret caret-down"></i>
 */
.caret {
  content: "";
  height: 0;
  vertical-align: middle;
  width: 0;
  display: inline-block;
}

.caret-down,
.caret-up {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.caret-down {
  border-top: 3px solid #222;
}

.caret-up {
  border-bottom: 3px solid #222;
}

.caret-right,
.caret-left {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.caret-right {
  border-left: 3px solid #222;
}

.caret-left {
  border-right: 3px solid #222;
}

/*
 *  Horizontal list
 *
    <ul class="hlist">
        <li>One</li>
        <li>Two</li>
        <li>Three</li>
    </ul>
 */
.hlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hlist > li {
  display: inline-block;
  padding: 0;
}

.hlist > li:before {
  display: none;
}

/*
 *  Padding and margins
 */
.soft {
  padding: 10px !important;
}

.soft-t {
  padding-top: 10px !important;
}

.soft-r {
  padding-right: 10px !important;
}

.soft-b {
  padding-bottom: 10px !important;
}

.soft-l {
  padding-left: 10px !important;
}

.soft-ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.soft-sides {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.hard {
  padding: 0 !important;
}

.hard-t {
  padding-top: 0 !important;
}

.hard-r {
  padding-right: 0 !important;
}

.hard-b {
  padding-bottom: 0 !important;
}

.hard-l {
  padding-left: 0 !important;
}

.hard-ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard-sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gap {
  margin: 10px !important;
}

.gap-t {
  margin-top: 10px !important;
}

.gap-r {
  margin-right: 10px !important;
}

.gap-b {
  margin-bottom: 10px !important;
}

.gap-l {
  margin-left: 10px !important;
}

.gap-ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.gap-sides {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.nogap {
  margin: 0 !important;
}

.nogap-t {
  margin-top: 0 !important;
}

.nogap-r {
  margin-right: 0 !important;
}

.nogap-b {
  margin-bottom: 0 !important;
}

.nogap-l {
  margin-left: 0 !important;
}

.nogap-ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nogap-sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*
 *  Text
 */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.nobullets {
  list-style: none;
  padding-left: 0;
}

.notransform {
  text-transform: none;
}

/*
 *  Blocks
 */
.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.el-block {
  display: block;
}

.el-inline-block {
  display: inline-block;
}

.valign-mid {
  vertical-align: middle;
}

.relative {
  position: relative;
}

/*
 *  Justified grid
 */
.eq-grid {
  width: 100%;
  text-align: justify;
  font-size: 0;
  /* remove whitespace */
  font-size: 12px\9;
  /* IE6-9 only hack */
  line-height: 0px\9;
  /* IE6-9 only hack */
}

.eq-grid-it {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  vertical-align: top;
}

.eq-grid:after {
  content: "";
  width: 100%;
  display: inline-block;
}

/*
 *  Table grid
 */
@media all and (min-width: 48em) {
  .teq-table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

.teq-table > .teq-col {
  float: none;
}

@media all and (min-width: 48em) {
  .teq-table > .teq-col {
    display: table-cell;
  }
}

/*
 *  Overflows
 */
.overflow {
  overflow: visible;
}

.auto-overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.no-overflow {
  overflow: hidden;
}

/*
 * Wordpress generated classes
 */
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
}

.wp-caption {
  text-align: center;
  position: relative;
}

.wp-caption .wp-caption-text {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-align: left;
}

@media all and (min-width: 48em) {
  .alignnone,
  .aligncenter,
  .alignleft,
  .alignright {
    margin: 5px auto;
  }
  .alignnone {
    margin: 5px 20px 10px 0;
  }
  .aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .alignright {
    float: right;
    margin: 5px 0 10px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 10px 0;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* ==========================================================================
    Custom fonts
   ========================================================================== */
@font-face {
  font-family: 'playfair_displayregular';
  src: url("fonts/playfairdisplay-regular.woff2") format("woff2"), url("fonts/playfairdisplay-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_displaybold';
  src: url("fonts/playfairdisplay-bold.woff2") format("woff2"), url("fonts/playfairdisplay-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfairdisplay-bolditalic';
  src: url("fonts/playfairdisplay-bolditalic.woff2") format("woff2"), url("fonts/playfairdisplay-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebasneuebold';
  src: url("fonts/bebasneuebold.woff2") format("woff2"), url("fonts/bebasneuebold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
FONT-WEIGHT:

work sans light = 300
work sans regular = 400
work sans medium = 500
work sans semi-bold = 600
*/
/* ==========================================================================
    Custom fonts
   ========================================================================== */
@font-face {
  font-family: "HelveticaNeue47";
  src: url("fonts/HelveticaNeue47.woff2") format("woff2"), url("fonts/HelveticaNeue47.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeue57";
  src: url("fonts/HelveticaNeue57.woff2") format("woff2"), url("fonts/HelveticaNeue57.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeue37";
  src: url("fonts/HelveticaNeue37.woff2") format("woff2"), url("fonts/HelveticaNeue37.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeue87";
  src: url("fonts/HelveticaNeue87.woff2") format("woff2"), url("fonts/HelveticaNeue87.woff") format("woff");
}

/* ==========================================================================
    Default element styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #FFF;
}

html {
  font: 62.5% Roboto, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

* {
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* ==============================
    Typography
   ============================== */
/* "-like" classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1-like {
  font: normal 5.3rem "HelveticaNeue47", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  line-height: 1;
  margin: 0 0 75px;
  text-align: left;
  text-transform: uppercase;
}

h2, .h2-like {
  color: #fff;
  font: normal 1.125em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0 0 20px;
}

h3, .h3-like {
  font: normal 1.375em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

h4, .h4-like {
  font: normal 1.125em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

h5, .h5-like {
  font: bold 0.875em sans-serif;
}

h6, .h6-like {
  font: bold 0.8125em sans-serif;
}

p, li {
  font-size: 5rem;
  line-height: 1.2;
}

li li,
li p {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}

ul {
  padding-left: 30px;
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

ul ol li, ul ul li {
  margin: 0 0 10px;
}

ol {
  padding-left: 20px;
}

ol ol, ol ul {
  margin: 0;
}

ol ol li, ol ul li {
  margin: 0 0 10px;
}

ol li {
  margin: 0 0 20px;
}

ul li {
  margin: 0 0 20px;
  list-style: none;
  padding-left: 10px;
  position: relative;
}

ul li:before {
  content: "\2022";
  display: block;
  font-size: 16px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 2px;
}

.nobullets li:before {
  display: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

blockquote {
  margin: 1em 40px 1em 0;
  position: relative;
}

blockquote > p {
  font: normal 1.125em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  line-height: 1.2;
}

@media all and (min-width: 48em) {
  blockquote {
    margin: 1em 40px;
  }
}

/* ==============================
    Other
   ============================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font: 0.75em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  line-height: 1.5;
  margin-bottom: 1em;
}

hr {
  background: rgba(255, 255, 255, 0.1);
  border: 0 none;
  margin: 20px 0;
  height: 1px;
}

::-moz-selection {
  background: #3b5998;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3b5998;
  color: #fff;
  text-shadow: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-2-enter-active,
.fade-2-leave-active {
  transition: opacity .5s;
}

.fade-2-enter,
.fade-2-leave-to {
  opacity: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.woff2?fugzud") format("woff2"), url("fonts/icomoon.woff?fugzud") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s ease;
}

/* ==============================
    Global
   ============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #FFF;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.global {
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
  transition-duration: .6s;
}

.sticky {
  position: fixed;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}

.sticky .logo .logo-white {
  display: none;
}

.sticky .logo .logo-black {
  display: block;
  max-height: 65px;
}

@media all and (min-width: 60em) {
  .sticky .logo .logo-black {
    max-height: 85px;
  }
}

.sticky .header-nav .nav li a {
  color: #222;
}

.sticky .searchbar-open-btn .icon-search {
  fill: #000;
  stroke: #000;
}

header {
  position: relative;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 70px;
  background: none;
  border: none;
}

@media all and (min-width: 60em) {
  header {
    height: 90px;
  }
}

header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 130px;
  height: 100%;
}

@media all and (min-width: 60em) {
  header .logo {
    width: 150px;
  }
}

header .logo .logo-white {
  display: block;
  max-height: 65px;
}

@media all and (min-width: 60em) {
  header .logo .logo-white {
    max-height: 85px;
  }
}

header .logo .logo-black {
  display: none;
}

header .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: calc(100% - 150px);
  height: 100%;
}

@media all and (min-width: 60em) {
  header .header-content {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

header .header-nav {
  display: none;
}

@media all and (min-width: 60em) {
  header .header-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    list-style-type: none;
  }
}

@media all and (min-width: 75em) {
  header .header-nav {
    width: calc(100% - 100px);
  }
}

header .header-nav .nav ul ul li a {
  text-transform: none !important;
}

header .header-nav .nav ul ul {
  display: block;
  width: 100%;
}

header .header-nav .nav {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  height: 100%;
}

header .header-nav .nav ul {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 0 0;
  list-style-type: none;
}

header .header-nav .nav li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  height: 100%;
}

header .header-nav .nav li::before {
  display: none;
  visibility: hidden;
}

header .header-nav .nav li a {
  display: block;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: left;
  color: #FFF;
  outline: none;
  text-decoration: none;
  transition: color .4s;
}

@media all and (min-width: 75em) {
  header .header-nav .nav li a {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}

header .header-nav .nav li a:hover, header .header-nav .nav li a:focus {
  color: #B48D4A;
}

header .header-burger-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 10px 30px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media all and (min-width: 60em) {
  header .header-burger-menu {
    display: none;
  }
}

header .header-burger-menu .burger-menu-icon {
  display: block;
  outline: none;
  cursor: pointer;
}

@media all and (min-width: 40em) {
  header .header-burger-menu .burger-menu-icon {
    margin: 0 15px 0 0;
  }
}

header .header-burger-menu .burger-menu-icon svg {
  fill: #B48D4A;
  stroke: #B48D4A;
  width: 30px;
  height: 30px;
}

header .header-burger-menu .burger-menu-close {
  display: none;
}

header .burger-foot {
  display: none;
}

.no-herobanner header {
  position: fixed;
  z-index: 2000;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}

.no-herobanner header .logo .logo-white {
  display: none;
}

.no-herobanner header .logo .logo-black {
  display: block;
  max-height: 65px;
}

@media all and (min-width: 60em) {
  .no-herobanner header .logo .logo-black {
    max-height: 85px;
  }
}

.no-herobanner header .header-nav ul li a {
  color: #222;
}

.no-herobanner header .searchbar-open-btn .icon-search {
  fill: #000;
  stroke: #000;
}

.header-nav-search {
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.header-nav-search .search-glass-btn {
  padding-top: 3px;
  width: 0;
  height: 26px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 25px 0 0 25px;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
}

.header-nav-search .search-glass-btn svg {
  width: 13px;
  height: 13px;
  fill: #000;
  stroke: #000;
}

.header-nav-search.searchbar-open .search-glass-btn {
  width: 30px;
}

.header-nav-search-form {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: 0.5s;
  z-index: 1;
}

.searchbar-open .header-nav-search-form {
  min-width: 50px;
  width: auto;
}

.searchbar-open-btn {
  -ms-flex-order: 2;
      order: 2;
  width: 18px;
  height: auto;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
}

.searchbar-open-btn .icon-search {
  width: 18px;
  height: 18px;
  fill: #FFF;
  stroke: #FFF;
}

.searchbar-open-btn .search-reset-btn svg {
  width: 7px;
  height: 7px;
  fill: #000;
  stroke: #000;
}

.searchbar-open .searchbar-open-btn .icon-search {
  display: none;
}

.header-nav-search-input {
  padding: 0;
  width: 0;
  height: 26px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
  color: #222;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s;
}

.searchbar-open .header-nav-search-input {
  width: 100px;
}

.search-reset-btn {
  padding-bottom: 2px;
  width: 30px;
  height: 26px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 0 25px 25px 0;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
  display: none;
}

.searchbar-open .search-reset-btn {
  display: block;
}

.search-reset-btn svg {
  width: 7px;
  height: 7px;
  fill: #000;
  stroke: #000;
}

/* Submenu fixes
   ========================================================================== */
@media all and (min-width: 60em) {
  .header-nav .nav ul ul {
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.3s, opacity 0.3s;
  }
  .header-nav .nav ul li:hover ul {
    opacity: 1;
    transform: translateY(0);
  }
  header .header-nav .nav li a {
    height: 50px;
  }
  header.sticky .header-nav .nav ul.sub-menu, .no-herobanner header .header-nav .nav ul.sub-menu {
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    padding-right: 10px;
    margin: 0 -10px;
    background-color: #fff;
    height: auto !important;
    width: auto;
  }
  header.sticky .header-nav .nav ul.sub-menu a, header.sticky .header-nav .nav ul.sub-menu li, .no-herobanner header .header-nav .nav ul.sub-menu a, .no-herobanner header .header-nav .nav ul.sub-menu li {
    height: auto !important;
  }
  header .header-nav .nav li {
    display: block;
    line-height: 70px;
    position: relative;
  }
  header .header-nav .nav li li {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: 200px;
  }
  header .header-nav .nav li.menu-item-has-children {
    position: relative;
  }
  header .header-nav .nav li.menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 34px;
    right: -20px;
    background: url(images/sub-menu.png) center center no-repeat;
    width: 10px;
    height: 4px;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
  header .header-nav .nav li.menu-item-has-children:hover::after {
    transform: rotate(0deg);
  }
  header .header-nav .nav li ul {
    position: absolute;
  }
  header .header-nav .nav li li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    vertical-align: middle;
    background: #b99560;
    margin-right: 8px;
  }
}

.menu-open {
  overflow: hidden;
  position: fixed;
}

.burger-active {
  border: none;
  background: #FFF;
}

.burger-active .logo .logo-white {
  display: none;
}

.burger-active .logo .logo-black {
  display: block;
  max-height: 65px;
}

.burger-active .header-burger-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 10px 30px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.burger-active .header-burger-menu .burger-menu-icon {
  display: none;
}

.burger-active .header-burger-menu .burger-menu-close {
  display: block;
  background: #FFF;
  border: 1px solid #FFF;
  outline: none;
  cursor: pointer;
}

@media all and (min-width: 40em) {
  .burger-active .header-burger-menu .burger-menu-close {
    margin: 0 15px 0 0;
  }
}

.burger-active .header-burger-menu .burger-menu-close svg {
  fill: #B48D4A;
  stroke: #B48D4A;
  width: 28px;
  height: 28px;
}

.burger-active .header-content {
  position: fixed;
  z-index: 250;
  top: 70px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 5px;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 70px);
  background: #FFF;
  color: #000;
}

.burger-active .header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 280px;
  list-style-type: none;
}

@media all and (max-height: 450px) {
  .burger-active .header-nav {
    min-height: 400px;
  }
}

.burger-active .header-nav .search-bar-open,
.burger-active .header-nav .search-bar-open-btn,
.burger-active .header-nav .icon-search {
  position: fixed;
  display: none;
  z-index: -10;
}

.burger-active .header-nav .header-nav-search {
  -ms-flex-order: 1;
      order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 50px;
  background: #EEE;
}

.burger-active .header-nav .header-nav-search .header-nav-search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 50px;
  background: #EEE;
}

.burger-active .header-nav .header-nav-search .search-glass-btn {
  padding: 3px;
  width: 20%;
  height: 100%;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

.burger-active .header-nav .header-nav-search .search-glass-btn svg {
  fill: #000;
  stroke: #000;
  width: 17px;
  height: 18px;
}

.burger-active .header-nav .header-nav-search .search-reset-btn {
  display: none;
}

.burger-active .header-nav .header-nav-search .header-nav-search-input {
  padding: 0;
  width: 80%;
  height: 50px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  color: #222;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.burger-active .header-nav .header-nav-search .header-nav-search-input::-webkit-search-decoration, .burger-active .header-nav .header-nav-search .header-nav-search-input::-webkit-search-cancel-button, .burger-active .header-nav .header-nav-search .header-nav-search-input::-webkit-search-results-button, .burger-active .header-nav .header-nav-search .header-nav-search-input::-webkit-search-results-decoration {
  margin-right: 10px;
}

.burger-active .header-nav .nav {
  width: 100%;
  height: auto;
}

.burger-active .header-nav .nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
}

.burger-active .header-nav .nav li {
  display: block;
  width: 170px;
}

@media all and (min-width: 23em) {
  .burger-active .header-nav .nav li {
    width: 170px;
  }
}

.burger-active .header-nav .nav li::before {
  display: none;
}

.burger-active .header-nav .nav li .header-nav ul li a,
.burger-active .header-nav .nav li .header-nav-item,
.burger-active .header-nav .nav li a {
  display: block;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  outline: none;
  text-decoration: none;
  transition: color .4s;
}

@media all and (min-width: 23em) {
  .burger-active .header-nav .nav li .header-nav ul li a,
  .burger-active .header-nav .nav li .header-nav-item,
  .burger-active .header-nav .nav li a {
    font-size: 2rem;
  }
}

.burger-active .header-nav .nav li .header-nav ul li a:hover, .burger-active .header-nav .nav li .header-nav ul li a:focus,
.burger-active .header-nav .nav li .header-nav-item:hover,
.burger-active .header-nav .nav li .header-nav-item:focus,
.burger-active .header-nav .nav li a:hover,
.burger-active .header-nav .nav li a:focus {
  color: #B48D4A;
}

.burger-active .header-nav .nav ul.sub-menu {
  padding-top: 10px;
}

.burger-active .header-nav .nav li li a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.4rem;
  width: 100px;
}

.burger-active .header-nav .nav li li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  vertical-align: middle;
  background: #b99560;
  margin: 0 auto 8px auto;
}

.burger-active .header-nav .burger-foot {
  -ms-flex-order: 3;
      order: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 70px;
  width: 100%;
}

.burger-active .header-nav .burger-foot p {
  display: block;
  margin: 0;
  width: 310px;
  font-size: 1.5rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #666;
}

.browser-screen-loading-content .loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: loading-dots-fadein .5s linear forwards;
}

.browser-screen-loading-content .loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 .125em;
  animation: loading-dots-middle-dots .5s linear infinite;
}

.browser-screen-loading-content .loading-dots.dark-gray i {
  background: #707070;
}

.browser-screen-loading-content .loading-dots i:first-child {
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-1em);
}

.browser-screen-loading-content .loading-dots i:last-child {
  animation: loading-dots-last-dot .5s linear infinite;
}

@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes loading-dots-first-dot {
  100% {
    transform: translate(1em);
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes loading-dots-middle-dots {
  100% {
    transform: translate(1em);
  }
}

@keyframes loading-dots-last-dot {
  100% {
    transform: translate(2em);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.mod-newsletter {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #222;
}

.mod-newsletter::before {
  display: none;
}

@media all and (min-width: 60em) {
  .mod-newsletter::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 50px;
    display: block;
    width: 300px;
    height: 200px;
    background: url("./images/logo-newsletter.svg") scroll no-repeat center center;
    background: cover;
    content: '';
  }
}

.mod-newsletter .mod-newsletter-content {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px;
  height: 100%;
  min-height: 280px;
  width: 100%;
  background: rgba(32, 32, 32, 0.9);
}

@media all and (min-width: 30em) {
  .mod-newsletter .mod-newsletter-content {
    min-height: 200px;
  }
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-title {
  position: relative;
  display: block;
  min-height: 55px;
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #FFF;
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-title::after {
  display: none;
}

@media all and (min-width: 40em) {
  .mod-newsletter .mod-newsletter-content .mod-newsletter-title::after {
    position: absolute;
    display: block;
    bottom: 0;
    right: calc(50% - 25px);
    width: 50px;
    height: 3px;
    background: #B48D4A;
    content: '';
  }
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 25px 0 0;
  width: 100%;
  height: 45px;
  background: #B48D4A;
  border: 1px solid #B48D4A;
  transition: all .5s;
  cursor: pointer;
}

@media all and (min-width: 40em) {
  .mod-newsletter .mod-newsletter-content .mod-newsletter-btn {
    width: 200px;
    height: 45px;
  }
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-btn:hover {
  background: #FFF;
  border: 1px solid #B48D4A;
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-btn:hover a, .mod-newsletter .mod-newsletter-content .mod-newsletter-btn:hover span {
  color: #000;
}

.mod-newsletter .mod-newsletter-content .mod-newsletter-btn a, .mod-newsletter .mod-newsletter-content .mod-newsletter-btn span {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #FFF;
  transition: color .5s;
}

footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: auto;
  width: 100%;
}

.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px 10px;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 60em) {
  .footer-menu {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
    height: 110px;
  }
}

.footer-menu-items {
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
  text-align: left;
}

@media all and (min-width: 75em) {
  .footer-menu-items {
    padding: 10px 0 0;
  }
}

.footer-menu-items ul, .footer-menu-items li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu-items ul::before, .footer-menu-items li::before {
  display: none;
}

.footer-menu-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media all and (min-width: 60em) {
  .footer-menu-items ul {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 7%;
  }
}

.footer-menu-items a {
  display: block;
  font-size: 1.4rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: left;
  text-transform: uppercase;
  color: #666;
  transition: color .5s;
}

@media all and (max-width: 960px) {
  .footer-menu-items a {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}

.footer-menu-items a:hover, .footer-menu-items a:focus {
  color: #B48D4A;
}

.footer-caution-msg {
  display: block;
  padding: 12px 20px 0 20px;
  max-width: 1280px;
}

@media all and (min-width: 60em) {
  .footer-caution-msg {
    padding: 0 20px 12px 0;
  }
}

.footer-caution-msg p {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #666;
}

.footer-credits {
  display: block;
  padding: 12px 20px 0;
  height: auto;
  min-height: 40px;
  width: 100%;
  background: #EEE;
}

@media all and (min-width: 60em) {
  .footer-credits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 12px 80px 0;
  }
}

.footer-credits p {
  display: block;
  margin: 0;
  max-width: 1180px;
  font-size: 1.1rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #AAA;
}

@media all and (min-width: 23em) {
  .footer-credits p {
    font-size: 1.3rem;
    text-align: center;
  }
}

@media all and (min-width: 60em) {
  .footer-credits p {
    font-size: 1.5rem;
    text-align: right;
  }
}

.footer-credits a {
  color: inherit;
  text-decoration: underline;
}

.footer-credits a:hover {
  text-decoration: none;
}

.agegate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
  height: 100vh;
  background: #F6F6F6 url("./images/agegate-bg.png") scroll no-repeat center center;
  background-size: cover;
}

@media all and (min-width: 23em) {
  .agegate {
    padding: 0 50px;
  }
}

@media all and (min-width: 48em) {
  .agegate {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.agegate * {
  outline: none;
}

.agegate .agegate-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 110px;
}

.agegate .agegate-logo img {
  height: 110px;
  width: auto;
}

.agegate .agegate-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 170px);
}

.agegate .agegate-form .agegate-input-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  font-family: bebasneuebold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #888;
  text-align: center;
}

@media all and (min-width: 23em) {
  .agegate .agegate-form .agegate-input-container {
    font-size: 5rem;
  }
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-input-container {
    font-size: 12rem;
  }
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container {
    font-size: 20rem;
  }
}

.agegate .agegate-form .agegate-input-container .agegate-input {
  position: relative;
  height: 100px;
  background: none;
  border: none;
  font-family: bebasneuebold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #888;
  text-align: center;
}

@media all and (min-width: 23em) {
  .agegate .agegate-form .agegate-input-container .agegate-input {
    font-size: 5rem;
  }
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-input-container .agegate-input {
    height: 200px;
    font-size: 12rem;
  }
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container .agegate-input {
    height: 300px;
    font-size: 20rem;
  }
}

.agegate .agegate-form .agegate-input-container .input-day {
  width: 50px;
}

@media all and (min-width: 23em) {
  .agegate .agegate-form .agegate-input-container .input-day {
    width: 70px;
  }
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-input-container .input-day {
    width: 110px;
  }
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container .input-day {
    width: 210px;
  }
}

.agegate .agegate-form .agegate-input-container .input-month {
  width: 60px;
}

@media all and (min-width: 23em) {
  .agegate .agegate-form .agegate-input-container .input-month {
    width: 80px;
  }
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-input-container .input-month {
    width: 190px;
  }
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container .input-month {
    width: 260px;
  }
}

.agegate .agegate-form .agegate-input-container .input-year {
  width: 100px;
}

@media all and (min-width: 23em) {
  .agegate .agegate-form .agegate-input-container .input-year {
    width: 120px;
  }
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-input-container .input-year {
    width: 230px;
  }
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container .input-year {
    width: 390px;
  }
}

.agegate .agegate-form .agegate-input-container .agegate-input::-webkit-input-placeholder {
  color: #555;
}

.agegate .agegate-form .agegate-input-container .agegate-input:-ms-input-placeholder {
  color: #555;
}

.agegate .agegate-form .agegate-input-container .agegate-input::placeholder {
  color: #555;
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-input-container .agegate-input::-webkit-input-placeholder {
    letter-spacing: 15px;
  }
  .agegate .agegate-form .agegate-input-container .agegate-input:-ms-input-placeholder {
    letter-spacing: 15px;
  }
  .agegate .agegate-form .agegate-input-container .agegate-input::placeholder {
    letter-spacing: 15px;
  }
}

.agegate .agegate-form .agegate-caution-msg {
  margin-bottom: 30px;
  width: 100%;
  max-width: 768px;
  text-align: center;
}

.agegate .agegate-form .agegate-caution-msg p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #888;
}

@media all and (min-width: 64em) {
  .agegate .agegate-form .agegate-caution-msg p {
    font-size: 1.8rem;
  }
}

.agegate .agegate-form .agegate-submit {
  width: 100%;
  height: 50px;
  background: #B48D4A;
  border: none;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  transition: all .5s;
}

@media all and (min-width: 48em) {
  .agegate .agegate-form .agegate-submit {
    width: 210px;
  }
}

.agegate .agegate-form .agegate-submit:hover, .agegate .agegate-form .agegate-submit:focus {
  background: #7AC5CA;
}

.agegate .agegate-error-msg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .agegate .agegate-error-msg {
    padding: 0 50px;
  }
}

.agegate .agegate-error-msg p {
  color: red;
  font-size: 1rem;
}

.mod-hp-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40vh;
  min-height: 415px;
  background: url("./images/hp-hero-mobile.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-hp-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-hp-hero {
    min-height: 568px;
    background: url("./images/hp-hero-desktop.png") scroll no-repeat center center;
    background-size: cover;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hero {
    margin-top: -90px;
  }
}

.mod-hp-hero h6, .mod-hp-hero h1, .mod-hp-hero a {
  position: relative;
  z-index: 5;
}

.mod-hp-hero h6 {
  display: block;
  width: 100%;
  max-width: 370px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-hp-hero h6 {
    padding: 5px 10px;
    width: auto;
    height: auto;
    background: #B48D4A;
    font-size: 1.6rem;
    color: #FFF;
  }
}

.mod-hp-hero h6 span {
  font-weight: 600;
}

.mod-hp-hero h1 {
  display: block;
  padding-top: 5px;
  width: 100%;
  max-width: 370px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3.5rem;
  letter-spacing: 3px;
  word-spacing: -0.7rem;
  line-height: 1;
  text-transform: initial;
  text-align: center;
  color: #FFF;
}

@media all and (min-width: 48em) {
  .mod-hp-hero h1 {
    max-width: 100%;
    font-size: 6.2rem;
  }
}

.mod-hp-hero .mod-hp-hero-square {
  position: absolute;
  display: block;
  bottom: -50px;
  right: 30px;
  padding: 8px;
  width: 100px;
  height: 100px;
  background: #89DEE3;
  text-align: center;
}

@media all and (min-width: 48em) {
  .mod-hp-hero .mod-hp-hero-square {
    right: 70px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hero .mod-hp-hero-square {
    bottom: -75px;
    right: 150px;
    padding: 15px;
    width: 150px;
    height: 150px;
  }
}

.mod-hp-hero .mod-hp-hero-square span {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: .9rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #FFF;
}

@media all and (min-width: 60em) {
  .mod-hp-hero .mod-hp-hero-square span {
    font-size: 1.5rem;
  }
}

.mod-hp-prog-subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 100px 0 50px;
  width: 100%;
  height: auto;
  background: #FFF;
}

@media all and (min-width: 64em) {
  .mod-hp-prog-subscribe {
    padding: 100px 0;
  }
}

.prog-subscribe-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .prog-subscribe-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.prog-subscribe-titles .hp-h2 {
  display: block;
  width: 90%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .prog-subscribe-titles .hp-h2 {
    padding-left: 30px;
    width: 50%;
  }
}

@media all and (min-width: 60em) {
  .prog-subscribe-titles .hp-h2 {
    font-size: 5rem;
  }
}

.prog-subscribe-titles .hp-h2 .h2-span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.prog-subscribe-titles .prog-subscribe-subtitle {
  width: 90%;
  height: auto;
}

.prog-subscribe-titles .prog-subscribe-subtitle a {
  text-decoration: underline;
  font-weight: 500;
  color: #B48D4A;
}

.prog-subscribe-titles .prog-subscribe-subtitle a:hover {
  text-decoration: underline;
}

@media all and (min-width: 48em) {
  .prog-subscribe-titles .prog-subscribe-subtitle {
    width: 40%;
  }
}

@media all and (min-width: 60em) {
  .prog-subscribe-titles .prog-subscribe-subtitle {
    width: 47%;
  }
}

.prog-subscribe-titles .prog-subscribe-subtitle p {
  display: block;
  width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #333;
}

@media all and (min-width: 48em) {
  .prog-subscribe-titles .prog-subscribe-subtitle p {
    width: 260px;
  }
}

@media all and (min-width: 60em) {
  .prog-subscribe-titles .prog-subscribe-subtitle p {
    width: 400px;
    font-size: 2rem;
  }
}

.prog-subscribe-progs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: -30px 0;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 30em) {
  .prog-subscribe-progs {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 35px 0;
  }
}

.prog-subscribe-progs .program-block-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 35px 0;
  width: 90%;
  height: 170px;
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs .program-block-container {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    width: 30%;
    max-width: 300px;
  }
}

@media all and (min-width: 75em) {
  .prog-subscribe-progs .program-block-container {
    max-width: 380px;
    height: 230px;
  }
}

.prog-subscribe-progs .program-block-container .program-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 90%;
}

.prog-subscribe-progs .program-block-container .program-block .picto-prog {
  height: 80px;
  fill: #FFF;
  max-width: 200px;
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs .program-block-container .program-block .picto-prog {
    display: none;
  }
}

.prog-subscribe-progs .program-block-container .program-block .program {
  display: block;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs .program-block-container .program-block .program {
    font-weight: 400;
  }
}

@media all and (min-width: 75em) {
  .prog-subscribe-progs .program-block-container .program-block .program {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: .8;
  }
}

.prog-subscribe-progs .program-block-container .program-block .prog-title {
  display: block;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .prog-subscribe-progs .program-block-container .program-block .prog-title {
    font-size: 4rem;
  }
}

.prog-subscribe-progs .program-block-container .subscribe-prog-btn {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: -20px;
  left: calc( 50% - 120px);
  width: 240px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs .program-block-container .subscribe-prog-btn {
    bottom: -15px;
    left: calc( 50% - 90px);
    width: 180px;
    height: 30px;
    font-size: .8rem;
  }
}

@media all and (min-width: 75em) {
  .prog-subscribe-progs .program-block-container .subscribe-prog-btn {
    bottom: -20px;
    left: calc( 50% - 125px);
    width: 250px;
    height: 40px;
    font-size: 1.2rem;
  }
}

.prog-subscribe-progs .program-block-container .subscribe-prog-btn:hover {
  background: #B48D4A;
  color: #FFF;
}

.prog-subscribe-progs .program-block-container .coming-soon-btn {
  background: #B48D4A;
  cursor: auto;
}

@media all and (min-width: 48em) {
  .prog-subscribe-progs .program-block-container .je-decouvre-btn {
    display: none;
  }
}

.prog-subscribe-progs .student-prog {
  background: url("./images/student-prog.jpg") scroll no-repeat 0 0;
  background-size: cover;
}

.prog-subscribe-progs .coaching-prog {
  background: url("./images/coaching-prog.png") scroll no-repeat 0 0;
  background-size: cover;
}

.prog-subscribe-progs .cocktail-lovers-prog {
  background: url("./images/cocktail-lovers-prog.png") scroll no-repeat 0 0;
  background-size: cover;
}

.mod-hp-academy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  width: 100%;
  height: auto;
  background: #FFF;
}

.mod-hp-academy-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .mod-hp-academy-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-hp-academy-titles .hp-h2 {
  display: block;
  width: 90%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-hp-academy-titles .hp-h2 {
    padding-left: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-academy-titles .hp-h2 {
    font-size: 5rem;
  }
}

.mod-hp-academy-titles .hp-h2 .h2-span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.mod-hp-academy-slider-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  height: auto;
  min-height: 300px;
}

@media all and (min-width: 30em) {
  .mod-hp-academy-slider-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-academy-slider-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 50px 0;
    min-height: 500px;
  }
}

@media all and (min-width: 105em) {
  .mod-hp-academy-slider-container {
    margin: 50px 0 0 100px;
  }
}

.mod-hp-academy-slider-container::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 8px;
  width: 150px;
  height: 17px;
  background: url("./images/white-stripes.png") scroll no-repeat center 0;
  background-size: 100%;
  content: '';
}

@media all and (min-width: 48em) {
  .mod-hp-academy-slider-container::after {
    left: 80px;
    width: 300px;
    height: 35px;
  }
}

.mod-hp-academy-slider-container .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn {
  position: absolute;
  z-index: 40;
  bottom: -20px;
  right: calc(50% - 125px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 250px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn {
    right: 60px;
    width: 300px;
  }
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn div, .mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn a {
  width: 100%;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  transition: all .5s;
}

.mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn div, .mod-hp-academy-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-gotoprog-btn a:hover {
  background: #B48D4A;
}

.mod-hp-academy-slider-container .swiper-container .swiper-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80px;
  height: 40px;
}

@media all and (min-width: 48em) {
  .mod-hp-academy-slider-container .swiper-container .swiper-nav {
    top: 30px;
    right: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-academy-slider-container .swiper-container .swiper-nav {
    top: 40px;
    right: 50px;
  }
}

.mod-hp-academy-slider-container .swiper-container .swiper-nav .swiper-button-prev,
.mod-hp-academy-slider-container .swiper-container .swiper-nav .swiper-button-next {
  background: none;
  cursor: pointer;
}

.mod-hp-academy-slider-container .swiper-container .swiper-nav .swiper-button-prev svg,
.mod-hp-academy-slider-container .swiper-container .swiper-nav .swiper-button-next svg {
  height: 15px;
  width: 30px;
  fill: #FFF;
  stroke: #FFF;
}

.mod-hp-articles-shots {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -150px;
  padding: 100px 0 50px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 23em) {
  .mod-hp-articles-shots {
    padding: 150px 0 50px;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: -230px;
    padding: 250px 0 100px;
  }
}

.mod-hp-articles-shots .articles-shots-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-hp-articles-shots .articles-shots-titles .hp-h2 {
  position: relative;
  display: block;
  width: 85%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-titles .hp-h2 {
    padding-left: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-titles .hp-h2 {
    font-size: 5rem;
  }
}

.mod-hp-articles-shots .articles-shots-titles .hp-h2::after {
  display: none;
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-titles .hp-h2::after {
    position: absolute;
    display: block;
    top: -90px;
    right: -150px;
    width: 350px;
    height: 250px;
    background: url("./images/hp-glass.png") scroll no-repeat center center;
    background-size: 50%;
    content: '';
    opacity: .2;
  }
}

.mod-hp-articles-shots .articles-shots-titles .hp-h2 .h2-span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.mod-hp-articles-shots .articles-shots-container {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-hp-articles-shots .articles-shots-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 35px 0 0;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-container {
    padding: 0;
  }
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  min-width: 250px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item {
    width: 28%;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item {
    padding: 0;
    width: 30%;
    min-width: 330px;
  }
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-titles {
  height: auto;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-titles {
    min-height: 80px;
  }
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h6 {
  margin: 10px 0 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h6 {
    margin: 20px 0 0;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h6 {
    font-size: 1.4rem;
  }
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h4 {
  margin: 7px 0 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  word-spacing: 1.9px;
  line-height: 2.5rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h4 {
    margin: 10px 0 0;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-h4 {
    font-size: 2.1rem;
  }
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-p {
  display: block;
  margin: 10px 0 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #333;
}

.mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-p * {
  font-size: inherit;
  line-height: inherit;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-p {
    margin: 20px 0 0;
    min-height: 40px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-container .articles-shots-list-item-p {
    font-size: 1.5rem;
  }
}

.mod-hp-articles-shots .articles-shots-readmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-readmore {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  min-width: 250px;
  height: 40px;
  text-align: center;
}

@media all and (min-width: 30em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title {
    width: 450px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title {
    width: 600px;
  }
}

.mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-title img {
    max-width: 300px;
  }
}

.mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-width: 180px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn {
    width: 180px;
  }
}

.mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn span, .mod-hp-articles-shots .articles-shots-readmore .articles-shots-readmore-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-hp-hashtag {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag {
    padding: 90px 0 0;
  }
}

.mod-hp-hashtag::after {
  display: none;
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag::after {
    position: absolute;
    display: block;
    top: -30px;
    right: 20%;
    width: 200px;
    height: 200px;
    background: url("./images/hp-hashtag.png") scroll no-repeat center center;
    background-size: 100%;
    content: '';
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag::after {
    right: 30%;
    width: 250px;
    height: 250px;
  }
}

@media all and (min-width: 75em) {
  .mod-hp-hashtag::after {
    right: 40%;
  }
}

.mod-hp-hashtag-titles {
  position: relative;
  z-index: 12;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-hp-hashtag-titles .hp-h2 {
  display: block;
  width: 90%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag-titles .hp-h2 {
    padding-left: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-titles .hp-h2 {
    font-size: 5rem;
  }
}

.mod-hp-hashtag-titles .hp-h2 .h2-span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.mod-hp-hashtag-slider-container {
  position: relative;
  top: -80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  height: auto;
  min-height: 300px;
}

@media all and (min-width: 30em) {
  .mod-hp-hashtag-slider-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag-slider-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 50px 0 0;
    min-height: 500px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-slider-container {
    top: -100px;
  }
}

@media all and (min-width: 105em) {
  .mod-hp-hashtag-slider-container {
    margin: 50px 0 0 100px;
  }
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag {
  position: relative;
  margin-top: -30px;
  padding: 150px 5px 0;
  max-width: calc(90% - 10px);
  height: auto;
  overflow-x: hidden;
}

@media all and (min-width: 23em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag {
    margin-top: -50px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag {
    max-width: 1000px;
  }
}

@media all and (min-width: 75em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag {
    max-width: 1100px;
  }
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper {
  max-width: 100%;
  height: auto;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide {
    padding: 10px 50px 0;
    width: 40%;
    max-width: 550px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide {
    padding: 20px 50px 0;
  }
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .author {
  display: block;
  margin-bottom: 8px;
  max-width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 2px;
  font-size: .8rem;
  font-weight: 600;
  color: #B48D4A;
  text-transform: uppercase;
}

@media all and (min-width: 23em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .author {
    font-size: 1rem;
  }
}

@media all and (min-width: 30em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .author {
    font-size: 1.2rem;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .author {
    font-size: 1.3rem;
  }
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .legend-and-hashtag {
  display: block;
  width: 100%;
  max-width: 550px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 400;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .legend-and-hashtag * {
  font-size: inherit;
  line-height: inherit;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost .insta-text .legend-and-hashtag .hashtags {
  font-weight: 600;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-wrapper .swiper-slide .goto-fullpost img {
  margin-top: 20px;
  width: 100%;
  max-width: 550px;
  height: auto;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav {
  position: absolute;
  z-index: 15;
  top: 130px;
  right: calc(100% - 80px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80px;
  height: 40px;
}

@media all and (min-width: 30em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav {
    top: 70px;
    right: 10px;
  }
}

@media all and (min-width: 48em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav {
    top: 30px;
    right: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav {
    top: 40px;
    right: 80px;
  }
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav .swiper-button-prev,
.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav .swiper-button-next {
  background: none;
  cursor: pointer;
}

.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav .swiper-button-prev svg,
.mod-hp-hashtag-slider-container .swiper-container-hashtag .swiper-nav .swiper-button-next svg {
  height: 15px;
  width: 30px;
  fill: #000;
  stroke: #000;
}

/* Generics
   ========================================================================== */
.bloc:first-child {
  margin-top: 60px;
}

.bloc.is-gray:first-child {
  margin-top: 30px;
}

.bloc {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #181818;
}

.bloc.is-gray {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #f6f6f6;
}

.bloc.is-gray:last-child {
  margin-bottom: 0 !important;
}

.bloc.is-gray + .bloc.is-gray {
  margin-top: -30px;
}

.bloc a {
  color: #B48D4A;
  text-decoration: underline;
}

.bloc p {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
}

.bloc-spacer {
  height: 1px;
}

@media screen and (min-width: 48em) {
  .bloc {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 18px;
  }
  .bloc.is-gray {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .bloc.is-gray + .bloc.is-gray {
    margin-top: -50px;
  }
}

/* ForceFix (à cause de règle css trop précises)
   ========================================================================== */
.mod-tips .bloc .tips-numbers {
  margin-top: 0;
  margin-bottom: 0;
}

.mod-tips .bloc-listing .tips-more-infos {
  background-color: transparent;
  padding: 0;
}

/* Call to action
   ========================================================================== */
.cta__image {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
}

.cta__btn {
  display: block !important;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

/* Bloc cocktails
   ========================================================================== */
.bloc-cocktails {
  font-size: 14px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  line-height: 1.2;
}

.bloc-cocktails__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 -20px -1.5em;
}

.bloc-cocktails__item {
  width: 100%;
  min-width: 300px;
  margin-bottom: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
}

.bloc-cocktails__title {
  display: block;
  margin-bottom: .8em;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.125em;
  line-height: 1.17;
  color: #181818;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
}

.bloc-cocktails__item-body {
  font-size: 1.5rem;
}

.bloc-cocktails__item-body h6,
.bloc-cocktails__item-body h5,
.bloc-cocktails__item-body h4 {
  color: #B48D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.bloc-cocktails p:last-child {
  margin-bottom: 0 !important;
}

.bloc-cocktails__item-title {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  display: block;
  margin: 10px 0;
  font-size: 1.31em;
  font-weight: 600;
  word-spacing: 1.9px;
  line-height: 1.1;
  color: #000;
}

.bloc-cocktail__item-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 615px) {
  .bloc-cocktails__item {
    width: 50%;
  }
}

@media screen and (min-width: 935px) {
  .bloc-cocktails__item {
    width: 33.33%;
  }
}

@media screen and (min-width: 48em) {
  .bloc-cocktails {
    font-size: 16px;
  }
}

/* Bloc texte
   ========================================================================== */
.bloc-text {
  font-size: 14px;
}

.bloc-text p:last-child {
  margin-bottom: 0 !important;
}

.bloc-text__title {
  font-size: 1.8em;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  margin-bottom: 1em;
}

.bloc-text__title .light {
  font-family: playfair_displayregular, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: normal;
}

.bloc-listing .tips-more-infos-container {
  max-width: 910px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 auto !important;
}

@media screen and (min-width: 690px) {
  .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .cta__image {
    margin: 0;
  }
  .cta__btn {
    display: inline-block !important;
    margin: 0 !important;
    width: auto !important;
    -ms-flex: none;
        flex: none;
  }
  .bloc-text {
    font-size: 18px;
    font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    letter-spacing: 1.6px;
    word-spacing: 1.2px;
  }
}

.mod-articles-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 90px;
  padding: 50px 25px;
  width: 100%;
  min-height: 780px;
  height: auto;
  background: #FFF;
}

@media all and (min-width: 48em) {
  .mod-articles-list {
    padding: 30px;
  }
}

@media all and (min-width: 75em) {
  .mod-articles-list {
    padding: 50px 0;
  }
}

.articles-list-h2 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3.5rem;
  color: #000;
}

@media all and (min-width: 23em) {
  .articles-list-h2 {
    font-size: 4rem;
  }
}

@media all and (min-width: 30em) {
  .articles-list-h2 {
    font-size: 5rem;
  }
}

.mod-articles-list-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
  height: auto;
  background: #FFF;
}

@media all and (min-width: 48em) {
  .mod-articles-list-items {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.list-items-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .list-items-container {
    margin: 20px 0;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.list-items-container .list-item {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .list-items-container .list-item {
    width: 28%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .list-items-container .list-item:first-child {
    margin-left: 0;
  }
  .list-items-container .list-item:last-child {
    margin-right: 0;
  }
}

@media all and (min-width: 64em) {
  .list-items-container .list-item {
    min-width: 300px;
  }
}

.list-items-container .list-item a img {
  width: 100%;
}

@media all and (min-width: 48em) {
  .list-items-container .list-item a img {
    max-width: 470px;
  }
}

.list-items-container .list-item .list-item-titles {
  margin: 20px 0 0 0;
  height: auto;
  min-height: 80px;
  width: 100%;
}

@media all and (min-width: 48em) {
  .list-items-container .list-item .list-item-titles {
    margin: 10px 0 0 0;
  }
}

.list-items-container .list-item .list-item-titles .list-item-h6 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .list-items-container .list-item .list-item-titles .list-item-h6 {
    font-size: 1.4rem;
  }
}

.list-items-container .list-item .list-item-titles .list-item-h4 {
  margin-top: 10px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  word-spacing: 1.9px;
  color: #000;
}

@media all and (min-width: 30em) {
  .list-items-container .list-item .list-item-titles .list-item-h4 {
    font-size: 2.1rem;
  }
}

@media all and (min-width: 48em) {
  .list-items-container .list-item .list-item-titles .list-item-h4 {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 64em) {
  .list-items-container .list-item .list-item-titles .list-item-h4 {
    font-size: 2.1rem;
  }
}

.list-items-container .list-item .list-item-p {
  height: auto;
  min-height: 50px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 2px;
  color: #000;
}

.list-items-container .list-item .list-item-p * {
  font-size: inherit;
  line-height: inherit;
}

@media all and (min-width: 48em) {
  .list-items-container .list-item .list-item-p {
    font-size: 1.4rem;
  }
}

.mod-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
  width: 100%;
  min-height: 780px;
  height: auto;
  background: #FFF;
}

@media all and (min-width: 48em) {
  .mod-results {
    margin-top: 90px;
  }
}

.mod-results .mod-results-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 50px 0 0;
  padding: 0 35px;
  width: 100%;
  max-width: 1180px;
}

.mod-results .mod-results-head .mod-results-h3 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-h3 {
    font-size: 2.1rem;
  }
}

.mod-results .mod-results-head .mod-results-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  margin: 0 0 50px;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-head .mod-results-titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-titles {
    width: 80%;
  }
}

.mod-results .mod-results-head .mod-results-titles .icon-and-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-head .mod-results-titles .icon-and-search {
    width: auto;
  }
}

.mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-icon-search {
  display: block;
  padding: 0 5px 5px;
  width: 30px;
  height: 70px;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-icon-search {
    width: 70px;
  }
}

.mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-icon-search svg {
  width: 20px;
  max-width: 95px;
  max-height: 50px;
  fill: #000;
  stroke: #000;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-icon-search svg {
    width: 40px;
  }
}

.mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-h2 {
  display: block;
  width: auto;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-h2 {
    font-size: 3.5rem;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-titles .icon-and-search .mod-results-h2 {
    font-size: 5rem;
  }
}

.mod-results .mod-results-head .mod-results-titles .mod-results-nbof {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 30px;
  width: 100%;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-head .mod-results-titles .mod-results-nbof {
    margin: 0 0 15px 30px;
    width: 150px;
    border-left: 1px solid #000;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-titles .mod-results-nbof {
    margin: 0 0 6px 30px;
    height: 30px;
    width: auto;
  }
}

.mod-results .mod-results-head .mod-results-titles .mod-results-nbof span {
  display: block;
  width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  color: #000;
}

.mod-results .mod-results-head .mod-results-sorry {
  display: block;
  margin-bottom: 50px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-head .mod-results-sorry {
    font-size: 2.1rem;
  }
}

.mod-results .mod-results-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 50px;
  padding: 0 35px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 50px 0;
    padding: 0 20px;
    width: 90%;
    max-width: 1180px;
  }
}

.mod-results .mod-results-content .mod-results-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  min-width: 250px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content .mod-results-item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 48%;
    min-width: 300px;
  }
}

.mod-results .mod-results-content .mod-results-item a img {
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content .mod-results-item a img {
    max-width: 470px;
  }
}

.mod-results .mod-results-content .mod-results-item .results-item-titles {
  margin: 20px 0 0 0;
  height: auto;
  min-height: 80px;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles {
    margin: 0 0 0 10px;
  }
}

@media all and (min-width: 60em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles {
    margin: 0 0 0 20px;
  }
}

.mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h6 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h6 {
    font-size: 1.4rem;
  }
}

.mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h4 {
  margin-top: 10px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  word-spacing: 1.9px;
  color: #000;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h4 {
    font-size: 2.1rem;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h4 {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 60em) {
  .mod-results .mod-results-content .mod-results-item .results-item-titles .results-item-h4 {
    font-size: 2.1rem;
  }
}

.mod-results .mod-results-propals-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container {
    margin: 50px 0 0;
    padding: 50px 0;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 0 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-propals-container .mod-results-propals {
    margin: 0 0 50px;
    padding: 0 35px;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals {
    margin: 50px 0;
    padding: 0 20px;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-h2 {
  display: block;
  width: auto;
  max-width: 500px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.4rem;
  color: #000;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-h2 {
    font-size: 3.1rem;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-h2 {
    font-size: 4.1rem;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list {
    margin: 50px 0;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  min-width: 250px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item {
    width: 28%;
  }
}

@media all and (min-width: 60em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item {
    min-width: 300px;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item a img {
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item a img {
    max-width: 470px;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles {
  margin: 20px 0 0 0;
  height: auto;
  min-height: 80px;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles {
    margin: 0;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h6 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h6 {
    font-size: 1.4rem;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h4 {
  margin-top: 10px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  word-spacing: 1.9px;
  color: #000;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h4 {
    font-size: 2.1rem;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h4 {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 60em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-titles .propals-item-h4 {
    font-size: 2.1rem;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-p {
  height: auto;
  min-height: 50px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-list .propals-item .propals-item-p {
    font-size: 1.4rem;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-readmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 20px;
  width: 100%;
  min-width: 180px;
  max-width: 100%;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-readmore-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-readmore-btn {
    padding: 0 5px;
    width: 180px;
  }
}

@media all and (min-width: 48em) {
  .mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-readmore-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 50px 0 20px;
    width: 180px;
  }
}

.mod-results .mod-results-propals-container .mod-results-propals .mod-results-propals-readmore-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-prog-prog {
  display: block;
  width: 100%;
  height: auto;
}

.mod-prog-prog .prog-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40%;
  min-height: 415px;
  background: url("./images/coaching-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-prog-prog .prog-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-hero {
    margin-top: -90px;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 330px;
  left: 0;
  padding: 0 20px 50px;
  width: 100%;
  height: auto;
  text-align: center;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-hero .prog-intro-container {
    min-height: 500px;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-hero .prog-intro-container {
    top: 330px;
  }
}

@media all and (min-width: 64em) {
  .mod-prog-prog .prog-hero .prog-intro-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 0;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content {
  position: relative;
  display: block;
  padding: 30px;
  width: 90%;
  height: auto;
  min-width: 155px;
  max-height: 410px;
  background: #000;
  text-align: left;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content {
    padding: 50px;
    width: 80%;
    min-width: 300px;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content {
    width: 70%;
  }
}

@media all and (min-width: 64em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content {
    padding: 50px;
    width: 35%;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h2 {
  margin-bottom: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h2 {
    font-size: 1.6rem;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h6, .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h1 {
  margin-bottom: 10px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: initial;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h6, .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content h1 {
    font-size: 5rem;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content p {
  display: block;
  margin: 15px 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content .prog-intro-content-btn {
  position: absolute;
  z-index: 40;
  bottom: -20px;
  right: calc(50% - 110px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 220px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content .prog-intro-content-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content .prog-intro-content-btn {
    right: 60px;
    width: 250px;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content .prog-intro-content-btn span, .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-content .prog-intro-content-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 90%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title {
    padding: 100px 0;
    width: 60%;
    min-width: 300px;
  }
}

@media all and (min-width: 64em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title {
    padding: 50px 20px;
    height: 350px;
    width: 40%;
  }
}

@media all and (min-width: 105em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title {
    padding: 50px 100px;
    width: 35%;
  }
}

.mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title img {
  display: none;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-hero .prog-intro-container .prog-intro-title img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.mod-prog-prog .prog-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
  padding: 200px 20px 30px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 23em) {
  .mod-prog-prog .prog-presentation {
    margin-top: 0;
    padding: 200px 20px 30px;
  }
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-presentation {
    padding: 380px 20px 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-presentation {
    padding: 400px 50px 50px;
  }
}

@media all and (min-width: 64em) {
  .mod-prog-prog .prog-presentation {
    padding: 250px 50px 50px;
  }
}

.mod-prog-prog .prog-presentation p {
  display: block;
  width: 90%;
  max-width: 1000px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-presentation p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-prog-prog .prog-presentation p strong {
  font-weight: 500;
}

.mod-prog-prog .prog-join-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 700px;
}

@media all and (min-width: 30em) {
  .mod-prog-prog .prog-join-us {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mod-prog-prog .prog-join-us .join-us-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 50px;
  width: 100%;
  max-width: 1280px;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-join-us .join-us-img {
    padding: 0;
  }
}

.mod-prog-prog .prog-join-us .join-us-img img {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.mod-prog-prog .prog-join-us .prog-swipers-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container {
    margin: 40px 0;
    padding: 0 50px;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts {
  position: relative;
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts {
    -ms-flex-order: 1;
        order: 1;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper {
  width: 100%;
  height: auto;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 0;
  max-width: 100%;
  height: auto;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend h4 {
  margin-bottom: 20px;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend p,
.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend ul li {
  width: 90%;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend p,
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend ul li {
    width: 60%;
    font-size: 1.5rem;
    word-spacing: 1.6px;
    line-height: 2.7rem;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend ul li {
  margin: 0;
  padding: 0 0 0 15px;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-wrapper .prog-swip-legend ul li::before {
  font-size: 2rem;
  color: #B48D4A;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  height: 40px;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav {
    top: 30px;
    right: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav {
    top: 40px;
    right: 50px;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav .swiper-button-prev,
.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav .swiper-button-next {
  background: none;
  cursor: pointer;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav .swiper-button-prev svg,
.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-texts .swiper-nav .swiper-button-next svg {
  height: 20px;
  width: 50px;
  stroke: #000;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs {
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  margin: 0;
  width: 100%;
  max-width: 750px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs {
    -ms-flex-order: 2;
        order: 2;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: 0 0 85px;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper .prog-swip-img {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper .prog-swip-img {
    max-width: 70%;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper .prog-swip-img img {
  max-width: 100%;
  height: auto;
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper .prog-swip-img .slide-after {
  position: absolute;
  z-index: 20;
  top: calc(100% - 30px);
  left: 0;
  height: 90px;
  width: auto;
  opacity: .2;
}

@media all and (min-width: 30em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-wrapper .prog-swip-img .slide-after {
    top: calc(100% - 85px);
    height: 170px;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn {
  position: absolute;
  z-index: 200;
  bottom: 0;
  right: calc(50% - 70px);
  left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 140px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
  transform: translateY(50%);
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn {
    width: 220px;
    right: calc(50% - 110px);
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn {
    right: 25px;
    width: 260px;
  }
}

.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn span,
.mod-prog-prog .prog-join-us .prog-swipers-container .swiper-container-prog-imgs .swiper-gotoform-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-prog-prog h4, .mod-prog-prog .h4 {
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
  margin-bottom: 0;
}

.mod-prog-prog .prog-coach-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  background: #F6F6F6;
}

.mod-prog-prog .prog-coach-container .prog-coach-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 50px 26px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content {
    padding: 50px 26px 0;
  }
}

@media all and (min-width: 64em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content {
    padding: 50px 0 0 0;
    max-width: 1000px;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 40px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 23em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos {
    min-height: 0;
  }
}

@media all and (min-width: 30em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos {
    min-height: 0;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    min-height: 0;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
  position: relative;
  z-index: 6;
  display: block;
  width: 130px;
  height: 130px;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
    max-width: 250px;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
    width: 250px;
    height: 250px;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details {
  position: relative;
  margin: 60px 0 0 10px;
  width: calc(100% - 130px);
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details {
    margin: 0 0 0 40px;
    width: calc(100% - 250px);
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: 0;
  left: -30px;
  width: 100px;
  height: 150px;
  content: ' “ ';
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 17rem;
  color: #DFDFDF;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
    top: -90px;
    left: -60px;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
    top: -110px;
    left: -60px;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg, .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details h5, .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details p {
  position: relative;
  z-index: 2;
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
  width: 35px;
  height: 35px;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
    width: 25px;
    height: 25px;
  }
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
    width: 35px;
    height: 35px;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta,
.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  margin-right: 7px;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta,
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
    margin-right: 10px;
  }
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  fill: #7AC5CA;
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta {
  stroke: #7AC5CA;
  fill: none;
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details h5 {
  margin: 10px 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #7AC5CA;
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details p {
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 0 0 -140px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000;
}

@media all and (min-width: 23em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details p {
    margin-top: 0;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details p {
    margin: 0;
    position: relative;
    top: 0;
  }
}

.mod-prog-prog .prog-coach-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 60px;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-wrapper {
    padding-left: 50px;
  }
}

@media all and (min-width: 1280px) {
  .mod-prog-prog .prog-coach-wrapper {
    padding-left: 0;
  }
}

.mod-prog-prog .prog-coach-wrapper h4 {
  display: block;
  padding-left: 50px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-wrapper h4 {
    padding-left: 0;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 1000px;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 50px 20px;
  width: 90%;
  max-width: 640px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content {
    padding: 50px 50px 50px 0;
  }
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content {
    width: 48%;
    max-width: 640px;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 40px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
  position: relative;
  z-index: 6;
  display: block;
  width: 130px;
  height: 130px;
}

@media all and (min-width: 40em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
    max-width: 200px;
  }
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-photo {
    width: 200px;
    height: 200px;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details {
  position: relative;
  margin: 0 0 0 10px;
  width: calc(100% - 130px);
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details {
    margin: 0 0 0 40px;
    width: calc(100% - 200px);
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: 0;
  left: -30px;
  width: 100px;
  height: 150px;
  content: ' “ ';
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 17rem;
  color: #DFDFDF;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
    top: -180px;
    left: -60px;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg, .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details h5, .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details p {
  position: relative;
  z-index: 2;
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
  width: 35px;
  height: 35px;
}

@media all and (min-width: 60em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
    width: 25px;
    height: 25px;
  }
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details svg {
    width: 35px;
    height: 35px;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta,
.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  margin-right: 7px;
}

@media all and (min-width: 75em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta,
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
    margin-right: 10px;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  fill: #7AC5CA;
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details .coach-insta {
  stroke: #7AC5CA;
  fill: none;
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details h5 {
  margin: 10px 0 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #7AC5CA;
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos-bio {
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos-bio {
    margin: 40px 0 0;
  }
}

.mod-prog-prog .prog-coach-wrapper .prog-coach-container .prog-coach-content .coach-infos-bio p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000;
}

.prog-hero__title {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  max-width: 370px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  color: #B48D4A;
}

.prog-hero__title span {
  font-weight: 600;
}

.prog-hero__subtitle {
  position: relative;
  z-index: 15;
  display: block;
  padding-top: 5px;
  width: 100%;
  max-width: 370px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3.5rem;
  letter-spacing: 3px;
  word-spacing: -0.7rem;
  line-height: 1;
  text-transform: initial;
  text-align: center;
  color: #FFF;
}

@media all and (max-width: 64em) {
  .mod-prog-prog .prog-hero {
    padding-top: 100px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media all and (min-width: 48em) {
  .prog-hero__title {
    padding: 5px 10px;
    width: auto;
    height: auto;
    background: #B48D4A;
    font-size: 1.6rem;
    color: #FFF;
  }
  .prog-hero__subtitle {
    max-width: 100%;
    font-size: 6.2rem;
  }
}

.mod-student-prog {
  display: block;
  width: 100%;
  height: auto;
}

.mod-student-prog .student-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40%;
  min-height: 415px;
  background: url("./images/student-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-student-prog .student-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-hero {
    margin-top: -90px;
  }
}

@media all and (min-width: 64em) {
  .mod-student-prog .student-hero {
    min-height: 790px;
  }
}

.mod-student-prog .student-hero .student-intro-container {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 250px;
  left: 0;
  padding: 0 20px 50px;
  width: 100%;
  height: auto;
  text-align: center;
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-hero .student-intro-container {
    min-height: 500px;
  }
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-hero .student-intro-container {
    top: 350px;
  }
}

@media all and (min-width: 64em) {
  .mod-student-prog .student-hero .student-intro-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    top: 550px;
    padding: 50px 0;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content {
  position: relative;
  display: block;
  padding: 30px;
  width: 90%;
  height: auto;
  min-width: 155px;
  background: #000;
  text-align: left;
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content {
    padding: 50px;
    width: 80%;
    min-width: 300px;
  }
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content {
    width: 70%;
  }
}

@media all and (min-width: 64em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content {
    padding: 50px;
    width: 35%;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content h6 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content h6 {
    font-size: 1.6rem;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content h2 {
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: initial;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content h2 {
    font-size: 5rem;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content p {
  display: block;
  margin: 15px 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content .student-intro-content-btn {
  position: absolute;
  z-index: 40;
  bottom: -20px;
  right: calc(50% - 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 200px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content .student-intro-content-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-content .student-intro-content-btn {
    right: 60px;
    width: 250px;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-content .student-intro-content-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-student-prog .student-hero .student-intro-container .student-intro-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 90%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-title {
    padding: 100px 0;
    width: 60%;
    min-width: 300px;
  }
}

@media all and (min-width: 64em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-title {
    padding: 50px 20px;
    height: 350px;
    width: 40%;
  }
}

@media all and (min-width: 105em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-title {
    padding: 50px 100px;
    width: 35%;
  }
}

.mod-student-prog .student-hero .student-intro-container .student-intro-title img {
  display: none;
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-hero .student-intro-container .student-intro-title img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.mod-student-prog .student-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
  padding: 160px 20px 30px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 23em) {
  .mod-student-prog .student-presentation {
    margin-top: 0;
    padding: 120px 20px 30px;
  }
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-presentation {
    padding: 380px 20px 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-presentation {
    padding: 400px 50px 50px;
  }
}

@media all and (min-width: 64em) {
  .mod-student-prog .student-presentation {
    padding: 250px 50px 50px;
  }
}

.mod-student-prog .student-presentation p {
  display: block;
  width: 90%;
  max-width: 1000px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-presentation p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-student-prog .student-join-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 700px;
}

@media all and (min-width: 30em) {
  .mod-student-prog .student-join-us {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mod-student-prog .student-join-us .join-us-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 50px;
  width: 100%;
  max-width: 1280px;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-join-us .join-us-img {
    padding: 0;
  }
}

.mod-student-prog .student-join-us .join-us-img img {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.mod-student-prog .student-join-us .student-swipers-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-student-prog .student-join-us .student-swipers-container {
    margin: 40px 0;
    padding: 0 50px;
  }
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-join-us .student-swipers-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-join-us .student-swipers-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts {
  position: relative;
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts {
    -ms-flex-order: 1;
        order: 1;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-wrapper {
  width: 100%;
  height: auto;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-wrapper .student-swip-legend {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-wrapper .student-swip-legend p {
  width: 90%;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-wrapper .student-swip-legend p {
    width: 60%;
    font-size: 1.5rem;
    word-spacing: 1.6px;
    line-height: 2.7rem;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-wrapper .student-swip-legend p span {
  font-weight: 500;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  height: 40px;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav {
    top: 30px;
    right: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav {
    top: 40px;
    right: 50px;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav .swiper-button-prev,
.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav .swiper-button-next {
  background: none;
  cursor: pointer;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav .swiper-button-prev svg,
.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-texts .swiper-nav .swiper-button-next svg {
  height: 20px;
  width: 50px;
  stroke: #000;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs {
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  margin: 0;
  width: 100%;
  max-width: 750px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs {
    -ms-flex-order: 2;
        order: 2;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: 0 0 85px;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper .student-swip-img {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper .student-swip-img {
    max-width: 70%;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper .student-swip-img img {
  max-width: 100%;
  height: auto;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper .student-swip-img .slide-after {
  position: absolute;
  z-index: 20;
  top: calc(100% - 30px);
  left: 0;
  height: 90px;
  width: auto;
  opacity: .2;
}

@media all and (min-width: 30em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-wrapper .student-swip-img .slide-after {
    top: calc(100% - 85px);
    height: 170px;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn {
  position: absolute;
  z-index: 200;
  bottom: 65px;
  left: calc(50% - 70px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 140px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn {
    width: 200px;
  }
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn {
    left: calc(50% - 120px);
    width: 220px;
  }
}

.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn div,
.mod-student-prog .student-join-us .student-swipers-container .swiper-container-student-imgs .swiper-gotoform-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-student-prog h4 {
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

.mod-student-prog .student-coach-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 60px;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-coach-wrapper {
    padding-left: 50px;
  }
}

@media all and (min-width: 1280px) {
  .mod-student-prog .student-coach-wrapper {
    padding-left: 0;
  }
}

.mod-student-prog .student-coach-wrapper h4 {
  display: block;
  padding-left: 50px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-coach-wrapper h4 {
    padding-left: 0;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 1000px;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 50px 20px;
  width: 90%;
  max-width: 640px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content {
    padding: 50px 50px 50px 0;
  }
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content {
    width: 48%;
    max-width: 640px;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 40px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-photo {
  position: relative;
  z-index: 6;
  display: block;
  width: 130px;
  height: 130px;
}

@media all and (min-width: 40em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-photo {
    max-width: 200px;
  }
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-photo {
    width: 200px;
    height: 200px;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details {
  position: relative;
  margin: 0 0 0 10px;
  width: calc(100% - 130px);
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details {
    margin: 0 0 0 40px;
    width: calc(100% - 200px);
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details::before {
  position: absolute;
  z-index: 0;
  top: -80px;
  right: 0;
  left: -30px;
  width: 100px;
  height: 150px;
  content: ' “ ';
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 17rem;
  color: #DFDFDF;
}

@media all and (min-width: 397px) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details::before {
    top: -120px;
  }
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details::before {
    top: -180px;
    left: -60px;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details svg, .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details h5, .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details p {
  position: relative;
  z-index: 2;
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details svg {
  width: 35px;
  height: 35px;
}

@media all and (min-width: 60em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details svg {
    width: 25px;
    height: 25px;
  }
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details svg {
    width: 35px;
    height: 35px;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-insta,
.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  margin-right: 7px;
}

@media all and (min-width: 75em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-fb,
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-twitter,
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-insta,
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-linkedin {
    margin-right: 10px;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-fb,
.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-twitter,
.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-linkedin {
  fill: #7AC5CA;
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details .coach-insta {
  stroke: #7AC5CA;
  fill: none;
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos .coach-infos-details h5 {
  margin: 10px 0 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #7AC5CA;
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos-bio {
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos-bio {
    margin: 40px 0 0;
  }
}

.mod-student-prog .student-coach-wrapper .student-coach-container .student-coach-content .coach-infos-bio p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000;
}

.mod-cocktail-lovers-prog {
  display: block;
  width: 100%;
  height: auto;
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40%;
  min-height: 415px;
  background: url("./images/cocktail-lovers-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero {
    margin-top: -90px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 250px;
  left: 0;
  padding: 0 20px 50px;
  width: 100%;
  height: auto;
  min-height: 500px;
  text-align: center;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container {
    top: 330px;
  }
}

@media all and (min-width: 64em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 0;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 30px;
  width: 90%;
  height: auto;
  min-width: 155px;
  background: #000;
  text-align: left;
}

@media all and (min-width: 40em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content {
    padding: 50px;
    width: 80%;
    min-width: 300px;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content {
    width: 70%;
  }
}

@media all and (min-width: 64em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content {
    padding: 50px;
    width: 35%;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content h2 {
  margin-bottom: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 75em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content h2 {
    font-size: 1.6rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content h6 {
  margin-bottom: 10px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: initial;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content h6 {
    font-size: 5rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content p {
  display: block;
  width: 100%;
  margin: 15px 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #FFF;
}

@media all and (min-width: 75em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content .cocktail-lovers-intro-content-btn {
  position: absolute;
  z-index: 40;
  bottom: -20px;
  right: calc(50% - 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 200px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content .cocktail-lovers-intro-content-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content .cocktail-lovers-intro-content-btn {
    right: 60px;
    width: 250px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content .cocktail-lovers-intro-content-btn span, .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-content .cocktail-lovers-intro-content-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 90%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title {
    padding: 100px 0;
    width: 60%;
    min-width: 300px;
  }
}

@media all and (min-width: 64em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title {
    padding: 50px 20px;
    height: 350px;
    width: 40%;
  }
}

@media all and (min-width: 105em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title {
    padding: 50px 100px;
    width: 35%;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title img {
  display: none;
}

@media all and (min-width: 40em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-hero .cocktail-lovers-intro-container .cocktail-lovers-intro-title img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 380px 20px 30px;
  padding: 240px 20px 30px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-presentation {
    padding-top: 380px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-presentation {
    padding: 400px 50px 50px;
  }
}

@media all and (min-width: 64em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-presentation {
    padding: 250px 50px 50px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-presentation p {
  display: block;
  width: 90%;
  max-width: 1000px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-presentation p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-inspiration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  width: 100%;
  height: auto;
  background: #FFF;
}

.mod-cocktail-lovers-prog .cocktail-lovers-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-titles .cocktail-lovers-h2 {
  display: block;
  width: 90%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-titles .cocktail-lovers-h2 {
    padding-left: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-titles .cocktail-lovers-h2 {
    font-size: 5rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-titles .cocktail-lovers-h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  height: auto;
  min-height: 300px;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 50px 0;
    min-height: 500px;
  }
}

@media all and (min-width: 105em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container {
    margin: 50px 0 0 100px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 8px;
  width: 150px;
  height: 17px;
  background: url("./images/white-stripes.png") scroll no-repeat center 0;
  background-size: 100%;
  content: '';
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container::after {
    left: 80px;
    width: 300px;
    height: 35px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80px;
  height: 40px;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav {
    top: 30px;
    right: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav {
    top: 40px;
    right: 50px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav .swiper-button-prev,
.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav .swiper-button-next {
  background: none;
  cursor: pointer;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav .swiper-button-prev svg,
.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-nav .swiper-button-next svg {
  height: 15px;
  width: 30px;
  fill: #FFF;
  stroke: #FFF;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: calc(50% - 70px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 140px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn {
    left: 60%;
    width: 220px;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn {
    left: 65%;
    width: 260px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn span,
.mod-cocktail-lovers-prog .cocktail-lovers-slider-container .swiper-container .swiper-gotoform-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-cocktail-lovers-prog h4 {
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -150px;
  padding: 100px 0 50px;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 23em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes {
    padding: 150px 0 50px;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes {
    margin-top: -230px;
    padding: 250px 0 100px;
  }
}

@media all and (min-width: 105em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes {
    padding: 320px 0 100px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1180px;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles h2 {
  display: block;
  margin: 20px 0;
  width: 85%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles h2 {
    padding-left: 30px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles h2 {
    font-size: 5rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-titles h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 60px 0;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container {
    padding: 0;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
  min-width: 250px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item {
    width: 28%;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item {
    padding: 0;
    width: 30%;
    min-width: 330px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
  display: block;
  margin: 10px 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  word-spacing: 1.9px;
  line-height: 2.5rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
    margin: 10px 0;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
    font-size: 2.1rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details {
  height: auto;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details {
    min-height: 80px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details > p:first-child {
  margin: 15px 0 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details > p:first-child {
    margin: 20px 0 0;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details > p:first-child {
    font-size: 1.4rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p {
  display: block;
  margin: 5px 0 20px;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p {
    min-height: 40px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p {
    font-size: 1.5rem;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  min-width: 250px;
  height: 40px;
  text-align: center;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title {
    width: 450px;
  }
}

@media all and (min-width: 60em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title {
    width: 600px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-title img {
    max-width: 400px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-width: 180px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn {
    width: 180px;
  }
}

.mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn span, .mod-cocktail-lovers-prog .cocktail-lovers-recettes .cocktail-lovers-readmore .cocktail-lovers-readmore-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-tips {
  display: block;
  width: 100%;
  height: auto;
}

.mod-tips a {
  color: #B48D4A;
}

.mod-tips strong {
  font-weight: 500;
}

.mod-tips .tips-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40%;
  min-height: 415px;
  background: url("./images/tips-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-tips .tips-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-tips .tips-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-tips .tips-hero {
    margin-top: -90px;
  }
}

.mod-tips .tips-intro-container {
  padding-top: 30px;
  /*
		& + .tips-content {
			& > .tips-numbers:first-child, & > .tips-poster:first-child {
				margin-top: -45px;
			}
			& > .tips-catchline:first-child, & > .tips-quote:first-child {
				margin-top: -30px;
			}
		}
		& + .tips-content > .tips-image-container:first-child {
			margin-top: -50px;
		}

		@media all and (min-width: $s-medium) {
			& + .tips-content {
				& > .tips-numbers:first-child, & > .tips-poster:first-child {
					margin-top: -95px;
				}
				& > .tips-catchline:first-child, & > .tips-quote:first-child {
					margin-top: -80px;
				}
			}
			& + .tips-content > .tips-image-container:first-child {
				margin-top: -100px;
			}
		}
		*/
}

.mod-tips .tips-intro-container .tips-intro .tips-titles {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 50px 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-tips .tips-intro-container .tips-intro .tips-titles:not(.default-bg-image)::before {
  display: none;
}

.mod-tips .tips-intro-container .tips-intro .tips-titles .tips-mention, .mod-tips .tips-intro-container .tips-intro .tips-titles::before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -10px;
  width: 100%;
  height: 65px;
  background: url("./images/tips-title.png") scroll no-repeat 0 0;
  background-size: contain;
  content: '';
}

@media all and (min-width: 30em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles .tips-mention, .mod-tips .tips-intro-container .tips-intro .tips-titles::before {
    height: 100px;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-titles h3, .mod-tips .tips-intro-container .tips-intro .tips-titles .h3 {
  position: relative;
  z-index: 1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles h3, .mod-tips .tips-intro-container .tips-intro .tips-titles .h3 {
    font-size: 2.1rem;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-titles h2, .mod-tips .tips-intro-container .tips-intro .tips-titles .h2 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px !important;
  text-transform: none !important;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

.mod-tips .tips-intro-container .tips-intro .tips-titles h2 span, .mod-tips .tips-intro-container .tips-intro .tips-titles .h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles h2, .mod-tips .tips-intro-container .tips-intro .tips-titles .h2 {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles h2, .mod-tips .tips-intro-container .tips-intro .tips-titles .h2 {
    font-size: 5rem;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-titles.is-story {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 50px 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-tips .tips-intro-container .tips-intro .tips-titles.is-story::before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -10px;
  width: 100%;
  max-width: 900px;
  height: 100px;
  background: url("./images/story-title.png") scroll no-repeat center 0;
  background-size: 100%;
  content: '';
}

.mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h3 {
  position: relative;
  z-index: 1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h3 {
    font-size: 2.1rem;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h2 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

.mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h2 {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-intro-container .tips-intro .tips-titles.is-story h2 {
    font-size: 5rem;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation.no-col {
  display: block;
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation p {
  display: block;
  width: 100%;
  max-width: 870px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-intro-container .tips-intro .tips-presentation p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media all and (min-width: 60em) {
  .mod-tips .tips-intro-container .tips-intro .tips-presentation p {
    width: 90%;
  }
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation p:last-child {
  margin-bottom: 0 !important;
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation p strong {
  font-size: 1.8rem;
  word-spacing: 1.6px;
  font-weight: 500;
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation a {
  color: #B48D4A;
  text-decoration: underline;
}

.mod-tips .tips-intro-container .tips-intro .tips-presentation a:hover {
  text-decoration: none;
}

.mod-tips .tips-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
}

.mod-tips .tips-content .content-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-tips .tips-content .content-line:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-content .content-line {
    padding: 0 30px;
  }
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .content-line {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 100px;
    padding: 0 0 0 30px;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-content .content-line {
    padding: 0 0 0 50px;
  }
}

.mod-tips .tips-content .content-line .line-description {
  -ms-flex-order: 1;
      order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .content-line .line-description {
    width: auto;
    max-width: 300px;
  }
}

.mod-tips .tips-content .content-line .line-description .line-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 20px 0;
  width: 100%;
  height: auto;
  min-height: 45px;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .content-line .line-description .line-title {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.mod-tips .tips-content .content-line .line-description .line-title .title-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #B48D4A;
  border-radius: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #B48D4A;
}

.mod-tips .tips-content .content-line .line-description .line-title .title-ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: 10px;
  width: 70px;
}

.mod-tips .tips-content .content-line .line-description .line-title .title-ico::before {
  display: block;
  width: 1px;
  max-width: 1px;
  visibility: hidden;
  height: 50px;
  -ms-flex: 0 0 1px;
      flex: 0 0 1px;
  content: '';
}

.mod-tips .tips-content .content-line .line-description .line-title .title-ico + .item-title {
  width: calc(100% - 50px);
}

.mod-tips .tips-content .content-line .line-description .line-title .item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.mod-tips .tips-content .content-line .line-description .line-title .item-title h5, .mod-tips .tips-content .content-line .line-description .line-title .item-title .h5 {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  margin: inherit;
  line-height: inherit;
}

.mod-tips .tips-content .content-line .line-description .description-content {
  display: block;
  width: 100%;
  height: auto;
}

.mod-tips .tips-content .content-line .line-description .description-content p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
}

.mod-tips .tips-content .content-line .line-description .description-content p span {
  font-weight: 500;
}

.mod-tips .tips-content .content-line .line-img {
  -ms-flex-order: 2;
      order: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 95%;
  min-width: 230px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-content .content-line .line-img {
    width: 55%;
  }
}

.mod-tips .tips-content .content-line .line-img img {
  max-height: 400px;
  border-radius: 5px;
}

.mod-tips .tips-content .content-img {
  width: 100%;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.mod-tips .tips-content .content-img .desktop {
  display: none;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-content .content-img .desktop {
    display: block;
  }
  .mod-tips .tips-content .content-img .mobile {
    display: none;
  }
}

.mod-tips .tips-content .content-img .illus {
  display: block;
  margin: 0 auto;
}

.mod-tips .tips-content .content-img .txt-wrapper {
  padding: 0 30px 50px;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .content-img .txt-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media all and (min-width: 75em) {
  .mod-tips .tips-content .content-img .txt-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mod-tips .tips-content .content-img .txt {
  display: block;
  height: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-content .content-img .txt {
    padding: 0 0 0 11%;
  }
}

.mod-tips .tips-content .content-img .txt p {
  display: block;
  max-width: 870px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-content .content-img .txt p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-tips .tips-content .content-img .btn-wrapper {
  text-align: center;
}

.mod-tips .tips-content .content-img .btn {
  padding: 13px 25px;
  display: inline-block;
  min-width: 180px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-tips .tips-content .content-img .btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .line-rtl {
    padding: 0 30px 0 0;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-content .line-rtl {
    padding: 0 50px 0 0;
  }
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .line-rtl .line-description {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media all and (min-width: 40em) {
  .mod-tips .tips-content .line-rtl .line-img {
    -ms-flex-order: 1;
        order: 1;
  }
}

.mod-tips .tips-more-infos {
  padding: 75px 0;
  width: 100%;
  background-color: #f6f6f6;
  color: #181818;
}

.mod-tips .tips-more-infos .tips-more-infos-container {
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1020px;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-more-infos .tips-more-infos-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mod-tips .tips-more-infos .title-tips-more-infos {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 35px;
  width: 100%;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-more-infos .title-tips-more-infos {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-more-infos .title-tips-more-infos {
    font-size: 5rem;
  }
}

.mod-tips .tips-more-infos .subtitle-tips-more-infos {
  margin-bottom: 80px;
}

.mod-tips .tips-more-infos .subtitle-tips-more-infos p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-more-infos .subtitle-tips-more-infos p {
    font-size: 2rem;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-more-infos .subtitle-tips-more-infos p {
    font-size: 2.2rem;
  }
}

.mod-tips .tips-more-infos .list-items {
  margin-top: 30px;
}

.mod-tips .tips-more-infos .item {
  margin-top: 40px;
}

.mod-tips .tips-more-infos .item:first-child {
  margin-top: 0;
}

.mod-tips .tips-more-infos .item:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-more-infos .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .mod-tips .tips-more-infos .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .mod-tips .tips-more-infos .item:nth-child(even) .txt-tips-more-infos + .illus-tips-more-infos {
    margin-left: 0;
    margin-right: 20px;
  }
  .mod-tips .tips-more-infos .item .txt-tips-more-infos + .illus-tips-more-infos {
    margin-left: 20px;
  }
}

.mod-tips .tips-more-infos .txt-tips-more-infos {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}

.mod-tips .tips-more-infos .txt-tips-more-infos p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.6rem;
  line-height: 145%;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-more-infos .txt-tips-more-infos p {
    font-size: 1.75rem;
    line-height: 145%;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-more-infos .txt-tips-more-infos p {
    font-size: 1.875rem;
    line-height: 145%;
  }
}

.mod-tips .tips-more-infos .txt-tips-more-infos a {
  color: #B48D4A;
  text-decoration: underline;
}

.mod-tips .tips-more-infos .txt-tips-more-infos a:hover {
  text-decoration: none;
}

.mod-tips .tips-more-infos .illus-tips-more-infos {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}

.mod-tips .tips-more-infos .illus-tips-more-infos img {
  display: block;
  margin: 0 auto;
}

.mod-tips .tips-learnmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
}

.mod-tips .tips-learnmore .tips-learnmore-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-learnmore .tips-learnmore-container {
    padding: 0 30px;
  }
}

@media all and (min-width: 40em) {
  .mod-tips .tips-learnmore .tips-learnmore-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 100px;
    padding: 0 0 0 30px;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-learnmore .tips-learnmore-container {
    padding: 0 0 0 50px;
  }
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 30px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-text {
    padding: 0 20px;
  }
}

@media all and (min-width: 60em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-text {
    width: 65%;
  }
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-text p {
  display: block;
  width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-text p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn {
    width: auto;
    max-width: 300px;
  }
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-width: 180px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn {
    width: 180px;
  }
}

.mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn span, .mod-tips .tips-learnmore .tips-learnmore-container .tips-learnmore-btn .tips-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.mod-tips .tips-poster {
  position: relative;
  width: 100%;
  margin: 35px 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.mod-tips .tips-poster .desc-poster {
  width: 100%;
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 26px;
}

.mod-tips .tips-poster .title-poster {
  color: #181818;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 0.706em;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-poster .title-poster {
    font-size: 34px;
  }
}

.mod-tips .tips-poster .txt-poster p {
  color: rgba(24, 24, 24, 0.8);
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-poster .txt-poster p {
    font-size: 18px;
  }
}

.mod-tips .tips-poster .illus-wrapper {
  max-width: 1080px;
  margin-top: 40px;
}

@media all and (min-width: 105em) {
  .mod-tips .tips-poster .illus-wrapper {
    margin-left: 100px;
  }
}

.mod-tips .tips-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.mod-tips .tips-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 30px;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-image-container {
    padding: 0 50px;
  }
}

@media all and (min-width: 75em) {
  .mod-tips .tips-image-container {
    padding: 0 20px;
  }
}

.mod-tips .tips-image-container .tips-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-image-container .tips-image {
    padding: 0 0 0 11%;
  }
}

.mod-tips .tips-image-container .tips-image-content {
  max-width: 1080px;
  width: 100%;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-image-container .tips-image-content {
    width: 90%;
  }
}

.mod-tips .tips-image-container .mention-top {
  display: block;
  width: 90%;
  max-width: 870px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2.2rem;
  color: #000;
  text-align: right;
  text-transform: uppercase;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-image-container .mention-top {
    font-size: 2rem;
    word-spacing: 1.6px;
    line-height: 3rem;
  }
}

.mod-tips .tips-image-container .mention-top .ico-info-image {
  display: inline-block;
  vertical-align: middle;
}

.mod-tips .tips-image-container .illus-image-wrapper {
  position: relative;
}

.mod-tips .tips-image-container .illus-image {
  display: block;
}

.mod-tips .tips-image-container .illus-image.mobile {
  margin-right: auto;
  margin-left: auto;
}

.mod-tips .tips-image-container .illus-image.desktop {
  max-width: calc(95% - 50px);
}

.mod-tips .tips-image-container .note-image {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
}

.mod-tips .tips-image-container .note-image.active .ico-info-image::after {
  opacity: 0;
  width: 0;
}

.mod-tips .tips-image-container .note-image.active .overlay-image {
  opacity: 1;
  visibility: visible;
  transform: translate(-30px, -50%);
}

.mod-tips .tips-image-container .note-image .ico-info-image {
  z-index: 5;
  cursor: pointer;
}

.mod-tips .tips-image-container .note-image .ico-info-image:hover {
  background-color: #d95b3c;
}

.mod-tips .tips-image-container .note-image .overlay-image {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 335px;
  padding: 15px 20px 5px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  transform: translate(0, -50%);
  transition: all 400ms ease;
}

.mod-tips .tips-image-container .note-image .overlay-image::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 20px;
  box-sizing: border-box;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #fff;
  content: '';
  transform: translate(100%, -50%);
}

@media all and (min-width: 700px) {
  .mod-tips .tips-image-container .note-image .overlay-image {
    width: 475px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.mod-tips .tips-image-container .note-image .title-image {
  display: block;
  margin-bottom: 7px;
}

.mod-tips .tips-image-container .note-image .txt-image p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.9rem;
  word-spacing: 1.2px;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-image-container .note-image .txt-image p {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.mod-tips .tips-image-container .ico-info-image {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f66441;
  border: 0;
  border-radius: 50%;
  outline: 0;
  transition: all 400ms ease;
}

.mod-tips .tips-image-container .ico-info-image::before, .mod-tips .tips-image-container .ico-info-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.mod-tips .tips-image-container .ico-info-image::before {
  transform: translate(-50%, -50%);
}

.mod-tips .tips-image-container .ico-info-image::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 400ms ease;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-image-container .ico-info-image {
    width: 40px;
    height: 40px;
  }
  .mod-tips .tips-image-container .ico-info-image::before, .mod-tips .tips-image-container .ico-info-image::after {
    width: 12px;
  }
}

.mod-tips .tips-footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 30px;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-footer-container {
    padding: 0 50px;
  }
}

@media all and (min-width: 75em) {
  .mod-tips .tips-footer-container {
    padding: 0 20px;
  }
}

.mod-tips .tips-footer-container .tips-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 30px;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-footer-container .tips-footer {
    padding: 0 0 0 11%;
  }
}

.mod-tips .tips-footer-container .tips-footer-content {
  max-width: 870px;
  width: 100%;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-footer-container .tips-footer-content {
    width: 90%;
  }
}

.mod-tips .tips-footer-container .title-footer {
  color: #B48D4A;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 0.8px;
  word-spacing: 1.2px;
  font-size: 2rem;
  line-height: 3rem;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-footer-container .title-footer {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.mod-tips .tips-footer-container .txt-footer p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-footer-container .txt-footer p {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}

.mod-tips .tips-footer-final-container {
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  padding: 50px 30px 30px;
}

@media all and (min-width: 40em) {
  .mod-tips .tips-footer-final-container {
    padding: 50px 50px 30px;
  }
}

@media all and (min-width: 75em) {
  .mod-tips .tips-footer-final-container {
    padding: 80px 20px 60px;
  }
}

.mod-tips .tips-footer-final-container .tips-footer-final {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-footer-final-container .tips-footer-final {
    padding: 0 0 0 11%;
  }
}

.mod-tips .tips-footer-final-container .tips-footer-final-content {
  max-width: 1080px;
  width: 100%;
}

@media all and (min-width: 60em) {
  .mod-tips .tips-footer-final-container .tips-footer-final-content {
    width: 90%;
  }
}

.mod-tips .tips-footer-final-container .txt-footer-final {
  text-align: center;
}

.mod-tips .tips-footer-final-container .txt-footer-final p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-tips .tips-footer-final-container .txt-footer-final p {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}

.mod-tips .tips-footer-final-container .txt-footer-final a {
  color: #B48D4A;
  text-decoration: underline;
}

.mod-tips .tips-footer-final-container .txt-footer-final a:hover {
  text-decoration: none;
}

.mod-tips .tips-catchline {
  width: 100%;
  max-width: 1052px;
  margin: 15px auto;
  padding: 0 26px;
}

.mod-tips .tips-catchline .title-catchline, .mod-tips .tips-catchline .sub-title-catchline, .mod-tips .tips-catchline .link-catchline {
  color: rgba(24, 24, 24, 0.8);
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 14px;
  line-height: 1.4;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-catchline .title-catchline, .mod-tips .tips-catchline .sub-title-catchline, .mod-tips .tips-catchline .link-catchline {
    font-size: 18px;
  }
}

.mod-tips .tips-catchline .title-catchline {
  font-weight: 300;
}

.mod-tips .tips-catchline .sub-title-catchline {
  margin-bottom: 6px;
  font-weight: 600;
  color: #B48D4A;
  text-transform: uppercase;
}

.mod-tips .tips-catchline .link-catchline {
  font-weight: 600;
  text-decoration: underline;
}

.mod-tips .tips-catchline .link-catchline:hover {
  text-decoration: none;
}

.mod-tips .tips-quote {
  width: 100%;
  margin: 60px auto 0;
  padding: 70px 0;
  background-color: #f6f6f6;
  color: #181818;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 1.4;
}

.mod-tips .tips-quote .tips-quote-content {
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 26px;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-quote .tips-quote-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.mod-tips .tips-quote .illus-quote {
  max-width: 190px;
  margin-bottom: 20px;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-quote .illus-quote {
    margin-right: 90px;
    margin-bottom: 0;
    -ms-flex: 0 0 190px;
        flex: 0 0 190px;
  }
}

.mod-tips .tips-quote .desc-quote {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.mod-tips .tips-quote .txt-quote {
  margin-bottom: 15px;
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #B48D4A;
  font-size: 24px;
  line-height: 125%;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-quote .txt-quote {
    font-size: 34px;
  }
}

.mod-tips .tips-quote .name-quote {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: inherit;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-quote .name-quote {
    font-size: 20px;
  }
}

.mod-tips .tips-quote .function-quote {
  font-size: 14px;
  line-height: inherit;
}

@media all and (min-width: 700px) {
  .mod-tips .tips-quote .function-quote {
    font-size: 18px;
  }
}

.mod-tips .tips-numbers {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mod-tips .tips-numbers .challenge-title {
  margin-bottom: 0.59em;
}

.mod-quiz {
  display: block;
  margin-bottom: 150px;
  width: 100%;
  height: auto;
}

.mod-quiz .quiz-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 40%;
  min-height: 415px;
  background: url("./images/quiz-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-quiz .quiz-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-quiz .quiz-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-quiz .quiz-hero {
    margin-top: -90px;
  }
}

.mod-quiz .quiz-intro-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  padding: 30px 0 0;
}

@media all and (min-width: 40em) {
  .mod-quiz .quiz-intro-container {
    padding: 30px 50px 0;
  }
}

@media all and (min-width: 75em) {
  .mod-quiz .quiz-intro-container {
    padding: 30px 20px 0;
  }
}

.mod-quiz .quiz-intro-container .quiz-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-quiz .quiz-intro-container .quiz-intro {
    margin-bottom: 0;
    padding: 0 0 0 11%;
  }
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-titles {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 50px 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-titles::before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -10px;
  width: 200px;
  height: 100px;
  background: url("./images/quiz-title.png") scroll no-repeat center 0;
  background-size: 100%;
  content: '';
}

@media all and (min-width: 30em) {
  .mod-quiz .quiz-intro-container .quiz-intro .quiz-titles::before {
    width: 300px;
  }
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h3 {
  position: relative;
  z-index: 1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h3 {
    font-size: 2.1rem;
  }
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h1 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h1 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

@media all and (min-width: 30em) {
  .mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h1 {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-quiz .quiz-intro-container .quiz-intro .quiz-titles h1 {
    font-size: 5rem;
  }
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-presentation {
  width: 100%;
}

.mod-quiz .quiz-intro-container .quiz-intro .quiz-presentation p {
  color: #000;
  font-size: 2.2rem;
  font-style: italic;
}

.mod-quiz .mod-quiz-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  width: 100%;
  height: auto;
}

.mod-quiz .mod-quiz-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.mod-quiz .mod-quiz-container.fixed-sidebar .mod-quiz-sidebar {
  position: fixed;
  top: 0;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container.fixed-sidebar .mod-quiz-form {
    margin-left: 5%;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar {
  display: none;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 100px 0;
    padding: 0 20px;
    height: 420px;
    width: 5%;
    font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .sidebar-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 5%;
  height: 100%;
  font-size: 1.3rem;
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .sidebar-progress .progress-rotated-numbers {
  display: block;
  transform: rotate(-90deg);
  margin-top: 12px;
  width: 45px;
  height: 18px;
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .sidebar-progress .progress-rotated-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transform: rotate(-90deg);
  margin-top: 160px;
  width: 300px;
  height: 18px;
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .sidebar-progress .progress-rotated-bar img {
  transform: rotate(90deg);
  margin-left: 140px;
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .gold {
  font-weight: 600;
  color: #B48D4A;
}

.mod-quiz .mod-quiz-container .mod-quiz-sidebar .grey {
  font-weight: 500;
  color: #ECCCB8;
}

.mod-quiz .mod-quiz-container .mod-quiz-form {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form {
    padding: 0;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item {
    margin: 100px auto;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-question {
  display: block;
  width: 100%;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-question {
    width: 80%;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-question p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 2;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-question p {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    width: 80%;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 20px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col {
    padding-left: 30px;
  }
}

@media all and (min-width: 64em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col {
    padding-left: 50px;
    width: 40%;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 0 10px;
  width: 80%;
  height: auto;
  cursor: pointer;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group label {
  margin: 2px 0 0 50px;
  cursor: pointer;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1.1px;
  line-height: 2;
  color: #000;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .goodanswer {
  color: #BADA55;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .wronganswer {
  color: #E20000;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"] {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  opacity: 0;
  cursor: pointer;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check {
  position: absolute;
  display: block;
  z-index: 5;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #CCC;
  border-radius: 100%;
  transition: border .25s linear;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check::before {
  position: absolute;
  display: block;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 100%;
  content: '';
  transition: border 0.25s linear;
  transition: background 0.25s linear;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"] ~ label {
  background: transparent;
  padding: 0;
  min-width: 0px;
  min-height: 0px;
  text-transform: none;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:hover > .check,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:focus > .check,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:hover,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:focus,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:hover ~ .check,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:focus ~ .check {
  border: 1px solid #888;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:hover > .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:hover > .check .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:focus > .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .quiz-input-group:focus > .check .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:hover::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:hover .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:focus::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group .check:focus .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:hover ~ .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:hover ~ .check .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:focus ~ .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:focus ~ .check .check::before {
  width: 12px;
  height: 12px;
  background: #AAA;
  border: 3px solid #FFF;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:checked ~ .check,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:active ~ .check {
  border: 1px solid #7AC5CA;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:checked ~ .check::before,
.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-form-item .quiz-form-answers-container .answers-container-col .quiz-input-group input[type="radio"]:active ~ .check::before {
  width: 12px;
  height: 12px;
  background: #7AC5CA;
  border: 3px solid #FFF;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-submit-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-submit-container button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  height: 50px;
  background: #7AC5CA;
  border: none;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  transition: all .5s;
}

@media all and (min-width: 48em) {
  .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-submit-container button {
    width: 170px;
  }
}

.mod-quiz .mod-quiz-container .mod-quiz-form .quiz-submit-container button:hover, .mod-quiz .mod-quiz-container .mod-quiz-form .quiz-submit-container button:focus {
  background: #B48D4A;
}

.mod-story {
  display: block;
  width: 100%;
  height: auto;
}

.mod-story .story-hero {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  width: 100%;
  height: 30%;
  min-height: 315px;
  background: url("./images/story-hero.png") scroll no-repeat center 0;
  background-size: cover;
}

.mod-story .story-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media all and (min-width: 48em) {
  .mod-story .story-hero {
    min-height: 565px;
  }
}

@media all and (min-width: 60em) {
  .mod-story .story-hero {
    margin-top: -90px;
  }
}

.mod-story .story-intro-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: auto;
  padding: 30px 30px 50px;
}

@media all and (min-width: 40em) {
  .mod-story .story-intro-container {
    padding: 30px 50px 50px;
  }
}

@media all and (min-width: 75em) {
  .mod-story .story-intro-container {
    padding: 30px 20px 50px;
  }
}

.mod-story .story-intro-container .story-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-story .story-intro-container .story-intro {
    padding: 0 0 0 11%;
  }
}

.mod-story .story-intro-container .story-intro .story-titles::before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -10px;
  width: 100%;
  max-width: 900px;
  height: 100px;
  background: url("./images/story-title.png") scroll no-repeat center 0;
  background-size: 100%;
  content: '';
}

.mod-story .story-intro-container .story-intro .story-titles h3 {
  position: relative;
  z-index: 1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-story .story-intro-container .story-intro .story-titles h3 {
    font-size: 2.1rem;
  }
}

.mod-story .story-intro-container .story-intro .story-titles h2 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

.mod-story .story-intro-container .story-intro .story-titles h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

@media all and (min-width: 30em) {
  .mod-story .story-intro-container .story-intro .story-titles h2 {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-story .story-intro-container .story-intro .story-titles h2 {
    font-size: 5rem;
  }
}

.mod-story .story-intro-container .story-intro .story-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.mod-story .story-intro-container .story-intro .story-presentation p {
  display: block;
  width: 90%;
  max-width: 870px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 75em) {
  .mod-story .story-intro-container .story-intro .story-presentation p {
    font-size: 1.8rem;
    word-spacing: 1.6px;
    line-height: 2.8rem;
  }
}

.mod-story .story-sucree {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: auto;
}

.mod-story .story-sucree .story-sucree-chronologie {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 40px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-story .story-sucree .story-sucree-chronologie {
    padding: 0 0 0 11%;
  }
}

.mod-story .story-sucree .story-sucree-chronologie h3, .mod-story .story-sucree .story-sucree-chronologie .h3 {
  display: block;
  margin-bottom: 30px;
  width: 90%;
  max-width: 870px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.3rem;
  color: #000;
}

.mod-story .story-sucree .story-sucree-chronologie p {
  display: block;
  width: 90%;
  max-width: 870px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  color: #000;
}

@media all and (min-width: 40em) {
  .mod-story .story-sucree .story-sucree-chronologie p {
    width: 80%;
  }
}

.mod-story .story-sucree .story-sucree-chronologie p span {
  font-weight: 600;
}

.mod-story .story-sucree .story-sucree-decor {
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -10px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 23em) {
  .mod-story .story-sucree .story-sucree-decor {
    margin-top: -30px;
  }
}

@media all and (min-width: 30em) {
  .mod-story .story-sucree .story-sucree-decor {
    margin-top: -50px;
  }
}

@media all and (min-width: 40em) {
  .mod-story .story-sucree .story-sucree-decor {
    margin-top: -70px;
  }
}

@media all and (min-width: 60em) {
  .mod-story .story-sucree .story-sucree-decor {
    margin-top: -60px;
  }
}

@media all and (min-width: 64em) {
  .mod-story .story-sucree .story-sucree-decor {
    margin-top: -100px;
  }
}

@media all and (min-width: 75em) {
  .mod-story .story-sucree .story-sucree-decor {
    height: 60vh;
  }
}

.mod-story .story-sucree .story-sucree-decor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mod-story .story-matiere,
.mod-story .story-secret {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 200px 0;
  width: 100%;
  height: auto;
}

@media all and (min-width: 40em) {
  .mod-story .story-matiere,
  .mod-story .story-secret {
    margin: 100px 0;
  }
}

@media all and (min-width: 75em) {
  .mod-story .story-matiere,
  .mod-story .story-secret {
    margin: 70px 0;
  }
}

.mod-story .story-bloc-content {
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 75em) {
  .mod-story .story-bloc-content {
    height: 70vh;
  }
}

.mod-story .story-bloc-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mod-story .story-golden-square {
  position: absolute;
  z-index: 10px;
  bottom: -90%;
  right: calc(50% - 95px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 15px;
  width: 190px;
  height: 190px;
  background: url("./images/story-golden-square.png") scroll no-repeat center center;
  background-size: 100%;
  text-align: center;
}

@media all and (min-width: 23em) {
  .mod-story .story-golden-square {
    bottom: -60%;
  }
}

@media all and (min-width: 30em) {
  .mod-story .story-golden-square {
    bottom: -40%;
    right: 50px;
  }
}

@media all and (min-width: 40em) {
  .mod-story .story-golden-square {
    display: block;
    bottom: -40px;
    padding: 30px 20px;
    width: 240px;
    height: 240px;
  }
}

.mod-story .story-golden-square h3 {
  position: relative;
  z-index: 11;
  margin-bottom: 8px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.6rem;
  color: #FFF;
}

@media all and (min-width: 40em) {
  .mod-story .story-golden-square h3 {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}

.mod-story .story-golden-square p {
  position: relative;
  z-index: 11;
  padding: 0;
  margin: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #FFF;
}

@media all and (min-width: 40em) {
  .mod-story .story-golden-square p {
    font-size: 1.3rem;
    letter-spacing: 1.1px;
    word-spacing: 1.2px;
  }
}

.mod-story .story-golden-square p span {
  font-weight: 600;
}

.mod-story .story-selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 100px 0 0;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}

@media all and (min-width: 64em) {
  .mod-story .story-selection {
    margin-top: 100px;
  }
}

.mod-story .story-selection .story-selection-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 40px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .mod-story .story-selection .story-selection-line {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 50px 0 50px 11%;
  }
}

.mod-story .story-selection .story-selection-line .selection-line-item {
  display: block;
  padding: 70px 0;
  width: 90%;
  height: auto;
  text-align: center;
}

@media all and (min-width: 40em) {
  .mod-story .story-selection .story-selection-line .selection-line-item {
    width: 70%;
  }
}

@media all and (min-width: 60em) {
  .mod-story .story-selection .story-selection-line .selection-line-item {
    padding: 0;
    width: 32%;
  }
}

.mod-story .story-selection .story-selection-line .selection-line-item img {
  margin-bottom: 40px;
  width: auto;
  height: 250px;
}

@media all and (min-width: 75em) {
  .mod-story .story-selection .story-selection-line .selection-line-item img {
    height: 300px;
  }
}

.mod-story .story-selection .story-selection-line .selection-line-item h4, .mod-story .story-selection .story-selection-line .selection-line-item .h4 {
  margin-bottom: 20px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  line-height: 2.5rem;
  color: #000;
}

@media all and (min-width: 40em) {
  .mod-story .story-selection .story-selection-line .selection-line-item h4, .mod-story .story-selection .story-selection-line .selection-line-item .h4 {
    padding: 0 10px;
  }
}

@media all and (min-width: 64em) {
  .mod-story .story-selection .story-selection-line .selection-line-item h4, .mod-story .story-selection .story-selection-line .selection-line-item .h4 {
    padding: 0 30px;
    font-size: 1.6rem;
  }
}

.mod-story .story-selection .story-selection-line .selection-line-item p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  line-height: 2rem;
  color: #000;
}

@media all and (min-width: 40em) {
  .mod-story .story-selection .story-selection-line .selection-line-item p {
    padding: 0 50px;
  }
}

.story-bloc-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 40px;
  width: 100%;
  max-width: 1280px;
  height: auto;
}

@media all and (min-width: 60em) {
  .story-bloc-title {
    padding: 0 0 0 11%;
  }
}

.story-bloc-title h3, .story-bloc-title .h3 {
  display: block;
  margin-bottom: 30px;
  width: 90%;
  max-width: 870px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.3rem;
  color: #000;
}

.story-inspiration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 100px 0 70px;
  width: 100%;
  height: auto;
}

.story-inspiration .story-recettes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 40px;
  width: 100%;
  height: auto;
}

.story-inspiration .story-recettes .recettes-container {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 30em) {
  .story-inspiration .story-recettes .recettes-container {
    min-width: 400px;
  }
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 60px 0;
  }
  .story-inspiration .story-recettes .recettes-container:last-child {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .recettes-container {
    padding: 0;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item:nth-child(3n+3) {
  margin-right: 0;
}

@media all and (min-width: 30em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item {
    padding: 0 5px;
    width: 90%;
    margin-right: 0;
  }
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item {
    width: 32%;
    margin-right: 2%;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item {
    padding: 0;
    width: 30%;
    margin-right: 5%;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
  display: block;
  margin: 10px 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  word-spacing: 1.9px;
  line-height: 2.5rem;
  color: #000;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
    margin: 10px 0;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item .recettes-list-item-h4 {
    font-size: 2.1rem;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item-details {
  height: auto;
  width: 100%;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details {
    min-height: 80px;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item-details > p:first-child {
  margin-top: 15px;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details > p:first-child {
    margin-top: 20px;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h1, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h2, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h3, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h4, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h5, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h6 {
  margin: 15px 0 0;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h1, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h2, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h3, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h4, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h5, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h6 {
    margin: 20px 0 0;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-h6, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h1, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h2, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h3, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h4, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h5, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details h6 {
    font-size: 1.4rem;
  }
}

.story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details p {
  display: block;
  margin: 5px 0 20px;
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details p {
    min-height: 40px;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .recettes-container .recettes-list-item-details .recettes-list-item-p, .story-inspiration .story-recettes .recettes-container .recettes-list-item-details p {
    font-size: 1.5rem;
  }
}

.story-inspiration .story-recettes .story-readmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .story-readmore {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.story-inspiration .story-recettes .story-readmore .story-readmore-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  min-width: 250px;
  height: 40px;
  text-align: center;
}

@media all and (min-width: 30em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-title {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-title {
    width: 450px;
  }
}

@media all and (min-width: 60em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-title {
    width: 550px;
  }
}

.story-inspiration .story-recettes .story-readmore .story-readmore-title img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-title img {
    max-width: 400px;
  }
}

.story-inspiration .story-recettes .story-readmore .story-readmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-width: 180px;
  height: 40px;
  background: #7AC5CA;
  border: none;
  cursor: pointer;
  transition: all .5s;
}

.story-inspiration .story-recettes .story-readmore .story-readmore-btn:hover {
  background: #B48D4A;
}

@media all and (min-width: 30em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-btn {
    padding: 0 5px;
    width: 90%;
  }
}

@media all and (min-width: 48em) {
  .story-inspiration .story-recettes .story-readmore .story-readmore-btn {
    width: auto;
    padding: 0 20px;
  }
}

.story-inspiration .story-recettes .story-readmore .story-readmore-btn span, .story-inspiration .story-recettes .story-readmore .story-readmore-btn a {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

.story-inspiration.bloc .story-recettes .recettes-container:last-child {
  margin-bottom: -40px !important;
}

.challenge-container, .challenge-presentation, .challenge-description, .challenge-gains, .challenge-slider, .challenge-jury, .challenge-cocktails, .challenge-more, .challenge-formation, .video-actu__container, .creneaux__container {
  max-width: 1052px;
  width: 100%;
  padding: 0 26px;
  margin: 55px auto;
  color: rgba(24, 24, 24, 0.8);
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
}

.challenge-container p, .challenge-presentation p, .challenge-description p, .challenge-gains p, .challenge-slider p, .challenge-jury p, .challenge-cocktails p, .challenge-more p, .challenge-formation p, .video-actu__container p, .creneaux__container p, .challenge-container li, .challenge-presentation li, .challenge-description li, .challenge-gains li, .challenge-slider li, .challenge-jury li, .challenge-cocktails li, .challenge-more li, .challenge-formation li, .video-actu__container li, .creneaux__container li {
  font-size: inherit;
}

@media all and (min-width: 60em) {
  .challenge-container, .challenge-presentation, .challenge-description, .challenge-gains, .challenge-slider, .challenge-jury, .challenge-cocktails, .challenge-more, .challenge-formation, .video-actu__container, .creneaux__container {
    font-size: 1.5rem;
  }
}

.challenge-presentation {
  margin-top: 180px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #181818;
}

.challenge-presentation p {
  font-size: inherit;
}

.challenge-description {
  margin: 70px auto 55px auto;
}

.challenge-description strong {
  font-weight: 500;
}

.challenge-description__title {
  line-height: 1;
  font-size: 1.22em;
  margin: 1.5em 0 1.18em 0;
  font-weight: 600;
  color: #181818;
}

.challenge-title {
  color: #181818;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 1em;
}

.challenge-btn, .challenge-description__btn, .challenge-more__btn, .challenge-poster__btn, .program-slider__btn {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  word-spacing: 1.2px;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #7AC5CA;
  transition: background 0.5s;
  text-align: center;
  color: #FFF;
}

.challenge-btn:focus, .challenge-description__btn:focus, .challenge-more__btn:focus, .challenge-poster__btn:focus, .program-slider__btn:focus {
  color: #FFF;
  background: #7AC5CA;
}

.challenge-btn:hover, .challenge-description__btn:hover, .challenge-more__btn:hover, .challenge-poster__btn:hover, .program-slider__btn:hover {
  color: #FFF;
  background-color: #B48D4A;
}

.challenge-description__btn.center {
  margin-left: auto;
  margin-right: auto;
}

.challenge-gains {
  margin-top: 40px;
  margin-bottom: 30px;
}

.prog-swip-legend.has-badge {
  padding-left: 54px !important;
}

.prog-swip-legend.has-badge img {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: auto;
}

.challenge-slider {
  margin-bottom: 45px;
  height: auto !important;
}

.challenge-slider .swiper-nav {
  top: 5px !important;
}

.challenge-slider .swiper-gotoform-btn {
  width: 225px !important;
  right: 5px !important;
}

.challenge-slider h4 {
  padding-right: 100px !important;
}

.challenge-slider.mod-prog-prog .prog-join-us .join-us-img {
  padding: 0;
}

.challenge-slider.mod-prog-prog .prog-join-us .prog-swipers-container {
  padding: 0;
}

.challenge-slider .swiper-container-prog-imgs {
  max-width: 519px !important;
}

.challenge-slider .swiper-container-prog-texts {
  max-width: 470px !important;
}

.challenge-slider .swiper-slide {
  max-width: 100% !important;
}

.challenge-slider .prog-swipers-container {
  margin-bottom: 0 !important;
}

.challenge-slider .prog-join-us {
  display: block !important;
  height: auto !important;
  min-height: auto !important;
}

.challenge-mosaic {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.challenge-mosaic img {
  width: 100%;
  height: auto;
  display: block;
}

.challenge-mosaic__item {
  overflow: hidden;
  width: 50%;
  position: relative;
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.challenge-mosaic__item span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.challenge-mosaic__item:first-child {
  width: 100%;
  border-bottom: 2px solid #FFF;
}

.challenge-mosaic__item:last-child {
  width: 100%;
  border-top: 2px solid #FFF;
}

.challenge-jury {
  margin: 80px auto;
}

.challenge-jury__items {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 35px;
}

.challenge-jury__item {
  position: relative;
  font-size: 14px;
  margin: 0 20px 40px 20px;
}

.challenge-jury__photo {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.challenge-jury__item::before {
  position: absolute;
  z-index: 0;
  left: 130px;
  top: -20px;
  font-size: 159px;
  content: ' “ ';
  line-height: 120px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #DFDFDF;
}

.challenge-jury__name {
  font-size: 18px;
  font-weight: 600;
  color: #7AC5CA;
  line-height: 1.2;
  position: absolute;
  top: 148px;
  left: 165px;
  transform: translateY(-100%);
}

.challenge-jury__social {
  margin-bottom: 0.2em;
}

.challenge-jury__social svg {
  fill: #7AC5CA;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.challenge-jury__social .coach-insta {
  fill: transparent;
  stroke: #7AC5CA;
}

.challenge-footer {
  background-color: #f6f6f6;
  overflow: hidden;
  margin-top: 50px;
}

.challenge-mosaic + .challenge-footer {
  margin-top: 0;
}

.challenge-cocktails__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.challenge-cocktails {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
}

.challenge-cocktails__grid {
  margin-bottom: -2.67em;
}

.challenge-cocktail {
  width: 100%;
  font-size: 15px;
  margin-bottom: 2.67em;
}

.challenge-cocktail img {
  width: 100%;
  height: auto;
}

.challenge-cocktail__title {
  color: #181818;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.32em 0 0.23em 0;
}

.challenge-cocktail__author {
  color: #B48D4A;
  font-size: 0.73em;
}

.challenge-cocktail__author strong {
  font-weight: 500;
}

.challenge-winner {
  font-size: 16px !important;
  color: #181818;
}

.prog-swip-img.with-gradient::before {
  content: '';
  position: absolute;
  max-width: 520px;
  max-height: 400px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0));
}

.challenge-winner h5 {
  color: #B48D4A;
  line-height: 14px;
  margin: 0.94em 0;
  font-weight: 600;
  font-size: inherit !important;
  text-transform: uppercase;
}

.challenge-winner p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 0 1em 0 !important;
}

.challenge-winner__info {
  z-index: 3;
  font-size: 12px;
  position: absolute;
  bottom: 1.88em;
  right: 1.88em;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  text-align: right;
}

.challenge-winner__name {
  font-size: 1.63em;
  font-weight: 600;
  margin-bottom: 2px;
}

.challenge-winner__author {
  text-transform: uppercase;
}

.challenge-winner__author strong {
  font-weight: 700;
}

.challenge-more {
  text-align: center;
}

.challenge-more__title {
  width: 377px;
  max-width: 100%;
  margin-bottom: 10px;
}

.challenge-formation {
  margin: 90px auto;
}

.challenge-numbers {
  text-align: center;
  font-size: 14px;
  margin-bottom: -30px;
}

.challenge-number {
  margin-bottom: 30px;
}

.challenge-number strong {
  position: relative;
  opacity: 0.97;
  color: #B48D4A;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 4.44em;
  font-weight: 700;
  height: 4.44em;
}

.challenge-number strong img {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0.13em;
  left: 0.76em;
  width: 1.01em;
  height: auto;
}

.challenge-poster {
  position: relative;
  margin: 55px 0 100px 0;
  max-width: 1080px;
}

.challenge-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.challenge-poster__btn {
  position: absolute;
  right: 50px;
  width: 307px;
  height: 50px;
  bottom: -25px;
}

@media all and (min-width: 500px) {
  .challenge-cocktails__grid {
    margin-right: -10px;
    margin-left: -10px;
  }
  .challenge-cocktail {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media all and (min-width: 700px) {
  .challenge-jury__name {
    font-size: 22px;
    left: 187px;
  }
  .challenge-numbers {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }
  .challenge-number {
    width: 50%;
    padding: 0 20px;
  }
  .challenge-numbers--trio .challenge-number {
    width: 33.33%;
  }
  .challenge-number strong::after {
    background-size: 100% 100%;
  }
}

@media all and (min-width: 105em) {
  .challenge-poster {
    margin-left: 100px;
  }
}

@media all and (min-width: 60em) {
  .challenge-mosaic + .challenge-footer {
    margin-top: -200px;
    padding-top: 200px;
  }
  .challenge-slider .swiper-nav {
    top: 10px !important;
  }
  .challenge-slider .swiper-container-prog-texts {
    overflow: hidden !important;
  }
  .challenge-winner__info {
    font-size: 16px;
  }
  .challenge-formation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .challenge-formation .challenge-title {
    width: 185px;
    margin: 0 90px 0 0;
  }
  .challenge-formation__body {
    width: 650px;
  }
  .challenge-presentation {
    margin-top: 250px;
    font-size: 22px;
  }
  .challenge-cocktails__grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .challenge-cocktail {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 22px;
    width: auto;
    max-width: calc(100% / 3 - 30px);
  }
  .challenge-mosaic {
    max-width: 1310px;
    width: 90%;
    overflow: hidden;
    display: block;
  }
  .challenge-mosaic__item {
    width: 46% !important;
    overflow: hidden;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-right: 0;
  }
  .challenge-mosaic__item span {
    font-size: 18px;
    left: 35px;
    right: 35px;
    bottom: 35px;
  }
  .challenge-mosaic__item:first-child span {
    left: 18%;
  }
  .challenge-mosaic__item img {
    min-height: 100%;
  }
  .challenge-mosaic__item:nth-child(2), .challenge-mosaic__item:nth-child(3) {
    height: 50%;
    width: 27% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .challenge-mosaic__item:nth-child(2) {
    right: 27%;
  }
  .challenge-mosaic__item:last-child {
    width: 54% !important;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: none;
  }
  .challenge-description {
    font-size: 1.5rem;
  }
  .challenge-description__btn {
    width: 311px;
  }
  .challenge-title {
    font-size: 34px;
  }
  .challenge-jury__items {
    display: -ms-flexbox;
    display: flex;
  }
  .challenge-jury__item {
    width: 33.33%;
  }
  .challenge-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .challenge-more__btn {
    width: 234px;
    margin-left: auto;
    margin-right: 50px;
  }
  .challenge-more__title {
    margin-right: auto;
    margin-left: 200px;
  }
}

.gfield_contains_required .gfield_radio li label::before,
.gfield_contains_required .gfield_radio li label::after {
  display: none !important;
}

.video-actu {
  padding: 0;
  overflow: hidden;
  color: rgba(24, 24, 24, 0.8);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: #f6f6f6;
  /* Text style for "Les 3 et 4" */
  letter-spacing: 1.68px;
}

.video-actu__title {
  color: #181818;
  font-family: "playfair_displaybold", sans-serif;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 1.36px;
  margin-bottom: 40px;
}

.video-actu__description {
  margin-bottom: 50px;
}

.video-actu__player {
  position: relative;
  padding-bottom: 56.19%;
}

.video-actu__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .video-actu__player {
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
  }
  .video-actu__player iframe {
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 856px;
    height: 481px;
  }
}

.creneaux {
  overflow: hidden;
  padding: 50px 0 0;
  font-family: "Work Sans", sans-serif;
}

.creneaux.is-gray {
  background-color: #f6f6f6;
}

.mod-form .creneaux {
  background-color: #fff;
}

.mod-prog-prog .prog-coach-container {
  background-color: transparent;
  min-height: auto;
  padding-bottom: 60px;
}

.creneaux__container {
  margin-top: 0;
  margin-bottom: 50px;
}

.creneaux__title {
  color: #181818;
  font-family: "playfair_displaybold", sans-serif;
  font-size: 34px;
  margin-bottom: 25px;
}

.creneaux__description {
  font-weight: 300;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
}

.creneaux__description strong {
  font-weight: 600;
}

.creneaux__description p {
  margin-bottom: 1em;
}

.creneaux__description li {
  margin-bottom: 0;
}

.creneaux__list {
  margin-top: 30px;
}

.creneau {
  display: block;
  cursor: pointer;
  text-align: center;
  background-color: rgba(139, 195, 201, 0.5);
  color: #000;
  margin-bottom: 40px;
  padding: 25px 5px;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}

.creneau:hover, .creneau.is-free {
  background-color: #8bc3c9;
  color: #FFf;
}

.creneau.is-unavailable, .creneau.is-unavailable:hover {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: rgba(139, 195, 201, 0.5);
  color: #000;
}

.creneau__day {
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.creneau__date {
  font-size: 1.4em;
  letter-spacing: 1.12px;
}

.creneau__space {
  text-transform: none !important;
  font-size: .7em;
  margin-top: 20px;
  font-family: "playfair_displaybold", sans-serif;
  letter-spacing: 0.64px;
}

.creneaux__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.creneaux__date {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  margin-top: 20px;
}

.creneaux__back {
  background: url(images/cross.png) center no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  text-indent: -3000px;
  overflow: hidden;
}

.creneaux__btn {
  width: 205px;
  height: 53px;
  background-color: #B48D4A;
  color: #ffffff;
  text-align: center;
  line-height: 53px;
  display: block;
  margin: 0 auto;
  border: none;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  transition: .3s;
  cursor: pointer;
}

.creneaux__btn:disabled {
  background-color: #CCCCCC !important;
  color: #FFF !important;
  cursor: not-allowed;
}

.creneaux__btn:hover {
  color: #000;
  background-color: #fff;
}

.mod-prog-prog .prog-coach-container .prog-coach-content .coach-infos .coach-infos-details::before {
  display: none !important;
}

/* Creneaux nombres
   ========================================================================== */
.creneaux .challenge-numbers {
  font-weight: 400;
}

.creneaux .challenge-number strong img {
  left: -.4em;
  top: -.25em;
  width: .9em;
}

@media screen and (min-width: 700px) {
  #reservation_zone_step_2 .creneaux__container {
    background-image: url(images/cocktails-bw.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .creneaux__date {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .creneaux__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .creneau {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
  .creneaux .bloc {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .creneau {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(25% - 40px);
  }
}

.coaching-why {
  display: block;
  width: 100%;
  text-align: center;
  background: #f6f6f6;
  padding: 3.56em 26px;
  margin: 3.33em 0;
  color: #B48D4A;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.coaching-why h3 {
  font-size: 2rem;
  margin-bottom: 0.59em;
  color: #000;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.coaching-cancel {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 12px;
  padding-bottom: 5.56em;
}

.coaching-cancel__radio label, .coaching-cancel__submit {
  display: inline-block !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 0.78em;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  width: 285px !important;
  height: 50px;
  background-color: #7AC5CA;
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
}

.coaching-cancel__radio label:hover, .coaching-cancel__submit:hover {
  background-color: #B48D4A !important;
}

.coaching-cancel__label {
  text-transform: uppercase;
  margin-bottom: 1.11em;
}

.coaching-cancel__radios {
  margin-bottom: 3.33em;
}

.coaching-cancel__radio input {
  display: none !important;
}

.coaching-cancel__radio {
  display: inline-block;
}

.coaching-cancel p {
  font-size: 1em;
  margin-bottom: 1em;
}

.coaching-cancel__radio input:checked ~ label {
  background-color: #B48D4A !important;
}

.coaching-cancel__message {
  margin: 3.33em 0;
}

.coaching-cancel__textarea {
  display: block;
  width: 100%;
  max-width: 702px;
  height: 200px;
  border: 1px solid #181818;
  background-color: #ffffff;
  margin-bottom: 1.11em;
  padding: 10px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #181818;
}

.coaching-cancel__submit {
  border: none;
  cursor: pointer;
  width: 175px !important;
}

@media screen and (min-width: 700px) {
  .coaching-why {
    font-size: 18px;
  }
  .coaching-why h3 {
    font-size: 34px;
  }
  .coaching-cancel {
    font-size: 18px;
  }
  .coaching-cancel__radio {
    margin-right: 60px;
  }
}

/* Bloc histoire
   ========================================================================== */
.bloc-history__title {
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #000;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

.bloc-history__body {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  color: #000;
  margin-bottom: 2em;
}

.bloc-history__body p {
  margin: 0 0 1em;
}

.bloc-history__body strong {
  font-weight: 500;
  color: #000;
}

.bloc-history__secondary-title {
  margin-bottom: 20px;
  font-size: 2.3rem;
  text-align: center;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.history-slide {
  position: relative;
  margin-bottom: 70px;
}

.history-slide__image {
  width: 100%;
  height: auto;
}

.history-slide__body {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  background: #B48D4A;
  color: #FFF;
  display: block;
  padding: 15px;
  width: 240px;
  font-size: 1.1rem;
  letter-spacing: 1.1px;
  word-spacing: 1.2px;
  background: url("./images/story-golden-square.png") scroll no-repeat center center/100% 100%;
}

.history-slide__body p {
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.history-slide__body a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.history-slide__body > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .history-slide {
    margin-bottom: 70px;
  }
  .history-slide__body {
    left: auto;
    right: 50px;
    font-size: 1.3rem;
    padding: 30px 20px;
  }
}

/**
 * @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;
  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%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  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;
  box-shadow: none;
  background: #fff url("multiple-select.png") no-repeat 100% -22px;
  background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
  -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: .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;
  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;
}

.recette-tags-container {
  position: relative;
  max-width: 470px;
}

.recette-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  cursor: pointer;
  background: url(images/recette-add.png) no-repeat center center;
}

.recette-input {
  margin-bottom: 0 !important;
  position: relative;
}

.recette-tags {
  max-width: 470px;
  margin-bottom: 18px;
}

.recette-tag {
  position: relative;
  background-color: #f8f5f1;
  color: #b38c4f;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 18px 20px;
  margin-bottom: 1px;
  transition: 0.3s;
  max-height: 200px;
  animation: slideFromLeft 0.3s;
}

.recette-tag.is-hidden {
  transform: translateX(-50px);
  opacity: 0;
  padding: 0;
  max-height: 0;
}

.recette-tag__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url(images/recette-close.png) #f2ece4 center center no-repeat;
  transition: background 0.3s;
  cursor: pointer;
}

.recette-tag__remove:hover {
  background-color: #eae0d3;
}

.ginput_container_fileupload {
  max-width: 470px;
  position: relative;
  margin-top: 12px;
  height: 52px;
  background: #f8f5f1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 16px;
  cursor: pointer !important;
  transition: background 0.5s;
}

.ginput_container_fileupload:hover {
  background: #f0e9e0;
}

.ginput_container_fileupload::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 17px;
  right: 40px;
  top: 18px;
  background: url(images/upload.png) center center no-repeat;
  transition: transform 0.5s;
}

.ginput_container_fileupload:hover::after {
  transform: translateY(-3px);
}

.ginput_container_fileupload ~ .validation_message,
.ginput_container_multiselect ~ .validation_message,
.ginput_container_date ~ .validation_message {
  margin-top: 5px !important;
}

.ginput_container_fileupload + .gfield_description {
  max-width: 470px;
}

.ginput_container_fileupload .screen-reader-text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  height: 52px;
  text-align: center;
  color: #b38c4f;
  font-weight: 400;
}

.ginput_container_fileupload input {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}

.gfield_description {
  color: #888888;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 16.8px;
  text-align: center;
  margin-top: 9px;
}

.ginput_container_date .clear-multi {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ginput_container_date .ginput_container_date {
  margin-right: 9px;
}

.gfield_date_dropdown_day {
  width: 100px !important;
}

.gfield_date_dropdown_month {
  width: 147px !important;
}

.gfield_date_dropdown_year {
  width: 120px !important;
}

.ginput_container_email input {
  display: block;
  width: 100%;
  max-width: 470px;
  margin-bottom: 18px;
}

.ginput_container_email .ginput_left {
  display: inline;
}

.ginput_container_email .ginput_left label {
  display: none;
}

.gfield_visibility_hidden {
  /* Fix for gravity form hidden field */
  display: none !important;
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
    padding: 0;
    max-height: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
    padding: 18px 20px;
    max-height: 200px;
  }
}

.gfield_radio li {
  position: relative;
  z-index: 200;
}

.gfield_radio li:hover .gchoice__tooltip {
  opacity: 1;
  transform: translateX(0);
}

.mod-form-intro h2 {
  font-size: 0px !important;
}

.gchoice__tooltip {
  color: #B48D4A;
  display: block;
  font-size: 0.9em;
  text-transform: none;
  margin-top: 3px;
  margin-left: 10px;
  line-height: 1.4;
}

@media screen and (min-width: 1075px) {
  .gchoice__tooltip {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 100%;
    width: 319px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.07px;
    background-color: #B48D4A;
    padding: 20px 28px;
    opacity: 0;
    transform: translateX(20px);
    transition: transform .3s, opacity .3s;
  }
  .gchoice__tooltip::after {
    content: '';
    width: 0;
    height: 0;
    top: 18px;
    left: -7px;
    position: absolute;
    border-right: 8px solid #B48D4A;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}

.bloc-quote {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  letter-spacing: 1.6px;
  word-spacing: 1.2px;
  font-size: 14px;
  text-align: center;
}

.bloc-quote__image {
  display: block;
  height: auto;
  -ms-flex: none;
      flex: none;
  margin: 0 auto 1em;
}

.bloc-quote blockquote {
  padding: 0;
  line-height: 1.23;
  font-size: 1.88em;
  color: #B48D4A;
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  margin: 0 0 0.4em;
}

.bloc-quote cite {
  font-style: normal;
}

.bloc-quote cite strong {
  font-weight: 500;
  display: block;
  font-size: 1.1em;
}

@media screen and (min-width: 48em) {
  .bloc-quote {
    text-align: left;
  }
  .bloc-quote__image {
    margin-bottom: 0;
    margin-right: 70px;
  }
  .bloc-quote {
    font-size: 18px;
  }
  .bloc-quote__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.program-slider {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

.program-slider__images {
  width: 80%;
  padding-bottom: 60px;
}

.program-slider__subtitle {
  color: #181818;
  font-size: 28px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  margin-bottom: 15px;
  padding-right: 110px;
}

.program-slider__text.has-icon {
  padding-left: 57px;
  position: relative;
}

.program-slider__text h5 {
  color: #B48D4A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.program-slider__icon {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.program-slider__body {
  position: relative;
  max-width: 935px;
  margin: 0 auto;
}

.program-slider__body,
.program-slider p {
  color: #181818;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.16px;
  word-spacing: 1.2px;
}

.program-slider__body a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.program-slider__images .slick-track,
.program-slider__images .slick-list {
  overflow: visible !important;
}

.program-slider__images .slick-list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 200%;
  width: 100vw;
  left: -100vw;
  background-color: #FFF;
}

.program-slider__description {
  position: relative;
  z-index: 3;
}

.program-slider__images {
  position: relative;
  z-index: 2;
}

.program-slider__slide {
  position: relative;
}

.program-slider__image {
  width: calc(100vw - 20px);
  margin-right: 20px;
  height: auto;
}

.program-slider__number {
  opacity: .2;
  width: 131px;
  height: 129px;
  position: absolute;
  left: 25px;
  bottom: -60px;
}

.program-slider .slick-arrow {
  z-index: 5;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 31px;
  height: 23px;
  background: url(./images/slider-arrow.svg) center center/100% 100% no-repeat transparent;
  border: none;
  text-indent: -3000px;
  font-size: 0;
}

.program-slider .slick-prev {
  right: 65px;
  transform: rotate(180deg);
}

.program-slider__btn {
  display: inline-block;
  width: auto;
  padding-left: 49px;
  padding-right: 49px;
}

.program-slider__cta {
  text-align: center;
}

@media screen and (min-width: 930px) {
  .challenge-description__btn {
    display: block;
  }
  .program-slider__body {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .program-slider__text {
    padding-top: 40px;
    max-width: 275px;
  }
  .program-slider .slick-arrow {
    top: 40px;
  }
  .program-slider__description {
    width: 385px;
    -ms-flex: none;
        flex: none;
    margin-right: 30px;
  }
  .program-slider__icon {
    top: 40px;
  }
  .program-slider__images {
    -ms-flex-order: 2;
        order: 2;
    width: 560px;
    width: calc(100% - 385px);
  }
  .program-slider__image {
    width: 520px;
    margin-right: 40px;
  }
  .program-slider__subtitle {
    padding-right: 0;
  }
  .program-slider__cta {
    position: absolute;
    z-index: 500;
    left: 57px;
    top: 330px;
  }
}

body.error404 {
  padding-top: 70px;
}

@media all and (min-width: 60em) {
  body.error404 {
    padding-top: 90px;
  }
}

.page404 {
  display: block;
  width: 100%;
  height: calc(100vh - 70px);
  background: #181818 url("./images/404-mobile.png") no-repeat scroll center top;
  background-size: cover;
}

.page404 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media all and (min-width: 60em) {
  .page404 {
    height: calc(100vh - 90px);
  }
}

@media all and (min-width: 30em) {
  .page404 {
    background: #181818 url("./images/404.png") no-repeat scroll center top;
    background-size: cover;
  }
}

.page404 header {
  position: relative;
  display: none;
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
}

.page404 header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 140px;
  height: 100%;
}

@media all and (min-width: 60em) {
  .page404 header .logo {
    width: 200px;
  }
}

.page404 header .logo img {
  max-height: 75px;
}

@media all and (min-width: 60em) {
  .page404 header .logo img {
    max-height: 90px;
  }
}

.page404 .container-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: calc(100% - 90px);
}

@media all and (min-width: 60em) {
  .page404 .container-404 {
    -ms-flex-pack: center;
        justify-content: center;
    height: calc(100% - 180px);
  }
}

.page404 .content-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 480px;
  height: calc(100% - 30px);
}

@media all and (min-width: 30em) {
  .page404 .content-404 {
    height: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media all and (min-width: 60em) {
  .page404 .content-404 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: auto;
    min-height: 370px;
    max-width: 800px;
  }
}

.page404 .content-404 .messages {
  display: block;
  margin: 30px 0;
  padding: 20px;
  width: 230px;
  height: 230px;
  text-align: left;
}

@media all and (min-width: 30em) {
  .page404 .content-404 .messages {
    margin: 0 30px 20px 90px;
    padding: 20px 20px 0 0;
    width: 300px;
    height: auto;
  }
}

@media all and (min-width: 60em) {
  .page404 .content-404 .messages {
    margin: 0 0 0 50px;
    padding: 0 0 20px;
    width: 350px;
    max-height: 300px;
  }
}

.page404 .content-404 .messages h1 {
  font-size: 4rem;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-transform: initial;
  letter-spacing: 2.5px;
  color: #FFF;
}

@media all and (min-width: 30em) {
  .page404 .content-404 .messages h1 {
    font-size: 6rem;
  }
}

@media all and (min-width: 60em) {
  .page404 .content-404 .messages h1 {
    font-size: 8rem;
  }
}

.page404 .content-404 .messages h5 {
  font-size: 1rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 30em) {
  .page404 .content-404 .messages h5 {
    font-size: 1.2rem;
  }
}

@media all and (min-width: 60em) {
  .page404 .content-404 .messages h5 {
    font-size: 1.4rem;
  }
}

.page404 .content-404 .messages p {
  margin-top: 15px;
  font-size: 1.1rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2rem;
  color: #FFF;
}

@media all and (min-width: 30em) {
  .page404 .content-404 .messages p {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 60em) {
  .page404 .content-404 .messages p {
    margin-top: 30px;
    font-size: 1.75rem;
    line-height: 2.6rem;
    letter-spacing: 2.4px;
  }
}

.page404 .content-404 .go-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 20px;
  width: calc(100% - 40px);
  height: auto;
  cursor: pointer;
}

.page404 .content-404 .go-back a {
  display: block;
  padding: 15px;
  width: 100%;
  max-width: 300px;
  background: none;
  border: 1px solid #FFF;
  font-size: 1.1rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  transition: all .5s;
}

.page404 .content-404 .go-back a:hover, .page404 .content-404 .go-back a:focus {
  color: #000;
  border: 1px solid #B48D4A;
  background: rgba(255, 255, 255, 0.7);
}

.page404 .footer-404 {
  display: block;
  height: auto;
  min-height: 90px;
  background: #181818;
}

.page404 .footer-404 .footer-404-caution-msg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  background: #181818;
}

@media all and (min-width: 60em) {
  .page404 .footer-404 .footer-404-caution-msg {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
}

.page404 .footer-404 .footer-404-caution-msg p {
  margin: 0;
  font-size: 1.3rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #666;
}

@media all and (min-width: 60em) {
  .page404 .footer-404 .footer-404-caution-msg p {
    text-align: center;
  }
}

.page404 .footer-404 .footer-404-credits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 20px;
  height: auto;
  min-height: 40px;
  width: 100%;
  background: #212121;
}

@media all and (min-width: 60em) {
  .page404 .footer-404 .footer-404-credits {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 80px 0;
  }
}

.page404 .footer-404 .footer-404-credits p {
  display: block;
  margin: 0;
  max-width: 1180px;
  font-size: 1.1rem;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #555;
}

@media all and (min-width: 23em) {
  .page404 .footer-404 .footer-404-credits p {
    font-size: 1.3rem;
  }
}

@media all and (min-width: 60em) {
  .page404 .footer-404 .footer-404-credits p {
    font-size: 1.5rem;
    text-align: right;
  }
}

.cgu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 90px 0 50px;
  padding: 50px 25px;
  width: 100%;
  height: auto;
  background: #FFF;
  color: #000;
}

@media all and (min-width: 48em) {
  .cgu {
    padding: 30px;
  }
}

@media all and (min-width: 75em) {
  .cgu {
    padding: 50px 0;
  }
}

.cgu h1 {
  display: block;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 3.5rem;
  color: #000;
  text-transform: initial;
}

@media all and (min-width: 23em) {
  .cgu h1 {
    font-size: 4rem;
  }
}

@media all and (min-width: 30em) {
  .cgu h1 {
    font-size: 5rem;
  }
}

.cgu .cgu-content {
  display: block;
  width: 100%;
  max-width: 1180px;
  height: auto;
}

.mod-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 80px 0 100px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 700px;
  color: #000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 48em) {
  .mod-form {
    margin-top: 90px;
  }
}

.mod-form *:focus {
  outline: none;
}

.mod-form input[type="text"],
.mod-form textarea,
.mod-form button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.mod-form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 50px;
  padding: 0 35px;
  width: 100%;
  height: auto;
  background: #FFF;
}

@media all and (min-width: 48em) {
  .mod-form-content {
    max-width: 1180px;
  }
}

.mod-form-h3 {
  height: auto;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #B48D4A;
}

@media all and (min-width: 48em) {
  .mod-form-h3 {
    font-size: 2.1rem;
  }
}

.mod-form-h2 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1180px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 2.7rem;
  color: #000;
}

.mod-form-h2 span {
  font-family: playfairdisplay-bolditalic, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

@media all and (min-width: 30em) {
  .mod-form-h2 {
    font-size: 3.8rem;
  }
}

@media all and (min-width: 48em) {
  .mod-form-h2 {
    font-size: 5rem;
  }
}

.date-prog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: cente;
      align-content: cente;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  height: 40px;
  background: #B48D4A;
}

@media all and (min-width: 23em) {
  .date-prog {
    width: 300px;
    height: 40px;
  }
}

.date-prog span {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2;
  text-transform: uppercase;
  color: #FFF;
}

@media all and (min-width: 23em) {
  .date-prog span {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}

.mod-form-intro {
  display: block;
  width: 100%;
  max-width: 1180px;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-form-intro {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}

@media all and (min-width: 48em) {
  .mod-form-intro {
    width: 80%;
  }
}

.mod-form-intro p {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #000;
}

@media all and (min-width: 48em) {
  .mod-form-intro p {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}

.mod-form-intro h2, .mod-form-intro .h2-like {
  color: #B48D4A;
  font: bold 1.5em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 30px 0 20px;
}

.mod-form-intro h3, .mod-form-intro .h3-like {
  color: #B48D4A;
  font: bold 1.125em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 30px 0 15px;
}

.mod-form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0;
  width: 100%;
  height: auto;
}

.mod-form-container.fixed-sidebar .mod-form-sidebar {
  position: fixed;
  top: 0;
}

@media all and (min-width: 60em) {
  .mod-form-container.fixed-sidebar .mod-form-sidebar {
    width: 300px;
  }
}

@media all and (min-width: 48em) {
  .mod-form-container.fixed-sidebar .gform_wrapper {
    margin-left: 250px;
  }
}

@media all and (min-width: 60em) {
  .mod-form-container.fixed-sidebar .gform_wrapper {
    margin-left: 300px;
  }
}

.mod-form-sidebar {
  display: none;
}

@media all and (min-width: 48em) {
  .mod-form-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 100px auto;
    height: 420px;
    width: 20%;
    min-width: 250px;
    font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
}

@media all and (min-width: 60em) {
  .mod-form-sidebar {
    width: 30%;
    min-width: 300px;
  }
}

.sidebar-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 5%;
  height: 100%;
  font-size: 1.3rem;
}

.progress-rotated-numbers {
  display: block;
  transform: rotate(-90deg);
  margin-top: 12px;
  width: 45px;
  height: 18px;
}

.progress-rotated-numbers span {
  margin: 0;
  padding: 0;
}

.progress-rotated-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transform: rotate(-90deg);
  margin-top: 160px;
  width: 300px;
  height: 18px;
}

.progress-rotated-bar img {
  transform: rotate(90deg);
  margin-left: 140px;
}

.progress-rotated-arrows {
  display: block;
  transform: rotate(-90deg);
  margin-top: 170px;
  width: 63px;
  height: 18px;
}

.progress-rotated-arrows svg {
  width: 20px;
  height: 20px;
}

.progress-rotated-arrows .arrow-off {
  fill: #ECCCB8;
  stroke: #ECCCB8;
}

.progress-rotated-arrows .arrow-on {
  fill: #B48D4A;
  stroke: #B48D4A;
}

.sidebar-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 30px;
  width: 95%;
  height: 100%;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 3.5;
}

.sidebar-titles a {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-titles a:not(.gold) {
  font-weight: 500;
  color: #ECCCB8;
}

.sidebar-titles a:hover, .sidebar-titles a:focus, .sidebar-titles a:active {
  color: #B48D4A;
}

.gold {
  font-weight: 600;
  color: #B48D4A;
}

.grey {
  font-weight: 500;
  color: #ECCCB8;
}

.gform_wrapper {
  width: 100%;
  height: auto;
}

.gform_wrapper form {
  width: 100%;
  height: auto;
  display: block;
}

.gform_heading {
  display: none;
}

.gform_body {
  width: 100%;
  height: auto;
}

.gform_body ul {
  padding-left: 0;
}

.gform_body ul li {
  padding-left: 0;
}

.gform_body ul li::before {
  display: none;
}

.gform_fields {
  padding: 0;
  width: 100%;
  height: auto;
}

.gsection {
  margin: 40px auto;
}

@media all and (min-width: 48em) {
  .gsection {
    margin: 70px auto;
  }
}

.gsection:first-of-type {
  margin: 0 auto;
}

@media all and (min-width: 48em) {
  .gsection:first-of-type {
    margin: 40px auto;
  }
}

.gsection_title {
  opacity: 0;
}

.gform_field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 0 40px 0;
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .gform_field {
    width: 90%;
  }
}

label,
.gfield_label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.ginput_container {
  width: 100%;
}

input[type="text"] {
  padding: 10px;
  background: #FFF;
  border: 1px solid #888;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #555;
}

input[type="text"]::-webkit-input-placeholder {
  color: #AAA;
}

input[type="text"]:-ms-input-placeholder {
  color: #AAA;
}

input[type="text"]::placeholder {
  color: #AAA;
}

input[type="text"].medium {
  display: block;
  margin-bottom: 18px;
  width: 100%;
}

@media all and (min-width: 48em) {
  input[type="text"].medium {
    max-width: 470px;
  }
}

input[type="text"].small {
  display: block;
  margin-bottom: 18px;
  width: 150px;
}

.form_school_selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 18px;
}

.ginput_container_select, .ginput_container_date .ginput_container_date {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: auto;
  max-height: 42px;
  cursor: pointer;
}

@media all and (min-width: 48em) {
  .ginput_container_select, .ginput_container_date .ginput_container_date {
    max-width: 470px;
  }
}

.ginput_container_select::after, .ginput_container_date .ginput_container_date::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: auto;
  max-height: 42px;
  background: #FFF url("./images/arrow-down.svg") center center no-repeat scroll;
  background-size: 40%;
  border: 1px solid #888;
  border-left: none;
  pointer-events: none;
  cursor: pointer;
  content: " ";
}

.gfield_select, .ginput_container_date select {
  padding: 10px;
  background: #FFF;
  border: 1px solid #888;
  border-radius: 0;
  width: 100%;
  height: auto;
  max-height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
}

.gfield_select::-webkit-input-placeholder, .ginput_container_date select::-webkit-input-placeholder {
  color: #AAA;
}

.gfield_select:-ms-input-placeholder, .ginput_container_date select:-ms-input-placeholder {
  color: #AAA;
}

.gfield_select::placeholder, .ginput_container_date select::placeholder {
  color: #AAA;
}

.gfield_select option, .ginput_container_date select option {
  width: 100%;
  outline: none;
}

@media all and (min-width: 48em) {
  .gfield_select option, .ginput_container_date select option {
    width: calc(100% - 40px);
    max-width: 470px;
  }
}

.ginput_container_radio {
  width: 100%;
}

.gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%;
  max-width: 470px;
  height: auto;
}

.gfield_radio li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 5px;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}

.gfield_radio li input[type="radio"]:hover + label,
.gfield_radio li input[type="radio"]:focus + label,
.gfield_radio li input[type="radio"]:checked + label,
.gfield_radio li input[type="radio"]:active + label {
  color: #7AC5CA;
}

input[type="radio"] + label {
  display: inline-block;
}

input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

input[type="radio"] ~ label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 23px 0 0 60px;
  width: 100%;
  max-width: 470px;
  min-height: 60px;
  cursor: pointer;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}

@media all and (min-width: 23em) {
  input[type="radio"] ~ label {
    font-size: 1.3rem;
  }
}

@media all and (min-width: 48em) {
  input[type="radio"] ~ label {
    padding: 18px 0 0 80px;
    min-width: 400px;
    max-width: 100%;
  }
}

.gfield_contains_required .gfield_radio li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.gfield_contains_required .gfield_radio li label {
  position: relative;
  max-width: 100%;
  cursor: pointer;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1.1px;
  color: #000;
}

@media all and (min-width: 48em) {
  .gfield_contains_required .gfield_radio li label {
    line-height: 2;
  }
}

.gfield_contains_required .gfield_radio li label::before {
  position: absolute;
  display: block;
  z-index: 5;
  top: 20px;
  left: 20px;
  bottom: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #CCC;
  border-radius: 100%;
  content: '';
  transition: border .25s linear;
}

.gfield_contains_required .gfield_radio li label::after {
  position: absolute;
  display: block;
  z-index: 6;
  top: 22px;
  left: 22px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #EEE;
  border: 1px solid #EEE;
  border-radius: 100%;
  content: '';
  transition: border 0.25s linear;
  transition: background 0.25s linear;
}

.gfield_contains_required .gfield_radio li input[type="radio"] {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  opacity: 0;
  cursor: pointer;
}

.gfield_contains_required .gfield_radio li:hover label::before, .gfield_contains_required .gfield_radio li:focus label::before {
  border: 1px solid #888;
}

.gfield_contains_required .gfield_radio li:hover label::after, .gfield_contains_required .gfield_radio li:focus label::after {
  width: 12px;
  height: 12px;
  background: #AAA;
  border: 3px solid #FFF;
}

.gfield_contains_required .gfield_radio li input[type="radio"]:checked ~ label::before,
.gfield_contains_required .gfield_radio li input[type="radio"]:active ~ label::before {
  border: 1px solid #7AC5CA;
}

.gfield_contains_required .gfield_radio li input[type="radio"]:checked ~ label::after,
.gfield_contains_required .gfield_radio li input[type="radio"]:active ~ label::after {
  width: 12px;
  height: 12px;
  background: #7AC5CA;
  border: 3px solid #FFF;
}

input[type="radio"] + label {
  background: url("./images/btn-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[type="radio"] + label {
    background-size: 60px 60px;
  }
}

input[type="radio"]:hover + label,
input[type="radio"]:focus + label,
input[type="radio"]:checked + label,
input[type="radio"]:active + label {
  background: url("./images/btn-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[type="radio"]:hover + label,
  input[type="radio"]:focus + label,
  input[type="radio"]:checked + label,
  input[type="radio"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="barman"] + label {
  background: url("./images/btn-bartender-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="barman"] + label {
    background-size: 60px 60px;
  }
}

input[value="barman"]:hover + label,
input[value="barman"]:focus + label,
input[value="barman"]:checked + label,
input[value="barman"]:active + label {
  background: url("./images/btn-bartender-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="barman"]:hover + label,
  input[value="barman"]:focus + label,
  input[value="barman"]:checked + label,
  input[value="barman"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="Chef barman"] + label {
  background: url("./images/btn-chef-barman-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Chef barman"] + label {
    background-size: 60px 60px;
  }
}

input[value="Chef barman"]:hover + label,
input[value="Chef barman"]:focus + label,
input[value="Chef barman"]:checked + label,
input[value="Chef barman"]:active + label {
  background: url("./images/btn-chef-barman-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Chef barman"]:hover + label,
  input[value="Chef barman"]:focus + label,
  input[value="Chef barman"]:checked + label,
  input[value="Chef barman"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="Gérant"] + label {
  background: url("./images/btn-gerant-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Gérant"] + label {
    background-size: 60px 60px;
  }
}

input[value="Gérant"]:hover + label,
input[value="Gérant"]:focus + label,
input[value="Gérant"]:checked + label,
input[value="Gérant"]:active + label {
  background: url("./images/btn-gerant-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Gérant"]:hover + label,
  input[value="Gérant"]:focus + label,
  input[value="Gérant"]:checked + label,
  input[value="Gérant"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="Directeur"] + label {
  background: url("./images/btn-directeur-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Directeur"] + label {
    background-size: 60px 60px;
  }
}

input[value="Directeur"]:hover + label,
input[value="Directeur"]:focus + label,
input[value="Directeur"]:checked + label,
input[value="Directeur"]:active + label {
  background: url("./images/btn-directeur-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Directeur"]:hover + label,
  input[value="Directeur"]:focus + label,
  input[value="Directeur"]:checked + label,
  input[value="Directeur"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="Propriétaire"] + label {
  background: url("./images/btn-proprietaire-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Propriétaire"] + label {
    background-size: 60px 60px;
  }
}

input[value="Propriétaire"]:hover + label,
input[value="Propriétaire"]:focus + label,
input[value="Propriétaire"]:checked + label,
input[value="Propriétaire"]:active + label {
  background: url("./images/btn-proprietaire-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="Propriétaire"]:hover + label,
  input[value="Propriétaire"]:focus + label,
  input[value="Propriétaire"]:checked + label,
  input[value="Propriétaire"]:active + label {
    background-size: 60px 60px;
  }
}

.form_you_are .gfield_radio li:last-of-type:not(.this-is-hover) {
  height: auto;
  min-height: 50px;
  background: url("./images/btn-autre-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  .form_you_are .gfield_radio li:last-of-type:not(.this-is-hover) {
    height: auto;
    min-height: 60px;
    background-size: 60px 60px;
  }
}

.not-client-msg {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #000;
}

@media all and (min-width: 48em) {
  .not-client-msg {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}

.form_you_are .gfield_radio li:last-of-type:hover,
.form_you_are .gfield_radio li:last-of-type:focus,
.form_you_are .gfield_radio li:last-of-type:active,
.this-is-hover {
  height: auto;
  min-height: 50px;
  background: url("./images/btn-autre-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  .form_you_are .gfield_radio li:last-of-type:hover,
  .form_you_are .gfield_radio li:last-of-type:focus,
  .form_you_are .gfield_radio li:last-of-type:active,
  .this-is-hover {
    height: auto;
    min-height: 60px;
    background-size: 60px 60px;
  }
}

input[value="Autre"] {
  margin-left: 60px;
}

@media all and (min-width: 48em) {
  input[value="Autre"] {
    margin-left: 80px;
  }
}

input[value="problème commercial"] + label {
  background: url("./images/btn-pb-commercial-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème commercial"] + label {
    background-size: 60px 60px;
  }
}

input[value="problème commercial"]:hover + label,
input[value="problème commercial"]:focus + label,
input[value="problème commercial"]:checked + label,
input[value="problème commercial"]:active + label {
  background: url("./images/btn-pb-commercial-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème commercial"]:hover + label,
  input[value="problème commercial"]:focus + label,
  input[value="problème commercial"]:checked + label,
  input[value="problème commercial"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="problème organisationnel"] + label {
  background: url("./images/btn-pb-organisationnel-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème organisationnel"] + label {
    background-size: 60px 60px;
  }
}

input[value="problème organisationnel"]:hover + label,
input[value="problème organisationnel"]:focus + label,
input[value="problème organisationnel"]:checked + label,
input[value="problème organisationnel"]:active + label {
  background: url("./images/btn-pb-organisationnel-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème organisationnel"]:hover + label,
  input[value="problème organisationnel"]:focus + label,
  input[value="problème organisationnel"]:checked + label,
  input[value="problème organisationnel"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="problème de qualité"] + label {
  background: url("./images/btn-pb-qualite-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème de qualité"] + label {
    background-size: 60px 60px;
  }
}

input[value="problème de qualité"]:hover + label,
input[value="problème de qualité"]:focus + label,
input[value="problème de qualité"]:checked + label,
input[value="problème de qualité"]:active + label {
  background: url("./images/btn-pb-qualite-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="problème de qualité"]:hover + label,
  input[value="problème de qualité"]:focus + label,
  input[value="problème de qualité"]:checked + label,
  input[value="problème de qualité"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="CFA"] + label {
  background: url("./images/btn-cfa-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="CFA"] + label {
    background-size: 60px 60px;
  }
}

input[value="CFA"]:hover + label,
input[value="CFA"]:focus + label,
input[value="CFA"]:checked + label,
input[value="CFA"]:active + label {
  background: url("./images/btn-cfa-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="CFA"]:hover + label,
  input[value="CFA"]:focus + label,
  input[value="CFA"]:checked + label,
  input[value="CFA"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="MCB"] + label {
  background: url("./images/btn-mcb-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="MCB"] + label {
    background-size: 60px 60px;
  }
}

input[value="MCB"]:hover + label,
input[value="MCB"]:focus + label,
input[value="MCB"]:checked + label,
input[value="MCB"]:active + label {
  background: url("./images/btn-mcb-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="MCB"]:hover + label,
  input[value="MCB"]:focus + label,
  input[value="MCB"]:checked + label,
  input[value="MCB"]:active + label {
    background-size: 60px 60px;
  }
}

input[value="CQP"] + label {
  background: url("./images/btn-cqp-off.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="CQP"] + label {
    background-size: 60px 60px;
  }
}

input[value="CQP"]:hover + label,
input[value="CQP"]:focus + label,
input[value="CQP"]:checked + label,
input[value="CQP"]:active + label {
  background: url("./images/btn-cqp-on.svg") left center no-repeat scroll;
  background-size: 50px 50px;
}

@media all and (min-width: 30em) {
  input[value="CQP"]:hover + label,
  input[value="CQP"]:focus + label,
  input[value="CQP"]:checked + label,
  input[value="CQP"]:active + label {
    background-size: 60px 60px;
  }
}

.textarea {
  margin-bottom: 18px;
  padding: 10px;
  width: 100%;
  height: 100px;
  background: #FFF;
  border: 1px solid #888;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #555;
}

@media all and (min-width: 48em) {
  .textarea {
    width: 100%;
    max-width: 470px;
  }
}

.textarea::-webkit-input-placeholder {
  color: #AAA;
}

.textarea:-ms-input-placeholder {
  color: #AAA;
}

.textarea::placeholder {
  color: #AAA;
}

.validation_message,
.validation_error {
  /*margin: -10px auto 0 0;*/
  margin: -10px auto 0 0;
  /* add*/
  padding: 0;
  max-width: 470px;
  width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #E20000;
  text-align: left;
}

.gfield_checkbox li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  min-height: 40px;
  width: 100%;
  max-width: 470px;
  cursor: pointer;
}

@media all and (min-width: 30em) {
  .gfield_checkbox li {
    margin: 0;
    height: 20px;
  }
}

.gfield_checkbox li input[type="checkbox"] + label {
  display: inline-block;
}

.gfield_checkbox li label {
  padding-left: 10px;
  max-width: 100%;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  text-transform: initial;
}

.gform_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 20px 0 40px;
  width: 100%;
}

@media all and (min-width: 75em) {
  .gform_footer {
    max-width: 470px;
  }
}

.gform_button {
  width: 100%;
  height: 50px;
  background: #7AC5CA;
  border: none;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  transition: all .5s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

@media all and (min-width: 48em) {
  .gform_button {
    width: 170px;
  }
}

.gform_button:hover, .gform_button:focus {
  background: #B48D4A;
}

.ms-parent.gfield_select, .ginput_container_date select.ms-parent {
  display: block;
  padding: 0;
}

@media all and (min-width: 48em) {
  .ms-parent.gfield_select.medium, .ginput_container_date select.ms-parent.medium {
    max-width: 470px;
  }
}

.ms-parent.gfield_select .ms-choice, .ginput_container_date select.ms-parent .ms-choice {
  position: relative;
  min-height: 40px;
  padding: 10px;
  border: 0;
  box-shadow: 0 0 0 transparent;
}

.ms-parent.gfield_select .ms-choice::after, .ginput_container_date select.ms-parent .ms-choice::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: auto;
  max-height: 42px;
  background: #FFF url("./images/arrow-down.svg") center center no-repeat scroll;
  background-size: 40%;
  border-left: none;
  pointer-events: none;
  cursor: pointer;
  content: " ";
}

.ms-parent.gfield_select .ms-choice > span, .ginput_container_date select.ms-parent .ms-choice > span {
  position: static;
  padding: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  color: #000;
}

.ms-parent.gfield_select .ms-drop, .ginput_container_date select.ms-parent .ms-drop {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  border: 1px solid #888;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}

.ms-parent.gfield_select .ms-drop ul, .ginput_container_date select.ms-parent .ms-drop ul {
  padding: 15px 10px;
}

.ms-parent.gfield_select .ms-drop li, .ginput_container_date select.ms-parent .ms-drop li {
  margin-top: 10px;
  margin-bottom: 0;
}

.ms-parent.gfield_select .ms-drop li:first-child, .ginput_container_date select.ms-parent .ms-drop li:first-child {
  margin-top: 0;
}

.ms-parent.gfield_select .ms-drop label, .ginput_container_date select.ms-parent .ms-drop label {
  margin: 0;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 100%;
  color: #000;
}

.ms-parent.gfield_select .ms-drop input[type='checkbox']:checked, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:checked, .ms-parent.gfield_select .ms-drop input[type='checkbox']:not(:checked), .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:not(:checked) {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ms-parent.gfield_select .ms-drop input[type='checkbox']:checked + span, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:checked + span, .ms-parent.gfield_select .ms-drop input[type='checkbox']:not(:checked) + span, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:not(:checked) + span {
  position: relative;
  padding-left: 20px;
}

.ms-parent.gfield_select .ms-drop input[type='checkbox']:checked + span:after, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:checked + span:after, .ms-parent.gfield_select .ms-drop input[type='checkbox']:not(:checked) + span:after, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:not(:checked) + span:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("./images/btn-off.svg") center no-repeat;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}

.ms-parent.gfield_select .ms-drop input[type='checkbox']:checked + span:after, .ginput_container_date select.ms-parent .ms-drop input[type='checkbox']:checked + span:after {
  background-image: url("./images/btn-on.svg");
}

.container, .mod-tips .bloc .tips-more-infos .tips-more-infos-container,
.mod-tips .bloc .tips-poster .desc-poster,
.mod-tips .bloc .tips-numbers,
.story-inspiration .story-recettes .recettes-container,
.container-narrow,
.cta,
.mod-tips .tips-intro-container,
.bloc-quote__container {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}


.container-narrow,
.cta,
.mod-tips .tips-intro-container,
.bloc-quote__container {
  max-width: 910px;
}

.container-fluid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cta__btn {
  display: inline-block;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF !important;
  text-decoration: none !important;
  transition: background-color .3s;
  background-color: #7AC5CA;
  padding: 20px 25px;
}

.cta__btn:hover {
  background-color: #B48D4A;
}

/* Blocs
   ========================================================================== */
/* Slider Steps
   ========================================================================== */
.slider-steps {
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: rgba(24, 24, 24, 0.8);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.slider-steps p {
  font-size: inherit;
  line-height: inherit;
}

.slider-steps a {
  color: #bb9966;
  text-decoration: underline;
}

.slider-steps__body {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.slider-steps__text {
  max-width: 425px;
}

.slider-steps__text p:last-child {
  margin-bottom: 0 !important;
}

.slider-steps__step {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #f2f0ec;
  font-weight: 900;
  font-size: 55px;
  line-height: 100px;
  text-transform: uppercase;
}

.slider-steps__text,
.slider-steps__title,
.slider-steps__columns {
  position: relative;
  z-index: 1;
}

.slider-steps__title {
  position: relative;
  z-index: 2;
  color: #181818;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: playfair_displaybold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34.01px;
  letter-spacing: 1.36px;
}

.slider-steps .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.slider-steps .slick-dots,
.slider-steps .slick-dots li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100px;
  -ms-flex: none;
      flex: none;
  list-style: none;
}

.slider-steps .slick-dots li {
  position: relative;
  text-align: center;
  display: inline-block;
  color: rgba(24, 24, 24, 0.5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  transition: color .3s;
  cursor: pointer;
  width: 70px;
}

.slick-dots .slider-steps__stepnumber {
  color: rgba(180, 141, 74, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-align: center;
  transition: color .3s;
}

.slider-steps .slick-dots li::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 29px;
  height: 1px;
  left: 50%;
  background-color: #B48D4A;
}

.slider-steps .slick-dots li:last-child::before {
  display: none;
}

.slick-dots .slider-steps__stepname {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}

.slick-dots .slider-steps__stepnumber::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #B48D4A;
  transform: rotate(45deg);
  margin: 13px auto;
  transition: transform .3s;
}

.slider-steps .slick-dots .slick-active,
.slider-steps .slick-dots li:hover {
  color: #181818;
}

.slider-steps .slick-dots .slick-active .slider-steps__stepnumber::after,
.slider-steps .slick-dots li:hover .slider-steps__stepnumber::after {
  transform: rotate(45deg) scale(1.6);
}

.slider-steps .slick-dots .slick-active .slider-steps__stepnumber,
.slider-steps .slick-dots li:hover .slider-steps__stepnumber {
  color: #B48D4A;
}

.slider-steps__images {
  text-align: center;
  margin-top: 30px;
}

.slider-steps__image {
  max-height: 300px;
  width: auto !important;
  margin: 0 auto;
}

.slider-steps__column img {
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 25px;
}

.slider-steps__columns {
  margin-top: 50px;
}

.slider-steps__column-title {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.33px;
  margin-bottom: 15px;
}

.slider-steps__column-text {
  opacity: 0.75;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.56px;
}

.slider-steps__column-text p:last-child {
  margin-bottom: 0 !important;
}

@media all and (min-width: 940px) {
  .slider-steps__container {
    position: relative;
  }
  .slider-steps__slider {
    width: 100%;
    -ms-flex: none;
        flex: none;
  }
  .slider-steps__body {
    min-height: 500px;
  }
  .slider-steps__images {
    margin-top: 0;
    width: calc(100% - 700px);
    position: absolute;
    top: 150px;
    right: 0;
  }
}

@media all and (min-width: 48em) {
  .slick-dots .slider-steps__stepname {
    font-size: 16px;
  }
  .slider-steps__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .slider-steps__item {
    overflow: hidden;
  }
  .slider-steps__image {
    max-height: 500px;
  }
  .slider-steps .slick-dots li {
    width: 100px;
  }
  .slider-steps__body {
    width: 700px;
    margin-top: 140px;
    padding-left: 50px;
    overflow: visible;
  }
  .slider-steps__step {
    display: block;
    font-size: 120px;
    max-height: 200px;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .slider-steps__title {
    padding-bottom: 60px;
  }
  .slider-steps__columns {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-steps__column {
    margin-right: 40px;
    width: 33.33%;
  }
}

.bloc-imagetext {
  font-size: 14px;
}

.bloc-imagetext__title {
  position: relative;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #000;
}

.bloc-imagetext h2 {
  color: inherit;
  line-height: inherit;
  margin: 0;
  font: inherit;
}

.bloc-imagetext__number {
  -ms-flex: none;
      flex: none;
  margin-right: 0.5em;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #B48D4A;
  color: #B48D4A;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 600;
  line-height: 35px;
  font-size: 25px;
  border-radius: 20px;
  text-align: center;
}

.bloc-imagetext__title img {
  height: 40px;
  width: auto;
  margin-right: 1em;
}

.bloc-imagetext__body .description-content {
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  .bloc-imagetext__body {
    padding-left: 65px;
    margin-right: 35px;
  }
  .is-inversed .bloc-imagetext__body {
    padding-left: 0;
    padding-right: 65px;
    margin-right: 0;
    margin-left: 35px;
  }
}

@media screen and (min-width: 48em) {
  .bloc-imagetext .container, .bloc-imagetext .mod-tips .bloc .tips-more-infos .tips-more-infos-container, .mod-tips .bloc .tips-more-infos .bloc-imagetext .tips-more-infos-container,
  .bloc-imagetext .mod-tips .bloc .tips-poster .desc-poster, .mod-tips .bloc .tips-poster .bloc-imagetext .desc-poster,
  .bloc-imagetext .mod-tips .bloc .tips-numbers, .mod-tips .bloc .bloc-imagetext .tips-numbers,
  .bloc-imagetext .story-inspiration .story-recettes .recettes-container, .story-inspiration .story-recettes .bloc-imagetext .recettes-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .is-inversed .bloc-imagetext__body {
    -ms-flex-order: 2;
        order: 2;
  }
  .bloc-imagetext__body {
    width: 325px;
    margin-right: 35px;
    -ms-flex: none;
        flex: none;
  }
  .bloc-imagetext__image {
    width: 100%;
  }
}

.bloc-interview {
  font-size: 14px;
}

.bloc-interview__body p,
.bloc-interview__body ul {
  margin-bottom: 1em;
}

.bloc-interview__body strong {
  font-weight: 500;
  margin-bottom: 5px;
  color: #B48D4A;
}

.bloc-interview__bio {
  text-align: center;
  padding: 0 30px;
}

.bloc-interview__bio strong {
  font-weight: 500;
}

.bloc-interview__bio img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 135px;
  height: auto;
  border: 1px solid #B48D4A;
  border-radius: 135px;
}

.bloc-interview__body ul,
.bloc-interview__body li {
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Work Sans", Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bloc-interview__body li {
  padding-left: 17px;
  margin-bottom: .5em;
}

.bloc-interview__body li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #B48D4A;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
}

@media screen and (min-width: 48em) {
  .bloc-interview {
    display: -ms-flexbox;
    display: flex;
  }
  .bloc-interview__body {
    width: 65%;
    -ms-flex: none;
        flex: none;
    padding: 0 60px;
    border-left: solid 1px #B48D4A;
  }
  .bloc-interview__bio {
    width: 35%;
  }
  .is-inversed .bloc-interview__body {
    -ms-flex-order: -1;
        order: -1;
    padding-left: 0;
    padding-right: 90px;
    border-left: none;
    border-right: solid 1px #B48D4A;
  }
}

/*# sourceMappingURL=styles.css.map*/