@charset "UTF-8";
/* Author: ALIVE & K
 * Author URI: http://www.aliveandk.be
 * Theme Name: Smart Gastronomy Lab
 * Description: Theme for Smart Gastronomy Lab
 * Version: v1.25
 * Text Domain: SmartGastronomyTheme */
/**
 * Import */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * Vars */
/**
 * Misc */
/**
 * Fonts */
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("assets/fonts/ACaslonPro-SemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/ACaslonPro-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ACaslonPro-SemiboldItalic.woff") format("woff"), url("assets/fonts/ACaslonPro-SemiboldItalic.ttf") format("truetype"), url("assets/fonts/ACaslonPro-SemiboldItalic.svg#b8b62193167e3ca4c997845afd34a75c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }
/**
 * Clearing */
.u-clearfix, .block--contact {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after, .block--contact:before, .block--contact:after {
    content: "";
    display: table; }
  .u-clearfix:after, .block--contact:after {
    clear: both; }

/**
 * Elements */
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-outline {
  display: none !important; }

.u-txt-centered {
  text-align: center; }

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

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

.u-txt-uppercase {
  text-transform: uppercase; }

.u-pos-rel {
  position: relative; }

.u-img-block {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

.u-bg-full {
  background-color: #000;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.u-bg-white {
  background-color: #FFF; }

.u-border {
  border: 1px solid #e2dbd1; }

.u-border-r {
  border-right: 1px solid #e2dbd1; }

.u-rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.u-hr {
  background-color: #3bdbb2;
  display: block;
  width: 40px;
  height: 1px;
  margin: 10px 0 25px; }
  .u-hr--centered {
    margin-left: auto;
    margin-right: auto; }
  .u-hr--vertical {
    width: 1px;
    height: 40px; }
  .u-hr.is--pulled-up {
    margin-top: -60px; }

.u-theme-dark {
  background-color: #292a2a; }
  .u-theme-dark, .u-theme-dark h2 {
    color: #FFF; }
  .u-theme-dark .u-hr {
    background-color: #b0966c; }

/**
 * Sizes */
.u-eighth {
  float: left;
  width: 12.5%; }

.u-fifth {
  float: left;
  width: 20%; }

.u-fifth-two {
  float: left;
  width: 40%; }

.u-fifth-three {
  float: left;
  width: 60%; }

.u-fifth-four {
  float: left;
  width: 80%; }

.u-quarter {
  float: left;
  width: 25%; }

.u-quarter-three {
  float: left;
  width: 75%; }

.u-third {
  float: left;
  width: 33.3%; }

.u-third-two {
  float: left;
  width: 66.6%; }

.u-half {
  float: left;
  width: 50%; }

.u-thirty {
  float: left;
  width: 30%; }

.u-seventy {
  float: left;
  width: 70%; }

.u-half-only {
  width: 50%; }

.u-third-only {
  width: 33.3%; }

.u-quarter-only {
  width: 25%; }

.u-eighth-only {
  width: 12.5%; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-table {
  width: 100%;
  display: table; }

.u-table-cell {
  display: table-cell; }

/**
 * Spacing */
.u-mar-tb {
  margin: 30px 0; }

.u-mar-tb-l {
  margin: 75px 0; }

.u-mar-t {
  margin-top: 30px; }

.u-mar-b {
  margin-bottom: 40px; }

.u-mar-b-s {
  margin-bottom: 15px; }

.u-pad {
  padding: 30px; }

.u-pad-b-s {
  padding-bottom: 20px !important; }

.u-mar-no {
  margin: 0; }

.u-pad-no {
  padding: 0; }

.u-pad-t-no {
  padding-top: 0 !important; }

@font-face {
  font-family: 'smartgastronomylab';
  src: url("assets/fonts/smartgastronomylab.eot?ngghsb");
  src: url("assets/fonts/smartgastronomylab.eot?ngghsb#iefix") format("embedded-opentype"), url("assets/fonts/smartgastronomylab.ttf?ngghsb") format("truetype"), url("assets/fonts/smartgastronomylab.woff?ngghsb") format("woff"), url("assets/fonts/smartgastronomylab.svg?ngghsb#smartgastronomylab") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i-"]:before, [class*=" i-"]:before, .i-font:before, .content-internal .post-thumbnail:before, .video-play:before, .thumb-links.thumb-video:before, .chosen-container-single .chosen-single div b:before, .owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before, .events-intro-legend-item.is-active:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smartgastronomylab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-cookinglab_esp_test:before {
  content: "\e919"; }

.i-cookinglab_esp_fablab:before {
  content: "\e91a"; }

.i-cookinglab_esp_crea:before {
  content: "\e91b"; }

.i-instagram:before {
  content: "\e918"; }

.i-check:before {
  content: "\e900"; }

.i-custom1:before {
  content: "\e92b";
  color: #f05; }

.i-custom2:before {
  content: "\e92c";
  color: #f05; }

.i-custom3:before {
  content: "\e92d";
  color: #f05; }

.i-expert-02:before {
  content: "\e928"; }

.i-professionnel-02:before {
  content: "\e929"; }

.i-visiteur-02:before {
  content: "\e92a"; }

.i-ico_1-01:before {
  content: "\e91f";
  color: #f05; }

.i-ico_2-01:before {
  content: "\e920";
  color: #f05; }

.i-ico_3-01:before {
  content: "\e921";
  color: #f05; }

.i-ico_8-01:before {
  content: "\e922";
  color: #f05; }

.i-ico_9-01:before {
  content: "\e923";
  color: #f05; }

.i-ico_10-01:before {
  content: "\e916";
  color: #f05; }

.i-ico_11-01:before {
  content: "\e924";
  color: #f05; }

.i-ico_12-01:before {
  content: "\e925";
  color: #f05; }

.i-ico_13-01:before {
  content: "\e926";
  color: #f05; }

.i-ico_14-01:before {
  content: "\e927";
  color: #f05; }

.i-bubulles:before {
  content: "\e913"; }

.i-rnd:before {
  content: "\e914"; }

.i-oxo:before {
  content: "\e915"; }

.i-play:before, .video-play:before, .thumb-links.thumb-video:before {
  content: "\e901"; }

.i-penta:before {
  content: "\e90e"; }

.i-arrow-right:before, .owl-carousel .owl-nav .owl-next:before {
  content: "\e90b"; }

.i-arrow-left:before, .owl-carousel .owl-nav .owl-prev:before {
  content: "\e90c"; }

.i-expert:before {
  content: "\e90d"; }

.i-professionnel:before {
  content: "\e90f"; }

.i-visiteur:before {
  content: "\e910"; }

.i-checklist:before {
  content: "\e911"; }

.i-sample:before {
  content: "\e912"; }

.i-sgl:before, .content-internal .post-thumbnail:before {
  content: "\ea01"; }

.i-search:before {
  content: "\e902"; }

.i-link:before {
  content: "\e903"; }

.i-image:before {
  content: "\e904"; }

.i-file:before {
  content: "\e905"; }

.i-close:before {
  content: "\e906"; }

.i-spatule:before {
  content: "\e907"; }

.i-user:before {
  content: "\e908"; }

.i-arrow-bottom:before {
  content: "\e909"; }

.i-letter-stroke:before {
  content: "\e90a"; }

.i-letter:before {
  content: "\e917"; }

.i-ulg:before {
  content: "\ea02"; }

.i-facebook:before {
  content: "\ea90"; }

.i-twitter:before {
  content: "\ea96"; }

label, input, textarea {
  display: block; }

input {
  height: 60px; }
  input.field--full-width {
    max-width: none;
    width: 100%; }

input, select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 310px; }

input,
textarea,
select,
.chosen-container-single .chosen-single {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  background-color: #FFF;
  border: 6px solid #f3efe9;
  font: italic 14px/18px "Open Sans", Helvetica, Arial, sans-serif;
  color: #292a2a;
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  outline: none; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active,
  .chosen-container-single .chosen-single:focus,
  .chosen-container-single .chosen-single:active {
    border-color: #b0966c;
    color: #b0966c; }
    input:focus::-webkit-input-placeholder, input:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    .chosen-container-single .chosen-single:focus::-webkit-input-placeholder,
    .chosen-container-single .chosen-single:active::-webkit-input-placeholder {
      color: #b0966c; }
    input:focus::-moz-placeholder, input:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    .chosen-container-single .chosen-single:focus::-moz-placeholder,
    .chosen-container-single .chosen-single:active::-moz-placeholder {
      color: #b0966c; }
    input:focus:-ms-input-placeholder, input:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    .chosen-container-single .chosen-single:focus:-ms-input-placeholder,
    .chosen-container-single .chosen-single:active:-ms-input-placeholder {
      color: #b0966c; }
    input:focus:-moz-placeholder, input:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    .chosen-container-single .chosen-single:focus:-moz-placeholder,
    .chosen-container-single .chosen-single:active:-moz-placeholder {
      color: #b0966c; }
  input.field--white,
  textarea.field--white,
  select.field--white,
  .chosen-container-single .chosen-single.field--white {
    border-color: #363636;
    background-color: transparent;
    color: #FFF; }
    input.field--white::-webkit-input-placeholder,
    textarea.field--white::-webkit-input-placeholder,
    select.field--white::-webkit-input-placeholder,
    .chosen-container-single .chosen-single.field--white::-webkit-input-placeholder {
      color: #FFF; }
    input.field--white::-moz-placeholder,
    textarea.field--white::-moz-placeholder,
    select.field--white::-moz-placeholder,
    .chosen-container-single .chosen-single.field--white::-moz-placeholder {
      color: #FFF; }
    input.field--white:-ms-input-placeholder,
    textarea.field--white:-ms-input-placeholder,
    select.field--white:-ms-input-placeholder,
    .chosen-container-single .chosen-single.field--white:-ms-input-placeholder {
      color: #FFF; }
    input.field--white:-moz-placeholder,
    textarea.field--white:-moz-placeholder,
    select.field--white:-moz-placeholder,
    .chosen-container-single .chosen-single.field--white:-moz-placeholder {
      color: #FFF; }
    input.field--white:focus, input.field--white:active,
    textarea.field--white:focus,
    textarea.field--white:active,
    select.field--white:focus,
    select.field--white:active,
    .chosen-container-single .chosen-single.field--white:focus,
    .chosen-container-single .chosen-single.field--white:active {
      border-color: #a0a7a7;
      color: #FFF; }
      input.field--white:focus::-webkit-input-placeholder, input.field--white:active::-webkit-input-placeholder,
      textarea.field--white:focus::-webkit-input-placeholder,
      textarea.field--white:active::-webkit-input-placeholder,
      select.field--white:focus::-webkit-input-placeholder,
      select.field--white:active::-webkit-input-placeholder,
      .chosen-container-single .chosen-single.field--white:focus::-webkit-input-placeholder,
      .chosen-container-single .chosen-single.field--white:active::-webkit-input-placeholder {
        color: #FFF; }
      input.field--white:focus::-moz-placeholder, input.field--white:active::-moz-placeholder,
      textarea.field--white:focus::-moz-placeholder,
      textarea.field--white:active::-moz-placeholder,
      select.field--white:focus::-moz-placeholder,
      select.field--white:active::-moz-placeholder,
      .chosen-container-single .chosen-single.field--white:focus::-moz-placeholder,
      .chosen-container-single .chosen-single.field--white:active::-moz-placeholder {
        color: #FFF; }
      input.field--white:focus:-ms-input-placeholder, input.field--white:active:-ms-input-placeholder,
      textarea.field--white:focus:-ms-input-placeholder,
      textarea.field--white:active:-ms-input-placeholder,
      select.field--white:focus:-ms-input-placeholder,
      select.field--white:active:-ms-input-placeholder,
      .chosen-container-single .chosen-single.field--white:focus:-ms-input-placeholder,
      .chosen-container-single .chosen-single.field--white:active:-ms-input-placeholder {
        color: #FFF; }
      input.field--white:focus:-moz-placeholder, input.field--white:active:-moz-placeholder,
      textarea.field--white:focus:-moz-placeholder,
      textarea.field--white:active:-moz-placeholder,
      select.field--white:focus:-moz-placeholder,
      select.field--white:active:-moz-placeholder,
      .chosen-container-single .chosen-single.field--white:focus:-moz-placeholder,
      .chosen-container-single .chosen-single.field--white:active:-moz-placeholder {
        color: #FFF; }
  input.field--cyan,
  .chosen-container-single input.chosen-single,
  textarea.field--cyan,
  .chosen-container-single textarea.chosen-single,
  select.field--cyan,
  select,
  .chosen-container-single select.chosen-single,
  .chosen-container-single .chosen-single.field--cyan,
  .chosen-container-single select.chosen-single,
  .chosen-container-single .chosen-single {
    border-color: #c4f4e8;
    background-color: #FFF;
    color: #3bdbb2; }
    input.field--cyan::-webkit-input-placeholder,
    .chosen-container-single input.chosen-single::-webkit-input-placeholder,
    textarea.field--cyan::-webkit-input-placeholder,
    .chosen-container-single textarea.chosen-single::-webkit-input-placeholder,
    select.field--cyan::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    .chosen-container-single select.chosen-single::-webkit-input-placeholder,
    .chosen-container-single .chosen-single.field--cyan::-webkit-input-placeholder,
    .chosen-container-single select.chosen-single::-webkit-input-placeholder,
    .chosen-container-single .chosen-single::-webkit-input-placeholder {
      color: #3bdbb2; }
    input.field--cyan::-moz-placeholder,
    .chosen-container-single input.chosen-single::-moz-placeholder,
    textarea.field--cyan::-moz-placeholder,
    .chosen-container-single textarea.chosen-single::-moz-placeholder,
    select.field--cyan::-moz-placeholder,
    select::-moz-placeholder,
    .chosen-container-single select.chosen-single::-moz-placeholder,
    .chosen-container-single .chosen-single.field--cyan::-moz-placeholder,
    .chosen-container-single select.chosen-single::-moz-placeholder,
    .chosen-container-single .chosen-single::-moz-placeholder {
      color: #3bdbb2; }
    input.field--cyan:-ms-input-placeholder,
    .chosen-container-single input.chosen-single:-ms-input-placeholder,
    textarea.field--cyan:-ms-input-placeholder,
    .chosen-container-single textarea.chosen-single:-ms-input-placeholder,
    select.field--cyan:-ms-input-placeholder,
    select:-ms-input-placeholder,
    .chosen-container-single select.chosen-single:-ms-input-placeholder,
    .chosen-container-single .chosen-single.field--cyan:-ms-input-placeholder,
    .chosen-container-single select.chosen-single:-ms-input-placeholder,
    .chosen-container-single .chosen-single:-ms-input-placeholder {
      color: #3bdbb2; }
    input.field--cyan:-moz-placeholder,
    .chosen-container-single input.chosen-single:-moz-placeholder,
    textarea.field--cyan:-moz-placeholder,
    .chosen-container-single textarea.chosen-single:-moz-placeholder,
    select.field--cyan:-moz-placeholder,
    select:-moz-placeholder,
    .chosen-container-single select.chosen-single:-moz-placeholder,
    .chosen-container-single .chosen-single.field--cyan:-moz-placeholder,
    .chosen-container-single select.chosen-single:-moz-placeholder,
    .chosen-container-single .chosen-single:-moz-placeholder {
      color: #3bdbb2; }
    input.field--cyan:focus,
    .chosen-container-single input.chosen-single:focus, input.field--cyan:active,
    .chosen-container-single input.chosen-single:active,
    textarea.field--cyan:focus,
    .chosen-container-single textarea.chosen-single:focus,
    textarea.field--cyan:active,
    .chosen-container-single textarea.chosen-single:active,
    select.field--cyan:focus,
    select:focus,
    .chosen-container-single select.chosen-single:focus,
    select.field--cyan:active,
    select:active,
    .chosen-container-single select.chosen-single:active,
    .chosen-container-single .chosen-single.field--cyan:focus,
    .chosen-container-single select.chosen-single:focus,
    .chosen-container-single .chosen-single:focus,
    .chosen-container-single .chosen-single.field--cyan:active,
    .chosen-container-single select.chosen-single:active,
    .chosen-container-single .chosen-single:active {
      color: #292a2a; }
      input.field--cyan:focus::-webkit-input-placeholder,
      .chosen-container-single input.chosen-single:focus::-webkit-input-placeholder, input.field--cyan:active::-webkit-input-placeholder,
      .chosen-container-single input.chosen-single:active::-webkit-input-placeholder,
      textarea.field--cyan:focus::-webkit-input-placeholder,
      .chosen-container-single textarea.chosen-single:focus::-webkit-input-placeholder,
      textarea.field--cyan:active::-webkit-input-placeholder,
      .chosen-container-single textarea.chosen-single:active::-webkit-input-placeholder,
      select.field--cyan:focus::-webkit-input-placeholder,
      select:focus::-webkit-input-placeholder,
      .chosen-container-single select.chosen-single:focus::-webkit-input-placeholder,
      select.field--cyan:active::-webkit-input-placeholder,
      select:active::-webkit-input-placeholder,
      .chosen-container-single select.chosen-single:active::-webkit-input-placeholder,
      .chosen-container-single .chosen-single.field--cyan:focus::-webkit-input-placeholder,
      .chosen-container-single select.chosen-single:focus::-webkit-input-placeholder,
      .chosen-container-single .chosen-single:focus::-webkit-input-placeholder,
      .chosen-container-single .chosen-single.field--cyan:active::-webkit-input-placeholder,
      .chosen-container-single select.chosen-single:active::-webkit-input-placeholder,
      .chosen-container-single .chosen-single:active::-webkit-input-placeholder {
        color: #292a2a; }
      input.field--cyan:focus::-moz-placeholder,
      .chosen-container-single input.chosen-single:focus::-moz-placeholder, input.field--cyan:active::-moz-placeholder,
      .chosen-container-single input.chosen-single:active::-moz-placeholder,
      textarea.field--cyan:focus::-moz-placeholder,
      .chosen-container-single textarea.chosen-single:focus::-moz-placeholder,
      textarea.field--cyan:active::-moz-placeholder,
      .chosen-container-single textarea.chosen-single:active::-moz-placeholder,
      select.field--cyan:focus::-moz-placeholder,
      select:focus::-moz-placeholder,
      .chosen-container-single select.chosen-single:focus::-moz-placeholder,
      select.field--cyan:active::-moz-placeholder,
      select:active::-moz-placeholder,
      .chosen-container-single select.chosen-single:active::-moz-placeholder,
      .chosen-container-single .chosen-single.field--cyan:focus::-moz-placeholder,
      .chosen-container-single select.chosen-single:focus::-moz-placeholder,
      .chosen-container-single .chosen-single:focus::-moz-placeholder,
      .chosen-container-single .chosen-single.field--cyan:active::-moz-placeholder,
      .chosen-container-single select.chosen-single:active::-moz-placeholder,
      .chosen-container-single .chosen-single:active::-moz-placeholder {
        color: #292a2a; }
      input.field--cyan:focus:-ms-input-placeholder,
      .chosen-container-single input.chosen-single:focus:-ms-input-placeholder, input.field--cyan:active:-ms-input-placeholder,
      .chosen-container-single input.chosen-single:active:-ms-input-placeholder,
      textarea.field--cyan:focus:-ms-input-placeholder,
      .chosen-container-single textarea.chosen-single:focus:-ms-input-placeholder,
      textarea.field--cyan:active:-ms-input-placeholder,
      .chosen-container-single textarea.chosen-single:active:-ms-input-placeholder,
      select.field--cyan:focus:-ms-input-placeholder,
      select:focus:-ms-input-placeholder,
      select.field--cyan:active:-ms-input-placeholder,
      select:active:-ms-input-placeholder,
      .chosen-container-single .chosen-single.field--cyan:focus:-ms-input-placeholder,
      .chosen-container-single select.chosen-single:focus:-ms-input-placeholder,
      .chosen-container-single .chosen-single:focus:-ms-input-placeholder,
      .chosen-container-single .chosen-single.field--cyan:active:-ms-input-placeholder,
      .chosen-container-single select.chosen-single:active:-ms-input-placeholder,
      .chosen-container-single .chosen-single:active:-ms-input-placeholder {
        color: #292a2a; }
      input.field--cyan:focus:-moz-placeholder,
      .chosen-container-single input.chosen-single:focus:-moz-placeholder, input.field--cyan:active:-moz-placeholder,
      .chosen-container-single input.chosen-single:active:-moz-placeholder,
      textarea.field--cyan:focus:-moz-placeholder,
      .chosen-container-single textarea.chosen-single:focus:-moz-placeholder,
      textarea.field--cyan:active:-moz-placeholder,
      .chosen-container-single textarea.chosen-single:active:-moz-placeholder,
      select.field--cyan:focus:-moz-placeholder,
      select:focus:-moz-placeholder,
      select.field--cyan:active:-moz-placeholder,
      select:active:-moz-placeholder,
      .chosen-container-single .chosen-single.field--cyan:focus:-moz-placeholder,
      .chosen-container-single select.chosen-single:focus:-moz-placeholder,
      .chosen-container-single .chosen-single:focus:-moz-placeholder,
      .chosen-container-single .chosen-single.field--cyan:active:-moz-placeholder,
      .chosen-container-single select.chosen-single:active:-moz-placeholder,
      .chosen-container-single .chosen-single:active:-moz-placeholder {
        color: #292a2a; }
  input.field--thinner,
  .chosen-container-single input.chosen-single,
  textarea.field--thinner,
  .chosen-container-single textarea.chosen-single,
  select.field--thinner,
  select,
  .chosen-container-single select.chosen-single,
  .chosen-container-single .chosen-single.field--thinner,
  .chosen-container-single select.chosen-single,
  .chosen-container-single .chosen-single {
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px; }

.field--with-icon {
  display: inline-block;
  position: relative; }

.field--with-icon-icon {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  height: 48px;
  width: 50px;
  cursor: pointer;
  font-size: 11px;
  padding: 16px 0;
  color: #3bdbb2; }
  .field--with-icon-icon:hover, .field--with-icon-icon:active, .field--with-icon-icon:focus {
    color: #292a2a; }

textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none; }

::-webkit-input-placeholder {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #a0a7a7; }

::-moz-placeholder {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #a0a7a7; }

:-ms-input-placeholder {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #a0a7a7; }

:-moz-placeholder {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #a0a7a7; }

/* Changed select icon --------------------------------------------------- */
.chosen-container-single .chosen-single div b:before {
  content: "" !important; }

/* Contact page: Submit wrapper --------------------------------------------------- */
.page-template-page-contact .contact-submit-wrapper {
  display: flex;
  justify-content: space-between; }
.page-template-page-contact .contact-note-required {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  order: 0; }
.page-template-page-contact .ajax-loader {
  order: 1;
  margin-left: auto !important; }
.page-template-page-contact .btn--contact {
  margin-left: auto;
  order: 2; }

.btn {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font: 700 11px/1em "Open Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 5;
  background-color: #f3efe9;
  padding: 6px;
  color: #b0966c;
  overflow: hidden;
  cursor: pointer;
  outline: none; }
  .btn:before {
    content: "";
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: #f3efe9;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .btn:focus {
    text-decoration: none; }
  .btn.active, .btn:hover {
    text-decoration: none;
    color: #55462e; }
    .btn.active:before, .btn:hover:before {
      background-color: #bda786;
      top: 0; }
  .btn--cyan {
    color: #3bdbb2;
    background-color: #c4f4e8; }
    .btn--cyan:before {
      background-color: #bcf3e5; }
    .btn--cyan.active, .btn--cyan:hover {
      color: #136a54; }
      .btn--cyan.active:before, .btn--cyan:hover:before {
        background-color: #136a54; }
  .btn--fb, .btn--in, .btn--tw {
    font-size: 16px; }
    .btn--fb .btn-bg, .btn--in .btn-bg, .btn--tw .btn-bg {
      padding: 10px 10px 9px; }
    .btn--fb:hover, .btn--in:hover, .btn--tw:hover {
      color: #37589b; }
      .btn--fb:hover:before, .btn--in:hover:before, .btn--tw:hover:before {
        background-color: #37589b; }
  .btn--in .i-instagram:before {
    -moz-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: block;
    width: 110%; }
  .btn--in:before {
    background-color: transparent;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
  .btn--in:hover:before {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
  .btn--in:hover .i-instagram:before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .btn--tw:hover {
    color: #46d4fe; }
    .btn--tw:hover:before {
      background-color: #46d4fe; }
  .btn--tw + .btn {
    margin-left: 7px; }

.btn-bg {
  display: block;
  padding: 19px 20px 18px;
  background-color: #FFF; }

/**
 * Global */
.modals {
  -moz-transition: all 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .modals.is--active {
    top: 0; }

.modals-bg {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.modal {
  -moz-transition: all 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  -o-transition: all 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  -webkit-transition: all 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 0.2s;
  transition: all 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 20px; }
  .modal.is--active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .modal > .u-wrapper {
    border: 25px solid #e2dbd1; }

.modal-content {
  background-color: #FFF;
  padding: 30px 40px; }
  .modal-content .modal-header-title {
    padding: 15px 110px 35px; }

.modal-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px; }
  .modal-close:hover .i-font, .modal-close:hover .content-internal .post-thumbnail:before, .content-internal .modal-close:hover .post-thumbnail:before, .modal-close:hover .video-play:before, .modal-close:hover .thumb-links.thumb-video:before, .modal-close:hover .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single div .modal-close:hover b, .modal-close:hover .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .modal-close:hover .owl-prev:before,
  .modal-close:hover .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .modal-close:hover .owl-next:before, .modal-close:active .i-font, .modal-close:active .content-internal .post-thumbnail:before, .content-internal .modal-close:active .post-thumbnail:before, .modal-close:active .video-play:before, .modal-close:active .thumb-links.thumb-video:before, .modal-close:active .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single div .modal-close:active b, .modal-close:active .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .modal-close:active .owl-prev:before,
  .modal-close:active .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .modal-close:active .owl-next:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .modal-close .i-font, .modal-close .content-internal .post-thumbnail:before, .content-internal .modal-close .post-thumbnail:before, .modal-close .video-play:before, .modal-close .thumb-links.thumb-video:before, .modal-close .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single div .modal-close b, .modal-close .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .modal-close .owl-prev:before,
  .modal-close .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .modal-close .owl-next:before {
    -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    margin-right: 5px;
    font-size: 8px; }

/**
 * Header */
.site-header {
  position: relative;
  z-index: 9; }

.profile-switcher {
  padding: 12px 20px 13px;
  margin-bottom: 180px; }
  .profile-switcher .i-user {
    margin-right: 7px;
    font-size: 14px; }

.ps-summary {
  font: 600 italic 12px/1em "Open Sans", Helvetica, Arial, sans-serif;
  color: #b0966c;
  padding: 0 150px;
  z-index: 2; }

.ps-current-profile {
  display: inline-block;
  font: 700 11px/1em "Open Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin-left: 4px; }
  .ps-current-profile .i-arrow-bottom {
    font-size: 5px;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block; }
  .ps-current-profile:hover, .ps-current-profile:active, .ps-current-profile:focus {
    text-decoration: none;
    color: #3bdbb2; }

.ps-redir-profile-name {
  display: inline-block;
  font: 600 12px/1em "Open Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 4px; }
  .ps-redir-profile-name > .i-check {
    color: #b0966c; }

.js-deploy-anim-1,
.js-deploy-anim-2,
.js-deploy-anim-3,
.js-deploy-anim-4,
.js-deploy-anim-5,
.js-deploy-anim-6,
.js-deploy-anim-7 {
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.js-deploy-anim-1 {
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.js-deploy-anim-2 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.js-deploy-anim-3 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.js-deploy-anim-4 {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.js-deploy-anim-5 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.js-deploy-anim-6 {
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.ps-deploy-hide-on-select:not(.ps-deploy-hide-on-select[class^="js-deploy-anim-"]), .ps-deploy-hide-on-select:not(.ps-deploy-hide-on-select[class*=" js-deploy-anim-"]) {
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.ps-deploy-hide-on-select.no-transi-delay {
  transition-delay: 0s !important; }
.ps-deploy-hide-on-select.is-invisible {
  opacity: 0 !important;
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

.ps-deploy-show-on-select.with-child > * {
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s; }
  .ps-deploy-show-on-select.with-child > *:nth-child(2) {
    transition-delay: 0.25s; }
.ps-deploy-show-on-select.with-child.is-invisible > * {
  opacity: 0 !important;
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

.ps-deploy-show-on-select.is-hidden,
.ps-deploy-hide-on-select.is-hidden {
  display: none; }

.ps-deploy {
  max-width: 415px;
  margin-right: auto;
  margin-left: auto; }
  .ps-deploy > *:not(.ps-redir) {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto; }
  .ps-deploy .u-hr {
    margin-top: 30px; }
  .ps-deploy.is--deployed .js-deploy-anim-1,
  .ps-deploy.is--deployed .js-deploy-anim-2,
  .ps-deploy.is--deployed .js-deploy-anim-3,
  .ps-deploy.is--deployed .js-deploy-anim-4,
  .ps-deploy.is--deployed .js-deploy-anim-5,
  .ps-deploy.is--deployed .js-deploy-anim-6,
  .ps-deploy.is--deployed .js-deploy-anim-7 {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.ps-choice-list {
  margin-bottom: 35px; }

.ps-choice-item {
  position: relative; }
  .ps-choice-item:after {
    content: "";
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3a3b3b;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 257px;
    height: 1px;
    overflow: hidden; }
  .ps-choice-item:first-child:before {
    content: "";
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3a3b3b;
    position: absolute;
    top: 0;
    left: 50%;
    width: 257px;
    height: 1px;
    overflow: hidden; }

.ps-choice-link {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 600;
  color: #b0966c; }
  .ps-choice-link:hover, .ps-choice-link:active, .ps-choice-link:focus {
    text-decoration: none; }
    .ps-choice-link:hover .ps-choice-title, .ps-choice-link:active .ps-choice-title, .ps-choice-link:focus .ps-choice-title {
      color: #3bdbb2; }

.ps-choice-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 4px; }

.ps-close {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  position: relative;
  top: -120px; }
  .ps-close .i-close {
    margin-right: 5px;
    font-size: 8px;
    vertical-align: middle; }
  .ps-close:hover, .ps-close:active, .ps-close:focus {
    color: #3bdbb2;
    text-decoration: none; }

.site-top-sup-menu {
  font: 600 normal 11px/1em "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  margin: 0; }
  .site-top-sup-menu a {
    display: inline-block;
    padding: 15px 10px 13px;
    color: #b0966c; }
  .site-top-sup-menu .wpml-ls-menu-item a {
    color: #FFF;
    font-weight: 700; }
  .site-top-sup-menu .menu-item {
    display: inline-block; }

/**
 * Menu */
.site-header-menu {
  -moz-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 7px;
  padding-bottom: 7px; }
  .site-header-menu.is--fixed {
    position: fixed;
    top: 0; }
  .site-header-menu.is--shorter {
    background-color: #FFF;
    border-bottom: 1px solid #f3efe9;
    padding-top: 5px; }
    .site-header-menu.is--shorter .site-title-link {
      font-size: 60px;
      margin-top: 0;
      height: 63px; }
    .site-header-menu.is--shorter .social-links {
      margin-top: 9px; }
    .site-header-menu.is--shorter .site-header-sidelogo {
      -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      font-size: 25px; }
    .site-header-menu.is--shorter .site-header-menu-nav {
      padding-top: 17px; }

body.admin-bar .site-header-menu.is--fixed {
  top: 32px; }

.site-header-menu-nav {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
  width: 100%;
  padding: 28px 110px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  .site-header-menu-nav a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a0a7a7;
    text-transform: uppercase; }
    .site-header-menu-nav a:hover, .site-header-menu-nav a:active, .site-header-menu-nav a:focus {
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
      color: #3bdbb2;
      text-decoration: none; }

.site-title {
  float: left;
  position: relative;
  z-index: 9; }

.social-links {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: 20px;
  float: right;
  position: relative;
  z-index: 7; }

.site-title-link {
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: block;
  font-size: 135px;
  color: #b0966c;
  margin-top: 18px; }
  .site-title-link:hover, .site-title-link:active, .site-title-link:focus {
    text-decoration: none;
    color: #3bdbb2; }

.site-header-sidelogo {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 18px;
  left: -90px;
  font-size: 30px;
  color: #dbcfbc; }
  .site-header-sidelogo:hover, .site-header-sidelogo:active, .site-header-sidelogo:focus {
    text-decoration: none;
    color: #3bdbb2; }

.toggle-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  height: 68px;
  color: #b0966c;
  padding-top: 27px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 0 -50px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 90; }
  .toggle-menu:hover, .toggle-menu:active, .toggle-menu:focus {
    text-decoration: none; }
  .toggle-menu .burger {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px; }
    .toggle-menu .burger:before, .toggle-menu .burger:after {
      content: "";
      -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #b0966c;
      width: 14px;
      height: 2px;
      left: 0; }
    .toggle-menu .burger:before {
      -moz-box-shadow: 0 4px 0 0 #b0966c;
      -webkit-box-shadow: 0 4px 0 0 #b0966c;
      box-shadow: 0 4px 0 0 #b0966c;
      position: absolute;
      top: 2px; }
    .toggle-menu .burger:after {
      position: absolute;
      top: 10px; }
  .toggle-menu.active .burger:before {
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px; }
  .toggle-menu.active .burger:after {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 6px; }

/**
 * Footer */
.block--newsletter {
  padding: 55px 0 80px; }
  .block--newsletter .response {
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em; }

.newsletter-title {
  display: inline-block;
  padding: 0 15px 20px 0; }

.newsletter-form {
  display: inline-block;
  width: 300px;
  padding-bottom: 8px;
  vertical-align: middle; }

.newsletter-form-container {
  position: relative; }

.newsletter-submit {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  height: 48px;
  width: 50px;
  cursor: pointer;
  font-size: 11px;
  padding: 16px 0;
  color: #FFF; }
  .newsletter-submit:hover, .newsletter-submit:active, .newsletter-submit:focus {
    color: #3bdbb2; }

div.mce_inline_error {
  display: none !important; }

.block--partners {
  padding: 10px 0 20px;
  font-size: 0; }

.partner {
  display: inline-block;
  padding: 0 0 15px; }
  .partner.big {
    padding: 0; }
    .partner.big a {
      max-width: 200px; }
  .partner a {
    display: block;
    width: 100%;
    max-width: 125px;
    margin: auto; }
    .partner a:hover, .partner a:active, .partner a:focus {
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px); }
  .partner img {
    display: block;
    width: 100%;
    margin: 0; }

.site-footer {
  padding-top: 60px; }

.site-footer-copy {
  font-size: 10px;
  padding: 20px 0 50px; }
  .site-footer-copy, .site-footer-copy a {
    color: #686868; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html, body {
  background-color: #FFF;
  width: 100%;
  height: 100%; }

body {
  font: normal 14px/1.75em "Open Sans", Helvetica, Arial, sans-serif;
  color: #292a2a;
  position: relative; }
  body.is--locked {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1 {
  font: 300 72px/1em "Open Sans", Helvetica, Arial, sans-serif;
  color: #b0966c; }
  h1 strong {
    color: #3bdbb2;
    font-weight: 700; }

h2 {
  font: 300 36px/1em "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
  color: #b0966c; }

h3 {
  font: 700 18px/1em "Open Sans", Helvetica, Arial, sans-serif;
  padding: 15px 0; }

h4 {
  font: 700 14px/1em "Open Sans", Helvetica, Arial, sans-serif;
  padding: 10px 0; }

h5, h6 {
  font: normal 14px/1em "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 10px; }

p, dl, ul, ol, pre, table, address, fieldset, blockquote {
  line-height: 1.75em;
  margin-bottom: 20px; }

a {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
  color: #3bdbb2; }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    outline: 0; }

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

strong {
  font-weight: 700; }

small {
  font-size: smaller; }

/**
 * Elements */
.page-title {
  font-size: 72px;
  font-weight: 300;
  position: relative; }
  .page-title b, .page-title strong {
    font-weight: 600;
    color: #3bdbb2; }
  .page-title + .block--entry-tags {
    margin-top: 40px; }

.section-title {
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 700;
  color: #292a2a;
  padding: 40px 0 30px; }
  .section-title.section-title--bottom-l {
    padding-bottom: 60px; }

.page-intro {
  font-size: 18px;
  line-height: 30px; }

.block--entry {
  margin-bottom: 35px;
  padding-bottom: 0;
  position: relative; }
  .block--entry.event {
    height: 320px; }
  .block--entry.u-third {
    padding-left: 16px;
    padding-right: 17px; }
    .block--entry.u-third:first-child {
      padding-left: 0;
      padding-right: 33px; }
    .block--entry.u-third:last-child:not(:first-child) {
      padding-right: 0;
      padding-left: 33px; }
  .block--entry--bigger {
    padding-bottom: 50px; }
    .block--entry--bigger .block--entry-title {
      font-size: 48px; }
  .block--entry-tags {
    font: 600 italic 16px "Adobe Caslon Pro", Georgia, Times New Roman, Times, serif;
    color: #b0966c; }
    .block--entry-tags + .section-title {
      padding-top: 0;
      padding-bottom: 20px; }
  .block--entry-title {
    padding: 12px 0; }
    .block--entry-title a {
      color: #292a2a; }
      .block--entry-title a:hover, .block--entry-title a:active, .block--entry-title a:focus {
        color: #3bdbb2;
        text-decoration: none; }
  .block--entry-image {
    padding: 20px 0; }
    .block--entry-image img {
      display: block;
      margin: 0px;
      width: 100%;
      height: 172px;
      object-fit: cover; }
  .block--entry-date {
    font: 700 12px "Open Sans", Helvetica, Arial, sans-serif;
    padding: 5px 0 10px; }
  .block--entry-content {
    font-size: 14px;
    line-height: 2em;
    color: #858787;
    margin-bottom: 10px; }
    .block--entry-content .link--simple {
      margin-left: 15px; }
    .block--entry-content p {
      margin-bottom: 0; }
  .block--entry-schedule {
    border: 6px solid #f3efe9;
    font: 600 12px/1.4em "Open Sans", Helvetica, Arial, sans-serif;
    padding: 10px 8px; }
    .block--entry-schedule b, .block--entry-schedule strong {
      display: block;
      font-size: 18px;
      font-weight: 700; }
  .block--entry-icon {
    display: block;
    width: 100%;
    border: 1px solid #f3efe9;
    border-top: 0;
    line-height: 65px;
    height: 65px;
    font-size: 30px;
    padding: 10px 5px; }
    .block--entry-icon svg {
      display: block;
      width: 100%;
      fill: #b0966c; }
  .block--entry-places {
    font: 600 12px/1em "Open Sans", Helvetica, Arial, sans-serif;
    border: 1px solid #f3efe9;
    border-top: 0;
    padding: 10px 0; }
    .block--entry-places b, .block--entry-places strong {
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 4px; }

.block--entry--with-side {
  position: relative;
  padding-left: 80px;
  min-height: 200px; }

.block--entry-side {
  background-color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  color: #b0966c; }

.block--bottom-color {
  position: relative;
  min-height: 250px;
  padding-bottom: 55px; }
  .block--bottom-color:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    z-index: -1; }
  .block--bottom-color--cyan:after {
    background-color: #3bdbb2; }
  .block--bottom-color--sand:after {
    background-color: #b0966c; }

.block--middle-color {
  position: relative; }
  .block--middle-color:after {
    content: "";
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 33%;
    z-index: -1; }
  .block--middle-color--sand:after {
    background-color: #b0966c; }

.content-internal iframe {
  max-width: 100%; }
.content-internal .post-thumbnail {
  background-color: #f3efe9;
  min-height: 196px;
  margin-bottom: 25px;
  position: relative; }
  .post-type-archive-press-statement .content-internal .post-thumbnail, .blog .content-internal .post-thumbnail {
    max-width: 400px; }
  .content-internal .post-thumbnail:before {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    font-size: 100px;
    text-align: center;
    color: #FFF; }
  .content-internal .post-thumbnail.is--not-empty {
    background-color: transparent; }
    .content-internal .post-thumbnail.is--not-empty:before {
      content: none; }
  .content-internal .post-thumbnail + .entry-content {
    padding-left: 40px; }
  .content-internal .post-thumbnail .wp-post-image {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 4; }

.entry-content--splitted {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  text-align: left;
  margin-bottom: 45px; }
  .entry-content--splitted p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

.table-files {
  margin-bottom: 20px; }

.table-files-cell {
  width: 50%;
  padding: 30px;
  vertical-align: top; }
  .table-files-cell:first-child {
    border-right: 1px solid #e2dbd1; }
  .table-files-cell--full-width {
    width: 100%; }
    .table-files-cell--full-width:first-child {
      border-bottom: 1px solid #e2dbd1;
      border-right: 0; }
  .table-files-cell.table-files-cell--no-border {
    border: 0; }
  .table-files-cell h4 {
    padding-top: 0;
    padding-bottom: 20px; }

.table-files-list {
  margin-bottom: 0; }

.table-files-list-item {
  padding-bottom: 6px; }
  .table-files-list-item:last-child {
    padding-bottom: 0; }

.table-files-link {
  font-size: 14px;
  font-weight: 700;
  color: #b0966c; }
  .table-files-link:hover, .table-files-link:active, .table-files-link:focus {
    color: #3bdbb2;
    text-decoration: none; }
  .table-files-link .i-font, .table-files-link .content-internal .post-thumbnail:before, .content-internal .table-files-link .post-thumbnail:before, .table-files-link .video-play:before, .table-files-link .thumb-links.thumb-video:before, .table-files-link .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single div .table-files-link b, .table-files-link .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .table-files-link .owl-prev:before,
  .table-files-link .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .table-files-link .owl-next:before {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle; }

.link--simple {
  display: inline-block;
  font: 700 11px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3bdbb2; }
  .link--simple:hover, .link--simple:active, .link--simple:focus {
    color: #b0966c;
    text-decoration: none; }
  .link--simple + .link--simple {
    margin-left: 20px; }
  .link--simple--white {
    color: #FFF; }
    .link--simple--white:hover, .link--simple--white:active, .link--simple--white:focus {
      color: #3bdbb2; }
.link--wider-area {
  padding: 8px; }
.link--wider-area--no-left {
  padding-left: 0; }
.link--pic {
  display: block; }
.link--sand {
  color: #b0966c; }
  .link--sand:hover, .link--sand:active, .link--sand:focus {
    color: #3bdbb2;
    text-decoration: none; }

.bulle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #b0966c;
  font: 700 18px/50px "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  width: 50px;
  height: 50px; }
  .bulle.bulle--arrow-r:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(176, 150, 108, 0);
    border-left-color: #b0966c;
    border-width: 6px;
    margin-top: -6px; }

.img--circled {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e2dbd1;
  display: block;
  overflow: hidden; }

.carousel {
  position: relative; }
  .carousel--material {
    padding: 0 75px; }
    .carousel--material .carousel-img {
      max-width: 165px;
      margin-left: auto;
      margin-right: auto; }
    .carousel--material .carousel-item {
      padding: 0 10px; }
  .carousel--one-dot {
    position: relative;
    padding-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
    min-height: 210px;
    max-width: 279px !important;
    overflow: hidden; }
  .carousel .owl-dots {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%; }
  .carousel .block--quote {
    margin-bottom: 0; }

.cell-icon {
  display: block;
  font: normal 40px/1em "Open Sans", Helvetica, Arial, sans-serif;
  margin: 10px 0 15px; }
  .cell-icon--sand {
    color: #b0966c; }
    .cell-icon--sand:before {
      color: #b0966c; }
  .cell-icon--num {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #b0966c;
    color: #b0966c;
    width: 30px;
    padding: 5px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .cell-icon--higher {
    font-size: 56px;
    margin-top: 0; }

.block--quote {
  position: relative;
  z-index: 4; }
  .block--quote q {
    display: block;
    position: relative;
    font: italic 600 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
    padding: 25px 0 10px; }
    .block--quote q:before {
      content: "";
      background: transparent url("assets/images/quote-sand.png") no-repeat left top;
      background-size: 45px 33px;
      position: absolute;
      top: 8px;
      left: 50%;
      z-index: -1;
      margin-left: -22px;
      width: 45px;
      height: 33px; }

.pagination {
  padding: 5px 0;
  font-size: 0;
  text-align: center; }

.page-numbers {
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  padding: 0 8px;
  color: #292a2a;
  border-left: 1px solid #f3efe9; }
  .page-numbers:first-child {
    border-left: 0; }
  .page-numbers.current {
    font-weight: 700;
    color: #3bdbb2; }

a.page-numbers:hover, a.page-numbers:active, a.page-numbers:focus {
  color: #3bdbb2;
  text-decoration: none; }

.slide-more-content {
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .slide-more-content.is--active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.btn-back {
  position: absolute;
  top: 75px;
  right: 0; }

/**
 * Video - poster */
.video-container {
  position: relative;
  max-width: 930px;
  height: 523px;
  margin-right: auto;
  margin-left: auto; }

.video-play {
  display: block;
  height: 523px;
  position: relative;
  z-index: 4; }
  .video-play:before {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    width: 100%;
    color: #FFF;
    font-size: 80px; }

.video-player-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .video-player-container iframe {
    width: 930px;
    height: 523px; }

.media-legend {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto; }

/**
 * Particles */
body.not--mobile .particles {
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute; }

.particles {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  overflow: hidden; }

.particle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  background-color: #f3efe9;
  width: 10px;
  height: 10px; }
  .particle:nth-child(1), .particle:nth-child(2), .particle:nth-child(3), .particle:nth-child(4), .particle:nth-child(5), .particle:nth-child(11), .particle:nth-child(12) {
    width: 86px;
    height: 24px; }
  .particle:nth-child(6), .particle:nth-child(7), .particle:nth-child(8), .particle:nth-child(9), .particle:nth-child(10), .particle:nth-child(13), .particle:nth-child(14), .particle:nth-child(15), .particle:nth-child(16) {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px; }

/**
 * Structure */
.u-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }
  .u-wrapper--shorter {
    max-width: 720px; }
  .u-wrapper--shorter-s {
    max-width: 780px; }
  .u-wrapper--shorter-m {
    max-width: 840px; }

.site-content-contain {
  position: relative;
  z-index: 4; }

/**
 * Social share */
.social-share {
  padding: 15px 0; }
  .social-share a {
    text-decoration: none !important; }

.share-cell {
  display: inline-block;
  position: relative;
  min-width: 30px; }

.share-email-form {
  padding: 30px 0; }

.share-email-wrapper .share-fields {
  display: inline-block; }
.share-email-wrapper .share-btn {
  margin-left: 15px;
  border: 0; }
.share-email-wrapper .share-email-field {
  width: 200px;
  max-width: 100%; }
  .share-email-wrapper .share-email-field.error-required {
    border-color: red; }

.share-email-close {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #292a2a; }
  .share-email-close .i-close {
    margin-right: 5px;
    font-size: 8px;
    vertical-align: middle; }
  .share-email-close:hover, .share-email-close:active, .share-email-close:focus {
    color: #3bdbb2;
    text-decoration: none; }

/**
 * Global */
body.home .social-share,
body.page-template-page-home-for-experts .social-share,
body.page-template-page-home-for-professionals .social-share {
  text-align: center;
  padding-top: 60px; }
body.home .page-title,
body.page-template-page-home-for-experts .page-title,
body.page-template-page-home-for-professionals .page-title {
  max-width: 85%; }

/**
 * Presentation */
.block--presentation {
  padding-bottom: 80px; }

.presentation-illu {
  padding-right: 25px;
  position: relative;
  z-index: 6; }
  .presentation-illu .wp-post-image {
    margin-top: 40px; }

.presentation-illu--deco-1 {
  background-color: #b0966c;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  z-index: -1; }

.presentation-illu--deco-2 {
  background-color: #3bdbb2;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: 65px;
  left: -90px;
  z-index: -1; }

.presentation-item--deco {
  background-color: #f3efe9;
  width: 210px;
  height: 210px;
  position: absolute;
  bottom: -80px;
  left: -145px;
  z-index: -1; }

.presentation-content {
  font-size: 18px; }
  .presentation-content .link--simple {
    margin-left: 15px; }

.presentation-item {
  padding: 0 25px;
  position: relative;
  z-index: 4; }

/**
 * Projects (Agenda) */
.block--projects {
  padding-bottom: 15px; }

/**
 * Numbers */
.block--numbers {
  padding-top: 35px; }
  .block--numbers .numbers-list {
    padding: 30px 0; }
  .block--numbers .number {
    padding: 0 20px !important; }
  .block--numbers .number-item {
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
    display: block;
    background-color: #3bdbb2;
    font: 700 36px/1em "Open Sans", Helvetica, Arial, sans-serif;
    color: #FFF;
    width: 130px;
    height: 130px;
    padding-top: 47px;
    margin: 0 auto;
    text-align: center; }
  .block--numbers .number-title {
    font: 700 14px "Open Sans", Helvetica, Arial, sans-serif;
    color: #3bdbb2;
    padding: 15px 0 0; }
  .block--numbers .number-text {
    font-size: 14px;
    color: #858787; }

/**
 * Events */
.block--events {
  padding-bottom: 15px; }

.events-list .block--entry:before {
  content: "";
  background-color: #f3efe9;
  position: absolute;
  top: 0;
  left: -9px;
  height: 100%;
  width: 1px; }
.events-list .block--entry:last-child:before {
  left: 8px; }
.events-list .block--entry:first-child:before {
  content: none; }

/**
 * News */
.block--news {
  padding-bottom: 15px; }

/**
 * Testimonials */
.block--testimonials {
  padding: 80px 0; }

.testimonial {
  position: relative;
  min-height: 400px; }

.testimonial--deco-1 {
  background-color: #f3efe9;
  width: 230px;
  height: 230px;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -1; }

.testimonial--deco-2 {
  background-color: #3bdbb2;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1; }

.testimonial-illu {
  display: block;
  max-width: 90%; }

.testimonial-content {
  background-color: rgba(176, 150, 108, 0.9);
  text-align: right;
  position: absolute;
  bottom: -40px;
  right: 120px;
  max-width: 330px;
  color: #FFF;
  padding: 50px 40px 30px 40px; }

.testimonial-title {
  font: 300 36px/1.25em "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 0; }

.testimonial-copy {
  font-size: 14px; }

.projects-tools .chosen-container {
  text-align: left;
  vertical-align: top; }
.post-type-archive-event .projects-tools {
  padding-bottom: 30px; }

.chosen-container + div {
  margin-left: 15px; }
.chosen-container + select + .chosen-container {
  margin-left: 15px; }

.projects-keywords {
  min-width: 310px; }

.block--gallery {
  margin-bottom: 35px; }

.content-internal .projects-list,
.content-internal .events-list {
  margin-top: 30px; }

.page-intro + .projects-type-link {
  margin-top: 20px; }

.section-projects-type {
  margin-top: 20px; }

.event-side,
.project-side {
  margin-top: 30px;
  min-height: 1px; }

.event-main,
.project-main {
  margin-top: 30px;
  padding-left: 45px; }

.block--event-past .event-side {
  margin-top: 70px; }
.block--event-past .event-main {
  margin-top: 60px; }
.block--event-past .section-title {
  padding-top: 0;
  max-width: 75%; }

.event-infos {
  color: #b0966c;
  margin-bottom: 25px; }
  .event-infos .event-infos-item {
    float: left; }
  .event-infos .block--entry-schedule {
    border-color: #e2dbd1;
    width: 56px;
    height: 66px;
    padding-top: 12px; }
  .event-infos .block--entry-icon {
    border: 1px solid #e2dbd1;
    width: 56px;
    height: 66px;
    line-height: 66px; }
  .event-infos .block--entry-places {
    border: 1px solid #e2dbd1;
    border-left: 0;
    width: 56px;
    height: 66px;
    padding-top: 12px; }
  .event-infos .block--entry-price {
    font: italic 600 11px/14px "Open Sans", Helvetica, Arial, sans-serif;
    width: 250px;
    height: 66px;
    padding: 5px 0 5px 85px;
    position: relative; }
    .event-infos .block--entry-price .bulle {
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 20px; }
  .event-infos.event-infos--past .block--entry-schedule {
    color: #e2dbd1; }

.past-event .block--entry-schedule {
  color: #e2dbd1; }

.events-intro-legend {
  margin: 30px auto 15px;
  max-width: 860px; }

.events-intro-legend-item {
  padding: 0 10px;
  background: transparent;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s ease color;
  position: relative; }
  .events-intro-legend-item, .events-intro-legend-item:focus, .events-intro-legend-item:active {
    outline: none !important; }
  .events-intro-legend-item .events-intro-legend-icon {
    position: relative;
    display: block;
    margin: 0 auto 10px; }
    .events-intro-legend-item .events-intro-legend-icon svg {
      width: 100%;
      max-width: 74px;
      fill: "Adobe Caslon Pro", Georgia, Times New Roman, Times, serif;
      transition: 0.3s ease fill; }
  .events-intro-legend-item .events-intro-legend-caption {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: block;
    font: 600 italic 16px/1.2em "Adobe Caslon Pro", Georgia, Times New Roman, Times, serif;
    margin-bottom: 15px; }

/* is active --------------------------------------------------- */
.events-intro-legend-item.is-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 24px;
  border: 2px solid #3bdbb2;
  background: white;
  color: #3bdbb2;
  text-align: center; }

/* states --------------------------------------------------- */
/* is :hover --------------------------------------------------- */
.events-intro-legend-item:hover {
  color: #b0966c; }
  .events-intro-legend-item:hover .events-intro-legend-icon svg {
    fill: #b0966c; }
  .events-intro-legend-item:hover .events-intro-legend-item-tooltip {
    transform: translate(-50%, -100%);
    opacity: 1;
    pointer-events: inherit; }

/* is active --------------------------------------------------- */
.events-intro-legend-item.is-active .events-intro-legend-icon svg {
  fill: #3bdbb2; }
.events-intro-legend-item.is-active:hover:before {
  background: #3bdbb2;
  color: white; }

/* tooltip --------------------------------------------------- */
.events-intro-legend-item-tooltip {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90%);
  top: -28px;
  padding: 24px;
  border: 6px solid #e2dbd1;
  width: 292px;
  background: white;
  text-align: left;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none; }
  .events-intro-legend-item-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e2dbd1 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 11; }

.events-intro-legend-item-link {
  color: #3bdbb2;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px; }

.events-intro-legend-item-desc {
  font-size: 12px;
  color: #858787;
  margin-bottom: 20px;
  line-height: 21px;
  display: inline-block; }
  .events-intro-legend-item-desc:last-child {
    margin-bottom: 0; }

.thumb-links {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .thumb-links, .thumb-links img {
    display: block; }
  .thumb-links:nth-child(1) {
    height: 267px;
    overflow: hidden;
    margin-bottom: 2%; }
    .thumb-links:nth-child(1) img {
      margin: 0; }
  .thumb-links:last-child {
    margin-right: 0; }
  .thumb-links:hover, .thumb-links:active, .thumb-links:focus {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none; }
  .thumb-links.thumb-video {
    position: relative; }
    .thumb-links.thumb-video:before {
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 4;
      width: 100%;
      color: #FFF;
      font-size: 80px; }
    .thumb-links.thumb-video--small-icon:before {
      font-size: 50px; }

.thumb-links--smaller {
  float: left;
  width: 32%;
  height: 85px;
  overflow: hidden;
  margin-right: 2%; }
  .thumb-links--smaller img {
    margin: 0; }
  .thumb-links--smaller.thumb-video:before {
    font-size: 40px; }
  .thumb-links--smaller.hidden {
    display: none; }

.thumb-view-all {
  background-color: #3bdbb2;
  position: relative;
  font: 700 11px/70px "Open Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-align: center; }
  .thumb-view-all:hover, .thumb-view-all:active, .thumb-view-all:focus {
    background-color: #b0966c; }
  .thumb-view-all img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: relative;
    z-index: 2; }

.thumb-view-all-caption {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 100%; }

/**
 * Cooking Lab - About us */
.table--cooking-lab-who {
  table-layout: fixed; }
  .table--cooking-lab-who .block--quote q {
    max-height: 150px;
    overflow: hidden; }
  .table--cooking-lab-who .profile-description {
    height: 98px;
    overflow: hidden; }
    @media all and (max-width: 798px) {
      .table--cooking-lab-who .profile-description {
        height: auto; } }

/**
 * About us & Services */
.block--videos {
  min-height: 230px;
  padding-bottom: 20px; }
  .block--videos:after {
    top: 70px;
    height: auto; }
  .block--videos .thumb-links {
    min-height: 150px;
    margin-top: 15px; }

.block--video-item {
  padding: 0 10px; }
  .block--video-item:first-child {
    padding-left: 0; }
  .block--video-item:last-child:not(:first-child) {
    padding-right: 0; }
  .block--video-item .thumb-video {
    width: 246px;
    max-width: 100%;
    height: 136px;
    min-height: 0;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
    background-size: cover;
    background-position: center; }
    .block--video-item .thumb-video img {
      margin: 0; }
  .block--video-item p {
    color: #858787; }

.block--team-list {
  margin-top: 15px;
  margin-bottom: 10px; }

.block--team-member {
  padding: 0 10px; }
  .block--team-member h3 {
    padding-bottom: 7px; }
  .block--team-member p {
    height: 75px;
    overflow: hidden;
    color: #858787; }

.block--team-pic-wrapper {
  width: 246px;
  max-width: 100%;
  height: 136px;
  min-height: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }
  .block--team-pic-wrapper img {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-25%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    width: 100%; }

.block--team-pic {
  margin: 0; }

.block--our-partners .section-title {
  padding-top: 10px; }

.block--team .section-title {
  padding-top: 0; }

.block--partners-list {
  table-layout: fixed; }

.block--partners-list,
.block--advantages-list {
  margin-top: -1px; }

.block--partners-item,
.block--advantages-item {
  border: 1px solid #e2dbd1;
  margin-top: -1px;
  padding: 15px 15px 20px; }
  .block--partners-item + .block--partners-item, .block--partners-item + .block--advantages-item,
  .block--advantages-item + .block--partners-item,
  .block--advantages-item + .block--advantages-item {
    border-left: 0; }
  .block--partners-item p,
  .block--advantages-item p {
    color: #858787;
    margin-bottom: 10px;
    max-height: 125px;
    overflow: hidden; }

.block--advantages-item {
  background-color: #FFF;
  padding: 40px; }

.block--partners-item--empty,
.block--advantages-item--empty {
  border: 0; }

.block--partners-pic {
  margin: 0; }

.block--cooking-lab .page-intro {
  padding-right: 30px;
  padding-left: 30px; }

.block--content-side {
  padding-right: 45px; }

.block--content-item h2 {
  padding-top: 3px; }

.table--cooking-lab-spaces p,
.table--services-support p {
  color: #858787; }

.block--contact {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

.block--contact .map-wrapper {
  background: lightgrey;
  width: 40.8%;
  float: left;
  height: 446px;
  position: relative; }
  .block--contact .map-wrapper .map {
    height: 100%;
    width: 100%; }
  .block--contact .map-wrapper .map-address {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 28px;
    color: white;
    background: #3bdbb2;
    margin: 0;
    z-index: 1;
    display: block; }
    .block--contact .map-wrapper .map-address:hover {
      text-decoration: none; }

.block--contact > *:last-child {
  width: 54.4%;
  float: right; }

.contact-field input, .contact-field textarea {
  border-color: #ebebeb;
  color: #858787; }
  .contact-field input:active, .contact-field input:focus, .contact-field textarea:active, .contact-field textarea:focus {
    border-color: #b0966c; }
  .contact-field input.is--disabled, .contact-field textarea.is--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    pointer-events: none; }
.contact-field .chosen-container-single {
  max-width: 100%; }
  .contact-field .chosen-container-single .chosen-single, .contact-field .chosen-container-single .chosen-single div {
    border-color: #ebebeb;
    color: #858787; }
.contact-field .chosen-container .chosen-drop {
  border-color: #ebebeb; }
.contact-field .chosen-results li {
  border-color: #ebebeb; }
  .contact-field .chosen-results li.highlighted, .contact-field .chosen-results li.result-selected {
    background-color: #858787;
    border-color: #ebebeb; }
.contact-field .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #ebebeb; }
.contact-field.u-half {
  padding-right: 8px;
  padding-bottom: 15px; }
  .contact-field.u-half + .contact-field {
    padding-left: 8px;
    padding-right: 0; }

.btn--contact {
  color: #3bdbb2;
  background-color: #FFF;
  border-color: #c4f4e8;
  max-width: 150px; }
  .btn--contact.active, .btn--contact:hover, .btn--contact:active {
    border-color: #136a54;
    color: #136a54; }

.contact-submit-wrapper {
  position: relative; }

.contact-note-required {
  font: italic 14px/18px "Open Sans", Helvetica, Arial, sans-serif;
  color: #858787;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0; }

.wpcf7-not-valid-tip {
  font-style: italic;
  color: #ff6666 !important; }

div.wpcf7 .ajax-loader {
  background-image: url("assets/images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 14px;
  height: 16px; }

div.wpcf7-response-output {
  font: italic 14px/1.5em "Open Sans", Helvetica, Arial, sans-serif;
  padding: 15px 50px;
  border-width: 1px;
  text-align: center; }

div.wpcf7-mail-sent-ok {
  border: 6px solid #3bdbb2 !important; }

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border: 6px solid #ff6666 !important;
  font-size: 18px;
  line-height: 30px; }

/**
 * Social Share Kit v1.0.7 (http://socialsharekit.com)
 * Copyright 2015 Social Share Kit / Kaspars Sprogis.
 * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
 * https://github.com/darklow/social-share-kit/blob/master/LICENSE
 */
@font-face {
  font-family: 'social-share-kit';
  src: url("assets/fonts/social-share-kit.eot");
  src: url("assets/fonts/social-share-kit.eot?#iefix") format("embedded-opentype"), url("assets/fonts/social-share-kit.woff") format("woff"), url("assets/fonts/social-share-kit.ttf") format("truetype"), url("assets/fonts/social-share-kit.svg#social-share-kit") format("svg");
  font-weight: normal;
  font-style: normal; }
.ssk:before,
.ssk-email:before {
  display: inline-block;
  color: #b0966c;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smartgastronomylab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ssk-facebook:before {
  content: "\ea90"; }

.ssk-twitter:before {
  content: "\ea96"; }

.ssk-google-plus:before {
  content: "v"; }

.ssk-google-plus-old:before {
  content: "c"; }

.ssk-email:before {
  content: "\e90a";
  top: -1px;
  position: relative; }

.ssk-pinterest:before {
  content: "e"; }

.ssk-tumblr:before {
  content: "f"; }

.ssk-linkedin:before {
  content: "g"; }

.ssk-github:before {
  content: "h"; }

.ssk-vk:before {
  content: "i"; }

.ssk-instagram:before {
  content: "j"; }

.ssk-amazon:before {
  content: "k"; }

.ssk-skype:before {
  content: "s"; }

.ssk-youtube:before {
  content: "x"; }

.ssk-vimeo:before {
  content: "u"; }

.ssk-ebay:before {
  content: "p"; }

.ssk-apple:before {
  content: "l"; }

.ssk-behance:before {
  content: "q"; }

.ssk-dribble:before {
  content: "n"; }

.ssk-android:before {
  content: "o"; }

.ssk-whatsapp:before {
  content: "m"; }

.ssk-reddit:before {
  content: "r"; }

.ssk-reddit2:before {
  content: "t"; }

.ssk,
.ssk-email {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  background-color: #FFF;
  color: #b0966c;
  display: block;
  border: 1px solid #f3efe9;
  font-size: 16px;
  line-height: 1em;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  height: 30px; }

.ssk:before,
.ssk-email:before,
.ssk .glyphicon,
.ssk .fa {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  color: #b0966c;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 30px;
  border-right: 1px solid #f3efe9;
  vertical-align: middle; }

.ssk.ssk-xs,
.ssk-xs > .ssk-email,
.ssk-xs > .ssk {
  padding: 6px; }

.ssk-facebook.ssk-xs,
.ssk-xs > .ssk-facebook {
  padding-left: 3px;
  padding-right: 9px; }

.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
  font-size: 14px;
  color: #b0966c; }

.ssk-xs > .ssk-email:before {
  font-size: 9px;
  color: #b0966c;
  padding-top: 1px; }

.ssk.ssk-sm, .ssk-sm > .ssk {
  padding: 5px; }

.ssk.ssk-sm:before, .ssk-sm > .ssk:before, .ssk.ssk-sm .glyphicon, .ssk-sm > .ssk .glyphicon, .ssk.ssk-sm .fa, .ssk-sm > .ssk .fa {
  font-size: 20px; }

.ssk.ssk-lg, .ssk-lg > .ssk {
  padding: 9px; }

.ssk.ssk-lg:before, .ssk-lg > .ssk:before, .ssk.ssk-lg .glyphicon, .ssk-lg > .ssk .glyphicon, .ssk.ssk-lg .fa, .ssk-lg > .ssk .fa {
  font-size: 28px; }

.ssk:last-child {
  margin-right: 0; }

.ssk:hover, .ssk:focus {
  color: #3bdbb2;
  text-decoration: none; }

.ssk.ssk-round, .ssk-round .ssk {
  border-radius: 50%; }

.ssk.ssk-round:before, .ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0; }

.ssk.ssk-rounded, .ssk-rounded .ssk {
  border-radius: 15%; }

.ssk.ssk-icon {
  color: #757575;
  padding: 2px;
  font-size: 24px; }

.ssk.ssk-icon, .ssk.ssk-icon:hover {
  background-color: transparent; }

.ssk.ssk-icon:hover {
  color: #424242; }

.ssk.ssk-icon.ssk-xs, .ssk-xs > .ssk.ssk-icon {
  font-size: 16px; }

.ssk.ssk-icon.ssk-sm, .ssk-sm > .ssk.ssk-icon {
  font-size: 20px; }

.ssk.ssk-icon.ssk-lg, .ssk-lg > .ssk.ssk-icon {
  font-size: 28px; }

.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 10px; }

.ssk.ssk-text:before, .ssk.ssk-text .glyphicon, .ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0; }

.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left; }

.ssk.ssk-text.ssk-xs, .ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 6px; }

.ssk.ssk-text.ssk-xs:before, .ssk-xs > .ssk.ssk-text:before, .ssk.ssk-text.ssk-xs .glyphicon, .ssk-xs > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-xs .fa, .ssk-xs > .ssk.ssk-text .fa {
  margin: -4px 6px -4px -4px;
  padding: 4px; }

.ssk.ssk-text.ssk-sm, .ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 7px; }

.ssk.ssk-text.ssk-sm:before, .ssk-sm > .ssk.ssk-text:before, .ssk.ssk-text.ssk-sm .glyphicon, .ssk-sm > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-sm .fa, .ssk-sm > .ssk.ssk-text .fa {
  margin: -5px 7px -5px -5px;
  padding: 5px; }

.ssk.ssk-text.ssk-lg, .ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 13px; }

.ssk.ssk-text.ssk-lg:before, .ssk-lg > .ssk.ssk-text:before, .ssk.ssk-text.ssk-lg .glyphicon, .ssk-lg > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-lg .fa, .ssk-lg > .ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px; }

.ssk-group, .ssk-sticky {
  font-size: 0; }

.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000; }

.ssk-sticky .ssk {
  transition: padding .1s ease-out;
  -webkit-transition: padding .1s ease-out;
  -moz-transition: padding .1s ease-out;
  -ms-transition: padding .1s ease-out;
  -o-transition: padding .1s ease-out;
  margin: 0; }

@media (min-width: 768px) {
  .ssk-sticky.ssk-left .ssk, .ssk-sticky.ssk-right .ssk {
    display: block;
    clear: both; }

  .ssk-sticky.ssk-left.ssk-center, .ssk-sticky.ssk-right.ssk-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  .ssk-sticky.ssk-left {
    left: 0; }

  .ssk-sticky.ssk-left .ssk {
    float: left; }

  .ssk-sticky.ssk-left .ssk:hover {
    padding-left: 15px; }

  .ssk-sticky.ssk-right {
    right: 0; }

  .ssk-sticky.ssk-right .ssk {
    float: right; }

  .ssk-sticky.ssk-right .ssk:hover {
    padding-right: 15px; } }
.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0; }

.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom; }

.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px; }

.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px; }

.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px; }

.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px; }

.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px; }

@media (max-width: 767px) {
  .ssk-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap; }

  .ssk-sticky.ssk-sticky-hide-xs {
    display: none !important; }

  .ssk-sticky .ssk {
    flex: 1;
    width: auto; }

  .ssk-sticky .ssk .ssk-num {
    display: none; } }
.share-cell:not(.ssk-count) .ssk:before, .share-cell:not(.ssk-count) .ssk-email:before {
  border-right: 0; }

.ssk-count .ssk-email,
.ssk-count .ssk {
  position: relative;
  padding-right: 65px;
  width: 90px; }
.ssk-count .ssk-num {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font: 700 12px/30px "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #b0966c;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%; }

.ssk-facebook:hover, .ssk-facebook:active, .ssk-facebook:focus {
  border-color: #37589b; }
  .ssk-facebook:hover:before, .ssk-facebook:active:before, .ssk-facebook:focus:before {
    border-color: #37589b;
    color: #37589b; }
  .ssk-facebook:hover .ssk-num, .ssk-facebook:active .ssk-num, .ssk-facebook:focus .ssk-num {
    color: #37589b; }

.ssk-twitter:hover, .ssk-twitter:active, .ssk-twitter:focus {
  border-color: #46d4fe; }
  .ssk-twitter:hover:before, .ssk-twitter:active:before, .ssk-twitter:focus:before {
    border-color: #46d4fe;
    color: #46d4fe; }
  .ssk-twitter:hover .ssk-num, .ssk-twitter:active .ssk-num, .ssk-twitter:focus .ssk-num {
    color: #46d4fe; }

.ssk-email:hover, .ssk-email:active, .ssk-email:focus {
  border-color: #3bdbb2; }
  .ssk-email:hover:before, .ssk-email:active:before, .ssk-email:focus:before {
    border-color: #3bdbb2;
    color: #3bdbb2; }
  .ssk-email:hover .ssk-num, .ssk-email:active .ssk-num, .ssk-email:focus .ssk-num {
    color: #3bdbb2; }

@media (min-width: 768px) {
  .ssk-count.ssk-sticky {
    padding-top: 0; }

  .ssk-count.ssk-sticky.ssk-left .ssk-num, .ssk-count.ssk-sticky.ssk-right .ssk-num {
    top: 20%;
    background-color: transparent; }

  .ssk-count.ssk-sticky.ssk-left .ssk-num {
    left: 100%;
    margin-left: 5px; }

  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    right: 115%;
    margin-left: -100%;
    text-align: right; } }
/*!
 *Chosen, a Select Box Enhancer for jQuery and Prototype
 *by Patrick Filler for Harvest, http://getharvest.com
 *
 *Version 1.5.1
 *Full source at https://github.com/harvesthq/chosen
 *Copyright (c) 2011-2016 Harvest http://getharvest.com
 *
 *MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #c4f4e8;
  border-top: 0;
  background: #FFF; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 58px; }

.chosen-container-single .chosen-default {
  color: #a0a7a7; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  border: 6px solid #c4f4e8;
  color: #3bdbb2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 58px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 16px;
  font-size: 9px; }
  .chosen-container-single .chosen-single div b:before {
    content: ""; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-results {
  margin: 0;
  max-height: 200px;
  overflow: scroll; }
  .chosen-results li {
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 10px 15px;
    border-top: 1px solid #c4f4e8;
    color: #858787; }
    .chosen-results li:hover, .chosen-results li:active {
      cursor: pointer; }
    .chosen-results li:first-child {
      border: 0; }
    .chosen-results li:before {
      content: none; }
    .chosen-results li.highlighted, .chosen-results li.result-selected {
      background-color: #3bdbb2;
      color: #FFF; }

/* @end */
/* @group Active */
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-container-multi {
  border-bottom-color: #c4f4e8; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-color: #c4f4e8;
  color: #292a2a; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

/* @end */
/* @group Retina compatibility */
/* @end */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(assets/images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(assets/images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) */
/*  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

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

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

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

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

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

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px 3px;
  background: #e2dbd1;
  -webkit-backface-visibility: visible; }

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #3bdbb2; }

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 60px;
  font-size: 40px;
  color: #e2dbd1; }
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    pointer-events: none; }

.owl-carousel .owl-nav .owl-prev {
  left: 10px; }
  .owl-carousel .owl-nav .owl-prev:not(.disabled):hover, .owl-carousel .owl-nav .owl-prev:not(.disabled):active, .owl-carousel .owl-nav .owl-prev:not(.disabled):focus {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

.owl-carousel .owl-nav .owl-next {
  right: 10px; }
  .owl-carousel .owl-nav .owl-next:not(.disabled):hover, .owl-carousel .owl-nav .owl-next:not(.disabled):active, .owl-carousel .owl-nav .owl-next:not(.disabled):focus {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

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

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

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

/**
 * Tablet */
@media all and (min-width: 1240px) {
  .social-links {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 168px; }

  .site-header-menu-nav {
    padding-right: 20px; } }
@media all and (max-width: 1212px) {
  .site-header-sidelogo {
    font-size: 24px;
    left: 135px; } }
@media all and (max-width: 1054px) {
  .u-wrapper {
    max-width: 914px; }

  .site-header-menu-nav {
    padding-left: 180px; } }
@media all and (min-width: 1213px) {
  .site-header-menu-nav {
    display: block !important; }

  .toggle-menu {
    display: none !important; } }
@media all and (max-width: 1212px) {
  .site-header .site-header-menu {
    background-color: #FFF;
    border-bottom: 1px solid #f3efe9;
    padding-top: 5px; }
    .site-header .site-header-menu .social-links {
      margin-top: 9px; }
    .site-header .site-header-menu .site-header-menu-nav {
      padding-top: 19px; }
    .site-header .site-header-menu .site-title-link {
      font-size: 60px;
      margin-top: 0;
      height: 63px; }
    .site-header .site-header-menu .site-header-sidelogo {
      -moz-transform: translateY(12px);
      -ms-transform: translateY(12px);
      -webkit-transform: translateY(12px);
      transform: translateY(12px);
      font-size: 20px; }

  .site-header-sidelogo {
    left: 105px;
    top: 11px; }

  .toggle-menu {
    display: block;
    padding-top: 21px; }

  .site-header-menu-nav {
    display: none;
    border-bottom: 1px solid #f3efe9;
    background-color: #FFF;
    width: 100%;
    padding: 0 0 10px;
    top: 100%; }
    .site-header-menu-nav a {
      display: block; } }
@media all and (max-width: 954px) {
  .u-wrapper {
    max-width: 768px; }

  .profile-switcher {
    margin-bottom: 90px; }

  .ps-summary-caption {
    display: none; }

  .social-links {
    margin-top: 12px; }

  .page-title {
    font-size: 49px; }

  .u-hr.is--pulled-up {
    margin-top: 10px; }

  .site-content .block--entry--with-side {
    padding-left: 70px; }
  .site-content .block--entry.u-third {
    padding-left: 8px;
    padding-right: 9px; }
    .site-content .block--entry.u-third:first-child {
      padding-left: 0;
      padding-right: 17px; }
    .site-content .block--entry.u-third:last-child {
      padding-right: 0;
      padding-left: 17px; }

  .events-list .block--entry:before {
    content: none; }

  .link--simple + .link--simple {
    margin-left: 10px; } }
@media all and (max-width: 954px) and (min-width: 799px) {
  .event-infos .block--entry-price {
    margin-top: 15px;
    padding-left: 65px; }
    .event-infos .block--entry-price .bulle {
      left: 0; } }
/**
 * Mobile */
@media all and (max-width: 798px) {
  .u-fifth, .u-fifth-four, .u-fifth-three, .u-fifth-two, .u-quarter, .u-quarter-three, .u-third, .u-third-two, .u-third-only, .u-quarter-only, .u-half, .u-half-only, .u-eighth-only,
  .u-thirty, .u-seventy,
  .u-left, .u-right {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .u-table,
  .u-table-cell {
    display: block; }

  .table--cooking-lab-spaces .u-table-cell,
  .table--cooking-lab-who .u-table-cell,
  .table--services-support .u-table-cell {
    border-right: 0;
    border-top: 1px solid #e2dbd1; }
    .table--cooking-lab-spaces .u-table-cell:first-child,
    .table--cooking-lab-who .u-table-cell:first-child,
    .table--services-support .u-table-cell:first-child {
      border-top: 0; }

  .u-wrapper {
    max-width: 600px; }

  .site-title-link {
    font-size: 125px; }

  .site-header-menu-nav {
    padding-top: 10px; }

  .block--newsletter {
    text-align: center; }
    .block--newsletter .u-hr {
      margin-right: auto;
      margin-left: auto; }

  .block--entry--bigger .block--entry-title {
    font-size: 26px; }

  .block--entry-image img {
    width: auto;
    max-width: 450px;
    height: auto;
    object-fit: unset; }

  .social-share .u-wrapper {
    padding-left: 0;
    padding-right: 0; }

  .content-internal .page-title {
    padding-top: 0; }

  .table-files-cell {
    width: 100%; }
    .table-files-cell:first-child {
      border: 0; }
    .table-files-cell + .table-files-cell {
      padding-top: 0; }

  .chosen-container + div {
    margin-left: 0;
    margin-top: 15px; }
  .chosen-container + select + .chosen-container {
    margin-left: 0;
    margin-top: 15px; }

  .projects-tools select {
    margin-left: 0;
    margin-top: 15px; }

  .block--video-item {
    text-align: center; }

  .block--partners-list {
    border-top: 1px solid #e2dbd1; }
    .block--partners-list .block--partners-item {
      border: 1px solid #e2dbd1;
      border-top: 0; }

  .block--advantages-list .block--advantages-item {
    border: 1px solid #e2dbd1; }

  .block--partners-item,
  .block--advantages-item {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .block--partners-item--empty,
  .block--advantages-item--empty {
    display: none; }

  .block--team-member {
    margin-bottom: 30px;
    text-align: center; }

  .modal-close {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto; }

  .modal-content .modal-header-title {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }

  .contact-field .chosen-container {
    width: 310px !important; }

  .block--contact .map-wrapper, .block--contact > *:last-child {
    width: 100%;
    float: none; }

  .block--contact .map-wrapper {
    margin-bottom: 40px; }

  .block--contact > *:last-child {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto; }

  .events-intro-legend-item {
    width: 25%; }

  .events-intro-legend-caption {
    min-height: 60px; }

  .page-title {
    padding-top: 20px; }

  .presentation-item--deco {
    bottom: -100px; }

  .numbers-list .number {
    float: left;
    width: 50%;
    margin-bottom: 20px; }

  .events-list .block--entry:before {
    content: none !important; }

  .testimonial-content {
    bottom: -10px;
    right: 60px;
    padding: 40px 30px 20px 30px; }

  .block--partners .partner {
    width: 50%; } }
@media all and (max-width: 630px) {
  .u-wrapper {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }

  .ps-summary {
    text-align: left;
    padding-left: 0; }

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

  .modal-content {
    padding-left: 10px;
    padding-right: 10px; }

  .btn-back {
    position: relative;
    top: auto;
    right: auto;
    margin: 30px 0; }

  .page-title {
    font-size: 38px; }

  .section-title {
    font-size: 32px; }

  .presentation-content {
    font-size: 16px; }

  .testimonial-content {
    text-align: left;
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%; }

  .testimonial-title {
    font-size: 24px; }

  .entry-content--splitted {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0; }

  /* Contact page: Submit wrapper --------------------------------------------------- */
  .page-template-page-contact .contact-submit-wrapper {
    display: block; } }
@media all and (max-width: 480px) {
  .event-infos .block--entry-price {
    max-width: 100%;
    margin-top: 15px;
    padding-left: 65px; }
    .event-infos .block--entry-price .bulle {
      left: 0; }

  .contact-submit-wrapper {
    text-align: left; }

  .contact-note-required {
    display: block;
    margin: 15px 0;
    position: relative;
    bottom: auto;
    left: auto; }

  div.wpcf7-response-output {
    padding: 15px 20px; } }
@media all and (max-width: 470px) {
  .events-intro-legend-item {
    width: 50%; }

  .events-intro-legend-caption {
    min-height: 60px; } }
@media all and (max-width: 425px) {
  h2 {
    text-align: center; }

  .u-hr {
    margin-left: auto;
    margin-right: auto; } }
@media all and (max-width: 360px) {
  .site-header-sidelogo {
    left: 98px;
    font-size: 22px;
    top: 17px; }

  .numbers-list .number {
    float: none;
    width: 100%; } }
/**
 * Vertical */
@media all and (max-height: 530px) {
  .modal {
    padding-top: 76px;
    padding-bottom: 0; } }
