@charset "UTF-8";
/* Theme Name:   Theme by TMKL.CH
 * Theme URI:    https://concept-clinic.ch
 * Description:  Thème officiel de Concept-Clinic
 * Author:       TMKL.CH
 * Author URI:   https://tmkl.ch
 * Template:     twentytwentyone
 * Version:      1.0.0
 * */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Main colors
 * * ============================================================== */
/* Links colors
 * * ============================================================== */
/* Greys
 * * ============================================================== */
/* Text color
 * * ============================================================== */
/* All mixins for Concept Clinic
 * * ============================================================== */  
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}  
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeInRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spacingIntro {
  0% {
    opacity: 0;
    letter-spacing: 2rem;
    -webkit-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    opacity: 1;
    letter-spacing: 0rem;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes spacingIntro {
  0% {
    opacity: 0;
    letter-spacing: 2rem;
    -webkit-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    opacity: 1;
    letter-spacing: 0rem;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes boxTriptIntro {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes boxTriptIntro {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0%;
  }
}
@-webkit-keyframes openHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes openHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes upNdown {
  0% {
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}
@keyframes upNdown {
  0% {
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}
@-webkit-keyframes roundScaling {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes roundScaling {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@-webkit-keyframes fullbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fullbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes opacityFlashing {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes opacityFlashing {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes maskBtoT {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes maskBtoT {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes subMenuAnim {
  0% {
    opacity: 0;
    padding: 70px 0 0 0;
  }
  100% {
    opacity: 1;
    padding: 30px 0 0 0;
  }
}
@keyframes subMenuAnim {
  0% {
    opacity: 0;
    padding: 70px 0 0 0;
  }
  100% {
    opacity: 1;
    padding: 30px 0 0 0;
  }
}
@-webkit-keyframes arrowSubMenuAnim {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@keyframes arrowSubMenuAnim {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* GENERAL SETTINGS ----------------------------------------------------------- */
body, html {
  overflow: hidden;
}

html {
  font-size: calc(15px + 0.390625vw);
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  -webkit-perspective: 1px;
  perspective: 1px;
}
main.hidden {
  display: none;
}
main > section:first-of-type {
  padding-top: 250px;
}
main > section:last-of-type {
  padding-bottom: 250px;
}
main p, main ul li {
  font-size: 1rem;
  line-height: 1.8rem;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
}

a, a:visited {
  text-decoration: none;
  color: #B29B83;
}
a br, a:visited br {
  display: none;
}
a:hover, a:visited:hover {
  color: #B29B83;
}

section {
  padding: 125px 0;
  position: relative;
}
section header, section article {
  margin-bottom: 75px;
  padding: 0 5%;
}
section header.ctr-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

img, video {
  vertical-align: top;
}

/* CUSTOM CLASS STYLE ----------------------------------------------------------- */
.gold {
  color: #B29B83;
}

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

.ul-reset {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a.no-style {
  color: initial;
  padding: 0px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 300;
}
a.no-style:hover, a.no-style:hover * {
  color: initial;
}

.auto-scroll-slider.fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.auto-scroll-slider.bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.auto-scroll-slider .content-to-scroll {
  padding: 0px;
  margin: 0px;
}
.auto-scroll-slider .content-to-scroll .overhidden {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.two-columns p {
  margin-top: 0px;
}

.anim-img-intro {
  width: 100%;
}
.anim-img-intro .wipe {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-animation: fullbar 1.3s forwards;
  animation: fullbar 1.3s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0, 1);
}
.anim-img-intro img {
  width: auto;
  height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-animation: zoomOut 2s forwards;
  animation: zoomOut 2s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
}

.anim-img {
  width: 100%;
}
.anim-img .wipe {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
}
.anim-img.is-inview .wipe {
  width: 100%;
}
.anim-img.is-inview img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.anim-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.3, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0, 0, 1);
}

.txt-anim {
  opacity: 0;
}

.txt-anim.is-intro .mask > span {
  -webkit-animation: maskBtoT 1.3s forwards;
  animation: maskBtoT 1.3s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}

.txt-anim.is-intro .mask:nth-child(1n) > span {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.txt-anim.is-intro .mask:nth-child(2n) > span {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.txt-anim.is-intro .mask:nth-child(3n) > span {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.txt-anim.is-intro .mask:nth-child(4n) > span {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.txt-anim.is-intro .mask:nth-child(5n) > span {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.txt-anim.is-intro .mask:nth-child(6n) > span {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.txt-anim.is-intro .mask:nth-child(7n) > span {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

.txt-anim.is-intro .mask:nth-child(8n) > span {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.txt-anim.is-intro .mask:nth-child(9n) > span {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.txt-anim.is-intro .mask:nth-child(10n) > span {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

.txt-anim.is-inview .mask > span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.mask {
  display: block;
  overflow: hidden;
  margin-top: -5px;
}
.mask > span {
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  -o-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}

.txt-anim.is-inview .mask:nth-child(1n) > span {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.txt-anim.is-inview .mask:nth-child(2n) > span {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.txt-anim.is-inview .mask:nth-child(3n) > span {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.txt-anim.is-inview .mask:nth-child(4n) > span {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.txt-anim.is-inview .mask:nth-child(5n) > span {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.txt-anim.is-inview .mask:nth-child(6n) > span {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.txt-anim.is-inview .mask:nth-child(7n) > span {
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.txt-anim.is-inview .mask:nth-child(8n) > span {
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.txt-anim.is-inview .mask:nth-child(9n) > span {
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.txt-anim.is-inview .mask:nth-child(10n) > span {
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.children-fade-in > *:not(.txt-anim) {
  opacity: 0;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}

.children-fade-in > *:nth-child(1) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.children-fade-in > *:nth-child(2) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.children-fade-in > *:nth-child(3) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.children-fade-in > *:nth-child(4) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.children-fade-in > *:nth-child(5) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.children-fade-in > *:nth-child(6) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.children-fade-in > *:nth-child(7) {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.children-fade-in > *:nth-child(8) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.children-fade-in > *:nth-child(9) {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.children-fade-in > *:nth-child(10) {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

/* LOCOMOTIVE -------------------------------------------------------- */  
.c-scrollbar {
  z-index: 999;
}

/* TITLES ----------------------------------------------------------- */
/* reset */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

h2:not(.small), .h2, h3:not(.small-title), .h3, h4:not(.small-title), .h4, h5:not(.small-title), h6:not(.small-title) {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

h1:not(.h2), h2.small, .small-title {
  color: #B29B83;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
}
h1:not(.h2)[data-scroll], h2.small[data-scroll], .small-title[data-scroll] {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
h1:not(.h2)[data-scroll].is-inview, h2.small[data-scroll].is-inview, .small-title[data-scroll].is-inview {
  opacity: 1;
}

h2, .h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
  text-transform: none;
  margin: 20px 0 60px;
}
h2.txt-anim, .h2.txt-anim {
  line-height: 3.9rem;
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-transform: none;
  margin: 20px 0 40px;
}
h3.txt-anim, .h3.txt-anim {
  line-height: 3.3rem;
}
h3.small, .h3.small {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: none;
}

h4, .h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: none;
}

h5, h6 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: none;
}

/* AJAX LOADER ----------------------------------------------------------- */
#ajax-loader {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #F0F0F0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  opacity: 0;
}
#ajax-loader.active {
  display: block;
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
}
#ajax-loader.active #logo-anim {
  -webkit-animation: blink 2s 2s infinite;
  animation: blink 2s 2s infinite;
}
#ajax-loader.closed {
  height: 0%;
  opacity: 1;
}
#ajax-loader #logo-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}

/* before-after-widget ----------------------------------------------------------- */
section.before-after-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
section.before-after-item .wave-top {
  position: absolute;
  top: 200px;
  z-index: -2;
}
section.before-after-item .wave-bottom {
  position: absolute;
  bottom: 200px;
  z-index: -2;
}
section.before-after-item:nth-child(odd) .wave-top {
  width: 100%;
  height: 20vw;
  pointer-events: none;
}
section.before-after-item:nth-child(odd) .wave-top:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
section.before-after-item:nth-child(odd) .wave-top:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.before-after-item:nth-child(odd) .wave-bottom {
  width: 100%;
  height: 20vw;
  pointer-events: none;
}
section.before-after-item:nth-child(odd) .wave-bottom:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
section.before-after-item:nth-child(odd) .wave-bottom:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.before-after-item:nth-child(even) .wave-top {
  width: 100%;
  height: 20vw;
  background-color: #F7F7F7;
  pointer-events: none;
}
section.before-after-item:nth-child(even) .wave-top:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
section.before-after-item:nth-child(even) .wave-top:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.before-after-item:nth-child(even) .wave-bottom {
  width: 100%;
  height: 0px;
  pointer-events: none;
}
section.before-after-item:nth-child(even) .wave-bottom:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
section.before-after-item:nth-child(even) .wave-bottom:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.before-after-item header {
  width: 800px;
  padding-right: 2.5%;
}
section.before-after-item header h2 {
  color: #292929;
}

article.beafter-cards-slider {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0px;
}
article.beafter-cards-slider .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
  margin-top: 0.5rem;
}
article.beafter-cards-slider .dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #292929;
  margin: 0 3px;
  -webkit-transition: 0.2s ease-out border;
  -o-transition: 0.2s ease-out border;
  transition: 0.2s ease-out border;
  cursor: pointer;
}
article.beafter-cards-slider .dots .dot.active {
  border: 4px solid #292929;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.beafter-cards {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.beafter-cards .card {
  width: calc(50% - 0.5rem);
  height: 0%;
  padding-top: 66.666%;
  position: relative;
  margin: 0.5rem 0;
  overflow: hidden;
  border-radius: 5px;
}
.beafter-cards .card .small-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.beafter-cards .card:nth-child(odd) {
  margin-right: 1rem;
}
.beafter-cards .card ul.cards-slider {
  top: 0px;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  -webkit-transition: 0.3s ease-out transform;
  -o-transition: 0.3s ease-out transform;
  transition: 0.3s ease-out transform;
}
.beafter-cards .card ul.cards-slider li {
  display: inline-block;
  background-color: #364773;
}
.beafter-cards .card ul.cards-slider li img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
}

ul.beafter-legends {
  width: 40%;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.beafter-legends li {
  display: none;
}
ul.beafter-legends li:before {
  content: "";
  display: block;
  width: 39px;
  height: 30px;
  margin-bottom: 30px;
  background: url(assets/img/quotation-mark.svg) no-repeat top left;
  background-size: 100% auto;
}
ul.beafter-legends li.active {
  display: block;
  -webkit-animation: fadeInRightLeft 0.3s ease-out forwards;
  animation: fadeInRightLeft 0.3s ease-out forwards;
}

nav.beafter-nav {
  position: absolute;
  padding: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.beafter-nav button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff url(assets/img/grey-arrows.svg) no-repeat top left;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  background-size: 200% auto;
  -webkit-transition: 0.2s ease-out transform;
  -o-transition: 0.2s ease-out transform;
  transition: 0.2s ease-out transform;
}
nav.beafter-nav button.disable {
  display: none;
}
nav.beafter-nav button.prev {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav.beafter-nav button.prev:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}
nav.beafter-nav button.next {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  background-position: right top;
  right: 0px;
}
nav.beafter-nav button.next:hover {
  -webkit-transform: translateX(50%) scale(1.1);
  -ms-transform: translateX(50%) scale(1.1);
  transform: translateX(50%) scale(1.1);
}

p.beafter-excerpt {
  width: 35%;
}

/* long content (dr schlaudraff and single news) ----------------------------------------------------------- */
.long-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  text-align: justify;
}
.long-content > *:not(figure) {
  padding-right: 300px;
}
.long-content ul {
  margin-bottom: 2rem;
}
.long-content li {
  margin-bottom: 0.8rem;
}
.long-content h2, .long-content h3, .long-content h4, .long-content h5, .long-content h6, .long-content li {
  text-align: left;
}
.long-content figure {
  margin: 0px 0px 50px;
  width: auto !important;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.long-content figure img {
  width: calc(100% - 300px);
}
.long-content figure figcaption {
  padding-left: 30px;
  font-size: 0.8rem;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  font-weight: 700;
  line-height: 1.2rem;
  color: #5E5851;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.long-content figure figcaption:before {
  content: "";
  display: block;
  width: 39px;
  height: 30px;
  margin-bottom: 30px;
  background: url(assets/img/quotation-mark.svg) no-repeat top left;
  background-size: 100% auto;
}

@media screen and (max-width: 1536px), (max-height: 864px) {
  /* GENERAL SETTINGS ----------------------------------------------------------- */
  main p, main ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  /* CUSTOM CLASS STYLE ----------------------------------------------------------- */
  /* LOCOMOTIVE -------------------------------------------------------- */  
  /* TITLES ----------------------------------------------------------- */
  h1:not(.h2), h2.small, .small-title {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }

  h2, .h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin: 20px 0 40px;
  }
  h2.txt-anim, .h2.txt-anim {
    line-height: 3.2rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  h3.small, .h3.small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  h3.txt-anim, .h3.txt-anim {
    line-height: 2.3rem;
  }

  /* AJAX LOADER ----------------------------------------------------------- */
  /* before-after-widget ----------------------------------------------------------- */
  /* long content (dr schlaudraff and single news) ----------------------------------------------------------- */
}
/* HEADER ----------------------------------------------------------- */
#masthead {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 998;
}
#masthead.active:before {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#masthead:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#masthead a#logo {
  padding: 20px;
}

/* LOGO ----------------------------------------------------------- */
.site-branding {
  width: 398px;
  height: 53px;
  overflow: hidden;
}
.site-branding svg #dr-schlaudraff-bottom {
  display: none;
}

/* NAV ----------------------------------------------------------- */
.toggle-menu {
  display: none;
  padding: 22px 30px 22px 15px;
  background: none;
}
.toggle-menu.active span.line {
  opacity: 0;
}
.toggle-menu.active .lines:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.toggle-menu.active .lines:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.toggle-menu .lines {
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
}
.toggle-menu .lines span.line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #211E19;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle-menu .lines:before {
  content: "";
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #211E19;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.toggle-menu .lines:after {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #211E19;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.sub-menu-toggle {
  display: none;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

ul#primary-menu-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul#primary-menu-list > li {
  position: relative;
}
ul#primary-menu-list > li.menu-item-has-children:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 70px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
  left: 50%;
  background-color: #f5f5f5;
  display: none;
}
ul#primary-menu-list > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul#primary-menu-list > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url(assets/img/submenu-icon.svg) no-repeat top left;
}
ul#primary-menu-list > li > a {
  display: block;
  padding: 0px 10px;
}
ul#primary-menu-list > li.current_page_ancestor > a {
  color: #B29B83 !important;
}
ul#primary-menu-list li {
  display: inline-block;
  line-height: 20px;
}
ul#primary-menu-list li:not(.cta) a, ul#primary-menu-list li:not(.cta) a:visited {
  color: #1D1C19;
}
ul#primary-menu-list li:not(.cta) a:hover, ul#primary-menu-list li:not(.cta) a:visited:hover {
  color: #B29B83;
}
ul#primary-menu-list li.cta {
  margin-left: 15px;
}
ul#primary-menu-list li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
}
ul#primary-menu-list li.current-menu-item > a {
  color: #B29B83 !important;
  font-weight: 700 !important;
}
ul#primary-menu-list li.current-menu-item.cta a {
  background-color: #B29B83;
  color: #fff !important;
}
ul#primary-menu-list .sub-menu.sub-menu-depth-1 li {
  display: block;
}
ul#primary-menu-list .sub-menu.sub-menu-depth-1 li a {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  display: block;
}
ul#primary-menu-list .sub-menu-depth-2 {
  padding: 10px 0px 10px 20px;
}
ul#primary-menu-list .sub-menu-depth-2 > li a {
  padding: 0px 0px 10px !important;
}
ul#primary-menu-list > li > .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 30px 0 0;
  border-radius: 15px;
}
ul#primary-menu-list > li > .sub-menu:after {
  position: absolute;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: calc( 100% - 30px );
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(whitesmoke));
  background: -o-linear-gradient(bottom, white 0%, whitesmoke 100%);
  background: linear-gradient(0deg, white 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
  -webkit-box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 15px;
}
ul#primary-menu-list > li > .sub-menu span.info-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
ul#primary-menu-list > li > .sub-menu > li {
  padding: 20px 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  min-width: 220px;
}
ul#primary-menu-list > li > .sub-menu > li a {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0;
}
ul#primary-menu-list > li > .sub-menu > li.menu-item-has-children > a {
  padding: 0px;
  letter-spacing: 0px;
}
ul#primary-menu-list > li > .sub-menu > li:last-of-type {
  border-right: none;
}
ul#primary-menu-list > li > .sub-menu > li > .sub-menu {
  padding: 10px 0px 0px;
}
ul#primary-menu-list > li.menu-item-has-children:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: subMenuAnim 0.6s forwards;
  animation: subMenuAnim 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
ul#primary-menu-list > li.menu-item-has-children:hover:before {
  display: block;
  opacity: 0;
  -webkit-animation: arrowSubMenuAnim 0.6s forwards;
  animation: arrowSubMenuAnim 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}

.cta.phone {
  width: 49.5px;
  height: 49.5px;
  background: #B29B83 url(assets/img/phone-cta.svg) no-repeat center;
  background-size: 40%;
  border-radius: 25px;
  margin-left: 10px;
}
.cta.phone:hover {
  background-color: #B29B83;
}

#menu-item-389, #menu-item-388 {
  display: none !important;
}

@media screen and (max-width: 1536px) {
  /* HEADER ----------------------------------------------------------- */
  /* LOGO ----------------------------------------------------------- */
  /* NAV ----------------------------------------------------------- */
  ul#primary-menu-list > li > a {
    padding: 0px 5px;
    letter-spacing: 0px;
  }
  ul#primary-menu-list li.cta {
    margin-left: 10px;
  }
  ul#primary-menu-list li.cta a {
    padding: 10px 18px !important;
  }
}
@media screen and (max-width: 1280px) {
  /* HEADER ----------------------------------------------------------- */
  /* LOGO ----------------------------------------------------------- */
  .site-branding {
    width: 128px;
    height: 68px;
  }
  .site-branding svg #dr-schlaudraff-bottom {
    display: block;
  }
  .site-branding svg #dr-schlaudraff-right, .site-branding svg #hr {
    display: none;
  }

  /* NAV ----------------------------------------------------------- */
  ul#primary-menu-list > li > .sub-menu {
    position: fixed;
    max-width: calc( 100% - 30px );
  }
}
@media screen and (max-width: 1140px) {
  /* HEADER ----------------------------------------------------------- */
  /* LOGO ----------------------------------------------------------- */
  /* NAV ----------------------------------------------------------- */
  ul#primary-menu-list > li > .sub-menu {
    width: 100%;
  }
  ul#primary-menu-list > li > .sub-menu > li {
    min-width: auto;
  }
}
@media screen and (max-width: 1000px) {
  /* HEADER ----------------------------------------------------------- */
  /* LOGO ----------------------------------------------------------- */
  /* NAV ----------------------------------------------------------- */
  #site-navigation {
    display: none;
  }

  .toggle-menu {
    display: block;
  }
}
/* Columns settings
 * * ============================================================== */
/* FOOTER ----------------------------------------------------------- */
footer#colophon {
  padding: 0 5% 20px;
  position: relative;
}
footer#colophon a {
  color: #211E19;
}
footer#colophon a:hover {
  color: #B29B83;
}

#contact-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1700px;
}

.shape {
  position: absolute;
  left: 0px;
  top: 250px;
  width: 100%;
  height: 33vh;
  background-color: #f7f7f7;
  pointer-events: none;
  z-index: -1;
}
.shape:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7f7f7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.shape:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7f7f7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-box {
  width: 45%;
}

#contact-info h2 {
  margin-top: 50px;
}

.info-box div {
  margin: 50px 0px;
}
.info-box p {
  margin: 0px;
}
.info-box .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info-box .address:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  margin-top: 4px;
  background: url(assets/img/pin.svg) no-repeat top left;
}
.info-box .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box .schedule:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  background: url(assets/img/schedule.svg) no-repeat top left;
}
.info-box .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box .mail:before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  background: url(assets/img/mail.svg) no-repeat top left;
}
.info-box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box .tel:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  background: url(assets/img/tel.svg) no-repeat top left;
}

/* FORMULAIRE ----------------------------------------------------------- */
#contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 50px;
  max-width: 500px;
  float: right;
}
#contact-form h2 {
  margin-bottom: 40px;
}

label {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: #A0A0A0;
}
label span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input {
  border: 0px;
  border-bottom: 1px solid #A0A0A0;
  width: 100%;
  padding: 8px 0;
  font-size: 1rem;
  outline: none;
  font-weight: 300;
}

input[type=submit] {
  border: 0px;
  background-color: #B29B83;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 18px 25px;
  border-radius: 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover {
  background-color: #211E19;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}
.wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  color: #211E19;
  font-size: 0.8rem;
}
.wpcf7-acceptance label input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

/* COPYRIGHT ----------------------------------------------------------- */
#copyright-box {
  width: 100%;
  margin: 30px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8rem;
}
#copyright-box span {
  display: block;
  width: 100%;
}

#links-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#links-footer .youtube-link a {
  width: 48px;
  height: 48px;
  margin-left: 15px;
  display: block;
  background: url(assets/img/youtube-icon.svg) no-repeat right top;
}
#links-footer .youtube-link a:hover {
  background-position: left top;
}

/* GENERAL BUTTON ----------------------------------------------------------- */
button {
  border: 0px;
  color: #B29B83;
  outline: none;
}

.cta a {
  border: 1px solid #B29B83;
  border-radius: 50px;
  color: #B29B83;
  padding: 12px 20px !important;
}
.cta a:hover {
  background-color: #B29B83;
  color: #fff;
}

.btn-cta {
  padding: 16px 40px 17px;
  border: 1px solid #B29B83;
  border-radius: 30px;
  display: inline-block;
  margin-top: 65px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.85rem;
}
.btn-cta.black {
  border-color: #211E19;
  color: #211E19;
}
.btn-cta.black:hover {
  background-color: #211E19;
}
.btn-cta:hover {
  background-color: #B29B83;
  color: #fff !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.85rem;
  color: #B29B83;
}
.btn:hover:before {
  width: 50px;
}
.btn:before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #B29B83;
  margin-right: 25px;
  -webkit-transition: 0.3s ease-out width;
  -o-transition: 0.3s ease-out width;
  transition: 0.3s ease-out width;
}

.btn-box {
  margin: 40px -10px 0px;
  display: inline-block;
}
.btn-box .btn-cta {
  margin: 0px 10px;
}

/* INTRODUCTION ----------------------------------------------------------- */
#home-introduction {
  height: 100vh;
  padding: 0px;
  margin-bottom: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#home-introduction header {
  max-width: 1280px;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#home-introduction header p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  opacity: 0;
  -webkit-animation: fadeIn 0.7s 0.7s forwards;
  animation: fadeIn 0.7s 0.7s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
#home-introduction header a {
  opacity: 0;
  -webkit-animation: fadeIn 0.7s 1s forwards;
  animation: fadeIn 0.7s 1s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  animation-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
#home-introduction .shape {
  position: absolute;
  top: 70%;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #f7f7f7;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
  transition: 1.5s opacity;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  -o-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
#home-introduction .shape:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7f7f7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#home-introduction .shape.is-inview {
  opacity: 1;
}

#mask-doctor {
  position: absolute;
  bottom: 10vh;
  right: -5%;
  z-index: -1;
  -webkit-mask-image: url(assets/img/mask-dr.svg);
  mask-image: url(assets/img/mask-dr.svg);
}
#mask-doctor .doctor-portrait {
  margin-top: -11px;
  width: 50vw;
  max-width: 1000px;
  height: auto;
}

#doctor-presentation {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#doctor-presentation #dr-quote {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
  padding: 75px 5% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #A0A0A0;
  font-style: italic;
}
#doctor-presentation #dr-quote:after {
  content: "Dr. Kai-Uwe Schlaudraff";
  display: block;
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}

#bottom-intro {
  width: 100%;
  height: auto;
}

/* INTERVENTIONS ----------------------------------------------------------- */
#services-box {
  height: 300vh;
}

.shapes {
  position: absolute;
  width: 100%;
  height: 50vh;
}

.big-shape {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 335vh;
  background-color: #f7f7f7;
  pointer-events: none;
}
.big-shape:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7f7f7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

#shape-surgery-fixed {
  position: absolute;
  z-index: 1;
  top: 120%;
  width: 100%;
  height: 100px;
  background-color: #DED0C0;
  pointer-events: none;
  pointer-events: none;
}
#shape-surgery-fixed:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DED0C0%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#shape-surgery-fixed:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DED0C0%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#cc-interventions {
  padding: 0px;
  position: relative;
}
#cc-interventions header {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
#cc-interventions header.is-inview {
  opacity: 1;
}
#cc-interventions ul {
  padding: 0 20%;
  position: relative;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
#cc-interventions ul li {
  float: left;
  margin-right: 40px;
  opacity: 0.4;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#cc-interventions ul li.prev {
  cursor: w-resize;
}
#cc-interventions ul li.next {
  cursor: e-resize;
}
#cc-interventions ul li.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#cc-interventions ul li.active a.services-content {
  pointer-events: initial;
}
#cc-interventions ul li.active a.services-content h3, #cc-interventions ul li.active a.services-content p, #cc-interventions ul li.active a.services-content a, #cc-interventions ul li.active a.services-content .btn {
  opacity: 1;
  top: 0px;
}
#cc-interventions ul li:last-of-type {
  margin-right: 0px;
}
#cc-interventions ul li a.services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 50vh;
  min-height: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 75px 40% 75px 75px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
#cc-interventions ul li a.services-content:hover .btn {
  color: #B29B83;
}
#cc-interventions ul li a.services-content h3 {
  position: relative;
  top: 30px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  margin-bottom: 30px;
}
#cc-interventions ul li a.services-content p {
  position: relative;
  top: 30px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.6s 0.1s ease-out;
  -o-transition: 0.6s 0.1s ease-out;
  transition: 0.6s 0.1s ease-out;
}
#cc-interventions ul li a.services-content .btn {
  opacity: 0;
  -webkit-transition: 0.6s 0.1s ease-out;
  -o-transition: 0.6s 0.1s ease-out;
  transition: 0.6s 0.1s ease-out;
}
#cc-interventions ul li a.services-content img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: auto;
}

/* MEDIA ----------------------------------------------------------- */
#cc-presses-home {
  padding-top: 500px;
}
#cc-presses-home ul#press-logo-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1400px;
}
#cc-presses-home ul#press-logo-list.is-inview li {
  opacity: 1;
}
#cc-presses-home ul#press-logo-list li {
  width: calc( 20% - 40px );
  height: auto;
  margin: 20px;
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  -o-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
#cc-presses-home ul#press-logo-list li:hover:before {
  opacity: 0;
}
#cc-presses-home ul#press-logo-list li:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.2s ease-out opacity;
  -o-transition: 0.2s ease-out opacity;
  transition: 0.2s ease-out opacity;
  mix-blend-mode: saturation;
  pointer-events: none;
}
#cc-presses-home ul#press-logo-list li img {
  mix-blend-mode: luminosity;
}
#cc-presses-home ul#press-logo-list li img {
  width: 100%;
  height: auto;
}

ul#press-logo-list > li:nth-child(1n) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

ul#press-logo-list > li:nth-child(2n) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

ul#press-logo-list > li:nth-child(3n) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

ul#press-logo-list > li:nth-child(4n) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

ul#press-logo-list > li:nth-child(5n) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

ul#press-logo-list > li:nth-child(6n) {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

ul#press-logo-list > li:nth-child(7n) {
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

ul#press-logo-list > li:nth-child(8n) {
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

ul#press-logo-list > li:nth-child(9n) {
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

ul#press-logo-list > li:nth-child(10n) {
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

/* NEWS ----------------------------------------------------------- */
.shape-news {
  width: 100%;
  height: 500px;
  background-color: #F7F7F7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.shape-news:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.shape-02-news {
  width: 100%;
  height: 150px;
  background-color: #D3BEA8;
  pointer-events: none;
  position: absolute;
  margin-top: -50px;
  z-index: -1;
}
.shape-02-news:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23D3BEA8%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shape-03-news {
  width: 100%;
  height: 340px;
  background-color: #DED0C0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}
.shape-03-news:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DED0C0%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#last-news header h3 {
  max-width: 800px;
  width: 100%;
}

#home-news-feed {
  background-color: #fff;
}

.home-news-item {
  padding: 0px;
  margin-bottom: 0px;
}
.home-news-item .news-header {
  background-color: black;
  min-height: 500px;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home-news-item .news-header > * {
  color: #fff;
}
.home-news-item .news-title {
  padding: 50px;
}
.home-news-item h4 {
  margin-top: 1.4rem;
}
.home-news-item .event-info {
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
}
.home-news-item ul.term-post-list li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  border-left: 2px solid #211E19;
}
.home-news-item ul.term-post-list li:first-of-type {
  margin-left: 0px;
  padding-left: 0px;
  border-left: none;
}
.home-news-item .news-excerpt {
  padding: 50px;
}

#qtm-item {
  margin: 100px auto 250px;
  text-align: center;
  max-width: 1080px;
}
#qtm-item h3 {
  color: initial;
}

#memberships {
  padding-top: 0px;
}

/* MEMBERSHIPS ----------------------------------------------------------- */
.membership-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  -o-transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
  transition-timing-function: cubic-bezier(0.3, 0, 0, 0.9);
}
.membership-list.is-inview {
  opacity: 1;
}
.membership-list li {
  margin: 0 15px;
}
.membership-list li#logo-id-153 img {
  width: 210px;
}
.membership-list li a {
  position: relative;
  height: 100%;
  display: block;
}
.membership-list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  mix-blend-mode: saturation;
  opacity: 1;
  pointer-events: none;
}
.membership-list li a:hover .membership-role {
  opacity: 1;
  margin-top: 30px;
}
.membership-list li a:hover:before {
  opacity: 0;
}
.membership-list li img {
  width: 170px;
  max-height: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.membership-list li .membership-role {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1rem;
  top: 100%;
  margin-top: 50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #F0F0F0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #211E19;
  z-index: 1;
}
.membership-list li .membership-role:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: #F0F0F0;
  z-index: -1;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media screen and (min-width: 1920px) and (min-height: 1280px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  #mask-doctor {
    right: 0%;
    bottom: 15vh;
  }
}
@media screen and (max-height: 1280px) and (min-width: 1650px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  #mask-doctor {
    right: 0%;
  }
  #mask-doctor .doctor-portrait {
    max-width: 800px;
  }
}
@media screen and (max-width: 1650px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  #mask-doctor .doctor-portrait {
    width: 45vw;
  }

  /* INTERVENTIONS ----------------------------------------------------------- */
  /* MEDIA ----------------------------------------------------------- */
  /* NEWS ----------------------------------------------------------- */
  /* MEMBERSHIPS ----------------------------------------------------------- */
  .membership-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 960px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .membership-list li {
    margin: 30px 15px;
  }
}
@media screen and (max-width: 1536px), (max-height: 864px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  #doctor-presentation #dr-quote {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  #home-introduction header {
    max-width: 960px;
  }
  #home-introduction header p {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  /* INTERVENTIONS ----------------------------------------------------------- */
  #services-box {
    padding-top: 50px;
  }
  #services-box header {
    margin-bottom: 30px;
  }
  #services-box header p.h3 {
    max-width: 800px;
    margin: 0 auto;
  }

  #cc-interventions ul li a.services-content {
    padding: 40px 35% 40px 40px;
    min-height: 40vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cc-interventions ul li a.services-content p {
    font-size: 0.8rem;
  }

  .big-shape {
    height: 350vh;
  }

  /* MEDIA ----------------------------------------------------------- */
  /* NEWS ----------------------------------------------------------- */
  .home-news-item .news-header {
    min-height: 375px;
  }

  /* MEMBERSHIPS ----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  #home-introduction header p {
    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit;
  }

  /* INTERVENTIONS ----------------------------------------------------------- */
  /* MEDIA ----------------------------------------------------------- */
  /* NEWS ----------------------------------------------------------- */
  /* MEMBERSHIPS ----------------------------------------------------------- */
}
@media screen and (max-width: 0px) {
  /* INTRODUCTION ----------------------------------------------------------- */
  /* INTERVENTIONS ----------------------------------------------------------- */
  /* MEDIA ----------------------------------------------------------- */
  /* NEWS ----------------------------------------------------------- */
  /* MEMBERSHIPS ----------------------------------------------------------- */
}
main > section.intro-tript {
  height: 115vh;
  padding-top: 0px;
  padding-bottom: 20vh;
  position: relative;
}
main > section.intro-tript .shape-top {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 60vh;
  pointer-events: none;
}
main > section.intro-tript .shape-top:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23DBDBDB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
main > section.intro-tript .shape-top:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23DBDBDB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
main > section.intro-tript .shape-bottom {
  position: absolute;
  top: 100%;
  z-index: -1;
  width: 100%;
  height: 10vh;
  pointer-events: none;
}
main > section.intro-tript .shape-bottom:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23DBDBDB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
main > section.intro-tript .shape-bottom:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23DBDBDB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
main > section.intro-tript article {
  height: 100%;
  margin: 0px;
  position: relative;
}
main > section.intro-tript .img-box-tript {
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50vh;
  -webkit-animation: boxTriptIntro 0.6s 0.6s forwards;
  animation: boxTriptIntro 0.6s 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0.66, 0.3, 0.99);
  animation-timing-function: cubic-bezier(0, 0.66, 0.3, 0.99);
}
main > section.intro-tript .img-box-tript .img-tript {
  width: 22vw;
  max-width: 390px;
  height: 0%;
  margin: 0 10px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-animation: openHeight 0.8s 0.6s forwards;
  animation: openHeight 0.8s 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0.66, 0.3, 0.99);
  animation-timing-function: cubic-bezier(0, 0.66, 0.3, 0.99);
}
main > section.intro-tript .img-box-tript .img-tript.middle-img {
  -webkit-transform: translateY(calc(-100% + 10vh ));
  -ms-transform: translateY(calc(-100% + 10vh ));
  transform: translateY(calc(-100% + 10vh ));
}
main > section.intro-tript .img-box-tript .img-tript img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main > section.intro-tript .box-tript {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 50vh;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 0;
}
main > section.intro-tript .title-tript {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.5);
  -ms-transform: translateX(-50%) scale(1.5);
  transform: translateX(-50%) scale(1.5);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 2rem;
  text-transform: uppercase;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  opacity: 0;
  -webkit-animation: spacingIntro 1s 0.6s forwards;
  animation: spacingIntro 1s 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0.66, 0.51, 0.99);
  animation-timing-function: cubic-bezier(0, 0.66, 0.51, 0.99);
}
main > section.intro-tript .title-tript.smaller {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.scroller-invit {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.scroller-invit .arrow-down {
  display: block;
  width: 18px;
  height: 10px;
  position: absolute;
  margin-top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: -5px;
  background: url(assets/img/arrow-down.svg) no-repeat top left;
  -webkit-animation: upNdown 1s linear infinite;
  animation: upNdown 1s linear infinite;
}
.scroller-invit .arrow-down:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #211E19;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-animation: roundScaling 3s ease-out infinite;
  animation: roundScaling 3s ease-out infinite;
}
.scroller-invit .box-line {
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 40vh;
}
.scroller-invit .box-line .line {
  display: block;
  height: 0%;
  width: 100%;
  background-color: #211E19;
}

#context {
  max-width: 1100px;
  margin: 0 auto;
}
#context.is-inview .the_context {
  opacity: 1;
  top: 0px;
}
#context .the_context {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.66, 0.51, 0.99);
  animation-timing-function: cubic-bezier(0, 0.66, 0.51, 0.99);
}
#context .the_context p {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

#nav-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav-children header {
  width: 30%;
}
#nav-children header h1 {
  color: #211E19;
  font-size: 2.5rem;
  line-height: 3rem;
}
#nav-children article {
  width: 100%;
  padding-left: 0px;
}

#children-navigation ul.sub-child-pages {
  margin-top: 30px;
}
#children-navigation > ul {
  margin: -15px;
  display: inline-block;
  height: 70vh;
  min-height: 700px;
  width: 100%;
}
#children-navigation > ul.is-inview > li {
  opacity: 1;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
#children-navigation > ul > * {
  margin: 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
#children-navigation > ul > *:hover .child-excerpt {
  top: 0%;
  height: 100%;
}
#children-navigation > ul > *:hover .child-excerpt h2 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#children-navigation > ul > * .child-excerpt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#children-navigation > ul > * .child-excerpt a {
  color: #211E19;
}
#children-navigation > ul > * .child-excerpt a:before {
  background-color: #211E19;
}
#children-navigation > ul > * .child-excerpt h2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0px;
  padding: 30px;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#children-navigation > ul > * .child-excerpt div {
  padding: 0 30px 30px;
  margin: 0px;
}
#children-navigation > ul > * .child-excerpt div p {
  font-size: 0.85rem;
  line-height: 1.3rem;
  margin: 0px;
}
#children-navigation > ul.one-child > * {
  height: 100%;
  background-color: #EBDBCA;
}
#children-navigation > ul.two-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#children-navigation > ul.two-child > *:nth-child(1) {
  width: 50%;
  background-color: #EBDBCA;
}
#children-navigation > ul.two-child > *:nth-child(2) {
  width: 50%;
  background-color: #C4B8A9;
}
#children-navigation > ul.three-child > *:nth-child(1) {
  float: left;
  width: calc(50% - 30px);
  height: 100%;
  background-color: #EBDBCA;
}
#children-navigation > ul.three-child > *:nth-child(2) {
  float: right;
  width: calc(50% - 30px);
  height: calc(50% - 15px);
  background-color: #DECFBF;
}
#children-navigation > ul.three-child > *:nth-child(3) {
  float: right;
  width: calc(50% - 30px);
  height: calc(50% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.four-child > *:nth-child(1) {
  float: left;
  width: calc(33.333% - 30px);
  height: 100%;
  background-color: #EBDBCA;
}
#children-navigation > ul.four-child > *:nth-child(2) {
  float: right;
  width: calc(66.666% - 30px);
  height: calc(50% - 15px);
  background-color: #DECFBF;
}
#children-navigation > ul.four-child > *:nth-child(3) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.four-child > *:nth-child(4) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #918679;
}
#children-navigation > ul.five-child > *:nth-child(1) {
  float: left;
  width: calc(33.333% - 30px);
  height: 100%;
  background-color: #EBDBCA;
}
#children-navigation > ul.five-child > *:nth-child(2) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #DECFBF;
}
#children-navigation > ul.five-child > *:nth-child(3) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #918679;
}
#children-navigation > ul.five-child > *:nth-child(4) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.five-child > *:nth-child(5) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(50% - 15px);
  background-color: #5E5851;
}
#children-navigation > ul.five-child > *:nth-child(5):hover * {
  color: #C4B8A9;
}
#children-navigation > ul.five-child > *:nth-child(5) > * {
  color: #C4B8A9;
}
#children-navigation > ul.six-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#children-navigation > ul.six-child > * {
  width: calc(33.333% - 30px);
}
#children-navigation > ul.six-child > *:nth-child(1) {
  background-color: #EBDBCA;
}
#children-navigation > ul.six-child > *:nth-child(2) {
  background-color: #DECFBF;
}
#children-navigation > ul.six-child > *:nth-child(3) {
  background-color: #918679;
}
#children-navigation > ul.six-child > *:nth-child(4) {
  background-color: #EBDBCA;
}
#children-navigation > ul.six-child > *:nth-child(5) {
  background-color: #C4B8A9;
}
#children-navigation > ul.six-child > *:nth-child(6) {
  background-color: #5E5851;
}
#children-navigation > ul.six-child > *:nth-child(6):hover * {
  color: #C4B8A9;
}
#children-navigation > ul.six-child > *:nth-child(6) > * {
  color: #C4B8A9;
}
#children-navigation > ul.seven-child > *:nth-child(1) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(66.65%);
  background-color: #EBDBCA;
}
#children-navigation > ul.seven-child > *:nth-child(2) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(33.333% - 15px);
  background-color: #DECFBF;
}
#children-navigation > ul.seven-child > *:nth-child(3) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(33.333% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.seven-child > *:nth-child(4) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(33.333% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.seven-child > *:nth-child(5) {
  float: left;
  width: calc(33.333% - 30px);
  height: calc(33.333% - 15px);
  background-color: #918679;
}
#children-navigation > ul.seven-child > *:nth-child(6) {
  float: left;
  width: calc(50% - 30px);
  height: calc(33.333% - 15px);
  background-color: #C4B8A9;
}
#children-navigation > ul.seven-child > *:nth-child(7) {
  float: right;
  width: calc(50% - 30px);
  height: calc(33.333% - 15px);
  background-color: #5E5851;
}
#children-navigation > ul.seven-child > *:nth-child(7):hover * {
  color: #C4B8A9;
}
#children-navigation > ul.seven-child > *:nth-child(7) > * {
  color: #C4B8A9;
}

#children-navigation > ul > li:nth-child(1n) {
  -webkit-transition-delay: 125ms;
  -o-transition-delay: 125ms;
  transition-delay: 125ms;
}

#children-navigation > ul > li:nth-child(2n) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

#children-navigation > ul > li:nth-child(3n) {
  -webkit-transition-delay: 375ms;
  -o-transition-delay: 375ms;
  transition-delay: 375ms;
}

#children-navigation > ul > li:nth-child(4n) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

#children-navigation > ul > li:nth-child(5n) {
  -webkit-transition-delay: 625ms;
  -o-transition-delay: 625ms;
  transition-delay: 625ms;
}

#children-navigation > ul > li:nth-child(6n) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

#children-navigation > ul > li:nth-child(7n) {
  -webkit-transition-delay: 875ms;
  -o-transition-delay: 875ms;
  transition-delay: 875ms;
}

#children-navigation > ul > li:nth-child(8n) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

#children-navigation > ul > li:nth-child(9n) {
  -webkit-transition-delay: 1125ms;
  -o-transition-delay: 1125ms;
  transition-delay: 1125ms;
}

#children-navigation > ul > li:nth-child(10n) {
  -webkit-transition-delay: 1250ms;
  -o-transition-delay: 1250ms;
  transition-delay: 1250ms;
}

/* INTRODUCTION ----------------------------------------------------------- */
.intervention-intro {
  height: calc( 100vh - 375px);
}
.intervention-intro article {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.intervention-intro article .intro-content {
  width: 100%;
  max-width: 1100px;
}
.intervention-intro article .intro-content.two-columns-txt {
  max-width: none;
}
.intervention-intro article .intro-content.two-columns-txt #intro-description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.intervention-intro article .intro-content.two-columns-txt #intro-description p {
  margin-top: 0px;
}
.intervention-intro article .intro-thumbnail {
  height: 100%;
  margin-left: 4rem;
  width: auto;
}
.intervention-intro article .intro-thumbnail img {
  height: 100%;
  min-height: 600px;
  max-height: 70vh;
  width: auto;
  border-radius: 5px;
}
.intervention-intro .wave {
  position: absolute;
  top: 50vh;
  z-index: -2;
  width: 100%;
  height: 30vh;
  background-color: #FBFBFB;
  pointer-events: none;
}
.intervention-intro .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FBFBFB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.intervention-intro .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FBFBFB%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Consultation and recovery ----------------------------------------------------------- */
#consultation-and-recovery .wave {
  position: absolute;
  top: -1px;
  z-index: -2;
  width: 100%;
  height: 72vh;
  background-color: #F7F7F7;
  pointer-events: none;
}
#consultation-and-recovery .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#consultation-and-recovery .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compartment-ul .compartment-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0.3;
  -webkit-transition: 0.2s ease-out color;
  -o-transition: 0.2s ease-out color;
  transition: 0.2s ease-out color;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.compartment-ul .compartment-btn > * {
  margin: 0px;
}
.compartment-ul .compartment-btn.active {
  opacity: 1;
}
.compartment-ul .compartment-btn:last-of-type:after {
  display: none;
}
.compartment-ul .compartment-btn:after {
  content: "";
  display: block;
  margin: 0 30px;
  height: auto;
  width: 2px;
  background-color: #000;
}

.compartment-content {
  margin-bottom: 0px;
  max-width: 1400px;
}
.compartment-content > * {
  display: none;
}
.compartment-content > *.active {
  display: block;
  -webkit-animation: fadeInBottomTop 0.4s ease-out forwards;
  animation: fadeInBottomTop 0.4s ease-out forwards;
}

/* Additionnal contents ----------------------------------------------------------- */
.additionnal-item {
  margin-bottom: 150px;
  position: relative;
}
.additionnal-item .wave {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: -3;
}
.additionnal-item:nth-child(odd) .wave {
  width: 100%;
  height: 50vh;
  pointer-events: none;
}
.additionnal-item:nth-child(odd) .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23EFEFEF%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.additionnal-item:nth-child(odd) .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23EFEFEF%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.additionnal-item:nth-child(even) .wave {
  width: 100%;
  height: 30vh;
  pointer-events: none;
}
.additionnal-item:nth-child(even) .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23EFEFEF%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.additionnal-item:nth-child(even) .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23EFEFEF%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.additionnal-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.additionnal-item .item-content {
  width: 100%;
  max-width: 960px;
}
.additionnal-item.double-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.additionnal-item.double-content .item-content {
  width: calc( 60% - 2rem );
}
.additionnal-item.double-content .item-image {
  width: calc( 40% - 2rem );
}
.additionnal-item.double-content .item-image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* Alternatives links ----------------------------------------------------------- */
#alternative-links-box .wave {
  position: absolute;
  top: 100px;
  z-index: -1;
  width: 100%;
  height: 250px;
  background-color: #EBDBCA;
  pointer-events: none;
}
#alternative-links-box .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#alternative-links-box .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#alternative-links-box .wave-bottom {
  position: absolute;
  top: 250px;
  z-index: -2;
  width: 100%;
  height: 500px;
  background-color: #DECFBF;
  pointer-events: none;
}
#alternative-links-box .wave-bottom:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DECFBF%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.alternatives-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alternatives-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alternatives-slider .alternative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.alternatives-slider .alternative-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  border-radius: 15px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-out transform;
  -o-transition: 0.2s ease-out transform;
  transition: 0.2s ease-out transform;
  width: 100%;
}
.alternatives-slider .alternative-item a:before {
  content: "";
  display: block;
  background: url(assets/img/blank.svg) no-repeat top left;
  width: 30px;
  height: 30px;
  padding-bottom: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.alternatives-slider .alternative-item a:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.alternatives-slider .alternative-item h3 {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 2rem;
  width: 100%;
}
.alternatives-slider .owl-stage-outer {
  overflow: initial;
}

body.page-template-page-news {
  background-color: #F0F0F0;
}
body.page-template-page-news .owl-carousel .owl-item img {
  height: auto;
}

#news-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0px;
}
#news-intro header {
  padding-right: 2rem;
}
#news-intro > * {
  width: 50%;
}

#reels {
  padding-left: 2rem;
  text-align: right;
}
#reels h3.small-title {
  display: block;
  color: #fff;
  position: absolute;
  padding: 16px 20px;
  margin: 0px;
  z-index: 1;
}
#reels #last-reel {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
#reels #last-reel:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  display: block;
  background: url(assets/img/enlarge.svg) no-repeat top left;
  background-size: 100%;
}
#reels #last-reel:hover .gradient {
  opacity: 0;
}
#reels #last-reel video {
  width: 100%;
  height: auto;
}
#reels #last-reel .gradient {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(40%, rgba(0, 0, 0, 0.1965379902)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1965379902) 40%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1965379902) 40%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  top: 0px;
  left: 0px;
}

#reels-lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 999;
  color: #fff;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-out forwards;
  animation: fadeIn 0.3s ease-out forwards;
}
#reels-lightbox .owl-carousel .owl-stage-outer, #reels-lightbox .owl-carousel .owl-stage, #reels-lightbox .owl-carousel .owl-item {
  height: 100%;
}
#reels-lightbox.close {
  -webkit-animation: fadeOut 0.3s ease-out forwards !important;
  animation: fadeOut 0.3s ease-out forwards !important;
}
#reels-lightbox .await {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(assets/img/loader.svg) no-repeat top left;
  background-size: 100%;
  -webkit-animation: rotate360 1500ms linear infinite;
  animation: rotate360 1500ms linear infinite;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#reels-lightbox #lightbox-header {
  width: 100%;
  height: 20vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
#reels-lightbox #lightbox-header #lightbox-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reels-lightbox #lightbox-header #reels-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 5%;
  text-align: center;
}
#reels-lightbox #lightbox-header #reels-header > * {
  margin: 0px;
}
#reels-lightbox #lightbox-header #progress-bar {
  width: calc( 100% - 68px );
  height: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #292929;
  border-radius: 2px;
}
#reels-lightbox #lightbox-header #progress-bar #bar {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background-color: #fff;
}
#reels-lightbox #lightbox-header .close-lightbox {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  background: url(assets/img/close-lightbox.svg) no-repeat top left;
  background-size: 200% 100%;
}
#reels-lightbox #lightbox-header .close-lightbox:hover {
  background-position: top right;
}
#reels-lightbox #reels-box {
  width: 100%;
  height: 80vh;
}
#reels-lightbox #reels-box ul#reels-slider {
  height: 100%;
}
#reels-lightbox #reels-box ul#reels-slider li {
  width: 70vw;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reels-lightbox #reels-box ul#reels-slider li:hover video::-webkit-media-controls {
  visibility: visible;
}
#reels-lightbox #reels-box ul#reels-slider li video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
#reels-lightbox #reels-box ul#reels-slider li video::-webkit-media-controls {
  visibility: hidden;
}
#reels-lightbox #reels-box ul#reels-slider li video::-webkit-media-controls-fullscreen-button {
  display: none;
}
#reels-lightbox #reels-box ul#reels-slider li .reel-description {
  position: absolute;
  height: 20vh;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#reels-lightbox #reels-box ul#reels-slider li .reel-description > * {
  margin: 0px;
}
#reels-lightbox #reels-box ul#reels-slider .owl-item {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.2;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#reels-lightbox #reels-box ul#reels-slider .owl-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: saturation;
  position: absolute;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
#reels-lightbox #reels-box ul#reels-slider .owl-item.active.center {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#reels-lightbox #reels-box ul#reels-slider .owl-item.active.center:before {
  opacity: 0;
}
#reels-lightbox #reels-box ul#reels-slider p {
  text-align: center;
}
#reels-lightbox #reels-box .small-title {
  margin-bottom: 0px;
}
#reels-lightbox #reels-box .h4 {
  margin: 0px;
}
#reels-lightbox #reels-box .reel-title {
  font-weight: 700;
  margin-bottom: 0px;
}
#reels-lightbox #reels-box .reel-excerpt {
  margin-top: 0px;
}

#reels-slider.owl-carousel {
  position: initial;
}
#reels-slider.owl-carousel .owl-carousel {
  position: initial;
}
#reels-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#reels-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 7.5vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#reels-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 7.5vw;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#reels-slider.owl-carousel .owl-nav .owl-next span {
  background-position: top right;
}

.owl-carousel .owl-nav button {
  opacity: 1;
  -webkit-transition: 0.2s ease-out opacity;
  -o-transition: 0.2s ease-out opacity;
  transition: 0.2s ease-out opacity;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}
.owl-carousel .owl-nav button:hover span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.owl-carousel .owl-nav button span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #292929 url(assets/img/reels-arrows.svg) no-repeat top left;
  background-size: 200% 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-out transform;
  -o-transition: 0.2s ease-out transform;
  transition: 0.2s ease-out transform;
}
.owl-carousel .owl-nav .owl-next span {
  background-position: top right;
}

/* NEWS SLIDER ----------------------------------------------------------- */
.posts-slider header {
  margin-bottom: 30px;
}
.posts-slider header h3 {
  margin-top: 0px;
}
.posts-slider .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.news-ajax-btn {
  background-color: #B29B83;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  color: #5E5851;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  width: 100vw;
  height: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-ajax-btn:after {
  content: "";
  display: block;
  width: 70px;
  height: 28px;
  background: url(assets/img/arrow-next-posts.svg) no-repeat top left;
  position: absolute;
  margin: 30px;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s ease-out left;
  -o-transition: 0.2s ease-out left;
  transition: 0.2s ease-out left;
}
.news-ajax-btn span.btn-txt {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.news-ajax-btn:hover {
  color: #211E19;
}
.news-ajax-btn:hover:after {
  left: 30px;
}

.posts-news-items {
  opacity: 1;
}
.posts-news-items.await {
  opacity: 0.6;
  -webkit-animation: opacityFlashing 0.7s linear infinite;
  animation: opacityFlashing 0.7s linear infinite;
  cursor: progress;
}
.posts-news-items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-news-items .owl-nav {
  width: 90%;
  margin: 25px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-news-item {
  background-color: #fff;
  height: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-news-item > * {
  width: 100%;
}
.post-news-item .btn:before {
  content: none;
}
.post-news-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.post-news-item.term-id-6 {
  background: #DECFBF;
}
.post-news-item.term-id-6 .news-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.post-news-item.term-id-6 .news-excerpt .small-title {
  color: #5E5851;
}
.post-news-item.term-id-6 .news-excerpt h4 {
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #5E5851;
}
.post-news-item.term-id-6 .news-excerpt h4:before {
  content: "";
  display: block;
  width: 65px;
  height: 50px;
  margin-bottom: 30px;
  background: url(assets/img/quotation-mark.svg) no-repeat top left;
  background-size: 100% auto;
}
.post-news-item.term-id-6 .news-excerpt a {
  color: #5E5851;
}
.post-news-item.term-id-5 {
  background: #B29B83;
  min-height: 40vh;
  height: 100%;
}
.post-news-item.term-id-5 h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.post-news-item.term-id-5 .small-title {
  color: #fff;
  letter-spacing: 0px;
}
.post-news-item.term-id-5 .btn {
  color: #fff;
}
.post-news-item .event-date {
  text-align: right;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.post-news-item .event-date .day {
  font-size: 1.6rem;
  line-height: 1rem;
}
.post-news-item .event-date .month-year {
  margin-bottom: 30px;
}
.post-news-item.term-id-3 .news-thumbnail {
  width: 100%;
  height: auto;
}
.post-news-item.term-id-3 img {
  height: auto;
}

.two-rows-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two-rows-posts .term-id-6 .news-excerpt h4 {
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.two-rows-posts .term-id-6 .news-excerpt h4:before {
  width: 39px;
  height: 30px;
  margin-bottom: 20px;
}
.two-rows-posts .post-news-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.two-rows-posts .post-news-item:nth-child(2) {
  margin-top: 30px;
}
.two-rows-posts .post-news-item .news-thumbnail {
  height: auto;
  min-width: 300px;
}

.news-thumbnail {
  width: 100%;
  height: auto;
}

.attachment-news-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-excerpt {
  padding: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-excerpt > * {
  width: 100%;
}
.news-excerpt .small-title {
  margin-bottom: 10px;
  display: block;
  color: #A0A0A0;
}
.news-excerpt .post-date {
  font-weight: 300;
}
.news-excerpt h4 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 20px;
}
.news-excerpt p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

/* INTRODUCTION ----------------------------------------------------------- */
#beafter-intro {
  text-align: center;
}
#beafter-intro header {
  max-width: 960px;
  margin: 0px auto;
}

.dots-slider {
  position: fixed;
  right: 10px;
  top: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dots-slider .dot {
  width: calc( 0% + 34px );
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.dots-slider .dot.active .term-link {
  color: #000;
}
.dots-slider .dot.active .term-link .mark {
  background-color: #000;
}
.dots-slider .dot:hover {
  width: 100%;
}
.dots-slider .dot:hover .term-link {
  color: #000;
}
.dots-slider .dot:hover .term-link .mark {
  background-color: #000;
}
.dots-slider .term-link {
  float: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 15px;
  color: #A0A0A0;
}
.dots-slider .term-link .mark {
  display: block;
  width: 4px;
  height: 25px;
  border-radius: 2px;
  margin: 3px 15px;
  background-color: #A0A0A0;
}

/* INTRODUCTION ----------------------------------------------------------- */
#clinic-intro header {
  margin: 0px;
}
#clinic-intro header .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 60vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#clinic-intro header .content-left #img-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
#clinic-intro header .content-left #content-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#clinic-intro header .content-left #content-intro img {
  height: 100%;
  width: auto;
  margin: 0 40px;
}
#clinic-intro header .content-left #content-intro p {
  margin: 0px;
}
#clinic-intro header h1 {
  width: 100%;
}

#clinic-small-insert {
  padding: 75px 0;
  margin: 125px 0;
}
#clinic-small-insert .wave {
  position: absolute;
  z-index: -2;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  pointer-events: none;
}
#clinic-small-insert .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#clinic-small-insert .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#clinic-small-insert article {
  margin: 0px auto;
  max-width: 960px;
  text-align: center;
}

/* Operation room ----------------------------------------------------------- */
#operation-room article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#operation-room article .content {
  width: 45%;
}
#operation-room article .img {
  width: 55%;
  margin-left: 5rem;
}
#operation-room article img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}

/* After intervention ----------------------------------------------------------- */
#after-intervention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#after-intervention article {
  margin: 0px;
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#after-intervention article > div {
  height: 50vh;
  min-height: 500px;
}
#after-intervention .wave-top {
  position: absolute;
  z-index: -1;
  top: 40%;
  width: 100%;
  height: 40vh;
  background-color: #EBDBCA;
  pointer-events: none;
}
#after-intervention .wave-top:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#after-intervention .wave-top:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#after-intervention .wave {
  position: absolute;
  bottom: 10%;
  z-index: 3;
  width: 100%;
  height: 25vh;
  background-color: #F7F7F7;
  pointer-events: none;
}
#after-intervention .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#after-intervention .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1245.33 267.15C765.67 323.34 311.36 200.93 0 0V360H1920v-40.23c-168.47-53.66-391.34-85.81-674.67-52.62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#after-intervention header {
  padding: 3%;
  background: #fff;
  border-radius: 15px;
  max-width: 1080px;
  width: 50%;
  margin: -100px 10% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
#after-intervention header h2 {
  margin-top: 0px;
}
#after-intervention img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Team ----------------------------------------------------------- */
#team {
  position: relative;
  z-index: 4;
}
#team header {
  text-align: center;
}
#team .wave {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 300px;
  pointer-events: none;
}
#team .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#team .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1920 360V152.33c-68.13 32.92-174.81 78.94-304.08 115.87-150.42 42.98-298.98 64.77-441.57 64.77-82.09 0-163.05-7.32-240.63-21.75-85.26-15.86-168.58-40.72-247.65-73.89C419.82 125.64 195.34 48.32 0 1.02V360H1920Z'/%3E%3Cpath class='cls-2' d='M1174.36 331.98c-156.25 0-322.31-26.11-487.89-95.57C426.86 127.51 201.65 48.8 0 0V1.02C195.34 48.32 419.82 125.64 686.08 237.33c79.07 33.17 162.39 58.03 247.65 73.89 77.58 14.43 158.54 21.75 240.63 21.75 142.58 0 291.15-21.79 441.57-64.77 129.26-36.93 235.95-82.95 304.08-115.87v-1.11c-147.38 71.28-425.83 180.76-745.64 180.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#team .wave-02 {
  position: absolute;
  z-index: -2;
  top: 50%;
  width: 100%;
  height: 150px;
  pointer-events: none;
}
#team .wave-02:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#team .wave-02:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bfill:%23e5e5e5%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1381.33 277.45c-56.62 0-112.37-4.55-165.69-13.53-45.6-7.68-90.79-18.84-134.32-33.17-89.11-29.34-161.48-69.96-231.47-109.24-56.22-31.55-109.32-61.36-167.87-83.68C616.11 12.7 553.52 1 485.02 1c-4 0-8.07 .04-12.12 .12-101.97 2.1-202.68 22.54-299.33 60.77C112.66 85.98 54.29 116.79 0 153.47v206.53H1920V162.52c-100.99 40.09-199.71 70.06-293.5 89.1-84.44 17.14-166.93 25.83-245.18 25.83Z'/%3E%3Cpath class='cls-2' d='M1381.33 276.45c-121.24 0-220.25-20.5-299.69-46.66C850.44 153.66 729.67 .21 485.51 0h-1.41c-3.71 0-7.44 .04-11.21 .12C241.33 4.88 73.23 102.84 0 152.24v1.23C54.29 116.79 112.66 85.98 173.57 61.89 270.23 23.66 370.94 3.22 472.9 1.12c4.05-.08 8.12-.12 12.12-.12 68.49 0 131.08 11.7 196.97 36.82 58.54 22.32 111.65 52.12 167.87 83.68 69.99 39.28 142.36 79.9 231.47 109.24 43.52 14.33 88.72 25.49 134.32 33.17 53.32 8.98 109.06 13.53 165.69 13.53 78.25 0 160.74-8.69 245.18-25.83 93.79-19.04 192.51-49.01 293.5-89.1v-1.08c-214.71 85.29-392.78 115-538.67 115Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul#team-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  max-width: 1200px;
}
ul#team-lists.is-inview li {
  opacity: 1;
}
ul#team-lists li {
  width: 380px;
  margin: 0 10px 3rem;
  opacity: 0;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
ul#team-lists li h3 {
  margin: 0px 0px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding-right: 20px;
}
ul#team-lists li p {
  font-size: 0.9rem;
  line-height: 1rem;
  padding-right: 20px;
}
ul#team-lists li img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 5px;
}

ul#team-lists li:nth-child(1n) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

ul#team-lists li:nth-child(2n) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul#team-lists li:nth-child(3n) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

ul#team-lists li:nth-child(4n) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

ul#team-lists li:nth-child(5n) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

ul#team-lists li:nth-child(6n) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

ul#team-lists li:nth-child(7n) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

ul#team-lists li:nth-child(8n) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

ul#team-lists li:nth-child(9n) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

ul#team-lists li:nth-child(10n) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

/* Planification ----------------------------------------------------------- */
#planification {
  position: relative;
}
#planification article {
  max-width: 1600px;
}

/* Prices ----------------------------------------------------------- */
#prices .wave {
  position: absolute;
  z-index: -2;
  top: 0px;
  width: 100%;
  height: 300px;
  background-color: #F7F7F7;
  pointer-events: none;
}
#prices .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#prices .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#prices .wave-02 {
  position: absolute;
  z-index: -1;
  top: 100px;
  width: 100%;
  height: 450px;
  background-color: #EBDBCA;
  pointer-events: none;
}
#prices .wave-02:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#prices .wave-02:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Introduction ---------------------------------------------- */
section#doctor-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#doctor-intro header {
  width: 50%;
  padding-right: 0%;
}
section#doctor-intro article {
  width: 50%;
}
section#doctor-intro article #doctor-portrait {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 65vh;
  max-height: 65vh;
}
section#doctor-intro article #doctor-portrait ul.folders-btns {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #C4B8A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#doctor-intro article #doctor-portrait ul.folders-btns li {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section#doctor-intro article #doctor-portrait ul.folders-btns li:first-of-type {
  border-right: 1px solid #5E5851;
}
section#doctor-intro article #doctor-portrait ul.folders-btns li:last-of-type {
  border-left: 1px solid #5E5851;
}
section#doctor-intro article #doctor-portrait ul.folders-btns li a {
  display: block;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #5E5851;
  letter-spacing: 2px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
section#doctor-intro article #doctor-portrait ul.folders-btns li a:hover {
  background-color: #5E5851;
  color: #DECFBF;
}
section#doctor-intro article #doctor-portrait img {
  width: 100%;
  height: auto;
}

/* Mission ---------------------------------------------- */
#mission {
  margin-top: 150px;
  padding: 100px 0px;
}
#mission .wave {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #EBDBCA;
  pointer-events: none;
}
#mission .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#mission .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EBDBCA%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mission article {
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#mission h3 {
  text-align: center;
  color: #5E5851;
  margin: 0px;
}
#mission h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  margin: 0px auto 30px;
  background: url(assets/img/quotation-mark.svg) no-repeat top left;
  background-size: 100% auto;
}

/* Career ---------------------------------------------- */
#career {
  padding-top: 150px;
}
#career img {
  border-radius: 5px;
}
#career header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 150px;
  position: relative;
}
#career header .wave {
  position: absolute;
  top: -25%;
  left: 0px;
  z-index: -2;
  width: 100%;
  height: 75%;
  background-color: #D3BEA8;
  pointer-events: none;
}
#career header .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23D3BEA8%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cpath class='cls-1' d='M1920 360V21.7C1565.22-30.32 1129.81 6.1 714.03 186.62 447.49 302.35 191.43 296.26 0 260.18v99.82s1920 0 1920 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#career header .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23D3BEA8%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_2-2'%3E%3Cpath class='cls-1' d='M1920 360V21.7C1565.22-30.32 1129.81 6.1 714.03 186.62 447.49 302.35 191.43 296.26 0 260.18v99.82s1920 0 1920 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#career header h2 {
  color: #5E5851;
  max-width: 600px;
  margin-bottom: 75px;
}
#career header .career-txt {
  padding-right: 5%;
  max-width: 800px;
}
#career header .career-img {
  width: 30%;
  max-width: 500px;
  height: auto;
  border-radius: 5px;
}

/* Last Devl / innov ---------------------------------------------- */
#last-dev-innov {
  padding-bottom: 125px;
  margin-bottom: 125px;
  position: relative;
}
#last-dev-innov .wave-top {
  position: absolute;
  top: 0%;
  z-index: -2;
  width: 100%;
  height: 50%;
  background-color: #F7F7F7;
  pointer-events: none;
}
#last-dev-innov .wave-top:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#last-dev-innov .wave-top:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23F7F7F7%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M674.34 270.05c-283.01-33.71-505.85-1.34-674.34 52.83v37.12H1920V0c-311.6 203.41-765.99 327.2-1245.66 270.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#last-dev-innov .wave {
  position: absolute;
  top: 10%;
  z-index: -2;
  width: 100%;
  height: 80%;
  background-color: #DED0C0;
  pointer-events: none;
}
#last-dev-innov .wave:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  bottom: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DED0C0%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#last-dev-innov .wave:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.75%;
  position: absolute;
  top: calc(100% - 1px );
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23DED0C0%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M1920 149.49c-215.96 105.18-726.75 298.98-1232.3 86.91C427.41 127.21 201.84 48.5 0 0V360H1920V149.49Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* INTRODUCTION ----------------------------------------------------------- */
#contact-page {
  padding: 200px 5% 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contact-page a {
  color: #211E19;
}
#contact-page a:hover {
  color: #B29B83;
}

#access article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#google-map {
  width: 40%;
  border-radius: 5px;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
}

input#from-address {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #211E19;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.43);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.43);
  border-radius: 10px;
  border: none;
  margin: 0 15px 15px;
  width: calc( 100% - 30px );
  padding: 10px 60px 10px 10px;
  height: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  outline: none;
}

#itinerary-event {
  position: absolute;
  height: 48px;
  width: 48px;
  bottom: 15px;
  margin: 3px;
  right: 15px;
  z-index: 1;
  border-radius: 7px;
  background-color: #EBDBCA;
  color: #5E5851;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0.4;
  cursor: not-allowed;
}
#itinerary-event.ready {
  opacity: 1;
  cursor: pointer;
}
#itinerary-event.ready:hover {
  background-color: #B29B83;
  color: #211E19;
}

#access-type {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
}
#access-type hr {
  width: 30px;
  margin: 12px 0px 20px;
  height: 1px;
  border: none;
  background-color: #A0A0A0;
}

div.access {
  margin-bottom: 75px;
}
div.access:last-of-type {
  margin-bottom: 0px;
}

ul.new-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
ul.new-access > li {
  margin: 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
ul.new-access .type .bus-nmb {
  display: inline-block;
  padding: 2px 20px;
  margin: 0 10px;
  border-radius: 50px;
  color: #fff;
}
ul.new-access .type .bus-nmb:last-of-type {
  margin-right: 0px;
}
ul.new-access p {
  margin-bottom: 0px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 300;
}
ul.new-access .travel-time {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */
