/*Bourbon mixins*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*Boxes settings*/
html {
  background: white;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  height: 100%; }

body {
  height: 100%;
  overflow-x: hidden; }

img {
  display: block;
  width: 100%; }

/*Colors, breakpoints...*/
.f-font1 {
  font-family: "adelle"; }

.f-font2 {
  font-family: "proxima-nova"; }

.f-font3 {
  font-family: 'Georgia';
  font-style: italic; }

.f-weight100 {
  font-weight: 100; }

.f-weight400 {
  font-weight: 400; }

.f-weight600 {
  font-weight: 600; }

.f-weight700 {
  font-weight: 700; }

.f-weight700i {
  font-weight: 700;
  font-style: italic; }

.f-h1 {
  font-size: 52px;
  line-height: 56px; }
  @media (max-width: 500px) {
    .f-h1 {
      font-size: 38px;
      line-height: 40px;
      margin-top: 35px; } }

.f-h2 {
  font-size: 21px;
  line-height: 24.5px;
  letter-spacing: 2px; }
  @media (max-width: 500px) {
    .f-h2 {
      font-size: 19px;
      line-height: 26px;
      letter-spacing: 0px;
      margin-top: 0; } }

.f-h3 {
  font-size: 40px;
  line-height: 40px; }

.f-h4 {
  font-size: 50px;
  line-height: 45px; }
  @media (max-width: 1440px) {
    .f-h4 {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 1200px) {
    .f-h4 {
      font-size: 30px;
      line-height: 30px; } }

.f-h5 {
  font-size: 20px;
  line-height: 24.5px; }
  @media (max-width: 1200px) {
    .f-h5 {
      font-size: 18px; } }

.f-h6 {
  font-size: 29px;
  line-height: 37px; }

.f-h7 {
  font-size: 16px; }

.f-aside {
  font-size: 16px;
  line-height: 23px !important; }

.f-quote {
  font-size: 30px;
  line-height: 40px; }

.f-flash {
  color: #25a6d2; }

.f-white {
  color: white; }

.f-white-special {
  color: white; }
  @media (max-width: 500px) {
    .f-white-special {
      color: black; } }

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

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

.f-black {
  color: black; }

.f-gray-dark {
  color: #666666; }

.f-gray-medium {
  color: #b7b7b7; }

.f-aa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.f-nomargin {
  margin-bottom: 0; }

.f-inter {
  padding-top: 30px;
  overflow: auto; }
  @media (max-width: 1200px) {
    .f-inter {
      padding-top: 10px;
      margin-bottom: 10px; } }

h1 {
  max-width: 725px; }

h2 {
  max-width: 725px; }

p {
  font-family: "proxima-nova";
  color: black;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 29px; }
  p b {
    font-family: "adelle";
    font-weight: 600; }

.content p {
  position: relative;
  padding-left: calc(33.33333333% + 15px); }
  @media (max-width: 992px) {
    .content p {
      padding-left: 0; } }
  @media (max-width: 500px) {
    .content p {
      font-size: 18px; } }
  .content p a {
    color: #25a6d2;
    border-bottom: 2px solid #25a6d2; }
    .content p a:hover, .content p a:focus {
      text-decoration: none; }

.prefooter p {
  font-size: 19px;
  line-height: 27px; }

.collapsable a {
  color: #25a6d2;
  border-bottom: 2px solid #25a6d2; }
  .collapsable a:hover, .collapsable a:focus {
    text-decoration: none; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 60px;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -5px;
  color: red; }

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 60px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -5px;
  color: red; }

p.lettrine:first-of-type:first-letter {
  font-family: "adelle";
  float: left;
  font-size: 55px;
  padding: 0.30em 0.10em 0 0;
  font-weight: 600; }
  @media (max-width: 500px) {
    p.lettrine:first-of-type:first-letter {
      font-size: 55px; } }

.signature {
  display: block;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .signature {
      margin-top: 10px; } }

/*text relatives*/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background-color: #ffbb52; }

::selection {
  background-color: #ffbb52; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*/HTML5 Boilerplate) Clearfix, hidden, visuallyhidden, invisible...*/
div.container {
  position: relative;
  max-width: 1325px;
  padding-left: 0;
  padding-right: 0;
  width: auto; }
  @media (max-width: 1440px) {
    div.container {
      max-width: 1125px; } }
  @media (max-width: 1200px) {
    div.container {
      padding-left: 30px;
      padding-right: 30px; } }

header {
  position: relative;
  width: 100%;
  height: 100%;
  background: #25a6d2; }
  @media (max-width: 992px) {
    header {
      height: 600px; } }
  @media (max-width: 500px) {
    header {
      height: auto;
      background: white; } }
  header div.header-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.5) 30%, transparent 50%), linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0.5) 30%, transparent 50%);
    opacity: 0.3;
    z-index: 1; }
    @media (max-width: 500px) {
      header div.header-gradient {
        display: none; } }
  header div.header--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 500px) {
      header div.header--bg {
        position: static;
        height: 300px; } }
    header div.header--bg div.header--bg--img {
      width: 100%;
      height: 100%;
      background: url("../img/article/cycle_pinchat-25.jpg");
      background-position: center center;
      background-size: cover; }
      @media (max-width: 1200px) {
        header div.header--bg div.header--bg--img {
          display: block; } }
    header div.header--bg .header--bg--vid {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #F2F2F2;
      background-position: center center;
      background-size: cover; }
      @media (max-width: 1200px) {
        header div.header--bg .header--bg--vid {
          display: none; } }
      header div.header--bg .header--bg--vid video {
        height: 100%;
        left: 0;
        object-fit: cover;
        top: 0;
        width: 100%; }
  header div.header--title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 10.5rem;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 1200px) {
      header div.header--title {
        top: auto;
        bottom: 3.5rem; } }
    @media (max-width: 500px) {
      header div.header--title {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  header div.header--caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
    @media (max-width: 500px) {
      header div.header--caption {
        display: none; } }

section {
  width: 100%;
  padding-top: 6.18rem;
  padding-bottom: calc(5.6rem - 29px); }
  section.small {
    padding-top: 2.18rem; }
  @media (max-width: 1200px) {
    section {
      padding-top: 3rem; } }
  @media (max-width: 500px) {
    section {
      padding-top: 2rem; } }
  section.is-colored {
    background-color: #f7f7f7; }

section.prefooter {
  background: #ececec;
  padding: 3.5rem 0 calc(3.5rem + 20px) 0; }
  @media (max-width: 992px) {
    section.prefooter {
      padding: 3.5rem 0 calc(3.5rem - 10px) 0; } }

footer {
  background: #000000;
  padding: 4.7rem 0 5.3rem 0; }
  footer ul.footer-menu {
    position: relative;
    text-transform: uppercase; }
    footer ul.footer-menu li {
      margin-bottom: 15px; }
    footer ul.footer-menu .footer-logo {
      position: absolute;
      height: 40px;
      width: auto; }
      @media (max-width: 1440px) {
        footer ul.footer-menu .footer-logo {
          height: 35px; } }

/*Header, section, article, footer...*/
div.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #25a6d2;
  z-index: 1005; }
  div.overlay .logo-brand {
    width: 300px;
    max-width: 85%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -110%);
    -moz-transform: translate(-50%, -110%);
    -ms-transform: translate(-50%, -110%);
    -o-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%); }
  div.overlay .spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 70%); }
  div.overlay .double-bounce1, div.overlay .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  div.overlay .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.video-wrapper .video-wrapper-flex {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: auto;
  max-width: 100%;
  z-index: 999; }
  .video-wrapper .video-wrapper-flex iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn-default {
  background: #25a6d2;
  border-radius: 0px;
  color: white;
  border: none;
  padding: 11px 16px;
  border-radius: 0;
  outline: none; }
  .btn-default:hover {
    background: #35b1db;
    color: white; }
  .btn-default:focus {
    background: #35b1db;
    color: white; }
  .btn-default:active {
    background: #35b1db !important;
    color: white !important; }

input {
  border-radius: 0 !important; }

.spacer-xxs {
  width: 100%;
  height: 3px; }

.spacer-xs {
  width: 100%;
  height: 8px; }

.spacer-sm {
  width: 100%;
  height: 15px; }

.spacer-md {
  width: 100%;
  height: 20px; }
  @media (max-width: 500px) {
    .spacer-md {
      height: 10px; } }

.spacer-lg {
  width: 100%;
  height: 30px;
  overflow: auto; }
  @media (max-width: 500px) {
    .spacer-lg {
      height: 20px; } }

.spacer-xl {
  width: 100%;
  height: 40px;
  overflow: auto; }
  @media (max-width: 992px) {
    .spacer-xl {
      height: 20px; } }

.sharebox {
  width: 100%; }
  .sharebox i {
    color: #25a6d2;
    margin-right: 0.6rem;
    cursor: pointer; }
    .sharebox i:hover {
      color: #35b1db; }
  .sharebox-invert i {
    color: white;
    margin-right: 1.5rem; }
    .sharebox-invert i:hover {
      color: #25a6d2; }
  .sharebox a {
    text-decoration: none !important;
    border-bottom: 0 !important; }

.newsletter {
  background: #ececec;
  padding: 1.2rem 1.9rem 2rem 1.9rem;
  float: none;
  z-index: 999; }

.related {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }
  @media (max-width: 500px) {
    .related {
      padding: 20px 0 20px 0; } }
  .related img {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 30px; }
    @media (max-width: 500px) {
      .related img {
        width: 100px;
        margin-right: 20px; } }
  @media (max-width: 500px) {
    .related h6 {
      margin-top: 0; } }
  @media (max-width: 500px) {
    .related .btn {
      display: none; } }
  @media (max-width: 500px) {
    .related .spacer-sm {
      display: none; } }

.quote {
  padding: 0;
  float: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  word-spacing: 2px; }
  .quote:before {
    color: #ccc;
    content: '\00ab';
    font-size: 80px;
    line-height: 0.1em;
    margin-right: 0;
    vertical-align: -10px;
    color: #25a6d2;
    font-weight: 400;
    margin-right: -7px; }

.collapsable {
  font-size: 17px;
  line-height: 28px;
  overflow: auto;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 29px;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }
  @media (max-width: 992px) {
    .collapsable {
      border: 0;
      background: #dfe9ec;
      margin-left: -30px;
      margin-right: -30px;
      width: auto;
      padding-left: 30px;
      padding-right: 30px; } }
  .collapsable .collapsable--header figure {
    max-width: 75px;
    margin: auto;
    margin-bottom: 20px; }
    .collapsable .collapsable--header figure img {
      border-radius: 50%;
      border: 2px dashed #25a6d2; }
      @media (max-width: 992px) {
        .collapsable .collapsable--header figure img {
          border: 2px dashed #25a6d2; } }
  .collapsable .collapsable--header span {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-width: 500px;
    color: #868686; }
    @media (max-width: 992px) {
      .collapsable .collapsable--header span {
        color: #4a4a4a; } }
  .collapsable .collapsable--content {
    padding-top: 30px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .collapsable .collapsable--content {
        color: #4a4a4a; } }
  .collapsable.is-collapsed .collapsable--content {
    padding-top: 0;
    height: 0; }
  .collapsable .collapsable--footer {
    display: none; }

.interview {
  font-size: 17px;
  line-height: 28px;
  overflow: auto;
  width: 100%; }
  .interview .portrait {
    border-radius: 50%;
    width: 70%; }
  .interview .interview-3-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; }
    @media (max-width: 500px) {
      .interview .interview-3-columns {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        padding-left: 0;
        padding-right: 0; } }
  .interview .interview-2-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; }
    @media (max-width: 768px) {
      .interview .interview-2-columns {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
    @media (max-width: 992px) {
      .interview .interview-2-columns {
        padding-left: 0;
        padding-right: 0; } }
  .interview .interview-chart {
    margin-top: 29px;
    margin-bottom: 29px;
    padding-top: 20px; }
    .interview .interview-chart .interview-chart-figure {
      float: right;
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .interview .interview-chart .interview-chart-figure {
          float: none; } }
    .interview .interview-chart .interview-chart-caption {
      margin-top: -15px; }
      @media (max-width: 992px) {
        .interview .interview-chart .interview-chart-caption {
          margin-top: 0;
          text-align: center; }
          .interview .interview-chart .interview-chart-caption figcaption {
            height: auto;
            margin-bottom: -25px; } }
  .interview span {
    width: 100%;
    display: block; }
  @media (max-width: 992px) {
    .interview figure .spacer-lg {
      display: none; } }
  .interview figure img {
    border-radius: 50%;
    width: 70%; }
    @media (max-width: 992px) {
      .interview figure img {
        width: 80px;
        height: auto;
        margin-right: 30px;
        float: left; } }
    @media (max-width: 500px) {
      .interview figure img {
        width: 50%;
        margin: auto;
        clear: both;
        float: none; } }
  .interview figure figcaption {
    height: 105px;
    padding-top: 15px; }

.encart {
  font-size: 17px;
  line-height: 28px;
  overflow: auto;
  width: 100%; }
  .encart .encart-3-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; }
    @media (max-width: 500px) {
      .encart .encart-3-columns {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        padding-left: 0;
        padding-right: 0; } }
  .encart .encart-2-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; }
    @media (max-width: 768px) {
      .encart .encart-2-columns {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
    @media (max-width: 992px) {
      .encart .encart-2-columns {
        padding-left: 0;
        padding-right: 0; } }
  .encart .encart-chart {
    margin-top: 29px;
    margin-bottom: 29px;
    padding-top: 20px; }
    .encart .encart-chart .encart-chart-figure {
      float: right;
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .encart .encart-chart .encart-chart-figure {
          float: none; } }
    .encart .encart-chart .encart-chart-caption {
      margin-top: -15px; }
      @media (max-width: 992px) {
        .encart .encart-chart .encart-chart-caption {
          margin-top: 0;
          text-align: center; }
          .encart .encart-chart .encart-chart-caption figcaption {
            height: auto;
            margin-bottom: -25px; } }
  .encart span {
    width: 100%;
    display: block; }
  @media (max-width: 992px) {
    .encart figure .spacer-lg {
      display: none; } }
  .encart figure figcaption {
    height: 105px;
    padding-top: 15px; }
    @media (max-width: 500px) {
      .encart figure figcaption {
        text-align: center; } }

.slider {
  margin: 0 !important; }

.article-card a:hover {
  text-decoration: none;
  color: #25a6d2; }

.list-inline {
  width: 100%;
  margin-left: 0; }
  @media (max-width: 500px) {
    .list-inline {
      margin-bottom: 10px; } }
  .list-inline li {
    float: left;
    padding-left: 0 !important;
    margin-bottom: 10px; }
    .list-inline li label {
      margin-left: 0 !important; }

ul.footer-menu {
  position: relative;
  text-transform: uppercase; }
  ul.footer-menu li {
    margin-bottom: 15px; }
    ul.footer-menu li a {
      color: white; }
      ul.footer-menu li a:hover {
        text-decoration: none;
        color: #25a6d2;
        border-bottom: 2px solid #25a6d2; }
  ul.footer-menu .footer-logo {
    position: absolute;
    height: 40px;
    width: auto; }

div.credits {
  text-align: center; }

input[type="text"] {
  border: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  margin: 0 20px 0 0;
  cursor: pointer; }
  @media (max-width: 1440px) {
    input[type="checkbox"] + label {
      margin: 0 13px 0 0; } }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 32px;
  height: 26px;
  background: white;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background: url(../img/checkbox-notchecked.svg);
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url(../img/checkbox-checked.svg);
  background-position: center center;
  background-size: cover; }

iframe.custom {
  width: 100% !important;
  height: 400px;
  float: right; }
  @media (max-width: 1440px) {
    iframe.custom {
      height: 300px; } }

.video iframe {
  width: 100%;
  height: auto; }

.zoom {
  cursor: pointer; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.is-hidden {
  display: none !important;
  visibility: none !important; }

.redsquare {
  background: red;
  height: 100px; }

.canvas-container {
  width: 100%; }

#myChart {
  min-height: 300px;
  max-height: 300px; }

#myChart2 {
  min-height: 400px;
  max-height: 400px; }

#myChart3 {
  min-height: 400px;
  max-height: 400px; }
  @media (max-width: 992px) {
    #myChart3 {
      min-height: 300px;
      max-height: 300px; } }

@media (max-width: 992px) {
  .scene-stepped {
    margin: 0 0 15px 0; } }

.scene-stepped .scene-wrapper {
  padding: 60px 0 60px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }
  @media (max-width: 992px) {
    .scene-stepped .scene-wrapper {
      border: 0;
      padding: 0; } }

.scene-stepped .scene-stepped--figure {
  height: 580px;
  position: relative;
  overflow: visible !important; }
  @media (max-width: 1440px) {
    .scene-stepped .scene-stepped--figure {
      height: 450px; } }
  @media (max-width: 1200px) {
    .scene-stepped .scene-stepped--figure {
      height: 430px; } }
  @media (max-width: 992px) {
    .scene-stepped .scene-stepped--figure {
      padding-bottom: 100%;
      margin-bottom: 20px;
      height: auto; } }
  .scene-stepped .scene-stepped--figure img {
    position: absolute;
    top: 0;
    right: 150px;
    width: 600px;
    opacity: 0; }
    @media (max-width: 1440px) {
      .scene-stepped .scene-stepped--figure img {
        width: 450px; } }
    @media (max-width: 1200px) {
      .scene-stepped .scene-stepped--figure img {
        right: 130px; } }
    @media (max-width: 992px) {
      .scene-stepped .scene-stepped--figure img {
        width: 100%;
        right: 0;
        height: auto; } }
  .scene-stepped .scene-stepped--figure figcaption {
    float: left !important; }
    @media (max-width: 992px) {
      .scene-stepped .scene-stepped--figure figcaption {
        display: none; } }

@media (max-width: 992px) {
  .scene-stepped .scene-stepped--figcaption .f-quote {
    font-size: 20px;
    line-height: 27px; } }

.scene-stepped-lg figure {
  height: 520px !important; }
  @media (max-width: 1440px) {
    .scene-stepped-lg figure {
      height: 420px !important; } }
  @media (max-width: 1200px) {
    .scene-stepped-lg figure {
      height: 370px !important; } }
  @media (max-width: 992px) {
    .scene-stepped-lg figure {
      height: auto !important;
      padding-bottom: 70% !important; } }

.scene-stepped-lg img {
  width: 750px !important;
  right: 80px !important; }
  @media (max-width: 1440px) {
    .scene-stepped-lg img {
      width: 600px !important;
      right: 70px !important; } }
  @media (max-width: 1200px) {
    .scene-stepped-lg img {
      width: 530px !important;
      right: 90px !important; } }
  @media (max-width: 992px) {
    .scene-stepped-lg img {
      width: 100% !important;
      right: 0 !important; } }

.google-map {
  width: 100%;
  height: 500px; }

/*Buttons, dropdown...*/
@media (max-width: 1200px) {
  .infos {
    padding-left: 30px !important; } }

@media (max-width: 992px) {
  .infos {
    padding-left: 15px !important;
    margin-bottom: 2.5rem; } }

@media (max-width: 500px) {
  .infos {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 0; } }

.box-full {
  z-index: 10; }
  .box-full figure.figure-lg figcaption {
    padding-right: 30px;
    margin-bottom: -100%; }
    @media (max-width: 992px) {
      .box-full figure.figure-lg figcaption {
        margin-bottom: 0; } }
  .box-full figure.figure-sm {
    overflow: auto; }
    .box-full figure.figure-sm img {
      float: right; }
      @media (max-width: 992px) {
        .box-full figure.figure-sm img {
          padding: 0 !important;
          margin-bottom: 20px; } }
    .box-full figure.figure-sm figcaption {
      float: right;
      padding-right: 30px;
      text-align: right; }
      @media (max-width: 992px) {
        .box-full figure.figure-sm figcaption {
          padding: 0 !important;
          text-align: left; } }

.box-aside {
  left: 0;
  padding-left: 0;
  padding-right: 30px;
  z-index: 10; }
  @media (max-width: 992px) {
    .box-aside {
      padding-right: 15px !important; } }
  .box-aside.is-absolute {
    position: absolute; }
    @media (max-width: 992px) {
      .box-aside.is-absolute {
        position: static; } }

.box-double {
  overflow: -webkit-paged-y; }
  @media (max-width: 992px) {
    .box-double figure {
      margin-bottom: 30px !important; } }

/*Galleries*/
.tilter {
  position: relative;
  display: block;
  flex: none;
  width: 100%;
  height: 415px;
  color: #fff;
  perspective: 1000px;
  margin-bottom: 30px; }
  @media (max-width: 1440px) {
    .tilter {
      height: 360px; } }
  @media (max-width: 1200px) {
    .tilter {
      height: 340px; } }

.tilter * {
  pointer-events: none; }

.tilter:hover,
.tilter:focus {
  color: #fff;
  outline: none; }

.tilter__figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0; }

.tilter__image {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.tilter__figure > * {
  transform: translateZ(0px);
  /* Force correct stacking order */ }

.tilter__figure {
  position: relative; }

.tilter__figure::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5); }

.tilter__deco {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(205, 81, 220, 0.5), rgba(41, 94, 230, 0.5)); }

.tilter__deco--shine div {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%); }

.tilter__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px; }
  @media (max-width: 992px) {
    .tilter__deco--lines {
      display: none; } }

.tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4em; }
  @media (max-width: 1440px) {
    .tilter__caption {
      padding: 3em; } }

.tilter__title {
  margin: 0; }

.tilter__description {
  font-size: 0.85em;
  margin: 1em 0 0 0;
  color: white; }

/*Galleries*/
button, a {
  outline: 0 !important; }

@media (max-width: 992px) {
  footer .col-sm-6 {
    margin-bottom: 20px; } }

#mc_embed_signup {
  overflow: auto;
  margin-bottom: 15px; }

@media (max-width: 992px) {
  .owl-carousel.owl-theme {
    margin-left: -15px;
    margin-right: -15px; } }

.owl-carousel.owl-theme .owl-dots {
  text-align: left; }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #e6e7e9;
    background: white; }
  .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #25a6d2;
    border: none; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */