@charset "UTF-8";
/*!
Theme Name: SOLO HOUSES
Theme URI: ahmedghazi.com
Author: aeai
AuthorURI: ahmedghazi.com
Description: themeDescription
Version: 1.2
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: aeai
*/
/* FONTS
-------------------------- */
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html {
  box-sizing: border-box; }

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

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-user-drag: none;
  outline: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }
img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

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

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

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */
  vertical-align: top; }

q:before, q:after {
  content: ''; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

*:focus {
  outline: none; }

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/* SRCSET */
img[data-sizes="auto"] {
  display: block;
  width: 100%; }

::-moz-selection {
  /* Code for Firefox */
  color: blue; }

::selection {
  color: blue; }

/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    }

    // Sometimes depending on the font-size, the rendering, the browser, etc. you may need to tweak the output. 
    // You can adjust the top and bottom cropping when invoking the component using the $top-adjustment and $bottom-adjustment settings 
    
    .slight-adjustment-needed {
        @include text-crop($top-adjustment: -0.5px, $bottom-adjustment: 2px);
        font-size: 17px;
    }

    .dont-do-this {
        @include text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/***********************************************************
  ANIMATIONS
 ***********************************************************/
/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/* Borders */
/* PADDINGS */
/* Breakpoints */
/***********************************************************
  MISC
 ***********************************************************/
.vhidden {
  visibility: hidden;
  pointer-events: none; }

.outline {
  /*box-shadow: inset 0 0 1px #fff, inset 0 0 1px #fff, inset 0 0 1px #fff;*/
  border: 1px solid; }

.prel {
  position: relative; }

.grayscale {
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

/***********************************************************
  MODAL
 ***********************************************************/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 249;
  display: block;
  display: none; }

.modal .flex,
.modal-bg,
.modal-inner {
  height: 100vh; }

.modal .close,
.modal .modal-close {
  position: absolute;
  right: 1em;
  top: 1em; }

.modal .center-center {
  pointer-events: none; }

.modal .center-center * {
  pointer-events: auto; }

.modal-bg {
  cursor: pointer;
  width: 100vw;
  position: absolute; }

/***********************************************************
  OPEN/CLOSE
 ***********************************************************/
.open,
.close,
.plus,
.minus {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer; }

.open::before,
.open::after,
.close::before,
.close::after,
.plus::before,
.plus::after,
.minus::before,
.minus::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000; }

.open::before,
.plus:before,
.minus:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.open::after,
.plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.minus:after {
  display: none; }

.loading {
  cursor: wait; }

.ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 52px solid black; }

.columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2px;
          column-gap: 2px; }

p:empty {
  display: none; }

.n-m {
  margin: 0 !important; }

/* =LAYOUTS
------------------ */
/*$breakpoints:
  sm 320px 46em,
  md 992px 61em,
  //lg 75em 71em !default;
  lg 1441px 71em !default;
$flexboxgrid-max-width: 1200px !default;
*/
/*
.wrapper {
  box-sizing: border-box;
  max-width: $flexboxgrid-max-width;
  margin: 0 auto;
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px; }

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-left: -1px; }

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 100%; }

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 768px) {
  .container {
    width: 46em; }

  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: auto; }

  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 25%; }

  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 50%; }

  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 75%; }

  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 100%; }

  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-sm {
    -moz-align-items: center;
    align-items: center; }

  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 1023px) {
  .container {
    width: 61em; }

  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: auto; }

  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 25%; }

  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 50%; }

  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 75%; }

  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 100%; }

  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-md {
    -moz-align-items: center;
    align-items: center; }

  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 1441px) {
  .container {
    width: 71em; }

  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: auto; }

  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 25%; }

  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 50%; }

  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 75%; }

  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1px;
    padding-left: 1px;
    margin-left: 100%; }

  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-lg {
    -moz-align-items: center;
    align-items: center; }

  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
body {
  background: white;
  margin: 0;
  padding: 0;
  overflow-y: scroll; }
  body.loading {
    cursor: wait; }

html, body {
  cursor: none; }

#page main {
  transition: all 0.2s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }
#page.is-loading main {
  opacity: 0; }
#page.is-exiting main {
  opacity: 0; }
#page.is-entering main {
  opacity: 0; }
#page.is-hidden main {
  opacity: 0;
  transition: none; }

.row:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both; }

main {
  padding: 0 10px;
  padding-bottom: 121px;
  z-index: 1;
  background: white;
  position: relative;
  min-height: calc(100vh - (40px + 121px + 10px)); }

@media screen and (min-width: 1919px) {
  main {
    min-height: calc(100vh - (46px + 121px + 10px)); } }
header {
  padding: 10px 10px;
  padding-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 250;
  background: white;
  height: 40px;
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }
  header.idle .top-nav {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  header.idle #baseline {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  header .top-nav {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.6s ease-out 0s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  header #baseline {
    position: absolute;
    top: 0;
    transition: all 0.6s ease-out 0s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  header nav ul {
    display: -moz-flex;
    display: flex; }
    header nav ul a {
      padding-right: 1em;
      padding-top: 10px;
      padding-bottom: 10px; }
  header .lang-switch ul {
    display: -moz-flex;
    display: flex; }
    header .lang-switch ul li.wpml-ls-current-language {
      display: none; }
    header .lang-switch ul a {
      padding-left: 1em; }
  header .sep1 {
    transition: all 0.6s ease-out 0s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    position: absolute;
    width: calc(100vw - 20px);
    bottom: 0; }

.no-intro header .sep1 {
  width: calc(100vw - 20px) !important; }

@media screen and (max-width: 320px) {
  header .col-xs-4 {
    flex-basis: 50%;
    max-width: 50%; }
  header #baseline {
    display: none; } }
@media screen and (max-width: 1023px) {
  header .burger-wrap {
    position: fixed;
    right: 0;
    top: 0;
    height: 40px;
    padding: 18px 10px;
    z-index: 250; }
    header .burger-wrap .burger {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      header .burger-wrap .burger, header .burger-wrap .burger::before, header .burger-wrap .burger::after {
        display: block;
        width: 25px;
        height: 1px;
        background-color: #000;
        outline: 1px solid transparent;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        transition-duration: 0.3s; }
      header .burger-wrap .burger::before, header .burger-wrap .burger::after {
        position: absolute;
        content: ""; }
      header .burger-wrap .burger::before {
        top: -7px; }
      header .burger-wrap .burger::after {
        top: 7px; }
      header .burger-wrap .burger.active {
        background-color: transparent; }
      header .burger-wrap .burger.active::before {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg); }
      header .burger-wrap .burger.active::after {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg); }
  header.idle .top-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  header.active {
    overflow: initial; }
  header .top-nav {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 50px);
    background-color: white;
    padding: 10px;
    z-index: 250;
    transition: all 0s ease-out 0s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    header .top-nav.active {
      display: -moz-flex;
      display: flex; }
    header .top-nav ul {
      -moz-flex-direction: column;
      flex-direction: column; }
      header .top-nav ul li {
        line-height: 1; }
      header .top-nav ul a {
        display: block;
        padding: 0; }
  header .lang-switch ul a {
    padding-left: 0; } }
@media screen and (min-width: 1919px) {
  header {
    height: 46px; } }
footer {
  padding: 10px;
  padding-top: 0;
  width: 100%;
  z-index: 0; }
  footer .inner {
    padding: 0 !important; }
    footer .inner .row {
      height: 100%; }
    footer .inner .item {
      padding: 10px 0; }
      footer .inner .item h4 {
        margin-bottom: 1em; }
      footer .inner .item p {
        margin: 0; }
    footer .inner .outro {
      padding-left: 10px; }
      footer .inner .outro::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 5px solid;
        border-left: 5px solid;
        border-bottom: 5px solid; }

@media screen and (max-width: 1023px) {
  footer {
    padding-top: 10px;
    padding-top: 0; }
    footer .inner {
      padding: !important;
      height: auto; }
      footer .inner .col-md-4:last-child {
        border: none;
        padding: 0; }
      footer .inner .item {
        padding: 10px 0;
        border-bottom: 1px solid; }
        footer .inner .item:last-of-type {
          border: none; } }
.xs-only {
  display: none; }

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none; }

  .xs-only {
    display: block; } }
/* =VENDOR
------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* =TYPE
------------------ */
/* Put font @font-face here
 *
 * Make sure to update file paths!
 * I recommend putting your files in /assets/fonts/
 *
 * -------------------------------- */
@font-face {
  font-family: 'NHaasGroteskTXPro-55Rg';
  src: url("assets/fonts/NHaasGroteskTXPro-55Rg.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NHaasGroteskTXPro-55Rg.otf") format("opentype"), url("assets/fonts/NHaasGroteskTXPro-55Rg.woff") format("woff"), url("assets/fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype"), url("assets/fonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NHaasGroteskTXPro-56It';
  src: url("assets/fonts/NHaasGroteskTXPro-56It.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NHaasGroteskTXPro-56It.otf") format("opentype"), url("assets/fonts/NHaasGroteskTXPro-56It.woff") format("woff"), url("assets/fonts/NHaasGroteskTXPro-56It.ttf") format("truetype"), url("assets/fonts/NHaasGroteskTXPro-56It.svg#NHaasGroteskTXPro-56It") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  color: #000000;
  font-family: "NHaasGroteskTXPro-55Rg", Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.200em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  font-size: 18px; }

.headline {
  font-size: 63px;
  letter-spacing: -0.04em;
  line-height: 1; }

@media screen and (max-width: 768px) {
  body {
    font-size: 18px; }

  .headline,
  .top-nav {
    font-size: 45px; } }
@media screen and (max-width: 320px) {
  .headline {
    font-size: 36px; } }
@media screen and (min-width: 1919px) {
  body,
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px; }

  .headline {
    font-size: 55px; } }
em, i, .italic {
  font-family: "NHaasGroteskTXPro-56It", Helvetica, sans-serif; }

figcaption,
.figcaption {
  font-size: 12px;
  font-style: normal; }

/* Links */
a {
  color: #000000;
  text-decoration: none !important;
  cursor: none;
  transition: all 0.4s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }
  a:focus, a:active, a:hover {
    color: #272727; }

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin: 10px 0; }

/* Text elements */
p {
  line-height: 1.25em;
  text-decoration: none !important; }

.content .p-a {
  margin-bottom: 0;
  text-indent: 40px; }
  .content .p-a:first-child {
    text-indent: 0; }
.content .p-mb {
  margin-bottom: 1.5em;
  text-indent: 0; }

.columns-texte .p-a:first-child {
  text-indent: 40px; }
.columns-texte p {
  padding-right: 1em; }
@media screen and (max-width: 768px) {
  .columns-texte {
    margin-bottom: 1em; } }

q:before {
  content: open-quote; }

q:after {
  content: close-quote; }

:lang(en-EN) q,
:lang(en-US) q {
  quotes: '“' '”'; }

:lang(fr-FR) q {
  quotes: '«' '»'; }

:lang(de) q {
  quotes: '»' '«'; }

ul, ol {
  margin: 0 0 1.5em 2.5em; }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: normal; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em;
  font-size: 12px;
  font-family: monospace;
  letter-spacing: 0; }

code, kbd {
  font-family: "Andale Mono", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 1px solid;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0; }
.post-password-required input[type=password] {
  margin: 0.8125em 0; }

.cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.contain {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

/* =error404
----------------------------------------------- */
.error404 #main #s {
  width: 75%; }

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: black;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

.has-border {
  position: relative; }
  .has-border::before, .has-border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: black; }
  .has-border.top::before {
    top: 0;
    left: 0; }
  .has-border.top::after {
    display: none; }
  .has-border.bottom::after {
    bottom: 0;
    left: 0; }
  .has-border.bottom::before {
    display: none; }
  .has-border.top.bottom::before {
    display: block; }
  .has-border.top.bottom::after {
    display: block; }

section .header {
  margin-bottom: 10px;
  background: white;
  z-index: 1;
  transition: all 0.2s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }
  section .header.offside_top {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
section .content {
  padding-bottom: 40px; }
  section .content .footer {
    margin-top: 40px; }

.row-pt {
  padding-top: 10px; }

.row-pb {
  padding-bottom: 10px; }

.row-pt-pb {
  padding-top: 10px;
  padding-bottom: 10px; }

.card {
  margin-bottom: 20px; }
  .card.is-portrait {
    flex-basis: 11.1111111%;
    max-width: 11.1111111%; }
  .card figure {
    margin-bottom: 5px;
    position: relative;
    background: #e6e6e6; }
  .card .figcaption {
    line-height: 1.3; }
    .card .figcaption::before, .card .figcaption::after {
      content: '';
      display: block;
      height: 0;
      width: 0; }
    .card .figcaption::before {
      margin-bottom: calc(-0.2166666667em + 0px); }
    .card .figcaption::after {
      margin-top: calc(-0.3em + 0px); }
    .card .figcaption p {
      margin-bottom: 0; }

.sep1 {
  height: 1px;
  background: black; }

.sep1r {
  margin-bottom: 1em; }

.grid-noma.row {
  margin: 0; }
.grid-noma [class^="col-"] {
  padding: 0; }

.index {
  line-height: 1em;
  padding: 10px 0; }

.entry-header {
  min-height: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  background: white;
  z-index: 1; }
  @media screen and (min-width: 1919px) {
    .entry-header {
      top: 46px; } }

section .header {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }
  @media screen and (min-width: 1919px) {
    section .header {
      top: 46px; } }

figure:hover figcaption {
  opacity: 1; }
figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 5px;
  line-height: 1;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }
figure .portrait + figcaption .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
  top: 0;
  left: 0;
  top: 4px;
  left: 4px; }

@media screen and (max-width: 768px) {
  .card.is-portrait {
    flex-basis: 50%;
    max-width: 50%; } }
@media screen and (min-width: 1919px) {
  .entry-header {
    min-height: 46px; } }
dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.size-full, img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    color: #000000;
    font-size: 85%;
    margin-bottom: 0.5em;
    padding: 5px 0;
    position: relative; }

/* Galleries */
.gallery-caption {
  color: #000000;
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

.card-media {
  padding-bottom: 0;
  border-bottom: 1px solid; }
  .card-media a {
    height: 100%;
    display: block; }
  .card-media .card-media-header {
    z-index: 2; }
    .card-media .card-media-header .inner {
      display: -moz-flex;
      display: flex;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }
  .card-media .card-media-content {
    z-index: 1;
    display: -moz-flex;
    display: flex; }
  .card-media .thumbnail {
    padding: 0;
    border-right: 1px solid; }
    .card-media .thumbnail img {
      width: 100%;
      height: auto; }
  .card-media .content {
    padding: 0; }
    .card-media .content .inner {
      position: -webkit-sticky;
      position: sticky;
      top: 40px;
      margin-bottom: 30px; }
      .card-media .content .inner .headline {
        line-height: 60px; }
      .card-media .content .inner h2 {
        padding: 10px;
        padding-bottom: 0; }
      .card-media .content .inner p {
        margin: 0;
        padding: 0 10px;
        line-height: 1.3; }
        .card-media .content .inner p::before, .card-media .content .inner p::after {
          content: '';
          display: block;
          height: 0;
          width: 0; }
        .card-media .content .inner p::before {
          margin-bottom: calc(-0.2166666667em + 0px); }
        .card-media .content .inner p::after {
          margin-top: calc(-0.3em + 0px); }
      .card-media .content .inner .date {
        padding: 0 10px; }

@media screen and (max-width: 1023px) {
  .card-media .card-media-header .inner .date {
    display: none; }
  .card-media .card-media-content {
    -moz-flex-direction: column;
    flex-direction: column; }
    .card-media .card-media-content .thumbnail,
    .card-media .card-media-content .content {
      flex-basis: 100%;
      max-width: 100%; }
    .card-media .card-media-content .thumbnail {
      border-right: none; }
    .card-media .card-media-content .content {
      border: none;
      padding: 10px 0; }
      .card-media .card-media-content .content .inner .headline,
      .card-media .card-media-content .content .inner p {
        padding-left: 0;
        padding-right: 0; }
      .card-media .card-media-content .content .inner .headline span, .card-media .card-media-content .content .inner .headline.date {
        display: block;
        line-height: 98%; }
      .card-media .card-media-content .content .inner h2 {
        padding-top: 0; } }
.index {
  padding: 0; }
  .index .index-letter:last-child .row {
    border-bottom: none; }
  .index .key,
  .index .index-item {
    padding: 0.1em 0; }
  .index .key {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-right: 1px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .index .index-item span {
    display: inline;
    vertical-align: top; }

.page-template-page-projets .index .row,
.page-template-page-persons .index .row {
  border-bottom: 1px solid; }
.page-template-page-projets .index .index-item,
.page-template-page-persons .index .index-item {
  border-bottom: 1px solid; }
  .page-template-page-projets .index .index-item:last-child,
  .page-template-page-persons .index .index-item:last-child {
    border: none; }

@media screen and (max-width: 768px) {
  .index {
    padding: 0 !important; }
    .index .index-letter:first-child .key {
      border-top: none; }
    .index .key {
      font-size: 18px;
      padding: 10px 0;
      border-top: 1px solid;
      border-bottom: 1px solid;
      line-height: 1.3; }
      .index .key::before, .index .key::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      .index .key::before {
        margin-bottom: calc(-0.2166666667em + 0px); }
      .index .key::after {
        margin-top: calc(-0.3em + 0px); }
    .index .index-item {
      padding: 10px 0;
      border-bottom: 1px solid; }
      .index .index-item .has-persons {
        -moz-flex-direction: column;
        flex-direction: column; } }
.news {
  min-height: 80px;
  border-bottom: 1px solid;
  cursor: crosshair; }
  .news.active:hover .content figure img {
    opacity: 1; }
  .news h2 {
    line-height: 1.3; }
    .news h2::before, .news h2::after {
      content: '';
      display: block;
      height: 0;
      width: 0; }
    .news h2::before {
      margin-bottom: calc(-0.2166666667em + 0px); }
    .news h2::after {
      margin-top: calc(-0.3em + 0px); }
  .news .header {
    margin-bottom: 0;
    padding-bottom: 50px; }
  .news .content {
    display: none;
    padding-bottom: 20px; }
    .news .content figure {
      padding-right: 10px; }
    .news .content p,
    .news .content p:last-child {
      margin-bottom: 20px; }

html.is-news,
html.is-news body {
  cursor: crosshair; }
  html.is-news #cursor,
  html.is-news body #cursor {
    visibility: hidden; }

html.is-news-link,
html.is-news-link body {
  cursor: crosshair; }
  html.is-news-link #cursor,
  html.is-news-link body #cursor {
    visibility: visible; }

@media screen and (max-width: 1023px) {
  .news .header {
    padding-bottom: 10px; }
  .news h2 {
    margin-bottom: 20px; }
  .news img {
    margin-bottom: 10px; } }
#cursor {
  position: fixed;
  pointer-events: none;
  z-index: 251;
  will-change: top, right, bottom, left; }
  #cursor.is-anchor .inner {
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px); }
  #cursor .inner {
    background: transparent;
    border: 1px solid;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: all 0.2s ease-out 0s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98); }

@media screen and (max-width: 768px) {
  #cursor {
    display: none; } }
.animate {
  transition: all 0.4s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0; }
  .animate.fade-in {
    opacity: 1; }

.rebond {
  background: #e6e6e6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 10px;
  z-index: 1;
  transition: all 0.2s ease-out 0s;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }
  .rebond.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .rebond .pagination {
    display: -moz-flex;
    display: flex; }
    .rebond .pagination a {
      margin-right: .4em; }

#intro {
  position: fixed;
  top: 40px;
  z-index: 250;
  width: 100%;
  overflow: hidden; }
  #intro div {
    position: absolute;
    background: black;
    will-change: height; }
    #intro div.top {
      height: 20px;
      width: 100%; }
    #intro div.bottom {
      height: 20px;
      width: 100%;
      bottom: 0; }
    #intro div.left {
      height: 100%;
      width: 20px; }
    #intro div.right {
      height: 100%;
      width: 20px;
      right: 0; }

@media screen and (min-width: 1919px) {
  #intro {
    top: 46px; } }
/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  color: #000000; }

input[type=submit] {
  -webkit-appearance: none !important;
  background: transparent;
  border-radius: 0; }

/* Placeholders */
::-webkit-input-placeholder {
  color: #000000; }
:-ms-input-placeholder {
  color: #000000; }
::-ms-input-placeholder {
  color: #000000; }
::placeholder {
  color: #000000; }

.form-row {
  display: -moz-flex;
  display: flex; }
  .form-row label {
    min-width: 3.2em;
    min-width: 70px; }
  .form-row input {
    min-width: calc(100% - 70px); }

/* Search form */
.is-carousel {
  overflow: hidden; }
  .is-carousel .carousel-wrap {
    display: block; }
  .is-carousel #cursor {
    display: none; }

.loading .carousel-wrap img {
  opacity: 0; }

.carousel-wrap {
  position: fixed;
  z-index: 251;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none; }
  @media screen and (max-width: 768px) {
    .carousel-wrap {
      display: none !important; } }
  .carousel-wrap .carousel {
    pointer-events: none; }
    .carousel-wrap .carousel img {
      cursor: move;
      cursor: grab;
      cursor: -webkit-grab; }
      .carousel-wrap .carousel img:active {
        cursor: grabbing;
        cursor: -webkit-grabbing; }
    .carousel-wrap .carousel .slide {
      text-align: center; }
      .carousel-wrap .carousel .slide figure {
        height: 100vh;
        width: 100vw;
        display: inline-block;
        position: relative;
        display: -moz-flex;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        justify-content: center; }
        .carousel-wrap .carousel .slide figure img {
          height: 100%;
          max-width: initial;
          flex-shrink: 0; }
        .carousel-wrap .carousel .slide figure .carousel-close {
          pointer-events: auto;
          position: absolute;
          width: 60px;
          height: 60px;
          top: 10px;
          right: 10px;
          cursor: pointer;
          background: url("assets/images/close.svg"); }
  .carousel-wrap .control {
    position: absolute;
    top: 40px;
    width: 50%;
    height: calc(100vh - 40px); }
    .carousel-wrap .control.prev {
      left: 0;
      cursor: url("assets/images/arrow-w.svg") 50 40, url("assets/images/arrow-w.png") 50 40, w-resize; }
    .carousel-wrap .control.next {
      right: 0;
      cursor: url("assets/images/arrow-e.svg") 50 40, url("assets/images/arrow-e.png") 50 40, e-resize; }

/* =PROJECT PAGES SPECIFIC
------------------ */
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em; }
  .page-link span {
    margin-right: 6px; }

.home main {
  transition: none !important; }
.home.has-intro header .sep1 {
  width: 0; }
.home.has-intro main {
  height: 300vh; }
.home.no-intro main {
  padding-top: 0 !important; }
.home.no-intro header .sep1 {
  width: calc(100vw - 20px); }

.page-template-page-projets section {
  line-height: 1.3; }
  .page-template-page-projets section::before, .page-template-page-projets section::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .page-template-page-projets section::before {
    margin-bottom: calc(-0.2166666667em + 0px); }
  .page-template-page-projets section::after {
    margin-top: calc(-0.3em + 0px); }

.single-projet .header {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }
.single-projet .galerie {
  padding-bottom: 40px;
  text-align: center; }
  .single-projet .galerie .row [class^='col-'] {
    padding-bottom: 1px;
    margin-bottom: 1px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .single-projet .galerie figure {
    flex-shrink: 0; }
    .single-projet .galerie figure .cover {
      min-height: 50vh;
      background-position: center; }
    .single-projet .galerie figure img {
      vertical-align: top;
      width: 100%; }
.single-projet .content {
  padding-top: 10px; }
  .single-projet .content a {
    text-decoration: underline; }
.single-projet .footer .footer-row {
  margin-bottom: 20px; }
  .single-projet .footer .footer-row:last-child {
    margin: 0; }

@media screen and (max-width: 768px) {
  .single-projet main {
    padding-bottom: 111px; }
    .single-projet main .header .artist:after {
      content: ",";
      display: inline-block;
      margin-right: 0.25em; }
    .single-projet main .content {
      padding-bottom: 0; }
  .single-projet .extras {
    margin-top: 40px; }
    .single-projet .extras .card {
      margin-bottom: 10px; }
    .single-projet .extras .card:last-child {
      margin-bottom: 0; } }
@media screen and (min-width: 1919px) {
  .single-projet .header {
    top: 46px; } }
.single-person .header {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }
.single-person section > .content {
  padding-bottom: 40px; }
  .single-person section > .content .content {
    padding-bottom: 0; }
  .single-person section > .content p:last-child {
    margin-bottom: 0; }
  .single-person section > .content .download {
    margin-top: 40px; }
.single-person .artist-exhibitions {
  padding-bottom: 121px; }
  .single-person .artist-exhibitions h2 {
    margin-bottom: 10px; }

@media screen and (min-width: 1919px) {
  .single-person .header {
    top: 46px; } }
.page-template-page-about section .content {
  padding-bottom: 0; }
.page-template-page-about .footer {
  background: black;
  padding: 10px; }
  .page-template-page-about .footer a {
    color: white; }

@media screen and (max-width: 1023px) {
  .page-template-page-about section .content .row {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .page-template-page-about section .content p:empty {
    display: none; }
  .page-template-page-about section .rebond {
    min-height: 90px;
    height: auto; } }
.page-template-page-contact .header {
  margin: 0; }
.page-template-page-contact .content .item:empty {
  background: red; }
.page-template-page-contact .content .has-border:first-of-type .item {
  border: none;
  padding-left: 0; }
.page-template-page-contact .content .has-border:nth-child(4) .item {
  padding: 0 0 10px 0;
  border-left: 0; }
.page-template-page-contact .content .item {
  padding: 10px;
  border-left: 1px solid;
  min-height: 121px;
  max-height: 480px;
  overflow: hidden; }
  .page-template-page-contact .content .item p:last-child {
    margin: 0; }
.page-template-page-contact .content iframe {
  margin-top: -47px;
  height: 610px; }

@media screen and (max-width: 768px) {
  .page-template-page-contact .content .item {
    border-left: none;
    padding: 10px 0; } }
.liste .header {
  margin-bottom: 0; }
.liste article img {
  top: 80px;
  padding-top: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .liste article img {
      position: -webkit-sticky;
      position: sticky; } }
  @media screen and (max-width: 768px) {
    .liste article img {
      padding-right: 0;
      margin-bottom: 10px; } }
.liste article .entry-content {
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .liste article .entry-content {
      padding-top: 0; } }
.liste article h3 {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid; }
.liste article ul {
  margin-bottom: 1em !important; }
  .liste article ul li:before {
    content: "—"; }

.page-template-page-site .header {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }
.page-template-page-site .galerie {
  padding-bottom: 40px;
  text-align: center; }
  .page-template-page-site .galerie .row [class^='col-'] {
    padding-bottom: 1px;
    margin-bottom: 1px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .page-template-page-site .galerie figure {
    flex-shrink: 0; }
    .page-template-page-site .galerie figure .cover {
      min-height: 50vh;
      background-position: center; }
    .page-template-page-site .galerie figure img {
      vertical-align: top;
      width: 100%; }
.page-template-page-site .content {
  padding-top: 10px; }
  .page-template-page-site .content a {
    text-decoration: underline; }
.page-template-page-site .footer .footer-row {
  margin-bottom: 20px; }
  .page-template-page-site .footer .footer-row:last-child {
    margin: 0; }

@media screen and (max-width: 768px) {
  .page-template-page-site main {
    padding-bottom: 111px; }
    .page-template-page-site main .header .artist:after {
      content: ",";
      display: inline-block;
      margin-right: 0.25em; }
    .page-template-page-site main .content {
      padding-bottom: 0; }
  .page-template-page-site .extras {
    margin-top: 40px; }
    .page-template-page-site .extras .card {
      margin-bottom: 10px; }
    .page-template-page-site .extras .card:last-child {
      margin-bottom: 0; } }
@media screen and (min-width: 1919px) {
  .page-template-page-site .header {
    top: 46px; } }
