@import url('https://fonts.googleapis.com/css?family=Montserrat:300,800');
/* Loading labase less files
main.less
-normalize.less
-mixins.less
-grid.less
-nav.less
-parallax.less
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.invisible,
.element-invisible {
  display: none;
}
/* ------------ variables */
*,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-active-link: #1a1a1a;
}
#responsive-stylesheet {
  position: absolute;
  z-index: 1001;
}
@media screen and (min-width: 640px) {
  #responsive-stylesheet {
    z-index: 1002;
  }
}
@media screen and (min-width: 980px) {
  #responsive-stylesheet {
    z-index: 1003;
  }
}
@media screen and (min-width: 1240px) {
  #responsive-stylesheet {
    z-index: 1004;
  }
}
/* ------------ fonts */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
/* ------------ functions */
.fullblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none;
}
.toggler {
  display: none;
}
/* pseudo picture responsive media */
.smalldisplay .small {
  display: block;
}
.smalldisplay .medium,
.smalldisplay .large,
.smalldisplay .wide {
  display: none;
}
.mediumdisplay .medium {
  display: block;
}
.mediumdisplay .small,
.mediumdisplay .large,
.mediumdisplay .wide {
  display: none;
}
.largedisplay .large {
  display: block;
}
.largedisplay .small,
.largedisplay .medium,
.largedisplay .wide {
  display: none;
}
.widedisplay .wide {
  display: block;
}
.widedisplay .small,
.widedisplay .medium,
.widedisplay .large {
  display: none;
}
.squaredisplay::before {
  padding-top: 100%;
}
span.picture {
  display: block;
  position: relative;
  background-color: #1a1a1a;
}
span.picture::before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
span.picture span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
span.picture span span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
span.picture .nano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
span.picture .small {
  display: block;
}
span.picture .medium,
span.picture .large,
span.picture .wide {
  display: none;
}
@media screen and (min-width: 640px) {
  span.picture .medium {
    display: block;
  }
  span.picture .small,
  span.picture .large,
  span.picture .wide {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  span.picture .large {
    display: block;
  }
  span.picture .small,
  span.picture .medium,
  span.picture .wide {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  span.picture .wide {
    display: block;
  }
  span.picture .small,
  span.picture .medium,
  span.picture .large {
    display: none;
  }
}
.z-depth-1 {
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.z-depth-2 {
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}
.z-depth-3 {
  -moz-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.df {
  display: flex;
}
.dfh {
  display: flex;
  flex-direction: row;
}
.dfv {
  display: flex;
  flex-direction: collumn;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.clr {
  clear: right;
}
.cll {
  clear: left;
}
.cln {
  clear: none;
}
.clb {
  clear: both;
}
.text {
  font-family: Montserrat;
  font-weight: 300;
}
/*---------------- content -------------------*/
body {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
h1,
.h1 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 10vw;
  line-height: 90%;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 980px) {
  h1,
  .h1 {
    font-size: 80px;
    font-size: 8rem;
  }
}
h2,
.h2 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 8vw;
  line-height: 90%;
}
@media screen and (min-width: 640px) {
  h2,
  .h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  h2,
  .h2 {
    font-size: 50px;
    font-size: 5rem;
  }
}
h3,
.h3 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 5vw;
}
@media screen and (min-width: 640px) {
  h3,
  .h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  h3,
  .h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/*---------------- icons -------------------*/
@font-face {
  font-family: "icon-artistyck";
  src: url("https://new.artistyck.fr/wp-content/themes/artistyck/css/../fonts/icon-artistyck.eot");
  src: url("https://new.artistyck.fr/wp-content/themes/artistyck/css/../fonts/icon-artistyck.eot?#iefix") format("embedded-opentype"), url("https://new.artistyck.fr/wp-content/themes/artistyck/css/../fonts/icon-artistyck.woff") format("woff"), url("https://new.artistyck.fr/wp-content/themes/artistyck/css/../fonts/icon-artistyck.ttf") format("truetype"), url("https://new.artistyck.fr/wp-content/themes/artistyck/css/../fonts/icon-artistyck.svg#icon-artistyck") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
[data-icon]:before {
  font-family: "icon-artistyck" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.icon {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook::before,
a[href*="facebook"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\61";
}
.icon-instagram::before,
a[href*="instagram"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
}
.icon-googleplus::before,
a[href*="googleplus"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\63";
}
.icon-vimeo::before,
a[href*="vimeo"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
}
.icon-twitter::before,
a[href*="twitter"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\65";
}
.icon-pinterest::before,
a[href*="pinterest"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\66";
}
.icon-linkedin::before,
a[href*="linkedin"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\67";
}
.icon-spotify::before,
a[href*="spotify"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\68";
}
.icon-soundcloud::before,
a[href*="soundcloud"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\69";
}
.icon-flickr::before,
a[href*="flickr"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6a";
}
.icon-dribble::before,
a[href*="dribble"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6b";
}
.icon-behance::before,
a[href*="behance"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6c";
}
.icon-cancel::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6d";
}
.icon-cancel-circled::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6e";
}
.icon-dot-3::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6f";
}
.icon-dot::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\70";
}
.icon-down-open::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\71";
}
.icon-down-open-big::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\72";
}
.icon-left-open::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\73";
}
.icon-left-open-big::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\74";
}
.icon-right-open::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\75";
}
.icon-right-open-big::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\76";
}
.icon-up-open::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\77";
}
.icon-up-open-big::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\78";
}
.icon-resize-full::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\79";
}
.icon-resize-small::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7a";
}
.icon-check::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\41";
}
.icon-share::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\42";
}
.icon-search::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\43";
}
.icon-plus::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\44";
}
.icon-paper-plane::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\45";
}
.icon-pencil::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\46";
}
.icon-mail::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\47";
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .container .container {
    width: 85%;
  }
}
@media screen and (min-width: 980px) {
  .container .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  zoom: 1;
}
.row::before,
.row::after {
  content: "";
  display: table;
}
.row::after {
  clear: both;
}
.col {
  box-sizing: border-box;
  min-height: 1px;
}
.col[class*="push-"],
.col[class*="pull-"] {
  position: relative;
}
.col.offset-s1 {
  margin-left: 8.33333333%;
}
.col.pull-s1 {
  right: 8.33333333%;
}
.col.push-s1 {
  left: 8.33333333%;
}
.col.s1 {
  width: 8.33333333%;
}
.col.offset-s2 {
  margin-left: 16.66666667%;
}
.col.pull-s2 {
  right: 16.66666667%;
}
.col.push-s2 {
  left: 16.66666667%;
}
.col.s2 {
  width: 16.66666667%;
}
.col.offset-s3 {
  margin-left: 25%;
}
.col.pull-s3 {
  right: 25%;
}
.col.push-s3 {
  left: 25%;
}
.col.s3 {
  width: 25%;
}
.col.offset-s4 {
  margin-left: 33.33333333%;
}
.col.pull-s4 {
  right: 33.33333333%;
}
.col.push-s4 {
  left: 33.33333333%;
}
.col.s4 {
  width: 33.33333333%;
}
.col.offset-s5 {
  margin-left: 41.66666667%;
}
.col.pull-s5 {
  right: 41.66666667%;
}
.col.push-s5 {
  left: 41.66666667%;
}
.col.s5 {
  width: 41.66666667%;
}
.col.offset-s6 {
  margin-left: 50%;
}
.col.pull-s6 {
  right: 50%;
}
.col.push-s6 {
  left: 50%;
}
.col.s6 {
  width: 50%;
}
.col.offset-s7 {
  margin-left: 58.33333333%;
}
.col.pull-s7 {
  right: 58.33333333%;
}
.col.push-s7 {
  left: 58.33333333%;
}
.col.s7 {
  width: 58.33333333%;
}
.col.offset-s8 {
  margin-left: 66.66666667%;
}
.col.pull-s8 {
  right: 66.66666667%;
}
.col.push-s8 {
  left: 66.66666667%;
}
.col.s8 {
  width: 66.66666667%;
}
.col.offset-s9 {
  margin-left: 75%;
}
.col.pull-s9 {
  right: 75%;
}
.col.push-s9 {
  left: 75%;
}
.col.s9 {
  width: 75%;
}
.col.offset-s10 {
  margin-left: 83.33333333%;
}
.col.pull-s10 {
  right: 83.33333333%;
}
.col.push-s10 {
  left: 83.33333333%;
}
.col.s10 {
  width: 83.33333333%;
}
.col.offset-s11 {
  margin-left: 91.66666667%;
}
.col.pull-s11 {
  right: 91.66666667%;
}
.col.push-s11 {
  left: 91.66666667%;
}
.col.s11 {
  width: 91.66666667%;
}
.col.offset-s12 {
  margin-left: 100%;
}
.col.pull-s12 {
  right: 100%;
}
.col.push-s12 {
  left: 100%;
}
.col.s12 {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .col.pull-m1 {
    right: 8.33333333%;
  }
  .col.push-m1 {
    left: 8.33333333%;
  }
  .col.m1 {
    width: 8.33333333%;
  }
  .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .col.pull-m2 {
    right: 16.66666667%;
  }
  .col.push-m2 {
    left: 16.66666667%;
  }
  .col.m2 {
    width: 16.66666667%;
  }
  .col.offset-m3 {
    margin-left: 25%;
  }
  .col.pull-m3 {
    right: 25%;
  }
  .col.push-m3 {
    left: 25%;
  }
  .col.m3 {
    width: 25%;
  }
  .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .col.pull-m4 {
    right: 33.33333333%;
  }
  .col.push-m4 {
    left: 33.33333333%;
  }
  .col.m4 {
    width: 33.33333333%;
  }
  .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .col.pull-m5 {
    right: 41.66666667%;
  }
  .col.push-m5 {
    left: 41.66666667%;
  }
  .col.m5 {
    width: 41.66666667%;
  }
  .col.offset-m6 {
    margin-left: 50%;
  }
  .col.pull-m6 {
    right: 50%;
  }
  .col.push-m6 {
    left: 50%;
  }
  .col.m6 {
    width: 50%;
  }
  .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .col.pull-m7 {
    right: 58.33333333%;
  }
  .col.push-m7 {
    left: 58.33333333%;
  }
  .col.m7 {
    width: 58.33333333%;
  }
  .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .col.pull-m8 {
    right: 66.66666667%;
  }
  .col.push-m8 {
    left: 66.66666667%;
  }
  .col.m8 {
    width: 66.66666667%;
  }
  .col.offset-m9 {
    margin-left: 75%;
  }
  .col.pull-m9 {
    right: 75%;
  }
  .col.push-m9 {
    left: 75%;
  }
  .col.m9 {
    width: 75%;
  }
  .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .col.pull-m10 {
    right: 83.33333333%;
  }
  .col.push-m10 {
    left: 83.33333333%;
  }
  .col.m10 {
    width: 83.33333333%;
  }
  .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .col.pull-m11 {
    right: 91.66666667%;
  }
  .col.push-m11 {
    left: 91.66666667%;
  }
  .col.m11 {
    width: 91.66666667%;
  }
  .col.offset-m12 {
    margin-left: 100%;
  }
  .col.pull-m12 {
    right: 100%;
  }
  .col.push-m12 {
    left: 100%;
  }
  .col.m12 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .col.pull-l1 {
    right: 8.33333333%;
  }
  .col.push-l1 {
    left: 8.33333333%;
  }
  .col.l1 {
    width: 8.33333333%;
  }
  .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .col.pull-l2 {
    right: 16.66666667%;
  }
  .col.push-l2 {
    left: 16.66666667%;
  }
  .col.l2 {
    width: 16.66666667%;
  }
  .col.offset-l3 {
    margin-left: 25%;
  }
  .col.pull-l3 {
    right: 25%;
  }
  .col.push-l3 {
    left: 25%;
  }
  .col.l3 {
    width: 25%;
  }
  .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .col.pull-l4 {
    right: 33.33333333%;
  }
  .col.push-l4 {
    left: 33.33333333%;
  }
  .col.l4 {
    width: 33.33333333%;
  }
  .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .col.pull-l5 {
    right: 41.66666667%;
  }
  .col.push-l5 {
    left: 41.66666667%;
  }
  .col.l5 {
    width: 41.66666667%;
  }
  .col.offset-l6 {
    margin-left: 50%;
  }
  .col.pull-l6 {
    right: 50%;
  }
  .col.push-l6 {
    left: 50%;
  }
  .col.l6 {
    width: 50%;
  }
  .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .col.pull-l7 {
    right: 58.33333333%;
  }
  .col.push-l7 {
    left: 58.33333333%;
  }
  .col.l7 {
    width: 58.33333333%;
  }
  .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .col.pull-l8 {
    right: 66.66666667%;
  }
  .col.push-l8 {
    left: 66.66666667%;
  }
  .col.l8 {
    width: 66.66666667%;
  }
  .col.offset-l9 {
    margin-left: 75%;
  }
  .col.pull-l9 {
    right: 75%;
  }
  .col.push-l9 {
    left: 75%;
  }
  .col.l9 {
    width: 75%;
  }
  .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .col.pull-l10 {
    right: 83.33333333%;
  }
  .col.push-l10 {
    left: 83.33333333%;
  }
  .col.l10 {
    width: 83.33333333%;
  }
  .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .col.pull-l11 {
    right: 91.66666667%;
  }
  .col.push-l11 {
    left: 91.66666667%;
  }
  .col.l11 {
    width: 91.66666667%;
  }
  .col.offset-l12 {
    margin-left: 100%;
  }
  .col.pull-l12 {
    right: 100%;
  }
  .col.push-l12 {
    left: 100%;
  }
  .col.l12 {
    width: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .col.offset-w1 {
    margin-left: 8.33333333%;
  }
  .col.pull-w1 {
    right: 8.33333333%;
  }
  .col.push-w1 {
    left: 8.33333333%;
  }
  .col.w1 {
    width: 8.33333333%;
  }
  .col.offset-w2 {
    margin-left: 16.66666667%;
  }
  .col.pull-w2 {
    right: 16.66666667%;
  }
  .col.push-w2 {
    left: 16.66666667%;
  }
  .col.w2 {
    width: 16.66666667%;
  }
  .col.offset-w3 {
    margin-left: 25%;
  }
  .col.pull-w3 {
    right: 25%;
  }
  .col.push-w3 {
    left: 25%;
  }
  .col.w3 {
    width: 25%;
  }
  .col.offset-w4 {
    margin-left: 33.33333333%;
  }
  .col.pull-w4 {
    right: 33.33333333%;
  }
  .col.push-w4 {
    left: 33.33333333%;
  }
  .col.w4 {
    width: 33.33333333%;
  }
  .col.offset-w5 {
    margin-left: 41.66666667%;
  }
  .col.pull-w5 {
    right: 41.66666667%;
  }
  .col.push-w5 {
    left: 41.66666667%;
  }
  .col.w5 {
    width: 41.66666667%;
  }
  .col.offset-w6 {
    margin-left: 50%;
  }
  .col.pull-w6 {
    right: 50%;
  }
  .col.push-w6 {
    left: 50%;
  }
  .col.w6 {
    width: 50%;
  }
  .col.offset-w7 {
    margin-left: 58.33333333%;
  }
  .col.pull-w7 {
    right: 58.33333333%;
  }
  .col.push-w7 {
    left: 58.33333333%;
  }
  .col.w7 {
    width: 58.33333333%;
  }
  .col.offset-w8 {
    margin-left: 66.66666667%;
  }
  .col.pull-w8 {
    right: 66.66666667%;
  }
  .col.push-w8 {
    left: 66.66666667%;
  }
  .col.w8 {
    width: 66.66666667%;
  }
  .col.offset-w9 {
    margin-left: 75%;
  }
  .col.pull-w9 {
    right: 75%;
  }
  .col.push-w9 {
    left: 75%;
  }
  .col.w9 {
    width: 75%;
  }
  .col.offset-w10 {
    margin-left: 83.33333333%;
  }
  .col.pull-w10 {
    right: 83.33333333%;
  }
  .col.push-w10 {
    left: 83.33333333%;
  }
  .col.w10 {
    width: 83.33333333%;
  }
  .col.offset-w11 {
    margin-left: 91.66666667%;
  }
  .col.pull-w11 {
    right: 91.66666667%;
  }
  .col.push-w11 {
    left: 91.66666667%;
  }
  .col.w11 {
    width: 91.66666667%;
  }
  .col.offset-w12 {
    margin-left: 100%;
  }
  .col.pull-w12 {
    right: 100%;
  }
  .col.push-w12 {
    left: 100%;
  }
  .col.w12 {
    width: 100%;
  }
}
.col.flo {
  float: left;
}
.col.pad {
  padding: 0 0.75rem;
}
.site-navigation ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.site-navigation li {
  list-style: none;
  padding: 0.1em 0;
}
.site-navigation li a,
.site-navigation li label {
  display: block;
  padding: 0.5em 0.8em;
  color: currentColor;
  text-decoration: none;
}
body.nav-opened {
  overflow: hidden;
}
.button-nav {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
  -ms-transition: left 0.2s ease-out 0s;
  transition: left 0.2s ease-out 0s;
  transform-origin: 50% 50%;
}
.button-nav .bars {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.button-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  display: none;
}
.button-nav em {
  display: none;
}
.button-nav span {
  -webkit-transition: 0.15s transform ease-in-out;
  -moz-transition: 0.15s transform ease-in-out;
  -o-transition: 0.15s transform ease-in-out;
  -ms-transition: 0.15s transform ease-in-out;
  transition: 0.15s transform ease-in-out;
  display: block;
  width: 20px;
  overflow: hidden;
  background: #2c282a;
  position: absolute;
  left: 15px;
  transform-origin: center center;
}
.button-nav span::after {
  position: absolute;
  display: block;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.3s left ease-in-out;
  -moz-transition: 0.3s left ease-in-out;
  -o-transition: 0.3s left ease-in-out;
  -ms-transition: 0.3s left ease-in-out;
  transition: 0.3s left ease-in-out;
}
.button-nav span.thin {
  height: 2px;
  top: 24px;
}
.button-nav span.fat {
  height: 2px;
}
.button-nav span.fat.top {
  top: 18px;
}
.button-nav span.fat.bottom {
  top: 29px;
}
.button-nav .fat.top::after {
  transition-delay: 0.7s;
}
.button-nav .thin::after {
  transition-delay: 0.5s;
}
.button-nav .fat.bottom::after {
  transition-delay: 0.6s;
}
.button-nav .bar::after {
  left: 110%;
}
@media (hover: hover) {
  .button-nav .button-nav:hover .fat.top {
    -webkit-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -moz-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -ms-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -o-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
  }
  .button-nav .button-nav:hover .fat.bottom {
    -webkit-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -moz-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -ms-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -o-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
  }
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  position: fixed;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background-color: black;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateX(-105%);
  z-index: 997;
}
.overlay label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  display: none;
}
.overlay label em {
  display: none;
}
@media screen and (max-width: 979px) {
  .site-navigation {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    /*height: calc(100% + 60px);
    height: -moz-calc(100%); //Temporary Firefox Fix*/
    padding-bottom: 60px;
    background-color: #ffffff;
    z-index: 998;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
    -webkit-transition: transform 0.2s 0s ease-out;
    -moz-transition: transform 0.2s 0s ease-out;
    -o-transition: transform 0.2s 0s ease-out;
    -ms-transition: transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  }
  input[id*=toggler-navigation][id*="closed"]:checked ~ .button-nav label[for*=toggler-navigation-opened],
  input[id*=toggler-navigation][id*="closed"]:checked ~ .overlay label[for*=toggler-navigation-opened] {
    display: block;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation {
    transform: translateX(0);
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation ~ .overlay {
    transform: translateX(0);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.2s 0s ease-out;
    -moz-transition: opacity 0.2s 0s ease-out;
    -o-transition: opacity 0.2s 0s ease-out;
    -ms-transition: opacity 0.2s 0s ease-out;
    transition: opacity 0.2s 0s ease-out;
    transition-delay: 0.2s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav {
    left: 250px;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.top {
    -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
    -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.top {
    -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
    -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
  input[id*=toggler-navigation][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
    display: block;
  }
}
.panel-opened {
  transform: translateX(0);
}
.panel-opened ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
  transition-delay: 0.2s;
}
@media screen and (min-width: 980px) {
  input[id*=toggler]:not([id*="opened"]):checked ~ .button-nav {
    display: none;
  }
}
/* ---- responsive display specifications */
.showm {
  display: none;
}
.showl {
  display: none;
}
.showw {
  display: none;
}
.hidem {
  display: block;
}
.hidel {
  display: block;
}
.hidew {
  display: block;
}
/*-- prior */
.hides {
  display: none;
}
.shows {
  display: block;
}
/* -------------- tablette */
@media screen and (min-width: 640px) {
  .shows {
    display: none;
  }
  .showl {
    display: none;
  }
  .showw {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidel {
    display: block;
  }
  .hidew {
    display: block;
  }
  /*-- prior */
  .showm {
    display: block;
  }
  .hidem {
    display: none;
  }
}
/* -------------- desktop */
@media screen and (min-width: 980px) {
  .shows {
    display: none;
  }
  .showm {
    display: none;
  }
  .showw {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidem {
    display: block;
  }
  .hidew {
    display: block;
  }
  /*-- prior */
  .showl {
    display: block;
  }
  .hidel {
    display: none;
  }
}
/* -------------- wide screens */
@media screen and (min-width: 1240px) {
  .shows {
    display: none;
  }
  .showm {
    display: none;
  }
  .showl {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidem {
    display: block;
  }
  .hidel {
    display: block;
  }
  /*-- prior */
  .showw {
    display: block;
  }
  .hidew {
    display: none;
  }
}
/* -------------- mobile first */
#responsive-stylesheet {
  /*-- instanciated by JS : used to synch css and js during screen detection size--*/
  position: absolute;
  z-index: 1001;
  /* -------------- tablette */
  /* -------------- desktop */
  /* -------------- wide screens */
}
@media screen and (min-width: 640px) {
  #responsive-stylesheet {
    z-index: 1002;
  }
}
@media screen and (min-width: 980px) {
  #responsive-stylesheet {
    z-index: 1003;
  }
}
@media screen and (min-width: 1240px) {
  #responsive-stylesheet {
    z-index: 1004;
  }
}
/* ---------------- THIS SECTION MUST STAY AT THE END OF THIS FILE ----------------*/
/* fonts */
/* layout*/
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
}
body[class*="-opened"] {
  height: 100%;
  overflow: hidden;
}
body[class*="-opened"] input[id*=toggler-][id*="opened"]:checked ~ .button-nav {
  left: auto;
  right: 10px;
}
@media screen and (min-width: 640px) {
  body[class*="-opened"] input[id*=toggler-][id*="opened"]:checked ~ .button-nav {
    right: 20%;
  }
}
@media screen and (min-width: 980px) {
  body[class*="-opened"] input[id*=toggler-][id*="opened"]:checked ~ .button-nav {
    right: 35%;
  }
}
@media screen and (min-width: 1240px) {
  body[class*="-opened"] input[id*=toggler-][id*="opened"]:checked ~ .button-nav {
    right: 52%;
  }
}
input[id*=toggler-a-propos][id*="closed"]:checked ~ .button-nav label[for*=toggler-a-propos-opened],
input[id*=toggler-a-propos][id*="closed"]:checked ~ .overlay label[for*=toggler-a-propos-opened] {
  display: block;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .toggled-a-propos {
  transform: translateX(0);
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .toggled-a-propos ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
  transition-delay: 0.2s;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav {
  left: 250px;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav .bar {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav .bar.thin.top {
  -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
  -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav .bar.fat.top {
  -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
  -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-a-propos][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
input[id*=toggler-a-propos][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
  display: block;
}
input[id*=toggler-contact][id*="closed"]:checked ~ .button-nav label[for*=toggler-contact-opened],
input[id*=toggler-contact][id*="closed"]:checked ~ .overlay label[for*=toggler-contact-opened] {
  display: block;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .toggled-contact {
  transform: translateX(0);
}
input[id*=toggler-contact][id*="opened"]:checked ~ .toggled-contact ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
  transition-delay: 0.2s;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav {
  left: 250px;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav .bar {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav .bar.thin.top {
  -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
  -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav .bar.fat.top {
  -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
  -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-contact][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
input[id*=toggler-contact][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
  display: block;
}
input[id*=toggler-recommandations][id*="closed"]:checked ~ .button-nav label[for*=toggler-recommandations-opened],
input[id*=toggler-recommandations][id*="closed"]:checked ~ .overlay label[for*=toggler-recommandations-opened] {
  display: block;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .toggled-recommandations {
  transform: translateX(0);
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .toggled-recommandations ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
  transition-delay: 0.2s;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav {
  left: 250px;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav .bar {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav .bar.thin.top {
  -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
  -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav .bar.fat.top {
  -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
  -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-recommandations][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
input[id*=toggler-recommandations][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
  display: block;
}
.button-nav .bar::after {
  left: 0%;
}
@media screen and (min-width: 640px) {
  .button-nav {
    top: 15px;
    left: 15px;
  }
}
input[id*="opened"]:checked ~ .button-nav .bar::after {
  left: 110%;
}
input[id*="opened"]:checked ~ .button-nav .bar::after {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.cover {
  position: relative;
  line-height: 100%;
}
.cover .media {
  min-height: 500px;
  height: 85vh;
  animation: skweeze-height 3s both ease-in-out;
}
.cover .media .medium {
  display: block;
}
.cover .media .small,
.cover .media .large,
.cover .media .wide {
  display: none;
}
@media screen and (min-width: 980px) {
  .cover .media .large {
    display: block;
  }
  .cover .media .small,
  .cover .media .medium,
  .cover .media .wide {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .cover .media .wide {
    display: block;
  }
  .cover .media .small,
  .cover .media .medium,
  .cover .media .large {
    display: none;
  }
}
.cover strong {
  display: block;
}
.cover header {
  color: #ffffff;
  position: absolute;
  top: 40%;
  width: 75%;
  left: 0;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 5vw;
  line-height: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .cover header {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .cover header {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cover header {
    padding: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .cover header {
    padding: 0 40px;
    max-width: 66%;
  }
}
.cover header small {
  font-size: 16px;
  font-size: 1.6rem;
}
.cover header strong {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 10vw;
  line-height: 90%;
  margin: 0 0 0.1em;
}
@media screen and (min-width: 640px) {
  .cover header strong {
    font-size: 8vw;
  }
}
@media screen and (min-width: 980px) {
  .cover header strong {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (min-width: 640px) {
  .cover header strong {
    margin-top: -0.1em;
  }
}
.cover footer {
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 20%;
  color: white;
  padding-bottom: 80px;
  padding-bottom: 8vh;
  line-height: 100%;
  text-align: right;
}
.cover footer::before,
.cover footer::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  height: 80px;
  height: 8vh;
  width: 1px;
  background: white;
}
.cover footer strong {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 8vw;
  line-height: 90%;
  line-height: 100%;
}
@media screen and (min-width: 640px) {
  .cover footer strong {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .cover footer strong {
    font-size: 50px;
    font-size: 5rem;
  }
}
@keyframes skweeze-height {
  0%,
  70% {
    height: 100vh;
  }
  100% {
    height: 85vh;
  }
}
.top-navigation a,
.top-navigation label {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  line-height: 30px;
  margin: 0.25em 0;
}
@media (hover: hover) {
  .top-navigation a,
  .top-navigation label {
    cursor: pointer;
  }
}
.top-navigation .main-logo {
  position: relative;
  margin: 15px 1em 15px 15px;
}
@media screen and (min-width: 980px) {
  .top-navigation {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .top-navigation > * {
    flex: 0 0 auto;
    vertical-align: top;
  }
  .top-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .top-navigation li {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .top-navigation li a,
  .top-navigation li label {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    color: #ffffff;
    margin: 0 0 0 0.5em;
    padding-right: 0;
    align-self: center;
  }
  .top-navigation::before {
    content: "";
    position: fixed;
    height: 140px;
    top: -142px;
    width: 140%;
    left: -20%;
    background-color: #1a1a1a;
    -moz-box-shadow: 0 55px 80px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 55px 80px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 55px 80px rgba(0, 0, 0, 0.7);
    box-shadow: 0 55px 80px rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 1240px) {
  .top-navigation ul li a,
  .top-navigation ul li label {
    margin-left: 0 0 0 1em;
  }
}
ul.social-navigation {
  padding-left: 15px;
  zoom: 1;
}
ul.social-navigation::before,
ul.social-navigation::after {
  content: "";
  display: table;
}
ul.social-navigation::after {
  clear: both;
}
ul.social-navigation li {
  float: left;
}
ul.social-navigation li a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 10px 10px 0 0;
}
ul.social-navigation li a::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
}
ul.social-navigation li svg {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 0;
  top: 0;
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 1;
}
@media screen and (min-width: 980px) {
  ul.social-navigation li a {
    margin: 7px 0 0 10px;
  }
  ul.social-navigation li svg {
    stroke: #ffffff;
  }
}
@media screen and (min-width: 980px) and (hover: hover) {
  ul.social-navigation li svg {
    stroke-dasharray: 250px;
    stroke-dashoffset: 250px;
    -webkit-transition: stroke-dashoffset 1s ease-out;
    -moz-transition: stroke-dashoffset 1s ease-out;
    -o-transition: stroke-dashoffset 1s ease-out;
    -ms-transition: stroke-dashoffset 1s ease-out;
    transition: stroke-dashoffset 1s ease-out;
  }
  ul.social-navigation li:hover svg {
    stroke-dashoffset: -500px;
  }
}
.second-logo,
.main-logo {
  width: 120px;
}
.second-logo img,
.main-logo img,
.second-logo svg,
.main-logo svg {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.second-logo svg *:not([fill]),
.main-logo svg *:not([fill]) {
  fill: #dadada;
}
@media screen and (min-width: 980px) {
  .second-logo svg *:not([fill]),
  .main-logo svg *:not([fill]) {
    fill: #ffffff;
  }
}
.second-logo {
  position: fixed;
  top: 10px;
  right: 10px;
}
aside {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  /*height: calc(100% + 60px);
  height: -moz-calc(100%); //Temporary Firefox Fix*/
  padding-bottom: 60px;
  background-color: #ffffff;
  z-index: 998;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  -webkit-transition: transform 0.2s 0s ease-out;
  -moz-transition: transform 0.2s 0s ease-out;
  -o-transition: transform 0.2s 0s ease-out;
  -ms-transition: transform 0.2s 0s ease-out;
  transition: transform 0.2s 0s ease-out;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
aside .content {
  padding: 40px 5vw 5vw;
}
aside .content > h4:nth-child(1) {
  margin-top: 0;
}
aside h2 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 10vw;
  line-height: 90%;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  aside h2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 980px) {
  aside h2 {
    font-size: 80px;
    font-size: 8rem;
  }
}
aside h2 + h3,
aside h2 + h2 {
  margin-top: 10px;
}
@media (hover: hover) {
  aside [href^="tel:"] {
    pointer-events: none;
    border-bottom: none;
    color: currentColor;
  }
}
aside [href^="mailto:"]::before::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\47";
}
aside figure {
  margin: 0;
}
.wp-element-button[href$=".pdf"]::before,
.wp-element-button[href$=".PDF"]::before {
  font-family: "icon-artistyck" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\41";
}
.wp-element-button[href$=".pdf"]::before,
.wp-element-button[href$=".PDF"]::before {
  display: inline-block;
  margin-right: 10px;
}
.circle-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  background: #1a1a1a;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 100px;
  text-align: center;
  border: 2px solid #1a1a1a;
  vertical-align: middle;
}
[id="contact"] a {
  color: #16528a;
  text-decoration: none;
  line-height: 1.2;
  margin-top: 20px;
  transition: color 0.2s ease-out;
}
[id="contact"] a:hover {
  color: #1a1a1a;
}
[id="contact"] a:hover::before {
  background: #ffffff;
  color: #1a1a1a;
}
[id="contact"] a::before {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  background: #1a1a1a;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 100px;
  text-align: center;
  border: 2px solid #1a1a1a;
  vertical-align: middle;
}
.site-navigation-opened {
  transform: translateX(0);
  background: #e5e5e5;
}
.site-navigation-opened ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
  transition-delay: 0.2s;
}
#filters {
  padding: 0;
}
#filters li {
  position: relative;
  padding: 0;
}
#filters li a {
  color: #ffffff;
  padding: 0;
  display: block;
  text-transform: lowercase;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 8vw;
  line-height: 90%;
}
#filters li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-color: #1a1a1a;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  z-index: 4;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 980px) {
  #filters li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
  }
}
@media screen and (min-width: 640px) {
  #filters li a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  #filters li a {
    font-size: 50px;
    font-size: 5rem;
  }
}
#filters li h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: 0;
  z-index: 5;
}
#filters li h4 span {
  padding: 0.5em 1em;
}
@media screen and (min-width: 980px) {
  #filters li h4 span {
    padding: 0;
  }
}
#filters li .media {
  z-index: 2;
  overflow: hidden;
}
#filters li .media .small {
  display: block;
}
#filters li .media .medium,
#filters li .media .large,
#filters li .media .wide {
  display: none;
}
#filters li .media span span {
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  #filters li a::before {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  #filters li a h4 span {
    position: relative;
  }
  #filters li a h4 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%) skew(-20deg);
    -moz-transform: translate(-50% , -50%) skew(-20deg);
    -ms-transform: translate(-50% , -50%) skew(-20deg);
    -o-transform: translate(-50% , -50%) skew(-20deg);
    transform: translate(-50% , -50%) skew(-20deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 0;
    height: 80px;
    display: block;
    z-index: -1;
    background-color: #1a1a1a;
    -webkit-transition: width 0.2s ease-out, transform 0.2s 0.1s ease-out;
    -moz-transition: width 0.2s ease-out, transform 0.2s 0.1s ease-out;
    -o-transition: width 0.2s ease-out, transform 0.2s 0.1s ease-out;
    -ms-transition: width 0.2s ease-out, transform 0.2s 0.1s ease-out;
    transition: width 0.2s ease-out, transform 0.2s 0.1s ease-out;
    box-sizing: content-box;
  }
  #filters li a:hover::before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  #filters li a:hover h4 span::before {
    width: 130%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #filters li a:hover .media span span {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 980px) {
  #filters {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 7;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #filters li {
    height: 50%;
    flex: 1 1 auto;
  }
  #filters li a {
    height: 100%;
  }
  #filters li a .media {
    height: 100%;
  }
  #filters li a .media::before {
    display: none;
  }
}
.home .site-main .entry-content > *:not(a) {
  margin: 0;
  padding-top: 2vh;
}
.home .site-main .entry-content > *:not(a):nth-child(1) {
  padding-top: 0;
}
.home .site-main .entry-content > *:not(a):nth-child(1) + .keywords {
  padding-top: 0;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.home .site-main .entry-content > *:not(a):nth-child(1) + .keywords span {
  margin-right: 10px;
}
.home .site-main .entry-content > *:not(a):nth-child(1) + .keywords span::before {
  content: "#";
}
.home .site-main .media::before {
  padding-top: 100%;
}
.home .site-main article a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  width: auto;
  height: auto;
}
@media (hover: hover) {
  .home .site-main article {
    position: relative;
  }
  .home .site-main article .entry-content {
    position: absolute;
    top: 2vw;
    right: 2vw;
    bottom: 2vw;
    left: 2vW;
    overflow: hidden;
  }
  .home .site-main article .entry-content::after {
    content: '';
    position: absolute;
    height: 2vw;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(var(--back-transparent-color), var(--back-color));
  }
  .home .site-main article:not(.has-post-thumbnail) .entry-content {
    top: 4vw;
  }
  .home .site-main article.has-post-thumbnail .entry-content {
    background: #ffffff;
    --back-color: #ffffff;
    --back-transparent-color: rgba(255, 255, 255, 0);
    padding: 2vw;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .home .site-main article.has-post-thumbnail .entry-content a {
    margin: -3vw;
  }
  .home .site-main article.has-post-thumbnail .entry-content:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.home .site-main article:not(.has-post-thumbnail)::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 640px) {
  .home .site-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .home .site-main article {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .home .site-main article {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 1240px) {
  .home .site-main article {
    flex: 0 0 25%;
  }
}
.pirate_forms input,
.pirate_forms textarea {
  display: block;
  padding: 1em 10px;
  border: 1px solid #e5e5e5;
  width: 400px;
  max-width: 100%;
  margin-bottom: 1em;
}
.pirate_forms submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
