@charset 'UTF-8';
/*
Theme Name: Fertilys
Theme URI: http://www.avenue8.ca
Description: Theme for the website Fertilys
Version: 1.0
Author: AVENUE 8
Theme created by AVENUE 8 (http://www.avenue8.ca).
*/
/* --------------------------------------------------------------
//	Index
--------------------------------------------------------------  */
/* --------------------------------------------------------------
   VARIABLES
--------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i,900');

@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,900');

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
  header .container .wrapper nav ul.menu > li > div.custom-sub > ul.sub-menu > li {
    display: inline-block;
  }
}

@supports (-ms-ime-align: auto) {
    /* Edge */
  header .container .wrapper nav ul.menu > li > div.custom-sub > ul.sub-menu > li {
    display: inline-block;
  }
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
 /* 1 */
  line-height: 1.15;
 /* 2 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
 /* 3 */
  -webkit-text-size-adjust: 100%;
 /* 3 */
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
 /* 1 */
  -webkit-text-decoration-skip: objects;
 /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
 /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
 /* 2 */
  border-bottom: none;
 /* 1 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
 /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
}

/* Forms
========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
 /* 1 */
  margin: 0;
 /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
 /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
 /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */
  color: inherit;
 /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
 /* 2 */
  -webkit-appearance: textfield;
 /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  opacity: .54;
  color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
 /* 2 */
  -webkit-appearance: button;
 /* 1 */
}

/*  --------------------------------------------------
IE Popup
--------------------------------------------------  */
#iecomp-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  clear: both;
  width: 100%;
  height: 100%;
  background: #3e3e3e;
}

#iecomp-modal div.iecomp-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  width: 600px;
  margin: 100px auto 0;
  padding: 25px;
  text-align: center;
  color: #3e3e3e;
  background-color: #fff;
}

#iecomp-modal div.iecomp-lang {
  margin-bottom: 25px;
  text-align: right;
}

#iecomp-modal div.iecomp-lang a {
  font-size: 10px;
  font-weight: bold;
  color: #e5461b;
}

#iecomp-modal span.iecomp-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  display: block;
}

#iecomp-modal span.iecomp-desc {
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

#iecomp-modal span.iecomp-desc span {
  font-weight: bold;
  color: #e5461b;
}

#iecomp-modal span.iecomp-sol {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5461b;
}

#iecomp-modal div.iecomp-links a {
  font-weight: bold;
  display: block;
  float: left;
  width: 110px;
  height: 30px;
  margin: 0 25px;
  padding-top: 5px;
  padding-left: 40px;
  text-align: left;
  text-decoration: underline;
  color: #e5461b;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
}

#iecomp-modal div.iecomp-links a:hover,
#iecomp-modal div.iecomp-links a:active,
#iecomp-modal div.iecomp-links a:focus {
  font-weight: bold;
  text-decoration: underline;
  color: #e5461b;
}

#iecomp-modal div.iecomp-links a.iecomp-chrome-link {
  background-image: url(images/misc/iecomp-chrome-btn.png);
}

#iecomp-modal div.iecomp-links a.iecomp-ie-link {
  background-image: url(images/misc/iecomp-ie-btn.png);
}

#iecomp-modal div.iecomp-links a.iecomp-firefox-link {
  margin-right: 0;
  background-image: url(images/misc/iecomp-firefox-btn.png);
}

/* --------------------------------------------------------------
   BASES
--------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Asap', Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  color: #855b71;
  background: #f3e1d9;
  -webkit-font-smoothing: antialiased;
}

body.prevent-scroll {
  overflow: hidden;
}

body .particles-js {
  position: relative;
}

body:not(.home) .main-container {
  padding-top: 100px;
}

@media (max-width: 767px) {
  body:not(.home) .main-container {
    padding-top: 50px;
  }
}

body:not(.home) .main-container::before {
  position: absolute;
  z-index: -1;
  top: -60px;
  width: 100%;
  height: 90px;
  content: '';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(images/svg/courbe.svg) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 640px) {
  body:not(.home) .main-container::before {
    background-image: none;
  }
}

body .main-container {
  position: relative;
  word-wrap: break-word;
}

body .main-container > section {
  position: relative;
}

body .main-container > section ~ section {
  margin: 100px 0 0 0;
}

body .main-container > section:first-child,
body .main-container > section:nth-child(2) {
  margin: 0;
}

body .main-container > section:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}

body .main-container > section:last-child.banner {
  padding-bottom: 0;
}

body .main-container > section .container {
  position: relative;
  height: 100%;
}

body.page-child .main-container .ratings {
  margin-top: 80px;
  margin-bottom: 100px;
}

body.page-parent .header-post {
  margin-bottom: 50px !important;
}

@media (max-width: 640px) {
  body.page-parent .header-post {
    margin-bottom: 10px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a.logo {
  position: relative;
  float: left;
  width: 126px;
  height: 61px;
  background: url(images/svg/fertilys.svg) center center no-repeat;
  background-size: contain;
}

@media (min-width: 991px) {
  a.logo {
    z-index: 1000;
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (min-width: 1140px) {
  a.logo {
    display: inline-block;
    margin-top: 8px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (min-width: 1280px) {
  a.logo {
    width: 171px;
    height: 82px;
    margin-top: 0;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

a.logo span {
  display: none;
}

.info::after {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 3px 10px;
  content: '';
  cursor: pointer;
  background: url(images/svg/info.svg) center center no-repeat;
  background-size: 20px auto;
}

a.full-link {
  position: static;
}

a.full-link::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

.overall {
  zoom: 1;
  max-width: 1280px;
  margin: auto;
}

.overall:before,
.overall:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

.overall:after {
  clear: both;
}

.container {
  zoom: 1;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1420px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 639px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container:before,
.container:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

.container:after {
  clear: both;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content.first-col-empty {
    padding-left: 130px;
  }
}

.square-info.side {
  width: 100%;
  max-width: 796px;
  padding: 20px;
  text-align: center;
  color: #855b71;
  background-color: #fd8857;
}

@media (min-width: 640px) {
  .square-info.side {
    padding: 50px;
  }
}

@media (min-width: 991px) {
  .square-info.side {
    position: absolute;
    top: 195px;
    right: -100px;
    max-width: 450px;
  }
}

.square-info.side .bloc {
  -webkit-transition: opacity ease-in-out .65s;
  transition: opacity ease-in-out .65s;
  text-align: center;
  opacity: 0;
}

.square-info.side .bloc h2 {
  margin-top: 0;
  color: #633f59;
}

.square-info.side .bloc p {
  color: #633f59;
}

.square-info.side .bloc.active {
  opacity: 1;
}

.square-info.side .bloc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 30px;
  padding: 0;
  list-style: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.square-info.side .bloc ul > li {
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: inline-block;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.square-info.side .bloc ul > li span.nb {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 4.8rem;
  display: block;
  letter-spacing: 0;
}

@media (min-width: 640px) {
  .square-info.side .bloc ul > li span.nb {
    font-size: 4.4rem;
  }
}

.square-info.side .bloc ul > li.sep span {
  display: block;
  height: 100%;
  border-right: 1px solid #855b71;
}

.square-info.side .bloc a {
  font-weight: 600;
  color: #855b71;
}

.square-info.side .bloc a:hover {
  color: #855b71;
}

.square-info.side .bloc p {
  margin: 30px 0;
}

.square-info.side .bloc p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  .imperfect-circle.info-bubble.top {
    padding: 20px 25px;
    background-color: #fff;
  }
}

@media (min-width: 1140px) {
  .imperfect-circle.info-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 315px;
    height: 315px;
    padding: 50px;
    text-align: center;
    background: url(images/svg/circle.svg) center no-repeat;
    background-size: 315px 315px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .imperfect-circle.info-bubble.orange {
    background: url(images/misc/imperfect-circle-content.png) center no-repeat;
  }

  .imperfect-circle.info-bubble.side {
    float: right;
    margin-top: -100px;
    margin-right: -270px;
  }

  .imperfect-circle.info-bubble.top {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.imperfect-circle.info-bubble p {
  color: #855b71;
}

.imperfect-circle.info-bubble p a {
  text-decoration: underline;
  color: #fd6622;
}

.imperfect-circle.info-bubble p a:hover {
  color: #fd6622;
}

#overlay {
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 102, 34, .9);
}

strong {
  font-weight: 600;
}

.text:not(.fees) table:not(.address):not(.schedule) {
  width: 100%;
  border: 1px solid #855b71;
}

.text:not(.fees) table:not(.address):not(.schedule) th {
  vertical-align: middle;
  color: #fff;
  background-color: #855b71;
}

.text:not(.fees) table:not(.address):not(.schedule) td,
.text:not(.fees) table:not(.address):not(.schedule) th {
  text-align: center;
}

.text:not(.fees) table:not(.address):not(.schedule) tr:nth-child(odd) {
  background-color: #c9b0bd;
}

span.circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  height: 80px;
  margin: 50px 0;
  background: url(images/svg/loader.svg) center center no-repeat;
  background-size: contain;
}

hr {
  margin: 20px 0;
  opacity: .3;
  border: none;
  border-bottom: solid 1px #855b71;
}

.alert-message {
  font-size: 1.6rem;
  position: fixed;
  z-index: 2000;
  top: 150px;
  left: 50%;
  width: 90%;
  max-width: 400px;
  padding: 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.alert-message.success {
  background: #00a990;
}

.alert-message.error {
  background: #f44938;
}

.alert-message a {
  color: #fff;
}

.sliding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.sliding.arrow span {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 16px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  letter-spacing: .05em;
  color: #fd6622;
}

@media (min-width: 991px) {
  .sliding.arrow span {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sliding.arrow span::after {
  position: absolute;
  top: 2px;
  right: -50px;
  display: block;
  width: 50px;
  height: 20px;
  content: '';
  background: url(images/svg/arrow-lg-right.svg) center center no-repeat;
  background-size: 44px 9px;
}

.sliding.white span {
  color: #fff;
}

.sliding.white span::after {
  background: url(images/svg/arrow-lg-right-white.svg) center center no-repeat;
}

.sliding.left span {
  float: right;
  padding: 0 0 0 16px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.sliding.left span::after {
  left: -50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
 /* 16:9 */
  background-repeat: no-repeat;
  background-size: cover;
}

.videoWrapper iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-highlight {
  color: #fd6622;
}

.filter-video,
.filter-image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity ease-in-out .6s;
  transition: opacity ease-in-out .6s;
  opacity: .25;
  background-color: #855b71;
}

.filter-video.filter-lower,
.filter-image.filter-lower {
  opacity: .1;
}

.thumbnail {
  width: 100%;
  height: 100%;
}

.thumbnail iframe {
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  opacity: 0;
}

.thumbnail.play-btn {
  cursor: pointer;
}

.thumbnail.play-btn::after,
.thumbnail.play-btn::before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background ease-in-out 1s;
  transition: background ease-in-out 1s;
}

.thumbnail.play-btn::after {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background: url(images/svg/ico-circle.svg) center center no-repeat;
  background-size: 45px;
}

@media (min-width: 640px) {
  .thumbnail.play-btn::after {
    background-size: 90px;
  }
}

.thumbnail.play-btn::before {
  background: url(images/svg/ico-play.svg) center center no-repeat;
  background-size: 15px;
}

@media (min-width: 640px) {
  .thumbnail.play-btn::before {
    background-size: 30px;
  }
}

.thumbnail.play-btn:hover .filter-video {
  opacity: .1;
}

a[href$='.pdf'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a[href$='.pdf']::before {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  content: '';
  background: url(images/svg/ico-pdf.svg) center no-repeat;
  background-size: 25px auto;
}

/* ---------------------------------------------
    AJAX LOADER
-----------------------------------------------*/
/* --------------------------------------------------------------
   TYPOGRAPHY
--------------------------------------------------------------- */
h1,
.h1 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  margin: 20px 0;
  color: #855b71;
}

@media (max-width: 768px) {
  h1,
    .h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media (max-width: 639px) {
  h1,
    .h1 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}

h2,
.h2 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.8rem;
  color: #855b71;
}

@media (max-width: 639px) {
  h2,
    .h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
}

h3.special {
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 639px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin: 20px 0;
  color: inherit;
}

@media (max-width: 639px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #855b71;
}

@media (max-width: 639px) {
  h5 {
    font-size: 1.3rem;
  }
}

h6 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 10px 0;
  color: #855b71;
}

p {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: .025em;
}

@media (max-width: 639px) {
  p {
    font-size: 1.3rem;
    line-height: 21px;
  }
}

p small {
  font-size: 1.2rem;
}

p.after-title {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.6rem;
  max-width: 910px;
  margin-top: 0;
  letter-spacing: normal;
  color: #fd8857;
}

@media (max-width: 768px) {
  p.after-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

@media (max-width: 639px) {
  p.after-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

ul,
ol {
  padding: 0 0 0 18px;
}

ul li,
ol li {
  font-size: 1.6rem;
  line-height: 24px;
  padding: 3px 0;
}

blockquote {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.6rem !important;
  font-weight: 600;
  font-style: italic;
  line-height: 4rem !important;
  margin: 20px 0;
}

@media (max-width: 639px) {
  blockquote {
    font-size: 2rem;
    line-height: 3rem;
  }
}

blockquote > *:first-child:before {
  content: '« ';
}

blockquote > *:first-child:after {
  content: ' »';
}

blockquote > p {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.6rem !important;
  font-weight: 600;
  font-style: italic;
  line-height: 4rem !important;
}

blockquote span.signature {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: right;
}

span.testimonial-text p {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 4rem;
  display: inherit;
}

a {
  position: relative;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  letter-spacing: .025em;
  color: #855b71;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #fd6622;
}

.list-items {
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------
    FORM
-----------------------------------------------*/
form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 640px) {
  form .row {
    margin-bottom: 30px;
  }
}

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

form .row .col {
  font-size: 1.4rem;
  width: 100%;
}

@media (min-width: 640px) {
  form .row .col {
    width: calc(50% - 20px);
  }
}

@media (min-width: 640px) {
  form .row .col:nth-child(1) {
    max-width: 100%;
    margin-right: 20px;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}

@media (min-width: 640px) {
  form .row .col:nth-child(2) {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}

form .row .col-alone {
  font-size: 1.4rem;
  width: 100%;
}

form p.error {
  font-size: 1.4rem;
  margin: 0;
  color: #f44938;
}

input {
  font-family: 'Asap', Arial, sans-serif;
  outline: 0;
}

label {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
}

label small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
  margin: 5px 0 20px;
}

label.optional::after {
  font-size: 1.4rem;
  float: right;
  content: 'Optionnel';
  color: #ccbdc5;
}

label.optional.en::after {
  content: 'Optional';
}

.en label.optional::after {
  content: 'Optional';
}

input[type=file] {
  margin-top: 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 11px;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  color: #855b71;
  border: solid 1px #ccbdc5;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 639px) {
  input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=number] {
    font-size: 1.4rem;
  }
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #855b71;
}

@media (max-width: 639px) {
  input[type=text]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #855b71;
}

@media (max-width: 639px) {
  input[type=text]:-moz-placeholder,
    input[type=email]:-moz-placeholder,
    input[type=password]:-moz-placeholder,
    input[type=tel]:-moz-placeholder,
    input[type=number]:-moz-placeholder {
    font-size: 1.6rem;
  }
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #855b71;
}

@media (max-width: 639px) {
  input[type=text]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=number]::-moz-placeholder {
    font-size: 1.6rem;
  }
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #855b71;
}

@media (max-width: 639px) {
  input[type=text]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder {
    font-size: 1.6rem;
  }
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=number].error {
  border-color: #f44938;
}

.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number] {
  width: 100%;
}
/* CONTACT FORM 7 */
.wpcf7-spinner {
  background-color: #ff9d74;
}

.wpcf7-form-control.wpcf7-radio {
  position: relative;
}

/* Container */
.wpcf7-list-item {
  position: relative;
  display: block;
  margin-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wpcf7-list-item input[type=radio] {
  position: absolute;
  z-index: 9;
  top: .7em;
  left: 1em;
  opacity: 0;
}

.wpcf7-list-item input[type=radio] + span::before {
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
  background-color: white;
}

input[type=radio] + span::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  content: '';
  cursor: pointer;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8);
  text-align: center;
  vertical-align: middle;
  border: solid 1px #845b71;
  border-radius: 50%;
}

input[type=radio]:checked + span::before {
  content: '';
  color: #fff;
  border: solid 1px #845b71;
  background-color: #ff9d74;
}

.no-br br {
  display: none;
}

form.search-form .input-wrapper {
  position: relative;
  display: block;
}

@media (min-width: 640px) {
  form.search-form .input-wrapper {
    display: inline-block;
  }
}

form.search-form .input-wrapper i.icon {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(images/svg/ico-search.svg) no-repeat right 9px center;
  background-size: 14px 14px;
}

form.search-form .input-wrapper i.icon:hover {
  background: url(images/svg/ico-search-orange.svg) no-repeat right 9px center;
  background-size: 14px 14px;
}

input[type=search] {
  font-size: 1.4rem;
  line-height: 1.8rem;
  width: 15px;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  outline: 0;
}

input[type=search].expend {
  width: 200px;
  padding-left: 15px;
  cursor: auto;
  opacity: 1;
  color: #855b71;
  border: solid 2px #ccbdc5;
  border-radius: 25px;
  background-color: #fff;
}

input[type=search]::-ms-clear {
  display: none;
}

.input-dollar {
  position: relative;
}

.input-dollar input[type=number] {
  max-width: 270px;
  padding-right: 30px;
  text-align: end;
}

.input-dollar::before {
  position: absolute;
  top: -3px;
  right: 20px;
  content: '$';
}

select {
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

select,
select:focus {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 55px 12px 20px;
  color: #855b71;
  border: 1px #ccbdc5 solid;
  border-radius: 3px;
  outline: 0;
  background: url(images/svg/arrow-orange.svg) right 20px center no-repeat #fff;
  background-size: 12px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.error,
select:focus.error {
  border-color: #f44938;
}

select.select-round,
select:focus.select-round {
  font-size: 1.4rem;
  font-weight: 700;
  width: auto;
  margin-bottom: 50px;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
}

@media (max-width: 639px) {
  select.select-round,
    select:focus.select-round {
    width: 100% !important;
  }
}

select.select-round option,
select:focus.select-round option {
  word-wrap: break-word;
}

select.select-steps-list,
select:focus.select-steps-list {
  display: block;
}

@media (min-width: 768px) {
  select.select-steps-list,
    select:focus.select-steps-list {
    display: none;
  }
}

select.orange,
select:focus.orange {
  color: #633f59;
  border-color: #f3e1d9;
  background: url(images/svg/arrow-purple.svg) right 20px center no-repeat #ff9d74;
}

select.select-round {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.select-round option {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-transform: none;
  color: blue;
  border-bottom: 1px solid #dacdd4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.select-round option:hover {
  color: red;
}

textarea {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  resize: vertical;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  color: #855b71;
  border: solid 1px #ccbdc5;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 639px) {
  textarea {
    font-size: 1.4rem;
  }
}

textarea.error {
  border-color: #f44938;
}

div.radio,
div.checkboxes {
  zoom: 1;
}

div.radio:before,
div.radio:after,
div.checkboxes:before,
div.checkboxes:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

div.radio:after,
div.checkboxes:after {
  clear: both;
}

div.radio.small label:before,
div.checkboxes.small label:before {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

div.radio.small label:hover::before,
div.checkboxes.small label:hover::before {
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
}

div.radio.small input[type=radio]:checked + label:before,
div.radio.small input[type=checkbox]:checked + label:before,
div.checkboxes.small input[type=radio]:checked + label:before,
div.checkboxes.small input[type=checkbox]:checked + label:before {
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
}

div.radio label,
div.checkboxes label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 40px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

div.radio label:before,
div.checkboxes label:before {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  content: '';
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border: solid 1px #ccbdc5;
  border-radius: 50%;
  background: #fff;
}

div.radio label:hover::before,
div.checkboxes label:hover::before {
  background: #fd6622;
  -webkit-box-shadow: 0 0 0 5px #fff inset;
          box-shadow: 0 0 0 5px #fff inset;
}

div.radio input.error + label:before,
div.checkboxes input.error + label:before {
  border-color: #f44938;
}

div.radio input[type=radio],
div.radio input[type=checkbox],
div.checkboxes input[type=radio],
div.checkboxes input[type=checkbox] {
  display: none;
}

div.radio input[type=radio]:checked + label:before,
div.radio input[type=checkbox]:checked + label:before,
div.checkboxes input[type=radio]:checked + label:before,
div.checkboxes input[type=checkbox]:checked + label:before {
  background: #fd6622;
  -webkit-box-shadow: 0 0 0 5px #fff inset;
          box-shadow: 0 0 0 5px #fff inset;
}

div#filter-category > div {
  margin: 60px auto 95px;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, .8);
}

div#filter-category > div label#label-filter {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 5rem;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 640px) {
  div#filter-category > div label#label-filter {
    float: left;
    cursor: auto;
  }
}

div#filter-category > div label#label-filter.open::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

div#filter-category > div label#label-filter::before {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 0;
  content: '';
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 9px;
  background: url(images/svg/arrow-down-purp.svg) no-repeat #ff9d74 center center;
  background-size: 15px;
}

@media (min-width: 640px) {
  div#filter-category > div label#label-filter::before {
    content: none;
  }
}

div#filter-category > div div#category-container {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .35s ease-out;
  transition: max-height .35s ease-out;
}

@media (min-width: 640px) {
  div#filter-category > div div#category-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  div#filter-category > div div#category-container {
    width: calc(100% - 90px);
  }
}

div#filter-category > div div#category-container.open {
  overflow-y: scroll;
  max-height: 500px;
}

div#filter-category > div div#category-container > div label {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #fd6622;
}

div.input-file label {
  font-size: 1.4rem !important;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fd6622;
  border: 1px solid #ccbdc5;
  border-radius: 25px;
}

div.input-file label:hover {
  color: #855b71;
  border: 1px solid #ff9d74;
  background-color: #ff9d74;
}

div.input-file > span {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
}

div.input-file span.delete {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #fd6622;
}

div.input-file span.delete:hover {
  color: #855b71;
}

div.input-file input {
  display: none;
}

.btn,
input[type=submit] {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  outline: 0;
  -webkit-appearance: none;
}

.btn:focus,
input[type=submit]:focus {
  outline: 0;
}

.btn span,
input[type=submit] span {
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
  opacity: 1;
}

.btn.small,
input[type=submit].small {
  font-size: 1.4rem;
  padding: 10px 15px;
}

.btn.white,
input[type=submit].white {
  color: #855b71;
  border-color: #fff;
  background: #fff;
}

.btn.white.plus,
input[type=submit].white.plus {
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  -webkit-transition: opacity ease-out .3s;
  transition: opacity ease-out .3s;
  text-decoration: none;
  opacity: 1;
  border: 3px solid #fff;
}

.btn.white.plus span,
input[type=submit].white.plus span {
  display: none;
}

.btn.white.plus:before,
input[type=submit].white.plus:before {
  font-size: 4rem;
  position: absolute;
  top: 3px;
  left: 19px;
  width: 19px;
  height: 19px;
  content: '+';
  -webkit-transition: -webkit-transform ease-in-out 1s;
  transition: -webkit-transform ease-in-out 1s;
  transition: transform ease-in-out 1s;
  transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 11px 27px;
      -ms-transform-origin: 11px 27px;
          transform-origin: 11px 27px;
  text-decoration: none;
  color: #fd8857;
}

.btn.white.plus:hover,
input[type=submit].white.plus:hover {
  background: #fcfcfc;
}

.btn.white.plus:hover:before,
input[type=submit].white.plus:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.orange,
input[type=submit].orange {
  color: #633f59;
  border: 0;
  border-color: #f3e1d9;
  background-color: #ff9d74;
}

.btn.orange:hover,
input[type=submit].orange:hover {
  background-color: #ffaf8e;
}

.btn.orange:before,
input[type=submit].orange:before {
  color: red;
}

.btn.btn-loading,
input[type=submit].btn-loading {
  position: relative;
  cursor: progress;
  background-color: #ffc1a7;
}

.btn.btn-loading:after,
input[type=submit].btn-loading:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(images/svg/loader.svg) center center no-repeat;
  background-size: contain;
}

.btn.btn-loading span,
input[type=submit].btn-loading span {
  opacity: 0;
}

.btn.btn-loading:hover,
input[type=submit].btn-loading:hover {
  background-color: #ffc1a7;
}

.btn.arrow.next,
input[type=submit].arrow.next {
  float: right;
}

.btn.arrow.next::before,
input[type=submit].arrow.next::before {
  float: right;
  margin: 0 0 0 15px;
}

.btn.arrow.prev,
input[type=submit].arrow.prev {
  float: left;
}

.btn.arrow.prev.left::before,
input[type=submit].arrow.prev.left::before {
  float: left;
  margin: 0 15px 0 0;
}

.btn.arrow.left::before,
input[type=submit].arrow.left::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.arrow::before,
input[type=submit].arrow::before {
  float: left;
  width: 22px;
  height: 18px;
  margin: 0 15px 0 0;
  content: '';
  background: url(images/svg/arrow-right.svg) no-repeat center center;
  background-size: 25px 9px;
}

.btn.arrow.orange::before,
.btn.arrow.white::before,
input[type=submit].arrow.orange::before,
input[type=submit].arrow.white::before {
  background: url(images/svg/arrow-right-purp.svg) no-repeat center center;
}

.btn.arrow.orange:hover::before,
.btn.arrow.white:hover::before,
input[type=submit].arrow.orange:hover::before,
input[type=submit].arrow.white:hover::before {
  -webkit-animation: fadeinleft 500ms ease-in-out;
          animation: fadeinleft 500ms ease-in-out;
}

.btn.arrow.orange.left:hover::before,
.btn.arrow.white.left:hover::before,
input[type=submit].arrow.orange.left:hover::before,
input[type=submit].arrow.white.left:hover::before {
  -webkit-animation: fadeinright 500ms ease-in-out;
          animation: fadeinright 500ms ease-in-out;
}

select::-ms-expand {
  display: none;
}

.waves-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-transform: scale(0) translate(0, 0);
      -ms-transform: scale(0) translate(0, 0);
          transform: scale(0) translate(0, 0);
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
  background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
  background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, .2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  z-index: 1;
  vertical-align: middle;
  white-space: nowrap;
}

.waves-button-input {
  margin: 0;
  padding: .85em 1.1em;
}

.waves-input-wrapper {
  vertical-align: bottom;
  border-radius: .2em;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.waves-circle {
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  border-radius: 50%;
}

.waves-block {
  display: block;
}

@-webkit-keyframes fadeinleft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fadeinleft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeinright {
  0% {
    -webkit-transform: rotate(180deg) translateX(-100%);
            transform: rotate(180deg) translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(180deg) translateX(0%);
            transform: rotate(180deg) translateX(0%);
    opacity: 1;
  }
}

@keyframes fadeinright {
  0% {
    -webkit-transform: rotate(180deg) translateX(-100%);
            transform: rotate(180deg) translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(180deg) translateX(0%);
            transform: rotate(180deg) translateX(0%);
    opacity: 1;
  }
}

.form__bg-white {
  background-color: #fff !important;
}

.form__careers {
  margin-bottom: 50px;
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .form__careers {
    margin-top: 0 !important;
    margin-bottom: 100px !important;
  }
}

/* --------------------------------------------------------------
   FOOTER
--------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0;
  padding: 20px 0;
  background-color: #fff;
}

footer .container::before {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  width: 100%;
  height: 90px;
  content: '';
  background: url(images/svg/courbe.svg) no-repeat;
  background-size: 100% auto;
}

footer .container .wrapper {
  zoom: 1;
  padding: 30px 0;
}

footer .container .wrapper:before,
footer .container .wrapper:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

footer .container .wrapper:after {
  clear: both;
}

footer .container .wrapper .logo {
  display: none;
}

@media (min-width: 640px) {
  footer .container .wrapper .logo {
    z-index: 10;
    display: block;
  }
}

footer .container .wrapper nav.menu-footer {
  display: none;
  float: left;
  width: calc(100% - 472px);
  padding-left: 150px;
}

@media (min-width: 991px) {
  footer .container .wrapper nav.menu-footer {
    display: inline-block;
  }
}

footer .container .wrapper nav.menu-footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

footer .container .wrapper nav.menu-footer ul.menu > li {
  padding: 0;
}

footer .container .wrapper nav.menu-footer ul.menu > li > a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

footer .container .wrapper nav.menu-footer ul.menu > li.current-menu-item > a {
  color: #fd6622;
}

footer .container .wrapper .widget-social {
  text-align: center;
}

@media (min-width: 640px) {
  footer .container .wrapper .widget-social {
    float: right;
    text-align: left;
  }
}

footer .container p#baseline {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

@media (min-width: 640px) {
  footer .container p#baseline {
    text-align: right;
  }
}

/* HEADER */
header.main-header {
  background-color: #fff;
}

@media (max-width: 768px) {
  header.main-header {
    height: 110px;
  }
}

@media (max-width: 640px) {
  header.main-header {
    height: 88px;
  }
}

header.main-header .container {
  padding: 0 5px;
}

@media (max-width: 1420px) {
  header.main-header .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {
  header.main-header .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 639px) {
  header.main-header .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  header.main-header .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

header.main-header .container .menu-top-wrapper {
  position: relative;
  padding-top: 1px;
}

header.main-header .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.main-header .container ul.top-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 45px;
  border-bottom-left-radius: 10px;
  background-color: #f3e1d9;
}

header.main-header .container ul.top-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: '';
  border-bottom-left-radius: 10px;
  background: #f8e9e4;
}

@media (min-width: 991px) {
  header.main-header .container ul.top-nav {
    display: block;
  }
}

header.main-header .container ul.top-nav > li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}

header.main-header .container ul.top-nav > li:first-child {
  margin-left: 25px;
}

header.main-header .container ul.top-nav > li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}

header.main-header .container ul.top-nav > li.lang span.code {
  display: block;
}

header.main-header .container ul.top-nav > li.lang span.native {
  display: none;
}

header.main-header .container ul.top-nav > li.search {
  margin-right: 0;
}

header.main-header .container .wrapper {
  zoom: 1;
  margin: 45px auto 0;
  padding: 0 15px 15px;
}

@media (max-width: 768px) {
  header.main-header .container .wrapper {
    margin-top: 35px;
  }
}

@media (max-width: 640px) {
  header.main-header .container .wrapper {
    margin-top: 15px;
  }
}

@media (min-width: 991px) {
  header.main-header .container .wrapper {
    padding: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1140px) {
  header.main-header .container .wrapper {
    padding-bottom: 25px;
  }
}

header.main-header .container .wrapper:before,
header.main-header .container .wrapper:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

header.main-header .container .wrapper:after {
  clear: both;
}

header.main-header .container .wrapper nav {
  width: 100%;
}

header.main-header .container .wrapper nav #menu-wrapper {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  clear: both;
  overflow: scroll;
  zoom: 1;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
}

@media (max-width: 640px) {
  header.main-header .container .wrapper nav #menu-wrapper {
    padding-top: 88px;
  }
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper {
    position: static;
    display: block;
    float: right;
    clear: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
  }
}

header.main-header .container .wrapper nav #menu-wrapper:before,
header.main-header .container .wrapper nav #menu-wrapper:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

header.main-header .container .wrapper nav #menu-wrapper:after {
  clear: both;
}

header.main-header .container .wrapper nav #menu-wrapper.open {
  display: block;
}

header.main-header .container .wrapper nav #menu-wrapper span#line {
  z-index: 1000;
  left: 0;
  display: block;
  width: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1023px) {
  header.main-header .container .wrapper nav #menu-wrapper span#line {
    display: none;
  }
}

@media (min-width: 1024px) {
  header.main-header .container .wrapper nav #menu-wrapper span#line {
    bottom: 10px;
    border-bottom: 3px #fd8857 solid;
  }
}

header.main-header .container .wrapper nav #menu-wrapper span#line.active {
  opacity: 1;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 20px 60px;
  background-color: #fff;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu {
    position: static;
    height: 100%;
    margin-bottom: 17px;
    padding: 0;
    opacity: 1;
  }
}

@media (min-width: 1140px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu {
    margin-top: 17px;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu .search {
  padding: 5px 0;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu .search .input-wrapper {
  width: 100%;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu .search .input-wrapper .search-field {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  padding: 6px 25px 6px 15px;
  cursor: auto;
  color: #855b71;
  border: solid 2px #ccbdc5;
  border-radius: 25px;
  background-color: #fff;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu .search .input-wrapper i.icon {
  width: 50px;
  background-position: right 20px center;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu li.current-menu-item > a {
  color: #fd6622;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu li.menu-item > span {
  position: relative;
  display: block;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu li.menu-item-has-children > span > a {
  width: calc(100% - 50px);
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu li.menu-item-has-children > span > a {
    width: 100%;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item {
  position: static;
  z-index: 10;
  display: block;
  padding: 0;
  border-bottom: 1px solid #ccbdc5;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item {
    display: inline-block;
    margin-left: 37px;
    border: none;
  }
}

@media (min-width: 1024px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item {
    margin-left: 43px;
  }
}

@media (min-width: 1420px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item {
    margin-left: 40px;
  }
}

@media (min-width: 1420px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item {
    margin-left: 50px;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item a {
  text-decoration: none;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item:nth-last-child(-n+2) {
  border-bottom: none;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.lang span.code {
  display: none;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.lang span.native {
  display: block;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .arrow.back {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  position: absolute;
  top: -38px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fd6622;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .arrow.back::before {
  display: block;
  float: left;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  content: '';
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(images/svg/arrow-mini-orange.svg) no-repeat center;
  background-size: 25px 9px;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .arrow.back::after {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -5px;
  display: block;
  width: 180px;
  height: 100px;
  content: '';
  background: #fff;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children p.subtitle {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  color: #855b71;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children p.subtitle:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 20px;
  height: 3px;
  content: '';
  background-color: #fd6622;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .ptn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .ptn {
    display: none;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .ptn::after {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background: url(images/svg/arrow-mini-orange.svg) no-repeat center;
  background-size: 25px 9px;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item.menu-item-has-children .ptn::after {
    content: none;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5rem;
  display: block;
  height: 50px;
  text-decoration: none;
  color: #855b71;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item a {
    display: inline-block;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item a:hover {
  color: #fd6622;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  text-align: left;
  background: #fff;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub {
    top: auto;
    left: 0;
    display: block;
    visibility: hidden;
    height: auto;
    opacity: 0;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub > div.container {
  margin-top: 20px;
  padding: 20px 20px 60px;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub > div.container {
    max-width: 1000px;
    padding: 20px 15px 60px;
  }
}

@media (min-width: 1024px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub > div.container {
    max-width: 1200px;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub span.back {
  display: block;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub span.back {
    display: none;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub span.back + p {
  display: block;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub span.back + p {
    display: none;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub::before {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 90px;
  content: '';
  content: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(images/svg/courbe.svg) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub::before {
    content: '';
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu {
  margin: auto;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu {
    display: block;
    -webkit-column-gap: 2.4em;
       -moz-column-gap: 2.4em;
            column-gap: 2.4em;
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li {
  width: 100%;
  border-bottom: 1px solid #ccbdc5;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li {
    border: none;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li:last-child {
  border: none;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li.current_page_item > span > a,
header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li.current-menu-item > span > a {
  color: #fd6622;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li.open .ptn:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li > span > a {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li > span > a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: inline-block;
    height: auto;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li .ptn:after {
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: url(images/svg/angle-up.svg) no-repeat center;
  background-size: 10px 5px;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li ul.sub-menu {
  display: none;
  margin: 5px 0 20px;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li ul.sub-menu {
    display: block;
    margin: auto;
  }
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li ul.sub-menu > li.menu-item {
  border: none;
}

header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li ul.sub-menu > li.menu-item > span > a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  height: 20px;
  text-transform: none;
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item > div.custom-sub ul.sub-menu > li ul.sub-menu > li.menu-item > span > a {
    font-weight: 400;
  }
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #menu-wrapper > ul.menu > li.menu-item:hover .custom-sub {
    visibility: visible;
    opacity: 1;
  }
}

header.main-header .container .wrapper nav #btn-menu {
  position: absolute;
  z-index: 501;
  top: 50px;
  right: 30px;
  display: block;
  float: right;
  height: 32px;
  margin: 14px 0;
  padding: 0 30px 0 15px;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (min-width: 991px) {
  header.main-header .container .wrapper nav #btn-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  header.main-header .container .wrapper nav #btn-menu {
    top: 38px;
  }
}

@media (max-width: 640px) {
  header.main-header .container .wrapper nav #btn-menu {
    top: auto;
  }
}

header.main-header .container .wrapper nav #btn-menu p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0;
}

header.main-header .container .wrapper nav #btn-menu p span.state-closed {
  display: block;
}

header.main-header .container .wrapper nav #btn-menu p span.state-opened {
  display: none;
}

header.main-header .container .wrapper nav #btn-menu > span {
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  height: 2px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  background: #855b71;
}

header.main-header .container .wrapper nav #btn-menu > span:nth-of-type(1) {
  top: 9px;
}

header.main-header .container .wrapper nav #btn-menu > span:nth-of-type(2),
header.main-header .container .wrapper nav #btn-menu > span:nth-of-type(3) {
  top: 14px;
}

header.main-header .container .wrapper nav #btn-menu > span:nth-of-type(4) {
  top: 19px;
}

header.main-header .container .wrapper nav #btn-menu.open p {
  display: none;
}

header.main-header .container .wrapper nav #btn-menu.open p span.state-closed {
  display: none;
}

header.main-header .container .wrapper nav #btn-menu.open p span.state-opened {
  display: inline;
}

header.main-header .container .wrapper nav #btn-menu.open > span:nth-of-type(1) {
  top: 22px;
  right: 20px;
  width: 0;
}

header.main-header .container .wrapper nav #btn-menu.open > span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

header.main-header .container .wrapper nav #btn-menu.open > span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header.main-header .container .wrapper nav #btn-menu.open > span:nth-of-type(4) {
  top: 22px;
  right: 20px;
  width: 0;
}

/* --------------------------------------------------------------
FRONT PAGE
--------------------------------------------------------------- */
.home .main-container {
  overflow: hidden;
  min-height: 100vh;
}

.home .main-container #bloc-1 .content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home .main-container #bloc-1 .content .text {
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.home .main-container #bloc-1 .content .text h1 {
  margin: 0;
}

.home .main-container section .home-carousel .owl-dots {
  margin-top: 30px;
}

.home .main-container section .home-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background-color: transparent;
}

.home .main-container section .home-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.home .main-container section .home-carousel .owl-dots .owl-dot:active,
.home .main-container section .home-carousel .owl-dots .owl-dot:focus {
  border: none;
  outline: none;
}

.home .main-container section .home-carousel .owl-item {
  background-color: #fd8857;
}

.home .main-container section.bubbles {
  margin-top: 80px;
  padding-bottom: 20px;
}

.home .main-container section.home-header {
  position: relative;
  overflow: hidden;
  height: 300px;
  background-repeat: no-repeat;
  background-position: right top 1px;
  background-size: cover;
}

@media (max-width: 640px) {
  .home .main-container section.home-header {
    background-image: url(images/bg/fertilys-homepage.jpg);
  }
}

@media (min-width: 640px) {
  .home .main-container section.home-header {
    height: 430px;
  }
}

@media (min-width: 1024px) {
  .home .main-container section.home-header {
    height: 600px;
  }
}

@media (min-width: 1420px) {
  .home .main-container section.home-header {
    height: 745px;
  }
}

.home .main-container section.home-header .filter-video {
  opacity: 0;
  background: none;
}

.home .main-container section.home-header #homepage-video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: #f3e1d9;
}

@media (max-width: 640px) {
  .home .main-container section.home-header #homepage-video {
    display: none;
  }
}

.home .main-container section.home-header .home-video-wrapper::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(images/svg/courbe-bg.svg) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .home .main-container section.home-header .home-video-wrapper::after {
    content: '';
  }
}

.home .main-container section.orange-text-block .block {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 350px;
  margin-top: -70px;
  padding: 30px 20px;
  background-color: #fd8857;
}

@media (min-width: 640px) {
  .home .main-container section.orange-text-block .block {
    max-width: 400px;
    margin-top: -170px;
    padding: 50px;
  }
}

@media (min-width: 1024px) {
  .home .main-container section.orange-text-block .block {
    max-width: 500px;
    margin-top: -200px;
  }
}

@media (min-width: 1140px) {
  .home .main-container section.orange-text-block .block {
    max-width: 570px;
  }
}

.home .main-container section.orange-text-block .block.home-carousel {
  padding: 50px 50px 30px 50px;
}

.home .main-container section.orange-text-block .block p {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0 0 30px;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 640px) {
  .home .main-container section.orange-text-block .block p {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1024px) {
  .home .main-container section.orange-text-block .block p {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

.home .hp-filter,
.services .hp-filter {
  position: relative;
}

.home .hp-filter:before,
.services .hp-filter:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(233, 224, 218, .2);
}

.ytp-show-watch-later-title,
.ytp-chrome-top {
  display: none !important;
}

/* --------------------------------------------------------------
ERROR 404 PAGE
--------------------------------------------------------------- */
.error .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error .container .content .animated-bubble--orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .error .container .content .animated-bubble--orange {
    width: 340px;
    height: 340px;
  }
}

@media (min-width: 1140px) {
  .error .container .content .animated-bubble--orange {
    width: 430px;
    height: 430px;
  }
}

.error .container .content .animated-bubble--orange:before,
.error .container .content .animated-bubble--orange:after {
  z-index: -1;
  width: 250px;
  height: 250px;
}

@media (min-width: 479px) {
  .error .container .content .animated-bubble--orange:before,
    .error .container .content .animated-bubble--orange:after {
    width: 340px;
    height: 340px;
  }
}

@media (min-width: 1140px) {
  .error .container .content .animated-bubble--orange:before,
    .error .container .content .animated-bubble--orange:after {
    width: 430px;
    height: 430px;
  }
}

.error .container .content .animated-bubble--orange h2 {
  font-size: 1.5rem;
  line-height: 2.6rem;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
  color: #fff;
}

@media (min-width: 479px) {
  .error .container .content .animated-bubble--orange h2 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}

.error .container .content .animated-bubble--orange p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.error .container .content .animated-bubble--orange:hover .sliding.arrow span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.error .container .content .cel-icon-404 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  content: '';
}

.error .container .content .cel-icon-404 img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .error .container .content .cel-icon-404 {
    display: none;
  }
}

/* --------------------------------------------------------------
ARCHIVE PAGE
--------------------------------------------------------------- */
.archive .articles,
.page-template-archive .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .archive .articles .item:nth-child(3),
    .page-template-archive .articles .item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 640px) {
  .archive .articles .item:nth-child(2),
    .page-template-archive .articles .item:nth-child(2) {
    display: none;
  }
}

@media (max-width: 640px) {
  .archive .articles .item,
    .page-template-archive .articles .item {
    width: 100%;
  }
}

.archive .testimonials .item:nth-child(1)::before,
.page-template-archive .testimonials .item:nth-child(1)::before {
  display: block;
  height: 64px;
  content: '';
  background-color: #f3e1d9;
}

.archive .testimonials .item .desc .title,
.page-template-archive .testimonials .item .desc .title {
  font-size: 1.6rem;
  display: block;
}

.archive .testimonials .item .desc blockquote,
.page-template-archive .testimonials .item .desc blockquote {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.archive .item,
.page-template-archive .item {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 479px) {
  .archive .item,
    .page-template-archive .item {
    width: calc(50% - 34px);
  }
}

@media (min-width: 991px) {
  .archive .item,
    .page-template-archive .item {
    width: calc(33.3333333333% - 43px);
  }
}

.archive .item .item-img-wrap,
.page-template-archive .item .item-img-wrap {
  position: relative;
  height: 100%;
  min-height: 160px;
}

.archive .item .item-img-wrap:hover .filter-video,
.page-template-archive .item .item-img-wrap:hover .filter-video {
  opacity: .1;
}

.archive .item .item-img-wrap a,
.page-template-archive .item .item-img-wrap a {
  display: block;
}

@media (min-width: 768px) {
  .archive .item .item-img-wrap,
    .page-template-archive .item .item-img-wrap {
    min-height: 250px;
  }
}

@media (min-width: 1024px) {
  .archive .item .item-img-wrap,
    .page-template-archive .item .item-img-wrap {
    min-height: 340px;
  }
}

@media (min-width: 1280px) {
  .archive .item .item-img-wrap,
    .page-template-archive .item .item-img-wrap {
    min-height: 385px;
  }
}

.archive .item .photothumb,
.page-template-archive .item .photothumb {
  width: 100%;
}

.archive .item:hover .sliding.arrow span,
.page-template-archive .item:hover .sliding.arrow span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.archive .item .desc,
.page-template-archive .item .desc {
  padding: 25px;
}

.archive .item .desc span.category,
.page-template-archive .item .desc span.category {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: block;
  text-transform: uppercase;
  color: #fd6622;
}

.archive .item .desc span.category span,
.page-template-archive .item .desc span.category span {
  margin: 0 3px;
}

.archive .item .desc span.date,
.page-template-archive .item .desc span.date {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.archive .item .desc a,
.page-template-archive .item .desc a {
  text-decoration: none;
}

.archive .blog-home .acc.blog-acc .acc-content {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .archive .blog-home .acc.blog-acc .acc-content {
    padding-right: 0;
  }
}

.archive .blog-home .acc.blog-acc .acc-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.archive .blog-home .acc.blog-acc .acc-content .filter-item {
  display: inline-block;
  width: calc((100% - 60px) / 3);
  margin-right: 10px;
}

@media (max-width: 991px) {
  .archive .blog-home .acc.blog-acc .acc-content .filter-item {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 639px) {
  .archive .blog-home .acc.blog-acc .acc-content .filter-item {
    width: 100%;
  }
}

/* --------------------------------------------------------------
SEARCH RESULTS PAGE
--------------------------------------------------------------- */
section.search.search-header .input-wrapper input[type=search] {
  font-size: 1.6rem;
  width: 100%;
  padding: 15px 50px 15px 30px;
  cursor: auto;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  color: #855b71;
  border: solid 2px #ccbdc5;
  border-radius: 25px;
}

@media (min-width: 640px) {
  section.search.search-header .input-wrapper input[type=search] {
    width: 300px;
  }
}

section.search.search-header .input-wrapper i.icon {
  width: 50px;
  background: url(images/svg/ico-search-orange.svg) no-repeat right 20px center;
  background-size: 20px 20px;
}

section.search.search-content {
  margin-top: 20px;
}

section.search.search-content .content {
  max-width: none;
}

section.search.search-content .content h2:not(:first-child) {
  margin: 50px 0 25px;
}

section.search.search-content .content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.search.search-content .content > ul > li {
  margin: 0 0 3px 0;
  padding: 30px;
  background-color: #fff;
}

section.search.search-content .content > ul > li > span {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3rem;
  display: block;
}

section.search.search-content .content > ul > li a {
  color: #fd6622;
}

section.search.search-content .content > ul > li a:hover {
  text-decoration: underline;
  color: #855b71;
}

/* --------------------------------------------------------------
SINGLE PAGE
--------------------------------------------------------------- */
.single.single-article h1 {
  font-size: 3rem;
  line-height: 4.4rem;
  max-width: 770px;
}

@media (max-width: 640px) {
  .single.single-article h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.single section.testimonial {
  margin-top: 45px;
}

.single section.testimonial .wrap {
  max-width: 910px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .single section.testimonial .wrap {
    margin-left: 100px;
  }
}

.single section.testimonial .wrap .text-and-img {
  float: right;
}

.single section.testimonial .wide {
  overflow: hidden;
}

.single section.testimonial .wide + .container {
  margin-top: -75px;
}

.single section.testimonial .wide > div {
  height: 500px;
}

.single section.testimonial .wide > div.photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.single section.testimonial .wide > div.video iframe {
  position: relative;
  top: 50%;
  width: 100%;
  height: 56.4971751412vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single section.testimonial blockquote {
  display: none;
  width: 250px;
  height: 392px;
  margin: auto;
  padding: 100px 22px;
  text-align: center;
  color: #fff;
  background: url(images/misc/imperfect-circle-orange-quote.png) center no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .single section.testimonial blockquote {
    width: 343px;
  }
}

@media (min-width: 991px) {
  .single section.testimonial blockquote {
    float: right;
    width: 386px;
    margin: 40px -230px 40px 40px;
  }
}

.single section.testimonial .container .content {
  padding-top: 0;
}

.single section.testimonial .container .content .text {
  position: relative;
  z-index: -1;
  max-width: 910px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .single section.testimonial .container .content .text {
    margin-top: -40px;
  }
}

.single section.testimonial .container .content .buttons {
  zoom: 1;
  max-width: 910px;
  margin: 50px 0;
}

.single section.testimonial .container .content .buttons:before,
.single section.testimonial .container .content .buttons:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

.single section.testimonial .container .content .buttons:after {
  clear: both;
}

.single section.blog .container .content {
  max-width: 1020px;
}

.single section.blog .container .content .video.top + .text,
.single section.blog .container .content .image.top + .text {
  padding: 70px 100px 170px 50px;
}

@media (max-width: 640px) {
  .single section.blog .container .content .text {
    padding: 30px !important;
  }
}

.single section.blog .container .content .text p {
  font-size: 1.4rem;
}

.single section.blog .container .content .text img {
  height: auto;
}

.single section.blog .container .content .text.left {
  padding: 50px 100px 170px 50px;
}

@media (max-width: 1280px) {
  .single section.blog .container .content .text.left {
    max-width: 75%;
  }
}

@media (max-width: 991px) {
  .single section.blog .container .content .text.left {
    padding: 50px 50px 100px 50px;
  }
}

@media (max-width: 640px) {
  .single section.blog .container .content .text.left {
    max-width: 90%;
    padding-bottom: 60px;
  }
}

.single section.blog .container .content .text.right {
  max-width: 910px;
  margin-top: -100px;
}

@media (max-width: 1280px) {
  .single section.blog .container .content .text.right {
    float: left;
    max-width: 80%;
    margin-left: 114px;
  }
}

@media (max-width: 991px) {
  .single section.blog .container .content .text.right {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .single section.blog .container .content .text.right {
    padding: 50px;
  }
}

@media (max-width: 640px) {
  .single section.blog .container .content .text.right {
    max-width: 90%;
    margin-top: -30px;
    margin-left: 30px;
    padding: 30px;
  }
}

.single section.blog .container .content .text.right p.published-date span {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fd6622;
}

.single section.blog .container .content .text.right p.published-date span a {
  text-decoration: none;
}

.single section.blog .container .content .text.right p.published-date span a:hover {
  text-decoration: underline;
}

.single section.blog .container .content .text.right .profile.imperfect-circle {
  position: relative;
  float: left;
}

.single section.blog .container .content .text.right .author {
  float: left;
  width: calc(100% - 110px);
  margin-left: 25px;
}

.single section.blog .container .content .text.right .author span {
  display: block;
}

.single section.blog .container .content .text.right .author span.name {
  font-weight: bold;
}

.single section.blog .container .content .text.right p.about-author {
  clear: both;
  width: calc(100% - 110px);
  margin-left: auto;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .single section.blog .container .content .text.right p.about-author {
    width: 100%;
  }
}

.single-job h1 span {
  font-weight: 500;
}

.single-job .section_job-content .content,
.single-job .form-careers .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: none;
  margin-top: 30px;
  padding-top: 0;
  padding-right: 50px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-job .section_job-content .content .text,
.single-job .form-careers .content .text {
  width: 100%;
  max-width: none;
}

.single-job .section_job-content .btn,
.single-job .form-careers .btn {
  display: none;
  width: 200px;
  height: 50px;
  margin-top: 66px;
  text-align: center;
  text-decoration: none;
  color: #633f59;
  background: #fd8857;
}

@media (min-width: 992px) {
  .single-job .section_job-content .btn,
    .single-job .form-careers .btn {
    display: block;
  }
}

.single-job .section_job-content .btn:hover,
.single-job .section_job-content .btn:focus,
.single-job .section_job-content .btn:active,
.single-job .form-careers .btn:hover,
.single-job .form-careers .btn:focus,
.single-job .form-careers .btn:active {
  text-decoration: none;
  color: #633f59;
}

.single-job .btn-back {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  padding: 15px 25px 15px 32px;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
}

.single-job .btn-back:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 22px;
  height: 18px;
  content: '';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(images/svg/arrow-right-purp.svg) no-repeat center center;
  background-size: 25px 9px;
}

.single-job .btn-back:hover,
.single-job .btn-back:active {
  text-decoration: none;
  color: #633f59;
  background-color: transparent;
}

.single-job .btn-back:hover:before,
.single-job .btn-back:active:before {
  -webkit-animation: fadeinright 500ms ease-in-out;
  animation: fadeinright 500ms ease-in-out;
}

.single-job .application-form {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #855b71;
}

.single-job .application-form .form__careers {
  margin-top: 30px;
}

.page .main-container .dev-research {
  position: absolute;
  top: -70px;
  right: 10px;
  display: none;
  overflow: visible;
  max-width: 200px;
}

@media (min-width: 768px) {
  .page .main-container .dev-research {
    display: block;
  }
}

@media (min-width: 1024px) {
  .page .main-container .dev-research {
    top: 0;
    /* right: 60px;
    max-width: none; */
	max-width: 350px;  
  }
}

@media (min-width: 991px) {
  .page .main-container .container.logo h1 {
    max-width: calc(100% - 250px);
  }

  .page .main-container .container.logo p.after-title {
    max-width: calc(100% - 250px);
  }
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles {
    margin-top: 100px;
  }
}

.page .main-container > section.bubbles .container h2 {
  margin-bottom: 80px;
  text-align: center;
}

.page .main-container > section.bubbles .container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page .main-container > section.bubbles .container > ul > li {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .page .main-container > section.bubbles .container > ul > li {
    width: calc(33.3333333333% - 15px);
  }
}

.page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper {
  height: 50px;
}

@media (min-width: 1024px) {
  .page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper {
    height: 70px;
  }
}

@media (min-width: 1280px) {
  .page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper {
    height: 90px;
  }
}

.page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper img {
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper img {
    height: 70px;
  }
}

@media (min-width: 1280px) {
  .page .main-container > section.bubbles .container > ul > li .bubble-icon-wrapper img {
    height: 90px;
  }
}

.page .main-container > section.bubbles .container > ul > li img {
  display: block;
  width: 100%;
  width: auto;
  height: 50px;
}

@media (min-width: 1024px) {
  .page .main-container > section.bubbles .container > ul > li img {
    height: 70px;
  }
}

@media (min-width: 1280px) {
  .page .main-container > section.bubbles .container > ul > li img {
    height: 90px;
  }
}

.page .main-container > section.bubbles .container > ul > li a {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 10px 0;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .page .main-container > section.bubbles .container > ul > li a {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 15px 0;
  }
}

@media (min-width: 1280px) {
  .page .main-container > section.bubbles .container > ul > li a {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 20px 0;
  }
}

.page .main-container > section.bubbles .container > ul > li .sliding.arrow span {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (min-width: 640px) {
  .page .main-container > section.bubbles .container > ul > li:hover .sliding.arrow span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.page .main-container > section.bubbles .container > ul > li.bubble {
  max-width: 250px;
  height: auto;
  padding: 30px;
  word-wrap: normal;
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble {
    width: 50%;
  }
}

@media (min-width: 1140px) {
  .page .main-container > section.bubbles .container > ul > li.bubble {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble:nth-of-type(1) {
    margin-top: 100px;
  }
}

.page .main-container > section.bubbles .container > ul > li.bubble:nth-child(2) {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble:nth-child(2) {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble:nth-of-type(3) {
    margin-top: 150px;
  }
}

.page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble {
  position: relative;
  width: 200px;
  height: 200px;
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble {
    width: 215px;
    height: 215px;
  }
}

@media (min-width: 991px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble {
    width: 260px;
    height: 260px;
  }
}

@media (min-width: 1140px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble {
    width: 320px;
    height: 320px;
  }
}

.page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:before,
.page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:after {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  content: '';
}

@media (min-width: 768px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:before,
    .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:after {
    width: 215px;
    height: 215px;
  }
}

@media (min-width: 991px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:before,
    .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:after {
    width: 260px;
    height: 260px;
  }
}

@media (min-width: 1140px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:before,
    .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble:after {
    width: 320px;
    height: 320px;
  }
}

.page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble .rotate-neg {
  padding-left: 27px;
}

@media (min-width: 991px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble .rotate-neg {
    padding-left: 17px;
  }
}

@media (min-width: 1140px) {
  .page .main-container > section.bubbles .container > ul > li.bubble.animated-bubble .rotate-neg {
    padding-left: 39px;
  }
}

.page .main-container > section.bubbles .cel-icon.cel-icon--sm {
  display: none;
}

@media (min-width: 1280px) {
  .page .main-container > section.bubbles .cel-icon.cel-icon--sm {
    position: absolute;
    top: -87px;
    right: 0;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    height: 261px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .main-container > section.bubbles .cel-icon.cel-icon--sm img {
  max-width: 30%;
  height: auto;
}

/* --------------------------------------------------------------
SINGLE PAGE
--------------------------------------------------------------- */
.page-template-page-careers .main-container > section.bubbles #particles-js-home {
  display: none;
}

.page-template-page-careers .main-container > section.images-list {
  position: relative;
  margin-top: 200px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
}

.page-template-page-careers .main-container > section.images-list::after {
  position: absolute;
  z-index: 0;
  top: -150px;
  left: 50%;
  width: 100%;
  height: 0;
  margin-left: -50%;
  padding-top: 15%;
  content: '';
  background-image: url(images/bg/wave-bg.png);
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container {
  z-index: 1;
}

.page-template-page-careers .main-container > section.images-list .container::after {
  display: block;
  clear: both;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(1) {
  position: relative;
  float: right;
  width: 30%;
  margin-right: 10%;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(1)::before {
  position: absolute;
  z-index: -1;
  top: -40%;
  right: -25%;
  width: 202px;
  height: 188px;
  content: '';
  background-image: url(images/svg/forms/pink_cell.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(2) {
  position: relative;
  float: left;
  width: 40%;
  margin-top: 60px;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(2)::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -50%;
  width: 551px;
  height: 557px;
  content: '';
  background-image: url(images/svg/forms/grey_round.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(2)::after {
  position: absolute;
  z-index: 0;
  bottom: -100px;
  left: 20px;
  width: 74px;
  height: 229px;
  content: '';
  background-image: url(images/svg/forms/violet_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(3) {
  position: relative;
  float: right;
  width: 60%;
  margin-top: 60px;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(3) img {
  margin-left: -40px;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(3)::before {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -56px;
  width: calc(100% - 40px);
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(images/svg/forms/violet_round.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(3)::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 250px;
  height: 159px;
  content: '';
  background-image: url(images/svg/forms/orange_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(4) {
  position: relative;
  float: left;
  width: 40%;
  margin-top: 30px;
  margin-left: 100px;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(4)::before {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -76px;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(images/svg/forms/orange_round.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(4)::after {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 0;
  width: 149px;
  height: 142px;
  content: '';
  background-image: url(images/svg/forms/pink_cell2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(5) {
  position: relative;
  float: right;
  margin-top: 60px;
}

.page-template-page-careers .main-container > section.images-list .container .img-element:nth-child(5)::after {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: -130px;
  width: 195px;
  height: 113px;
  content: '';
  background-image: url(images/svg/forms/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-page-careers .main-container > section.testimonial {
  margin-bottom: 40px;
}

.page-template-page-careers .main-container > section.testimonial .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 991px) {
  .page-template-page-careers .main-container > section.testimonial .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-template-page-careers .main-container > section.testimonial .testimonial {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 991px) {
  .page-template-page-careers .main-container > section.testimonial .testimonial {
    width: 33%;
  }
}

@media (min-width: 991px) {
  .page-template-page-careers .main-container > section.testimonial .testimonial:not(:first-child) {
    padding-left: 30px;
  }
}

@media (min-width: 991px) {
  .page-template-page-careers .main-container > section.testimonial .testimonial:not(:last-child) {
    padding-right: 30px;
  }
}

.page-template-page-careers .main-container > section.testimonial .testimonial__text p {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  font-style: italic;
  line-height: 2.9rem;
  margin-bottom: 30px;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person {
  display: table-row;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person__photo {
  display: table-cell;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person__photo img {
  border-radius: 50%;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person__info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person__info-name {
  font-size: 1.8rem;
  font-weight: 700;
}

.page-template-page-careers .main-container > section.testimonial .testimonial__person__info-title {
  font-size: 1.6rem;
}

.page-template-page-contact {
    /* BUBBLE CONTACT PAGE */
}

.page-template-page-contact p.after-title {
  max-width: 945px;
}

.page-template-page-contact table tbody {
  font-size: 1.6rem;
}

.page-template-page-contact .animated-bubble--orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: auto;
  max-width: 320px;
  margin-top: -40px;
  margin-right: -270px;
  padding: 30px 40px 30px 20px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-contact .animated-bubble--orange:before,
.page-template-page-contact .animated-bubble--orange:after {
  max-width: 320px;
  max-height: 320px;
}

.page-template-page-contact .animated-bubble--orange p {
  color: #633f59;
}

@media (max-width: 991px) {
  .page-template-page-contact .animated-bubble--orange {
    display: none;
  }
}

/* --------------------------------------------------------------
   BREADCRUMB
--------------------------------------------------------------- */
.rank-math-breadcrumb {
  display: none;
  margin-top: 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: 1.2rem;
  margin: 0 10px;
  text-decoration: none;
}

.rank-math-breadcrumb a:first-child,
.rank-math-breadcrumb span:first-child {
  margin-left: 0;
}

.rank-math-breadcrumb a.current_page_parent::before {
  font-size: 1.2rem;
  margin: 10px 5px 10px 0;
  content: '<';
}

@media (min-width: 768px) {
  .rank-math-breadcrumb {
    display: block;
  }
}

.bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 250px;
  padding: 50px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 479px) {
  .bubble {
    max-width: 400px;
    max-height: 400px;
    padding: 80px 90px;
  }
}

.animated-bubble-1 {
  -webkit-animation: circle 175s infinite linear;
          animation: circle 175s infinite linear;
}

.animated-bubble-1 .rotate-neg {
  -webkit-animation: rotate 175s infinite linear;
          animation: rotate 175s infinite linear;
}

.animated-bubble-2 {
  -webkit-animation: circle 25s infinite linear;
          animation: circle 25s infinite linear;
}

.animated-bubble-2 .rotate-neg {
  -webkit-animation: rotate 25s infinite linear;
          animation: rotate 25s infinite linear;
}

.animated-bubble-3 {
  -webkit-animation: circle 230s infinite linear;
          animation: circle 230s infinite linear;
}

.animated-bubble-3 .rotate-neg {
  -webkit-animation: rotate 230s infinite linear;
          animation: rotate 230s infinite linear;
}

.rotate-neg {
  position: relative;
  z-index: 10;
}

.animated-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-transition: border 1s ease-in-out, background 1s linear;
  transition: border 1s ease-in-out, background 1s linear;
  border-radius: 48%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .animated-bubble {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1140px) {
  .animated-bubble {
    width: 350px;
    height: 350px;
  }
}

.animated-bubble:before,
.animated-bubble:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  content: '';
}

@media (min-width: 640px) {
  .animated-bubble:before,
    .animated-bubble:after {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1140px) {
  .animated-bubble:before,
    .animated-bubble:after {
    width: 350px;
    height: 350px;
  }
}

.animated-bubble:before {
  margin-top: -1px;
  margin-left: -1px;
  -webkit-animation: before 20s infinite;
          animation: before 20s infinite;
  border-radius: 41%;
  background: #fff;
  -webkit-box-shadow: -1px -2px 0 0 #fff;
          box-shadow: -1px -2px 0 0 #fff;
}

.animated-bubble:after {
  margin-top: 1px;
  margin-left: 1px;
  -webkit-animation: after 20s infinite;
          animation: after 20s infinite;
  border-radius: 42% 40%;
  background: #fff;
  -webkit-box-shadow: 2px 5px 0 0 #fff;
          box-shadow: 2px 5px 0 0 #fff;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fff;
            box-shadow: -5px -2px 0 0 #fff;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fff;
            box-shadow: -2px -4px 0 0 #fff;
  }

  50% {
    border-radius: 44% 41% 45% 43%;
    -webkit-box-shadow: -2px -5px 0 0 #fff;
            box-shadow: -2px -5px 0 0 #fff;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fff;
            box-shadow: -5px -2px 0 0 #fff;
  }
}

@keyframes before {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fff;
            box-shadow: -5px -2px 0 0 #fff;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fff;
            box-shadow: -2px -4px 0 0 #fff;
  }

  50% {
    border-radius: 44% 41% 45% 43%;
    -webkit-box-shadow: -2px -5px 0 0 #fff;
            box-shadow: -2px -5px 0 0 #fff;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fff;
            box-shadow: -5px -2px 0 0 #fff;
  }
}

@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fff;
            box-shadow: 2px 7px 0 0 #fff;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fff;
            box-shadow: -2px -4px 0 0 #fff;
  }

  50% {
    border-radius: 43% 47% 45% 44%;
    -webkit-box-shadow: 5px 4px 0 0 #fff;
            box-shadow: 5px 4px 0 0 #fff;
  }

  75% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -5px -4px 0 0 #fff;
            box-shadow: -5px -4px 0 0 #fff;
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fff;
            box-shadow: 2px 7px 0 0 #fff;
  }
}

@keyframes after {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fff;
            box-shadow: 2px 7px 0 0 #fff;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fff;
            box-shadow: -2px -4px 0 0 #fff;
  }

  50% {
    border-radius: 43% 47% 45% 44%;
    -webkit-box-shadow: 5px 4px 0 0 #fff;
            box-shadow: 5px 4px 0 0 #fff;
  }

  75% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -5px -4px 0 0 #fff;
            box-shadow: -5px -4px 0 0 #fff;
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fff;
            box-shadow: 2px 7px 0 0 #fff;
  }
}
/************** ORANGE BUBBLE **************/
.animated-bubble--orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-transition: border 1s ease-in-out, background 1s linear;
  transition: border 1s ease-in-out, background 1s linear;
  border-radius: 48%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .animated-bubble--orange {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1140px) {
  .animated-bubble--orange {
    width: 350px;
    height: 350px;
  }
}

.animated-bubble--orange:before,
.animated-bubble--orange:after {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  content: '';
}

@media (min-width: 479px) {
  .animated-bubble--orange:before,
    .animated-bubble--orange:after {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1140px) {
  .animated-bubble--orange:before,
    .animated-bubble--orange:after {
    width: 350px;
    height: 350px;
  }
}

.animated-bubble--orange:before {
  margin-top: -1px;
  margin-left: -1px;
  -webkit-animation: beforeorange 20s infinite;
          animation: beforeorange 20s infinite;
  border-radius: 41%;
  background: #fd8857;
  -webkit-box-shadow: -1px -2px 0 0 #fd8857;
          box-shadow: -1px -2px 0 0 #fd8857;
}

.animated-bubble--orange:after {
  margin-top: 1px;
  margin-left: 1px;
  -webkit-animation: afterorange 20s infinite;
          animation: afterorange 20s infinite;
  border-radius: 42% 40%;
  background: #fd8857;
  -webkit-box-shadow: 2px 5px 0 0 #fd8857;
          box-shadow: 2px 5px 0 0 #fd8857;
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes beforeorange {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fd8857;
            box-shadow: -5px -2px 0 0 #fd8857;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fd8857;
            box-shadow: -2px -4px 0 0 #fd8857;
  }

  50% {
    border-radius: 44% 41% 45% 43%;
    -webkit-box-shadow: -2px -5px 0 0 #fd8857;
            box-shadow: -2px -5px 0 0 #fd8857;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fd8857;
            box-shadow: -5px -2px 0 0 #fd8857;
  }
}

@keyframes beforeorange {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fd8857;
            box-shadow: -5px -2px 0 0 #fd8857;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fd8857;
            box-shadow: -2px -4px 0 0 #fd8857;
  }

  50% {
    border-radius: 44% 41% 45% 43%;
    -webkit-box-shadow: -2px -5px 0 0 #fd8857;
            box-shadow: -2px -5px 0 0 #fd8857;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 44% 42% 42% 45%;
    -webkit-box-shadow: -5px -2px 0 0 #fd8857;
            box-shadow: -5px -2px 0 0 #fd8857;
  }
}

@-webkit-keyframes afterorange {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fd8857;
            box-shadow: 2px 7px 0 0 #fd8857;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fd8857;
            box-shadow: -2px -4px 0 0 #fd8857;
  }

  50% {
    border-radius: 43% 47% 45% 44%;
    -webkit-box-shadow: 5px 4px 0 0 #fd8857;
            box-shadow: 5px 4px 0 0 #fd8857;
  }

  75% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -5px -4px 0 0 #fd8857;
            box-shadow: -5px -4px 0 0 #fd8857;
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fd8857;
            box-shadow: 2px 7px 0 0 #fd8857;
  }
}

@keyframes afterorange {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fd8857;
            box-shadow: 2px 7px 0 0 #fd8857;
  }

  25% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -2px -4px 0 0 #fd8857;
            box-shadow: -2px -4px 0 0 #fd8857;
  }

  50% {
    border-radius: 43% 47% 45% 44%;
    -webkit-box-shadow: 5px 4px 0 0 #fd8857;
            box-shadow: 5px 4px 0 0 #fd8857;
  }

  75% {
    border-radius: 42% 46% 48% 43%;
    -webkit-box-shadow: -5px -4px 0 0 #fd8857;
            box-shadow: -5px -4px 0 0 #fd8857;
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 49% 41% 46% 42%;
    -webkit-box-shadow: 2px 7px 0 0 #fd8857;
            box-shadow: 2px 7px 0 0 #fd8857;
  }
}

.home .animated-bubble img {
  margin-bottom: 20px;
}

.home .animated-bubble .full-link {
  display: block;
}

/* BUBBLE SINGLE TESTIMONIAL PAGE */
.single-testimonial blockquote {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media (min-width: 479px) {
  .single-testimonial blockquote {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}

.single-testimonial blockquote span {
  max-width: 80%;
  margin: auto;
}

/* BUBLE SUCCESS RATE PAGE */
.page-id-1216 .info-bubble,
.page-id-84 .info-bubble {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-1216 .info-bubble p,
.page-id-84 .info-bubble p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}

.pum-theme-43835 .pum-container {
  padding: 0 !important;
  background: white;
}

@media (max-width: 1023px) {
  .pum-theme-43835 .pum-container {
    position: absolute !important;
    top: 2rem !important;
    right: 0 !important;
    left: 0 !important;
    width: 60% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 640px) {
  .pum-theme-43835 .pum-container {
    width: 90% !important;
  }
}

.pum-theme-43835 .pum-container .pum-content + .pum-close {
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
}

.pum-theme-43835 .pum-container .pum-content .cols {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .pum-theme-43835 .pum-container .pum-content .cols {
    grid-template-columns: 1fr;
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
  }
}

.pum-theme-43835 .pum-container .pum-content .cols .col.slider_images {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 60vh;
}

@media (max-width: 1023px) {
  .pum-theme-43835 .pum-container .pum-content .cols .col.slider_images {
    min-height: 50vh;
  }
}

.pum-theme-43835 .pum-container .pum-content .cols .col.slider_images .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
}

.pum-theme-43835 .pum-container .pum-content .cols .col.slider_images .image:first-of-type {
  opacity: 1;
}

.pum-theme-43835 .pum-container .pum-content .cols .col.image {
  height: 100%;
  min-height: 60vh;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1023px) {
  .pum-theme-43835 .pum-container .pum-content .cols .col.image {
    min-height: 50vh;
  }
}

.pum-theme-43835 .pum-container .pum-content .cols .col.content {
  display: block;
  padding: 0rem 2rem 4rem 2rem;
}

@media (min-width: 768px) {
  .pum-theme-43835 .pum-container .pum-content .cols .col.content {
    padding: 4rem;
  }
}
/* --------------------------------------------------------------
   ALL SECTION
--------------------------------------------------------------- */
section {
  margin-top: 0;
}

section .container > a {
  font-size: 1.6rem;
}

section .container > a:hover {
  text-decoration: underline;
}

section .container .text h2 {
  margin-top: 0;
}

section .container .content {
  position: relative;
  zoom: 1;
  max-width: 1020px;
  padding-top: 20px;
  padding-bottom: 20px;
}

section .container .content:before,
section .container .content:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

section .container .content:after {
  clear: both;
}

section .container .content.full {
  max-width: none;
}

section .container .content.full .text {
  max-width: none;
}

section .container .content .text {
  font-size: 1.6rem;
  line-height: 2.5rem;
  width: 100%;
  max-width: 796px;
  padding: 20px;
  background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 768px) {
  section .container .content .text {
    margin-bottom: 50px;
    padding: 50px 100px 50px 50px;
  }
}

section .container .content .text.text__no-bg {
  padding: 20px;
  background-color: transparent;
}

@media (min-width: 768px) {
  section .container .content .text.text__no-bg {
    margin-bottom: 50px;
    padding: 0 100px 50px 50px !important;
  }
}

section .container .content .text.component {
  background-color: #fff;
}

section .container .content .text h4 {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
}

section .container .content .text a:not(.btn) {
  text-decoration: underline;
  color: #fd6622;
}

section .container .content .text a:not(.btn):hover {
  color: #855b71;
}

section .container .content .text.left {
  float: left;
}

section .container .content .text.right {
  float: right;
}

section .container .content .text ul li,
section .container .content .text ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  section .container .content .text ul li,
    section .container .content .text ol li {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}

section .container .content .text ul li ul li,
section .container .content .text ul li ol li,
section .container .content .text ol li ul li,
section .container .content .text ol li ol li {
  margin-bottom: 0;
  padding: 1px;
}

section .container .content .text.video,
section .container .content .text.image {
  padding: 50px 100px 120px 50px;
}

section .container .content .text .publication p {
  margin: 5px 0;
}

section .container .content .image.svg {
  width: 100%;
  max-width: 910px;
  padding: 100px;
  background-color: #fff;
}

@media (max-width: 768px) {
  section .container .content .image.svg.image-bottom-txt {
    padding: 40px;
  }
}

@media (max-width: 640px) {
  section .container .content .image.svg.image-bottom-txt {
    padding: 20px;
  }
}

section .container .content .image.svg#image-632 {
  max-width: 692px;
}

section .container .content .video.top,
section .container .content .image.top {
  margin-bottom: -40px;
}

section .container .content .video.top + .text,
section .container .content .image.top + .text {
  padding: 70px 100px 70px 50px;
}

section .container .content .video.right,
section .container .content .image.right {
  float: left;
  margin-left: 94px;
}

section .container .content .video.right img,
section .container .content .image.right img {
  height: auto;
}

section .container .content .video.bottom,
section .container .content .image.bottom {
  margin-top: -105px;
}

section .container .content .video.bottom.transparent,
section .container .content .image.bottom.transparent {
  float: left !important;
  max-width: 796px;
  margin-top: 0;
}

section .container .content .video.bottom.transparent img,
section .container .content .image.bottom.transparent img {
  float: right;
}

section .container .content .image.right:not(.bottom) {
  position: absolute;
  top: 175px;
  right: -5px;
}

section .container .content .image.right:not(.bottom) + .text.left {
  margin-bottom: 100px;
  padding-right: 150px;
}

section .container .content .text-and-img {
  padding-bottom: 70px;
}

@media (max-width: 1280px) {
  section .container .content .text-and-img {
    max-width: 85%;
  }
}

@media (max-width: 768px) {
  section .container .content .text-and-img {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 640px) {
  section .container .content .text-and-img {
    max-width: 90%;
    padding-bottom: 80px !important;
  }
}

@media (max-width: 479px) {
  section .container .content .text-and-img {
    width: calc(100% - 20px) !important;
    max-width: 100%;
  }
}

section .container .content .image-bottom-txt {
  float: right !important;
  width: 85% !important;
  margin-left: 0 !important;
}

@media (max-width: 768px) {
  section .container .content .image-bottom-txt {
    margin-top: -60px !important;
    padding: 40px !important;
  }
}

@media (max-width: 640px) {
  section .container .content .image-bottom-txt {
    padding: 20px !important;
  }
}

@media (max-width: 479px) {
  section .container .content .image-bottom-txt {
    width: 100% !important;
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  section.tabs-fees .text {
    padding: 50px 50px 120px 50px;
  }
}

section.tabs-fees .text table {
  width: 100%;
  border: none;
}

section.tabs-fees .text table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.tabs-fees .text table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.tabs-fees .text table tr th:nth-child(odd) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.tabs-fees .text table tr th:nth-child(even) {
  width: 140px;
}

section.tabs-fees .text table th {
  vertical-align: top;
  color: inherit;
  background-color: transparent;
}

section.tabs-fees .text table td,
section.tabs-fees .text table th {
  padding-top: 0 !important;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
}

section.tabs-fees .text table td {
  padding-top: 0 !important;
  padding-bottom: 30px;
  vertical-align: top;
}

@media (max-width: 640px) {
  section.tabs-fees .text table td {
    line-height: 21px;
  }
}

section.tabs-fees .text table td:nth-child(odd) {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.tabs-fees .text table td > span:not(.glossaryLink) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
  color: #b492a4;
}

section.tabs-fees .text table td:nth-child(even) {
  width: 140px;
}

@media (max-width: 640px) {
  section.tabs-fees .text table td:nth-child(even) {
    width: 40%;
  }
}

section.tabs-fees .text table tr:nth-child(odd) {
  background-color: transparent;
}

section.ratings {
  margin-top: 100px !important;
}

@media (max-width: 640px) {
  section.ratings .animated-bubble,
    section.ratings .animated-bubble:before,
    section.ratings .animated-bubble:after {
    width: 250px;
    height: 250px;
  }
}

section.ratings .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.ratings .container ul li.bubble {
  margin: auto;
  padding: 60px 45px;
  text-align: center;
}

@media (min-width: 479px) {
  section.ratings .container ul li.bubble {
    min-width: 250px;
    min-height: 250px;
    padding: 105px 100px;
  }
}

@media (min-width: 640px) {
  section.ratings .container ul li.bubble {
    padding: 105px 50px;
  }
}

section.ratings .container ul li.bubble span:not(.circle) {
  font-size: 1.1rem;
  line-height: 2.5rem;
  display: block;
  letter-spacing: .025em;
}

@media (min-width: 640px) {
  section.ratings .container ul li.bubble span:not(.circle) {
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-top: 20px;
  }
}

section.ratings .container ul li.bubble span:not(.circle) a {
  text-decoration: underline;
}

section.ratings .container ul li.bubble span:not(.circle) a:hover {
  color: #fd6622;
}

section.ratings .container ul li.bubble span:not(.circle).rate {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 7rem;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 479px) {
  section.ratings .container ul li.bubble span:not(.circle).rate {
    font-size: 7.2rem;
    line-height: 8.2rem;
  }
}

section.ratings .container ul li.bubble .stars-outer {
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}

@media (min-width: 479px) {
  section.ratings .container ul li.bubble .stars-outer {
    font-size: 2.2rem;
    width: 150px;
  }
}

section.ratings .container ul li.bubble .stars-outer::before {
  content: '\f006  \f006  \f006  \f006  \f006';
  color: #ff9d74;
}

section.ratings .container ul li.bubble .stars-inner {
  position: absolute;
  top: 0;
  left: 1px;
  overflow: hidden;
  width: 0;
  -webkit-transition: width linear 1s;
  transition: width linear 1s;
  white-space: nowrap;
}

section.ratings .container ul li.bubble .stars-inner::before {
  content: '\f005  \f005  \f005  \f005  \f005';
  color: #ff9d74;
}

section.services.bg .bg {
  width: 100%;
}

@media (max-width: 640px) {
  section.services.bg .bg {
    overflow: hidden;
  }
}

section.services.bg .bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  section.services.bg .bg img {
    width: auto;
    max-width: none;
    height: 290px;
  }
}

@media (max-width: 479px) {
  section.services.bg .bg img {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media (min-width: 640px) {
  section.services.bg .container {
    margin-top: -125px;
  }
}

section.services .container > ul.links {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 640px) {
  section.services .container > ul.links {
    margin-top: -170px;
  }
}

@media (min-width: 640px) {
  section.services .container > ul.links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}

section.services .container > ul.links > li {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
  cursor: pointer;
    /* Pour Firefox : */
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

section.services .container > ul.links > li .wrapper {
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 479px) {
  section.services .container > ul.links > li .wrapper {
    padding: 20px;
  }
}

section.services .container > ul.links > li:first-child::before {
  display: block;
  height: 60px;
  content: '';
  background: transparent;
}

section.services .container > ul.links > li h2 {
  margin-top: 0;
}

section.services .container > ul.links > li .sliding.arrow {
  margin-top: 40px;
}

@media (max-width: 640px) {
  section.services .container > ul.links > li .sliding.arrow {
    margin-top: 30px;
  }
}

@media (min-width: 991px) {
  section.services .container > ul.links > li .sliding.arrow span {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

section.services .container > ul.links > li .sliding.arrow span:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

section.services .container > ul.links > li a {
  font-family: 'Merriweather', Arial, sans-serif;
  position: static;
  display: block;
  text-decoration: none;
  color: #855b71;
}

section.services .container > ul.links > li:hover .sliding.arrow span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 991px) {
  section.services .container > ul.links > li:hover .sliding.arrow span:after {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
}

section.job-offers.bg .bg {
  width: 100%;
}

@media (max-width: 640px) {
  section.job-offers.bg .bg {
    overflow: hidden;
  }
}

section.job-offers.bg .bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  section.job-offers.bg .bg img {
    width: auto;
    max-width: none;
    height: 290px;
  }
}

@media (max-width: 479px) {
  section.job-offers.bg .bg img {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media (min-width: 640px) {
  section.job-offers.bg .container {
    margin-top: -125px;
  }
}

section.job-offers .container > ul.links {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 640px) {
  section.job-offers .container > ul.links {
    margin-top: -170px;
  }
}

@media (min-width: 640px) {
  section.job-offers .container > ul.links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}

section.job-offers .container > ul.links > li {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
  cursor: pointer;
    /* Pour Firefox : */
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

section.job-offers .container > ul.links > li .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 479px) {
  section.job-offers .container > ul.links > li .wrapper {
    padding: 20px;
  }
}

@media (min-width: 991px) {
  section.job-offers .container > ul.links > li .wrapper {
    height: 260px;
  }
}

section.job-offers .container > ul.links > li:first-child::before {
  display: block;
  height: 60px;
  content: '';
  background: transparent;
}

section.job-offers .container > ul.links > li h2 {
  margin-top: 0;
}

section.job-offers .container > ul.links > li h2 span {
  font-weight: 500;
}

@media (min-width: 991px) {
  section.job-offers .container > ul.links > li .sliding.arrow span {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

section.job-offers .container > ul.links > li .sliding.arrow span:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

section.job-offers .container > ul.links > li a {
  font-family: 'Merriweather', Arial, sans-serif;
  position: static;
  display: block;
  text-decoration: none;
  color: #855b71;
}

section.job-offers .container > ul.links > li:hover .sliding.arrow span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 991px) {
  section.job-offers .container > ul.links > li:hover .sliding.arrow span:after {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
}

section.banner {
  background-color: rgba(253, 136, 87, .9);
}

section.banner > div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.banner > div .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  section.banner > div .container {
    padding: 0 80px;
  }
}

section.banner > div .container .wrapper {
  margin: auto;
}

section.banner > div .container .wrapper p.statement {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 5.4rem;
  margin: 20px 0;
  letter-spacing: .015em;
  color: #fff;
}

@media (max-width: 768px) {
  section.banner > div .container .wrapper p.statement {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}

@media (max-width: 639px) {
  section.banner > div .container .wrapper p.statement {
    font-size: 2.1rem;
    line-height: 3.1rem;
  }
}

section.banner .stat,
section.banner .cta {
  padding: 80px 0;
}

@media (max-width: 639px) {
  section.banner .stat,
    section.banner .cta {
    padding: 50px 0;
  }
}

section.banner .stat .container .wrapper,
section.banner .cta .container .wrapper {
  margin: auto 0;
}

section.banner .fondation .container .wrapper p.statement {
  margin-left: 25px;
}

section.banner .fondation .container .wrapper .btn {
  margin-left: 25px;
}

section.banner .fondation .container .wrapper::before {
  float: left;
  width: 178px;
  height: 225px;
  margin-left: -200px;
  content: '';
  background: url(images/svg/papillonfondation.svg) center center no-repeat;
}

section.banner__text-block {
  margin-bottom: 180px !important;
}

@media (min-width: 768px) {
  section.banner__text-block {
    margin-bottom: 0 !important;
  }
}

section.banner__text-block .cta {
  padding: 50px 0;
}

@media (min-width: 768px) {
  section.banner__text-block .cta {
    padding: 80px 0;
  }
}

section.banner__text-block .container {
  padding: 0 !important;
}

section.banner__text-block.theme-light .block {
  color: #855b71;
  background-color: #fff;
}

section.banner__text-block.theme-light .block .btn {
  border-color: #fd8857;
  background: #fd8857;
}

section.banner__text-block.theme-dark .block {
  color: #fff;
  background-color: #fd8857;
}

section.banner__text-block.theme-dark .block .btn {
  border-color: #fff;
  background: #fff;
}

section.banner__text-block.layout-right .block {
  margin-left: auto;
}

section.banner__text-block .block {
  position: relative;
  z-index: 10;
  bottom: -140px;
  width: 100%;
  max-width: 350px;
  padding: 30px;
}

@media (min-width: 640px) {
  section.banner__text-block .block {
    max-width: 400px;
    margin-top: 120px;
    padding: 50px;
  }
}

@media (min-width: 1024px) {
  section.banner__text-block .block {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  section.banner__text-block .block {
    bottom: auto;
  }
}

@media (min-width: 1140px) {
  section.banner__text-block .block {
    max-width: 570px;
  }
}

section.banner__text-block .block p {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0 0 30px;
  letter-spacing: 0;
}

@media (min-width: 640px) {
  section.banner__text-block .block p {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1024px) {
  section.banner__text-block .block p {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

section.banner__text-block .block .btn {
  color: #633f59;
}

section.banner__text-block .block .btn.arrow:before {
  background: url(images/svg/arrow-right-purp.svg) no-repeat center center;
  background-size: 25px 9px;
}

section.banner__text-block .block .btn.arrow:hover:before {
  -webkit-animation: fadeinleft 500ms ease-in-out;
  animation: fadeinleft 500ms ease-in-out;
}

section.round-image.map .container > ul > li .wrapper {
  z-index: 2;
  display: inline-block;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 991px) {
  section.round-image.map .container > ul > li .wrapper {
    margin-left: -50px;
  }
}

section.round-image.map .container > ul > li .wrapper .text {
  width: 100%;
}

@media (min-width: 768px) {
  section.round-image.map .container > ul > li .wrapper .text {
    margin-top: 160px;
  }
}

section.round-image.map .container > ul > li .wrapper .text a:not(.btn) {
  text-decoration: underline;
  color: #fd6622;
}

section.round-image.map .container > ul > li .wrapper .text a:not(.btn):hover {
  color: #855b71;
}

@media (max-width: 768px) {
  section.round-image.map .container > ul > li .wrapper .text {
    max-width: none;
  }
}

section.round-image.map .container > ul > li:nth-child(odd) .text {
  margin-left: 0;
}

section.round-image.map .container > ul > li:nth-child(odd) .text:nth-child(2) {
  margin-top: 5px;
}

section.round-image.map .map-container {
  width: 100%;
  margin: auto;
}

section.round-image.map .map-container #map {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
}

section.round-image .container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.round-image .container > ul > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  zoom: 1;
  margin-bottom: 50px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  section.round-image .container > ul > li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

section.round-image .container > ul > li:before,
section.round-image .container > ul > li:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

section.round-image .container > ul > li:after {
  clear: both;
}

section.round-image .container > ul > li .image {
  position: relative;
  z-index: 0;
}

section.round-image .container > ul > li .text {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: -40px 0 0 0;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 768px) {
  section.round-image .container > ul > li .text {
    width: 50%;
    max-width: 570px;
    margin: 80px 0 0 0;
    padding: 55px 60px 70px 65px;
  }
}

section.round-image .container > ul > li .text > * {
  margin-top: 0;
}

section.round-image .container > ul > li .text table {
  width: 100%;
}

section.round-image .container > ul > li .text table tr td {
  width: 50%;
  padding-top: 0 !important;
  vertical-align: top;
}

@media (max-width: 640px) {
  section.round-image .container > ul > li .text table tr td {
    display: block;
    width: 100%;
  }
}

section.round-image .container > ul > li .text + .text {
  margin-top: 5px;
}

section.round-image .container > ul > li .text a {
  text-decoration: none;
}

section.round-image .container > ul > li .text:hover .sliding.arrow span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

section.round-image .container > ul > li .filter-image {
  height: calc(100% - 6px);
}

section.round-image .container > ul > li .imperfect-circle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

section.round-image .container > ul > li .imperfect-circle span.circle {
  display: block;
}

section.round-image .container > ul > li .imperfect-circle span.circle .st3,
section.round-image .container > ul > li .imperfect-circle span.circle .st1 {
  fill: #f3e1d9;
}

section.round-image .container > ul > li .imperfect-circle + img {
  border: 1px solid #f3e1d9;
}

section.round-image .container > ul > li:nth-child(odd) .text {
  float: left;
}

@media (min-width: 768px) {
  section.round-image .container > ul > li:nth-child(odd) .text {
    margin-left: -20px;
  }
}

section.round-image .container > ul > li:nth-child(odd) .image {
  float: left;
  text-align: right;
}

section.round-image .container > ul > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.round-image .container > ul > li:nth-child(even) .text {
  float: right;
  margin-right: -20px;
}

section.round-image .container > ul > li:nth-child(even) .image {
  float: right;
}

section.comments .container .content .text {
  padding: 70px 50px;
}

section.team .container .content {
  max-width: none;
}

@media (min-width: 768px) {
  section.team .container .content .text {
    margin-bottom: 100px;
  }
}

section.team .container .content .listings {
  float: right;
  width: 100%;
  max-width: 800px;
  max-width: 1020px;
  margin-top: -130px;
  padding: 70px 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.team .container .content .listings {
    margin-top: 0;
  }
}

section.team .container .content .listings > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.team .container .content .listings > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 80px 0 0 0;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.team .container .content .listings > ul > li span {
  display: block;
}

section.team .container .content .listings > ul > li h6 {
  margin: 10px 0 0;
}

section.team .container .content .listings > ul > li.last {
  height: 0;
  margin: 0;
}

@media (min-width: 479px) {
  section.team .container .content .listings > ul > li.employee {
    width: 50%;
  }
}

@media (min-width: 640px) {
  section.team .container .content .listings > ul > li.employee {
    width: 33.3333333333%;
  }

  section.team .container .content .listings > ul > li.employee:nth-child(-n+3) {
    margin-top: 0;
  }
}

section.team .container .content .listings > ul > li.employee .wrapper .imperfect-circle {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 158px;
}

section.team .container .content .listings > ul > li.employee .wrapper .imperfect-circle img {
  border: 1px solid #f3e1d9;
}

section.team .container .content .listings > ul > li.employee .wrapper span.circle {
  z-index: 0;
}

section.team .container .content .listings > ul > li.employee .wrapper span.circle .st3 {
  fill: #fff;
}

section.team .container .content .listings > ul > li.department {
  width: 100%;
  height: 200px;
}

@media (min-width: 479px) {
  section.team .container .content .listings > ul > li.department {
    height: 250px;
  }
}

@media (min-width: 640px) {
  section.team .container .content .listings > ul > li.department {
    width: calc(50% - 20px);
  }

  section.team .container .content .listings > ul > li.department:nth-child(-n+2) {
    margin-top: 0;
  }
}

section.team .container .content .listings > ul > li.department:nth-child(1) {
  margin-top: 0;
}

section.team .container .content .listings > ul > li.department .imperfect-circle {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 100%;
}

section.team .container .content .listings > ul > li.department .imperfect-circle span.circle {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  max-width: 250px;
}

section.team .container .content .listings > ul > li.department .imperfect-circle span.circle .st3,
section.team .container .content .listings > ul > li.department .imperfect-circle span.circle .st1 {
  fill: #e7dee3;
}

section.team .container .content .listings > ul > li.department .imperfect-circle > div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.team .container .content .listings > ul > li.department .imperfect-circle > div h5 {
  margin: 0;
  margin-bottom: 8px;
}

section.team .container .content .listings > ul > li.department .imperfect-circle > div > ul {
  padding: 0;
  list-style: none;
}

section.team .container .content .listings > ul > li.department .imperfect-circle > div > ul > li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 0;
}

section.form .container .content .text + .text {
  float: right;
  width: 100%;
  max-width: 910px;
  margin-top: -70px;
}

section.form#form-contact .container .content {
  margin: auto;
}

section.form#form-contact .container .content .text {
  max-width: 680px;
  margin: 0 auto 0 auto;
  padding: 50px;
}

section.form#form-contact .container .content .text .row .col.master {
  width: 100%;
  max-width: 380px;
}

section.form#form-contact .container .content .text:not(.show-question):not(.show-appointment) fieldset .row:last-child {
  margin: 0;
}

section.form#form-contact .container .content .text fieldset#extern {
  display: none;
}

section.form#form-contact .container .content .text .question,
section.form#form-contact .container .content .text .appointment {
  display: none;
}

section.form#form-contact .container .content .text.show-question {
  max-width: 796px;
}

section.form#form-contact .container .content .text.show-question .row .col.master {
  width: calc(50% - 20px);
  max-width: none;
}

section.form#form-contact .container .content .text.show-question .question {
  display: block;
}

section.form#form-contact .container .content .text.show-question.show-appointment .appointment {
  display: block;
}

section.testimonial {
  padding-top: 50px;
}

section.testimonial .video-container {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  section.testimonial .video-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

section.testimonial .video-wrapper {
  position: relative;
  max-width: 800px;
  height: auto;
}

@media (max-width: 1280px) {
  section.testimonial .video-wrapper {
    width: 75%;
    max-width: none;
  }
}

@media (max-width: 991px) {
  section.testimonial .video-wrapper {
    width: 85%;
  }
}

@media (max-width: 640px) {
  section.testimonial .video-wrapper {
    width: 100%;
  }
}

section.testimonial .video-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(133, 91, 113, .35);
}

section.testimonial .video-wrapper iframe,
section.testimonial .video-wrapper .video-loop {
  display: block;
  width: 100%;
}

section.testimonial .testimonial-blockquote {
  padding-bottom: 0;
}

section.testimonial .testimonial-blockquote blockquote {
  position: relative;
  z-index: 1 !important;
  min-width: 395px;
  max-width: 570px;
  margin: 0;
  margin-top: -175px;
  margin-left: auto;
  padding: 60px 40px 40px 40px;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 1280px) {
  section.testimonial .testimonial-blockquote blockquote {
    width: 50%;
    max-width: none;
  }
}

@media (max-width: 991px) {
  section.testimonial .testimonial-blockquote blockquote {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  section.testimonial .testimonial-blockquote blockquote {
    margin-top: -50px;
  }
}

@media (max-width: 640px) {
  section.testimonial .testimonial-blockquote blockquote {
    margin-right: auto;
    padding: 40px 30px;
  }
}

@media (max-width: 479px) {
  section.testimonial .testimonial-blockquote blockquote {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1024px) {
  section.testimonial .testimonial-blockquote blockquote .testimonial-text {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}

section.testimonial .btn-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 640px) {
  section.testimonial .btn-wrapper {
    margin-top: 25px;
  }
}

@media (min-width: 991px) {
  section.testimonials-carousel {
    padding-top: 50px;
  }
}

section.testimonials-carousel .container {
  padding: 0 60px;
}

@media (min-width: 640px) {
  section.testimonials-carousel .container {
    padding: 0 100px;
  }
}

section.testimonials-carousel .owl-item {
  min-height: 500px;
}

section.testimonials-carousel .owl-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  section.testimonials-carousel .owl-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.testimonials-carousel .owl-item .team-member__thumbnail {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  max-height: 460px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
    /*&::after {
      //img mask
      content: ' ';
      background: url(images/misc/mask.png) no-repeat;
      background-size: cover;
      width: 460px;
      height: 460px;
      max-width: 300px;
      max-height: 300px;
      position: absolute;
      z-index:10;

      @include breakpoint(max-width $breakpoint-laptop ) {
          left:50%;
          transform: translateX(-50%);
      }

      @include breakpoint(min-width $breakpoint-laptop ) {
          left: 0;
          max-width: 390px;
          max-height: 390px;
      }
      @include breakpoint(min-width $breakpoint-screen ) {
          max-width:460px;
          max-height: 460px;
      }
  }*/
}

@media (max-width: 991px) {
  section.testimonials-carousel .owl-item .team-member__thumbnail {
    position: relative;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 1280px) {
  section.testimonials-carousel .owl-item .team-member__thumbnail {
    max-width: 390px;
    max-height: 390px;
  }
}

section.testimonials-carousel .owl-item .team-member__thumbnail img {
  max-width: 452px;
  margin-top: 2px;
  padding-top: 2px;
}

@media (max-width: 1280px) {
  section.testimonials-carousel .owl-item .team-member__thumbnail img {
    max-width: 384px;
  }
}

@media (max-width: 991px) {
  section.testimonials-carousel .owl-item .team-member__thumbnail img {
    position: relative;
    max-width: 296px;
    max-height: 296px;
    margin: 0 auto;
  }
}

section.testimonials-carousel .owl-item.active {
  z-index: 100;
}

section.testimonials-carousel .owl-item .testimonial-blockquote {
  position: relative;
  z-index: 20;
  width: 54%;
  margin-left: auto;
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote {
    width: 56%;
  }
}

@media (max-width: 1280px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote {
    width: 58%;
  }
}

@media (max-width: 1024px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote {
    width: 52%;
  }
}

@media (max-width: 991px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote {
    width: 100%;
    min-width: 0;
    margin-top: -40px;
  }
}

section.testimonials-carousel .owl-item .testimonial-blockquote blockquote {
  position: relative;
  z-index: 1 !important;
  margin: 0;
  margin-left: auto;
  padding: 60px 50px 50px 50px;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  background-color: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote blockquote {
    margin-right: auto;
    padding: 40px 30px;
  }
}

@media (max-width: 1024px) {
  section.testimonials-carousel .owl-item .testimonial-blockquote blockquote .testimonial-text {
    font-size: 2.1rem;
    line-height: .8;
  }
}

section.testimonials-carousel .owl-item .testimonial-blockquote blockquote .signature {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-top: 40px;
}

section.testimonials-carousel .owl-item .testimonial-blockquote blockquote .job-title {
  font-family: 'Asap', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  display: block;
  display: block;
  text-align: right;
}

section.testimonials-carousel .owl-carousel .owl-dots {
  margin-top: 70px;
}

section.testimonials-carousel .owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 3px solid #fd8857;
  background-color: transparent;
}

section.testimonials-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fd8857;
}

section.testimonials-carousel .owl-carousel .owl-dots .owl-dot:active,
section.testimonials-carousel .owl-carousel .owl-dots .owl-dot:focus {
  border: none;
  outline: none;
}

section.testimonials-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: auto !important;
  -webkit-transform: rotate(180deg) translateY(150%);
      -ms-transform: rotate(180deg) translateY(150%);
          transform: rotate(180deg) translateY(150%);
  background: url('images/svg/arrow-lg-right.svg') no-repeat center center;
}

@media (max-width: 640px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}

@media (min-width: 640px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-prev {
    left: -66px;
  }
}

@media (min-width: 1280px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-prev {
    left: -80px;
  }
}

section.testimonials-carousel .owl-carousel .owl-nav .owl-prev span {
  display: none;
}

section.testimonials-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -66px;
  width: 50px;
  height: 50px;
  margin: auto !important;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  background: url('images/svg/arrow-lg-right.svg') no-repeat center center;
}

@media (max-width: 640px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}

@media (min-width: 640px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-next {
    right: -66px;
  }
}

@media (min-width: 1280px) {
  section.testimonials-carousel .owl-carousel .owl-nav .owl-next {
    right: -80px;
  }
}

section.testimonials-carousel .owl-carousel .owl-nav .owl-next span {
  display: none;
}

section.testimonials-carousel .owl-carousel .owl-carousel .owl-prev,
section.testimonials-carousel .owl-carousel .owl-carousel .owl-next {
  position: absolute;
  top: 10px;
  height: 30px;
  margin: auto !important;
}

section.testimonials-carousel .btn-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 640px) {
  section.testimonials-carousel .btn-wrapper {
    margin-top: 25px;
  }
}

section.highlights-carousel {
  padding: 50px 0;
  background-color: #fff;
}

@media (min-width: 991px) {
  section.highlights-carousel {
    padding: 120px 0;
  }
}

section.highlights-carousel .container {
  padding: 0 60px;
}

@media (min-width: 640px) {
  section.highlights-carousel .container {
    padding: 0 100px;
  }
}

section.highlights-carousel .owl-item {
  min-height: 500px;
}

section.highlights-carousel .owl-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.highlights-carousel .owl-item .highlight__thumbnail {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 490px;
  max-height: 470px;
  margin: 0 auto 20px auto;
  padding: 30px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .highlight__thumbnail {
    position: relative;
    width: 50%;
    margin: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.highlights-carousel .owl-item .highlight__thumbnail .thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .highlight__thumbnail .thumbnail-wrapper {
    max-width: 410px;
    height: initial;
  }
}

section.highlights-carousel .owl-item .highlight__thumbnail img {
  width: 100%;
  margin-top: 2px;
  padding-top: 2px;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .highlight__thumbnail img {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }
}

section.highlights-carousel .owl-item .highlight__thumbnail .thumbnail-wrapper::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .highlight__thumbnail .thumbnail-wrapper::before {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  section.highlights-carousel .owl-item .highlight__thumbnail .thumbnail-wrapper::before {
    max-width: 420px;
  }
}

section.highlights-carousel .owl-item.active {
  z-index: 100;
}

section.highlights-carousel .owl-item .highlight__content {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-left: auto;
  padding-bottom: 0;
}

@media (min-width: 991px) {
  section.highlights-carousel .owl-item .highlight__content {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  section.highlights-carousel .owl-item .highlight__content {
    padding-left: 50px;
  }
}

@media (min-width: 1280px) {
  section.highlights-carousel .owl-item .highlight__content {
    padding-left: 40px;
  }
}

section.highlights-carousel .owl-item .highlight__btn {
  margin-top: 16px;
}

section.highlights-carousel .owl-item:nth-child(1) .highlight__thumbnail .thumbnail-wrapper::before,
section.highlights-carousel .owl-item:nth-child(4) .highlight__thumbnail .thumbnail-wrapper::before {
  top: 6px;
  right: 16px;
  width: 100%;
  background-image: url(images/svg/circle1.svg);
}

section.highlights-carousel .owl-item:nth-child(2) .highlight__thumbnail .thumbnail-wrapper::before,
section.highlights-carousel .owl-item:nth-child(5) .highlight__thumbnail .thumbnail-wrapper::before {
  top: 12px;
  right: 18px;
  background-image: url(images/svg/circle2.svg);
}

section.highlights-carousel .owl-item:nth-child(3) .highlight__thumbnail .thumbnail-wrapper::before,
section.highlights-carousel .owl-item:nth-child(6) .highlight__thumbnail .thumbnail-wrapper::before {
  top: 4px;
  right: 16px;
  background-image: url(images/svg/circle3.svg);
}

section.highlights-carousel .owl-carousel .owl-dots {
  margin-top: 50px;
}

section.highlights-carousel .owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 3px solid #fd8857;
  background-color: transparent;
}

section.highlights-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fd8857;
}

section.highlights-carousel .owl-carousel .owl-dots .owl-dot:active,
section.highlights-carousel .owl-carousel .owl-dots .owl-dot:focus {
  border: none;
  outline: none;
}

section.highlights-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: auto !important;
  -webkit-transform: rotate(180deg) translateY(150%);
      -ms-transform: rotate(180deg) translateY(150%);
          transform: rotate(180deg) translateY(150%);
  background: url('images/svg/arrow-lg-right.svg') no-repeat center center;
}

@media (max-width: 640px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}

@media (min-width: 640px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-prev {
    left: -66px;
  }
}

@media (min-width: 1280px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-prev {
    left: -80px;
  }
}

section.highlights-carousel .owl-carousel .owl-nav .owl-prev span {
  display: none;
}

section.highlights-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -66px;
  width: 50px;
  height: 50px;
  margin: auto !important;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  background: url('images/svg/arrow-lg-right.svg') no-repeat center center;
}

@media (max-width: 640px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}

@media (min-width: 640px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-next {
    right: -66px;
  }
}

@media (min-width: 1280px) {
  section.highlights-carousel .owl-carousel .owl-nav .owl-next {
    right: -80px;
  }
}

section.highlights-carousel .owl-carousel .owl-nav .owl-next span {
  display: none;
}

section.highlights-carousel .owl-carousel .owl-carousel .owl-prev,
section.highlights-carousel .owl-carousel .owl-carousel .owl-next {
  position: absolute;
  top: 10px;
  height: 30px;
  margin: auto !important;
}

section.highlights-carousel .btn-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 640px) {
  section.highlights-carousel .btn-wrapper {
    margin-top: 25px;
  }
}

section.video-block .container .content {
  margin: 50px 0;
}

section.steps .container > .content {
  position: relative;
  margin-bottom: 100px;
}

section.steps .container > .content h4 {
  font-weight: 600;
  color: #855b71;
}

section.steps .container > .content .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  section.steps .container > .content .steps {
    display: block;
  }
}

@media (max-width: 1279px) {
  section.steps .container > .content .steps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

section.steps .container > .content ul.steps-list {
  display: none;
  width: 100%;
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  border-left: 3px solid #f1e8e9;
}

@media (min-width: 768px) {
  section.steps .container > .content ul.steps-list {
    display: block;
  }
}

@media (max-width: 991px) {
  section.steps .container > .content ul.steps-list {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

section.steps .container > .content ul.steps-list > li {
  font-size: 1.4rem;
  margin: 0;
  padding-left: 18px;
  cursor: pointer;
}

section.steps .container > .content ul.steps-list > li:first-child {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0 10px 18px;
  cursor: auto;
}

section.steps .container > .content ul.steps-list > li.active {
  font-weight: 600;
  margin-left: -3px;
  border-left: 3px solid #855b71;
}

section.steps .container > .content div.steps-content-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

section.steps .container > .content ul.steps-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.steps .container > .content ul.steps-content .bg {
  display: block;
  background-color: #fff;
}

section.steps .container > .content ul.steps-content > li {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 800px;
  padding-top: 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  section.steps .container > .content ul.steps-content > li {
    right: -20px;
    max-width: 600px !important;
  }
}

section.steps .container > .content ul.steps-content > li.empty {
  display: block;
  height: 100%;
  opacity: 1;
  background: #fff;
}

section.steps .container > .content ul.steps-content > li.active {
  z-index: 10;
  opacity: 1;
}

section.steps .container > .content ul.steps-content > li .summary {
  padding: 40px 50px;
}

section.steps .container > .content ul.steps-content > li .summary p:first-child {
  margin-top: 0;
}

section.steps .container > .content ul.steps-content > li .video.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
 /* 16:9 */
}

section.steps .container > .content ul.steps-content > li .video.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.tabs .container .content .text {
  padding: 25px;
}

@media (min-width: 640px) {
  section.tabs .container .content .text {
    padding: 50px;
  }
}

section.tabs .container .content ul {
  margin: 0;
  padding: 0;
}

section.tabs .container .content ul.tab-menu {
  list-style: none;
  border-bottom: 3px solid #f1e8e9;
}

@media (max-width: 640px) {
  section.tabs .container .content ul.tab-menu {
    text-align: center;
  }
}

@media (max-width: 640px) {
  section.tabs .container .content ul.tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.tabs .container .content ul.tab-menu > li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 50px 0 0;
  padding-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  section.tabs .container .content ul.tab-menu > li {
    margin: 0;
  }
}

section.tabs .container .content ul.tab-menu > li.active {
  font-weight: 600;
  margin-bottom: -3px;
  border-bottom: 3px solid #855b71;
}

section.tabs .container .content ul.tab-content {
  list-style: none;
}

section.tabs .container .content ul.tab-content > li {
  display: none;
  margin: 20px 0 0;
}

section.tabs .container .content ul.tab-content > li.active {
  display: block;
}

section.tabs .container .content ul.tab-content > li > ul {
  margin: 20px;
  list-style: disc;
}

.fadein-up {
  z-index: 0 !important;
}

@media (max-width: 767px) {
  section.publication .container .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1140px) {
  section.publication .container .content .text.left {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  section.publication .container .content .text.left {
    width: 100%;
    max-width: none;
    margin-bottom: 50px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  section.publication .container .content .image.right {
    position: static;
    float: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

section.publication .container .content .image img {
  height: auto;
}

.particles-js-canvas-el {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0 !important;
  left: 0;
}

.image.bottom.right {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.form-contact .show-question .animated-bubble--orange {
  display: none;
}

.circle-small-txt p {
  font-size: 12px;
  color: red;
}

@media (max-width: 640px) {
  body .main-container > section ~ section.tabs-fees {
    margin-top: 0;
  }
}

body .main-container > section ~ section.tabs-fees .fees {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  body .main-container > section ~ section.team.department {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  section.round-image .container > ul > li:nth-child(even) .text {
    float: none !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1280px) {
  section.section_specialist .container > ul > li:nth-child(odd) .image {
    width: 40%;
  }
}

@media (max-width: 639px) {
  section.section_specialist .container > ul > li:nth-child(odd) .image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1280px) {
  section.section_specialist .container > ul > li:nth-child(odd) .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 639px) {
  section.section_specialist .container > ul > li:nth-child(odd) .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

section.jobs .jobs-list {
  float: right;
  width: 100%;
  max-width: 800px;
  max-width: 1020px;
  margin-top: -130px;
  padding: 70px 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.jobs .jobs-list {
    margin-top: 0;
  }
}

section.jobs .jobs-list li {
  margin-bottom: 5px;
}

section.jobs .jobs-list li a::before {
  content: none;
}

/* ---------------------------------------------
	ACCORDION
-----------------------------------------------*/
.acc {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.acc > li {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  background: #fff;
}

.acc > li::before,
.acc > li::after {
  display: block;
  overflow: hidden;
  height: 0;
  content: ' ';
}

.acc > li + li {
  margin-top: 20px;
}

.acc > li.active:not(:last-child) {
  margin-bottom: 17px;
}

.acc > li.active .acc-title span:after {
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.acc .acc-title {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 0 180px 0 30px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.acc .acc-title p {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.acc .acc-title span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  text-align: center;
  color: #855b71;
  color: #633f59;
  background-color: #ff9d74;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.acc .acc-title span:after {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 80px;
  display: inline-block;
  content: '+';
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.acc .acc-title h6 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
  padding: 20px 0;
  text-align: left;
}

.acc .acc-content {
  display: none;
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .acc .acc-content {
    padding: 30px 180px 30px 30px;
  }
}

.acc .acc-content > * {
  margin-top: 0;
}

/* --------------------------------------------------------------
   PIECHART
--------------------------------------------------------------- */
section.piecharts .container .content {
  max-width: none;
}

section.piecharts .container .content .text:first-child {
  padding: 25px 25px 150px;
}

@media (min-width: 640px) {
  section.piecharts .container .content .text:first-child {
    padding: 50px 100px 150px 50px;
  }
}

section.piecharts .container .content .text:nth-child(2) {
  max-width: 910px;
  margin-top: -125px;
}

section.piecharts .container .content .text:nth-child(2) h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 20px 0;
  letter-spacing: .1em;
  text-transform: uppercase;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts {
  margin: 25px 0 0 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media (max-width: 479px) {
  section.piecharts .container .content .text:nth-child(2) ul.piecharts {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts.dual > li:nth-child(even) .pie span.circle .path {
  stroke: #855b71;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li {
  text-align: center;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 230px;
  height: 230px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie {
    height: 180px;
  }
}

@media (min-width: 640px) {
  section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie {
    height: 230px;
  }
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie span.circle {
  z-index: 0;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie span.circle .path {
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie span.stat {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.8rem;
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts > li .pie span.stat::after {
  display: inline-block;
  margin-left: 5px;
  content: '%';
}

section.piecharts .container .content .text:nth-child(2) ul.piecharts.single-pie {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.grid {
  margin-bottom: 70px;
}

.grid .grid-item {
  top: 0;
  -webkit-transition: top ease-in-out .5s, opacity ease-in .3s;
  transition: top ease-in-out .5s, opacity ease-in .3s;
  -webkit-transition: opacity ease-in .3s;
  transition: opacity ease-in .3s;
  opacity: 0;
}

.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
}

.modal-overlay.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal-overlay.is-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.modal-overlay .modal-wrapper {
  position: fixed;
  z-index: 220;
  top: 50%;
  left: 50%;
  display: block;
  width: 90vw;
  height: 90vh;
  padding: 30px 60px 60px 40px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: #fff;
}

@media (min-width: 768px) {
  .modal-overlay .modal-wrapper {
    width: 70vw;
    height: 480px;
  }
}

@media (min-width: 1024px) {
  .modal-overlay .modal-wrapper {
    width: 60vw;
    height: 480px;
  }
}

@media (min-width: 1280px) {
  .modal-overlay .modal-wrapper {
    width: 50vw;
    height: 480px;
  }
}

.modal-overlay .modal-content__wrapper {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: initial !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.modal-overlay .modal-close {
  position: absolute;
  top: 48px;
  right: 30px;
  width: 32px;
  height: 32px;
  opacity: .8;
}

.modal-overlay .modal-close:before,
.modal-overlay .modal-close:after {
  position: absolute;
  left: 15px;
  width: 2px;
  height: 33px;
  content: ' ';
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  background-color: #333;
}

.modal-overlay .modal-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-overlay .modal-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-overlay .modal-close:hover:before,
.modal-overlay .modal-close:hover:after,
.modal-overlay .modal-close:active:before,
.modal-overlay .modal-close:active:after {
  background-color: #fd6622;
}

.modal-overlay .modal-title {
  padding: 0 40px 0 20px;
  color: #855b71;
}

.modal-overlay .modal-title h3 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #fd6622;
}

.modal-overlay .modal-content {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 0 20px;
  color: #855b71;
}

.widget-addthis {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 30px;
  width: 60px;
}

@media (max-width: 768px) {
  .widget-addthis {
    position: static;
    width: auto;
  }
}

.widget-addthis ul.custom_images {
  position: fixed;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  list-style: none;
}

@media (max-width: 1280px) {
  .widget-addthis ul.custom_images {
    position: static;
    width: 60px;
  }
}

@media (max-width: 768px) {
  .widget-addthis ul.custom_images {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.widget-addthis ul.custom_images > li {
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .widget-addthis ul.custom_images > li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .widget-addthis ul.custom_images > li:first-child {
    width: 100%;
  }
}

.widget-addthis ul.custom_images > li h5 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin: 5px 0 20px;
}

.widget-addthis ul.custom_images > li:hover svg .st0 {
  fill: #fd6622;
}

.widget-addthis ul.custom_images > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-addthis ul.custom_images > li > a.addthis_button_facebook svg {
  width: 10px;
  height: 18px;
}

.widget-addthis ul.custom_images > li > a.addthis_button_twitter svg {
  width: 16px;
  height: 14px;
}

.widget-addthis ul.custom_images > li > a.addthis_button_email svg {
  width: 18px;
  height: 15px;
}

.widget-social p {
  font-size: 1.4rem;
  margin: 0 0 15px;
}

.widget-social ul {
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 479px) {
  .widget-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.widget-social ul.round > li {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fd8857;
}

.widget-social ul.round > li:hover {
  background-color: #ff9d74;
}

.widget-social ul.round > li.in a {
  background-size: auto 15px;
}

.widget-social ul.square > li {
  width: 50px;
  height: 50px;
  background-color: #855b71;
}

.widget-social ul.square > li:hover {
  background-color: #ff9d74;
}

.widget-social ul > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding: 0;
  -webkit-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}

.widget-social ul > li:last-child {
  margin-right: 0;
}

.widget-social ul > li > a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .1s;
  transition: all .1s;
  text-indent: -9999px;
  background: no-repeat center;
  background-size: auto 24px;
}

.widget-social ul > li.orange.fb a {
  background-image: url(images/svg/social/social/orange/fb.svg);
}

.widget-social ul > li.orange.twitter a {
  background-image: url(images/svg/social/orange/twitter.svg);
  background-size: 16px auto;
}

.widget-social ul > li.orange.gplus a {
  background-image: url(images/svg/social/orange/gplus.svg);
}

.widget-social ul > li.orange.yt a {
  background-image: url(images/svg/social/orange/yt.svg);
}

.widget-social ul > li.orange.in a {
  background-image: url(images/svg/social/orange/in.svg);
  background-size: 14px auto;
}

.widget-social ul > li.fb a {
  background-image: url(images/svg/social/fb.svg);
}

.widget-social ul > li.twitter a {
  background-image: url(images/svg/social/twitter.svg);
  background-size: auto 20px;
}

.widget-social ul > li.gplus a {
  background-image: url(images/svg/social/gplus.svg);
  background-size: auto 17px;
}

.widget-social ul > li.yt a {
  background-image: url(images/svg/social/yt.svg);
  background-size: auto 16px;
}

.widget-social ul > li.in a {
  background-image: url(images/svg/social/in.svg);
  background-size: auto 20px;
}

section.glossary #select-ln-letters {
  display: none;
  margin: 20px 0;
}

@media (max-width: 640px) {
  section.glossary #select-ln-letters {
    display: block;
  }
}

@media (max-width: 640px) {
  section.glossary #glossaryList-nav {
    display: none !important;
  }
}

section.glossary .glossary-container {
  margin-bottom: 100px;
}

section.glossary .glossary-container .progress-indicator {
  display: none !important;
}

section.glossary .glossary-container .listNav {
  margin: 40px 0;
  padding: 10px 0;
}

section.glossary .glossary-container .ln-letters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 479px) {
  section.glossary .glossary-container .ln-letters {
    max-width: 360px;
  }
}

@media (min-width: 640px) {
  section.glossary .glossary-container .ln-letters {
    max-width: 550px;
  }
}

@media (min-width: 1140px) {
  section.glossary .glossary-container .ln-letters {
    max-width: none;
  }
}

section.glossary .glossary-container .ln-letters a {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 1.6rem !important;
  font-weight: 600;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px 6px;
  text-align: center;
  color: #fd8857;
  border: none !important;
  background: url(images/svg/circle.svg) center no-repeat;
}

section.glossary .glossary-container .ln-letters a span {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

section.glossary .glossary-container .ln-letters a.ln-all {
  font-weight: 500;
  width: auto;
  padding: 10px 6px 0 0;
  background: none;
}

section.glossary .glossary-container .ln-letters a.ln-disabled {
  opacity: .6;
  color: #855b71;
}

section.glossary .glossary-container .ln-letters a.ln-disabled:hover {
  cursor: default;
}

section.glossary .glossary-container .ln-letters a.ln-selected {
  font-weight: 500;
  color: #fff;
  background: url(images/svg/circle_orange.svg) center no-repeat;
}

section.glossary .glossary-container .ln-letters a.ln-selected.ln-all {
  font-weight: 600;
  color: #fd8857;
  background: none;
}

section.glossary .glossary-container .ln-letters a:not(.ln-disabled).ln-all:hover {
  padding: 10px 6px 0 0 !important;
}

section.glossary .glossary-container .ln-letters a:not(.ln-disabled):hover {
  padding: 10px 6px !important;
  text-decoration: none;
  opacity: .8;
}

section.glossary .glossary-container .ln-letters a:hover {
  padding: 10px 6px;
}

section.glossary .glossary-container .glossaryList li {
  padding: 0;
}

section.glossary .glossary-container .glossaryList li span.glossaryLinkMain {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3rem;
  display: block;
  margin: 20px 0;
  word-wrap: normal;
}

section.glossary .glossary-container .glossaryList li div.glossary_itemdesc {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 15px 0;
}

section.glossary .glossary-container .glossaryList li:not(.the-index-letter):not(.the-letter-separator):not(.ln-no-match) {
  margin-bottom: 3px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 640px) {
  section.glossary .glossary-container .glossaryList li:not(.the-index-letter):not(.the-letter-separator):not(.ln-no-match) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 640px) {
  section.glossary .glossary-container .glossaryList li:not(.the-index-letter):not(.the-letter-separator):not(.ln-no-match) .glossaryLinkMain {
    float: none;
  }
}

@media (max-width: 640px) {
  section.glossary .glossary-container .glossaryList li:not(.the-index-letter):not(.the-letter-separator):not(.ln-no-match) .glossary_itemdesc {
    width: 100%;
    margin-left: 0;
    border: none !important;
  }
}

section.glossary .glossary-container .glossaryList li.the-index-letter {
  margin: 70px auto 30px;
  text-align: center;
}

@media (max-width: 640px) {
  section.glossary .glossary-container .glossaryList li.the-index-letter {
    margin: 40px auto 20px;
  }
}

section.glossary .glossary-container .glossaryList li.the-index-letter h2 {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 2.8rem !important;
  font-weight: 900;
  line-height: 3.8rem;
  position: relative;
  position: relative;
  display: inline-block;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 15px 6px;
  text-align: center;
  text-transform: uppercase;
  background: url(images/svg/circle.svg) center no-repeat;
}

section.glossary .glossary-container .glossaryList li.the-index-letter h2 span {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.glossaryItemTitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-top: 0 !important;
  border-top: 0 !important;
}

.glossaryItemBody p {
  margin: 0;
}

.glossaryLink {
  cursor: help;
}

.cmtt_related_linked_terms_wrapper {
  display: none;
}

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

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
 /* fix firefox animation glitch */
}

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

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

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font: inherit;
  padding: 0 !important;
  color: inherit;
  border: none;
  background: none;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
}

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  background: #d6d6d6;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
  color: #fff;
  background: #869791;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: .5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
