@charset "UTF-8";
/*!
Theme Name: Le Cube
Theme URI: http://example.com
Author: Spin On
Author URI:
Version: 1.0
*/
/* # Config */
/* https://github.com/sass-mq/sass-mq */
/****************/
/* # Variables */
/****************/
.info-msg, .urgent {
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
}

/* # Sass plugins */
/*!
* www.KNACSS.com V6.0.5 (1er décembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/* @import "_vendor/_normalize.scss"; // normalize (basic reset) */
/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“ " " ”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 543px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (max-width: 543px) {
  .no-wrapping {
    word-wrap: normal;
    -ms-hyphens: manual;
        hyphens: manual;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

.btn:focus,
input[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type=button].unstyled,
input[type=submit].unstyled,
input[type=reset].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus,
input[type=button].unstyled:focus,
input[type=submit].unstyled:focus,
input[type=reset].unstyled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* Media object */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 544px) {
  .o-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Media variants */
@media (min-width: 544px) {
  .o-media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .o-media-figure--center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: 544px) {
  [class^=autogrid],
  [class*=" autogrid"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class^=autogrid] > *,
  [class*=" autogrid"] > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Autogrid variants */
@media (min-width: 544px) {
  .has-gutter > *:not(:first-child) {
    margin-left: 1rem;
  }
  [class*="--reverse"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*=flex-container],
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-container-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-container-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-item-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.flex-item-first,
.item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-item-medium,
.item-medium {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-item-last,
.item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-item-center,
.item-center {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

.w10r, [class*=grid-] .w10r {
  width: 1rem;
}

.w20r, [class*=grid-] .w20r {
  width: 2rem;
}

.w30r, [class*=grid-] .w30r {
  width: 3rem;
}

.w40r, [class*=grid-] .w40r {
  width: 4rem;
}

.w50r, [class*=grid-] .w50r {
  width: 5rem;
}

.w60r, [class*=grid-] .w60r {
  width: 6rem;
}

.w70r, [class*=grid-] .w70r {
  width: 7rem;
}

.w80r, [class*=grid-] .w80r {
  width: 8rem;
}

.w90r, [class*=grid-] .w90r {
  width: 9rem;
}

.w100r, [class*=grid-] .w100r {
  width: 10rem;
}

.w110r, [class*=grid-] .w110r {
  width: 11rem;
}

.w120r, [class*=grid-] .w120r {
  width: 12rem;
}

.w130r, [class*=grid-] .w130r {
  width: 13rem;
}

.w140r, [class*=grid-] .w140r {
  width: 14rem;
}

.w150r, [class*=grid-] .w150r {
  width: 15rem;
}

.w160r, [class*=grid-] .w160r {
  width: 16rem;
}

.w170r, [class*=grid-] .w170r {
  width: 17rem;
}

.w180r, [class*=grid-] .w180r {
  width: 18rem;
}

.w190r, [class*=grid-] .w190r {
  width: 19rem;
}

.w200r, [class*=grid-] .w200r {
  width: 20rem;
}

.w210r, [class*=grid-] .w210r {
  width: 21rem;
}

.w220r, [class*=grid-] .w220r {
  width: 22rem;
}

.w230r, [class*=grid-] .w230r {
  width: 23rem;
}

.w240r, [class*=grid-] .w240r {
  width: 24rem;
}

.w250r, [class*=grid-] .w250r {
  width: 25rem;
}

.w260r, [class*=grid-] .w260r {
  width: 26rem;
}

.w270r, [class*=grid-] .w270r {
  width: 27rem;
}

.w280r, [class*=grid-] .w280r {
  width: 28rem;
}

.w290r, [class*=grid-] .w290r {
  width: 29rem;
}

.w300r, [class*=grid-] .w300r {
  width: 30rem;
}

.w310r, [class*=grid-] .w310r {
  width: 31rem;
}

.w320r, [class*=grid-] .w320r {
  width: 32rem;
}

.w330r, [class*=grid-] .w330r {
  width: 33rem;
}

.w340r, [class*=grid-] .w340r {
  width: 34rem;
}

.w350r, [class*=grid-] .w350r {
  width: 35rem;
}

.w360r, [class*=grid-] .w360r {
  width: 36rem;
}

.w370r, [class*=grid-] .w370r {
  width: 37rem;
}

.w380r, [class*=grid-] .w380r {
  width: 38rem;
}

.w390r, [class*=grid-] .w390r {
  width: 39rem;
}

.w400r, [class*=grid-] .w400r {
  width: 40rem;
}

.w410r, [class*=grid-] .w410r {
  width: 41rem;
}

.w420r, [class*=grid-] .w420r {
  width: 42rem;
}

.w430r, [class*=grid-] .w430r {
  width: 43rem;
}

.w440r, [class*=grid-] .w440r {
  width: 44rem;
}

.w450r, [class*=grid-] .w450r {
  width: 45rem;
}

.w460r, [class*=grid-] .w460r {
  width: 46rem;
}

.w470r, [class*=grid-] .w470r {
  width: 47rem;
}

.w480r, [class*=grid-] .w480r {
  width: 48rem;
}

.w490r, [class*=grid-] .w490r {
  width: 49rem;
}

.w500r, [class*=grid-] .w500r {
  width: 50rem;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }
  .w500p {
    width: 500px;
  }
  .w600p {
    width: 600px;
  }
}
@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }
  .w800p {
    width: 800px;
  }
}
@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }
  .mw960p {
    max-width: 960px;
  }
  .w1140p {
    width: 1140px;
  }
  .mw1140p {
    max-width: 1140px;
  }
}
.wauto {
  width: auto;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.paxm {
  padding: 3rem;
}

.pal {
  padding: 4rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtxm {
  margin-top: 3rem;
}

.mtl {
  margin-top: 4rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrxm {
  margin-right: 3rem;
}

.mrl {
  margin-right: 4rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbxs {
  margin-bottom: 0.5rem;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbxm {
  margin-bottom: 3rem;
}

.mbl {
  margin-bottom: 4rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mlxm {
  margin-left: 3rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptxm {
  padding-top: 3rem;
}

.ptl {
  padding-top: 4rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prxm {
  padding-right: 3rem;
}

.prl {
  padding-right: 4rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbxm {
  padding-bottom: 3rem;
}

.pbl {
  padding-bottom: 4rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.plxm {
  padding-left: 3rem;
}

.pll {
  padding-left: 4rem;
}

/* @import "utilities/_wordpress.scss"; // WordPress reset and basic styles */
/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
  .large-mas {
    margin: 1rem;
  }
  .large-mam {
    margin: 2rem;
  }
  .large-mal {
    margin: 4rem;
  }
  .large-pas {
    padding: 1rem;
  }
  .large-pam {
    padding: 2rem;
  }
  .large-paxm {
    padding: 3rem;
  }
  .large-pal {
    padding: 4rem;
  }
  .large-mtn,
  .large-mt0 {
    margin-top: 0;
  }
  .large-mts {
    margin-top: 1rem;
  }
  .large-mtm {
    margin-top: 2rem;
  }
  .large-mtxm {
    margin-top: 3rem;
  }
  .large-mtl {
    margin-top: 4rem;
  }
  .large-mrn,
  .large-mr0 {
    margin-right: 0;
  }
  .large-mrs {
    margin-right: 1rem;
  }
  .large-mrm {
    margin-right: 2rem;
  }
  .large-mrxm {
    margin-right: 3rem;
  }
  .large-mrl {
    margin-right: 4rem;
  }
  .large-mbn,
  .large-mb0 {
    margin-bottom: 0;
  }
  .large-mbxs {
    margin-bottom: 0.5rem;
  }
  .large-mbs {
    margin-bottom: 1rem;
  }
  .large-mbm {
    margin-bottom: 2rem;
  }
  .large-mbxm {
    margin-bottom: 3rem;
  }
  .large-mbl {
    margin-bottom: 4rem;
  }
  .large-mln,
  .large-ml0 {
    margin-left: 0;
  }
  .large-mls {
    margin-left: 1rem;
  }
  .large-mlm {
    margin-left: 2rem;
  }
  .large-mlxm {
    margin-left: 3rem;
  }
  .large-mll {
    margin-left: 4rem;
  }
  .large-mauto {
    margin: auto;
  }
  .large-mtauto {
    margin-top: auto;
  }
  .large-mrauto {
    margin-right: auto;
  }
  .large-mbauto {
    margin-bottom: auto;
  }
  .large-mlauto {
    margin-left: auto;
  }
  .large-ptn,
  .large-pt0 {
    padding-top: 0;
  }
  .large-pts {
    padding-top: 1rem;
  }
  .large-ptm {
    padding-top: 2rem;
  }
  .large-ptxm {
    padding-top: 3rem;
  }
  .large-ptl {
    padding-top: 4rem;
  }
  .large-prn,
  .large-pr0 {
    padding-right: 0;
  }
  .large-prs {
    padding-right: 1rem;
  }
  .large-prm {
    padding-right: 2rem;
  }
  .large-prxm {
    padding-right: 3rem;
  }
  .large-prl {
    padding-right: 4rem;
  }
  .large-pbn,
  .large-pb0 {
    padding-bottom: 0;
  }
  .large-pbs {
    padding-bottom: 1rem;
  }
  .large-pbm {
    padding-bottom: 2rem;
  }
  .large-pbxm {
    padding-bottom: 3rem;
  }
  .large-pbl {
    padding-bottom: 4rem;
  }
  .large-pln,
  .large-pl0 {
    padding-left: 0;
  }
  .large-pls {
    padding-left: 1rem;
  }
  .large-plm {
    padding-left: 2rem;
  }
  .large-plxm {
    padding-left: 3rem;
  }
  .large-pll {
    padding-left: 4rem;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
  .medium-mas {
    margin: 1rem;
  }
  .medium-mam {
    margin: 2rem;
  }
  .medium-mal {
    margin: 4rem;
  }
  .medium-pas {
    padding: 1rem;
  }
  .medium-pam {
    padding: 2rem;
  }
  .medium-paxm {
    padding: 3rem;
  }
  .medium-pal {
    padding: 4rem;
  }
  .medium-mtn,
  .medium-mt0 {
    margin-top: 0;
  }
  .medium-mts {
    margin-top: 1rem;
  }
  .medium-mtm {
    margin-top: 2rem;
  }
  .medium-mtxm {
    margin-top: 3rem;
  }
  .medium-mtl {
    margin-top: 4rem;
  }
  .medium-mrn,
  .medium-mr0 {
    margin-right: 0;
  }
  .medium-mrs {
    margin-right: 1rem;
  }
  .medium-mrm {
    margin-right: 2rem;
  }
  .medium-mrxm {
    margin-right: 3rem;
  }
  .medium-mrl {
    margin-right: 4rem;
  }
  .medium-mbn,
  .medium-mb0 {
    margin-bottom: 0;
  }
  .medium-mbxs {
    margin-bottom: 0.5rem;
  }
  .medium-mbs {
    margin-bottom: 1rem;
  }
  .medium-mbm {
    margin-bottom: 2rem;
  }
  .medium-mbxm {
    margin-bottom: 3rem;
  }
  .medium-mbl {
    margin-bottom: 4rem;
  }
  .medium-mln,
  .medium-ml0 {
    margin-left: 0;
  }
  .medium-mls {
    margin-left: 1rem;
  }
  .medium-mlm {
    margin-left: 2rem;
  }
  .medium-mlxm {
    margin-left: 3rem;
  }
  .medium-mll {
    margin-left: 4rem;
  }
  .medium-mauto {
    margin: auto;
  }
  .medium-mtauto {
    margin-top: auto;
  }
  .medium-mrauto {
    margin-right: auto;
  }
  .medium-mbauto {
    margin-bottom: auto;
  }
  .medium-mlauto {
    margin-left: auto;
  }
  .medium-ptn,
  .medium-pt0 {
    padding-top: 0;
  }
  .medium-pts {
    padding-top: 1rem;
  }
  .medium-ptm {
    padding-top: 2rem;
  }
  .medium-ptxm {
    padding-top: 3rem;
  }
  .medium-ptl {
    padding-top: 4rem;
  }
  .medium-prn,
  .medium-pr0 {
    padding-right: 0;
  }
  .medium-prs {
    padding-right: 1rem;
  }
  .medium-prm {
    padding-right: 2rem;
  }
  .medium-prxm {
    padding-right: 3rem;
  }
  .medium-prl {
    padding-right: 4rem;
  }
  .medium-pbn,
  .medium-pb0 {
    padding-bottom: 0;
  }
  .medium-pbs {
    padding-bottom: 1rem;
  }
  .medium-pbm {
    padding-bottom: 2rem;
  }
  .medium-pbxm {
    padding-bottom: 3rem;
  }
  .medium-pbl {
    padding-bottom: 4rem;
  }
  .medium-pln,
  .medium-pl0 {
    padding-left: 0;
  }
  .medium-pls {
    padding-left: 1rem;
  }
  .medium-plm {
    padding-left: 2rem;
  }
  .medium-plxm {
    padding-left: 3rem;
  }
  .medium-pll {
    padding-left: 4rem;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 544px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
  .small-mas {
    margin: 1rem;
  }
  .small-mam {
    margin: 2rem;
  }
  .small-mal {
    margin: 4rem;
  }
  .small-pas {
    padding: 1rem;
  }
  .small-pam {
    padding: 2rem;
  }
  .small-paxm {
    padding: 3rem;
  }
  .small-pal {
    padding: 4rem;
  }
  .small-mtn,
  .small-mt0 {
    margin-top: 0;
  }
  .small-mts {
    margin-top: 1rem;
  }
  .small-mtm {
    margin-top: 2rem;
  }
  .small-mtxm {
    margin-top: 3rem;
  }
  .small-mtl {
    margin-top: 4rem;
  }
  .small-mrn,
  .small-mr0 {
    margin-right: 0;
  }
  .small-mrs {
    margin-right: 1rem;
  }
  .small-mrm {
    margin-right: 2rem;
  }
  .small-mrxm {
    margin-right: 3rem;
  }
  .small-mrl {
    margin-right: 4rem;
  }
  .small-mbn,
  .small-mb0 {
    margin-bottom: 0;
  }
  .small-mbxs {
    margin-bottom: 0.5rem;
  }
  .small-mbs {
    margin-bottom: 1rem;
  }
  .small-mbm {
    margin-bottom: 2rem;
  }
  .small-mbxm {
    margin-bottom: 3rem;
  }
  .small-mbl {
    margin-bottom: 4rem;
  }
  .small-mln,
  .small-ml0 {
    margin-left: 0;
  }
  .small-mls {
    margin-left: 1rem;
  }
  .small-mlm {
    margin-left: 2rem;
  }
  .small-mlxm {
    margin-left: 3rem;
  }
  .small-mll {
    margin-left: 4rem;
  }
  .small-mauto {
    margin: auto;
  }
  .small-mtauto {
    margin-top: auto;
  }
  .small-mrauto {
    margin-right: auto;
  }
  .small-mbauto {
    margin-bottom: auto;
  }
  .small-mlauto {
    margin-left: auto;
  }
  .small-ptn,
  .small-pt0 {
    padding-top: 0;
  }
  .small-pts {
    padding-top: 1rem;
  }
  .small-ptm {
    padding-top: 2rem;
  }
  .small-ptxm {
    padding-top: 3rem;
  }
  .small-ptl {
    padding-top: 4rem;
  }
  .small-prn,
  .small-pr0 {
    padding-right: 0;
  }
  .small-prs {
    padding-right: 1rem;
  }
  .small-prm {
    padding-right: 2rem;
  }
  .small-prxm {
    padding-right: 3rem;
  }
  .small-prl {
    padding-right: 4rem;
  }
  .small-pbn,
  .small-pb0 {
    padding-bottom: 0;
  }
  .small-pbs {
    padding-bottom: 1rem;
  }
  .small-pbm {
    padding-bottom: 2rem;
  }
  .small-pbxm {
    padding-bottom: 3rem;
  }
  .small-pbl {
    padding-bottom: 4rem;
  }
  .small-pln,
  .small-pl0 {
    padding-left: 0;
  }
  .small-pls {
    padding-left: 1rem;
  }
  .small-plm {
    padding-left: 2rem;
  }
  .small-plxm {
    padding-left: 3rem;
  }
  .small-pll {
    padding-left: 4rem;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 543px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
  .tiny-mas {
    margin: 1rem;
  }
  .tiny-mam {
    margin: 2rem;
  }
  .tiny-mal {
    margin: 4rem;
  }
  .tiny-pas {
    padding: 1rem;
  }
  .tiny-pam {
    padding: 2rem;
  }
  .tiny-paxm {
    padding: 3rem;
  }
  .tiny-pal {
    padding: 4rem;
  }
  .tiny-mtn,
  .tiny-mt0 {
    margin-top: 0;
  }
  .tiny-mts {
    margin-top: 1rem;
  }
  .tiny-mtm {
    margin-top: 2rem;
  }
  .tiny-mtxm {
    margin-top: 3rem;
  }
  .tiny-mtl {
    margin-top: 4rem;
  }
  .tiny-mrn,
  .tiny-mr0 {
    margin-right: 0;
  }
  .tiny-mrs {
    margin-right: 1rem;
  }
  .tiny-mrm {
    margin-right: 2rem;
  }
  .tiny-mrxm {
    margin-right: 3rem;
  }
  .tiny-mrl {
    margin-right: 4rem;
  }
  .tiny-mbn,
  .tiny-mb0 {
    margin-bottom: 0;
  }
  .tiny-mbxs {
    margin-bottom: 0.5rem;
  }
  .tiny-mbs {
    margin-bottom: 1rem;
  }
  .tiny-mbm {
    margin-bottom: 2rem;
  }
  .tiny-mbxm {
    margin-bottom: 3rem;
  }
  .tiny-mbl {
    margin-bottom: 4rem;
  }
  .tiny-mln,
  .tiny-ml0 {
    margin-left: 0;
  }
  .tiny-mls {
    margin-left: 1rem;
  }
  .tiny-mlm {
    margin-left: 2rem;
  }
  .tiny-mlxm {
    margin-left: 3rem;
  }
  .tiny-mll {
    margin-left: 4rem;
  }
  .tiny-mauto {
    margin: auto;
  }
  .tiny-mtauto {
    margin-top: auto;
  }
  .tiny-mrauto {
    margin-right: auto;
  }
  .tiny-mbauto {
    margin-bottom: auto;
  }
  .tiny-mlauto {
    margin-left: auto;
  }
  .tiny-ptn,
  .tiny-pt0 {
    padding-top: 0;
  }
  .tiny-pts {
    padding-top: 1rem;
  }
  .tiny-ptm {
    padding-top: 2rem;
  }
  .tiny-ptxm {
    padding-top: 3rem;
  }
  .tiny-ptl {
    padding-top: 4rem;
  }
  .tiny-prn,
  .tiny-pr0 {
    padding-right: 0;
  }
  .tiny-prs {
    padding-right: 1rem;
  }
  .tiny-prm {
    padding-right: 2rem;
  }
  .tiny-prxm {
    padding-right: 3rem;
  }
  .tiny-prl {
    padding-right: 4rem;
  }
  .tiny-pbn,
  .tiny-pb0 {
    padding-bottom: 0;
  }
  .tiny-pbs {
    padding-bottom: 1rem;
  }
  .tiny-pbm {
    padding-bottom: 2rem;
  }
  .tiny-pbxm {
    padding-bottom: 3rem;
  }
  .tiny-pbl {
    padding-bottom: 4rem;
  }
  .tiny-pln,
  .tiny-pl0 {
    padding-left: 0;
  }
  .tiny-pls {
    padding-left: 1rem;
  }
  .tiny-plm {
    padding-left: 2rem;
  }
  .tiny-plxm {
    padding-left: 3rem;
  }
  .tiny-pll {
    padding-left: 4rem;
  }
}
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 544px) {
  [class*=" grid-"],
  [class^=grid-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
  [class^=grid-] > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 544px) {
  .grid,
  .grid--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid > *,
  .grid--reverse > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
  .grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
  .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
  .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 544px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

[class*=grid-][class*="--reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 544px) {
  .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }
  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  .one-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .one-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  .one-quarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  .one-fifth {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  .one-sixth {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  .two-thirds {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }
  .three-quarters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }
  .five-sixths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
  .three-fifths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% / 5 * 3 - 0.01px);
  }
  .has-gutter > .three-fifths {
    width: calc(100% / 5 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-fifths {
    width: calc(100% / 5 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-fifths {
    width: calc(100% / 5 * 3 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 544px) and (max-width: 991px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1 span {
  background-color: white;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.loader_logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader_logo {
  width: 12rem;
  height: 12rem;
  background-image: url(../../img/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.loader_bar {
  position: fixed;
  height: 5px;
  width: 0;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
}
.loader_info {
  font-size: 1.5rem;
  text-align: center;
  color: #1a1a1a;
  margin-top: 1rem;
  opacity: 0.5;
}

.page-is-loading {
  overflow: hidden;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
} 
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover .hamburger-box {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: currentColor;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* # Config */
/* # Clearfix */
/* # _Reset_  */
/**** Keyframes Animation ****/
/*
Accessibility hidden
https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
*/
/* # block stretching */
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-ExtraLight.eot");
  src: url("../fonts/Interstate-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-ExtraLight.woff2") format("woff2"), url("../fonts/Interstate-ExtraLight.woff") format("woff"), url("../fonts/Interstate-ExtraLight.ttf") format("truetype"), url("../fonts/Interstate-ExtraLight.svg#Interstate-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Interstate Cond Mono - Lgt";
  src: url("../fonts/InterstateCondMono-Lgt.eot");
  src: url("../fonts/InterstateCondMono-Lgt.eot?#iefix") format("embedded-opentype"), url("../fonts/InterstateCondMono-Lgt.woff2") format("woff2"), url("../fonts/InterstateCondMono-Lgt.woff") format("woff"), url("../fonts/InterstateCondMono-Lgt.ttf") format("truetype"), url("../fonts/InterstateCondMono-Lgt.svg#InterstateCondMono-Lgt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Interstate RegularCondensed";
  src: url("../fonts/Interstate-RegularCondensed.eot");
  src: url("../fonts/Interstate-RegularCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-RegularCondensed.woff2") format("woff2"), url("../fonts/Interstate-RegularCondensed.woff") format("woff"), url("../fonts/Interstate-RegularCondensed.ttf") format("truetype"), url("../fonts/Interstate-RegularCondensed.svg#Interstate-RegularCondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Interstate ExtraLightItalic";
  src: url("../fonts/Interstate-ExtraLightItalic.eot");
  src: url("../fonts/Interstate-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Interstate-ExtraLightItalic.woff") format("woff"), url("../fonts/Interstate-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Interstate-ExtraLightItalic.svg#Interstate-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
/* # Font Mixins */
/* One mixin by font-style, order by asc */
/*****************/
/****** Custom *****/
/*****************/
/* # Project */
.logo svg > g > g {
  opacity: 0;
}
.loading-finished .logo svg > g > g {
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Interstate";
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

*, *::before, *::after {
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 400;
}

h5 {
  font-size: 1.4rem;
  font-weight: 400;
}

h6 {
  font-size: 1.2rem;
  font-weight: 400;
}

p {
  margin: 0;
}

svg, img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

button:focus,
input:focus {
  outline: 0;
}

/*****************/
/****** MAIN *****/
/*****************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after {
  color: #fff;
  content: "Chargement...";
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 999;
}
body.oh {
  overflow: hidden !important;
}
body.simple-loader:after {
  opacity: 1;
  visibility: visible;
}

#global-container {
  position: relative;
}

.row {
  clear: both;
}
.row::before {
  display: table;
  content: " ";
}
.row::after {
  content: " ";
  display: table;
  clear: both;
}
.row-relative {
  position: relative;
}

.html {
  overflow: hidden;
}

.v-container {
  display: table;
  height: 100%;
  width: 100%;
}

.v-align {
  display: table-cell;
  vertical-align: middle;
}

#obfuscator {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.obfuscate #obfuscator {
  opacity: 0.6;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/*****************/
/****** USEFUL CLASSES *****/
/*****************/
[class^=icon] + [class^=icon] {
  margin-left: 10px;
}

.h-o, .filter--header a, #cookie-notice .button {
  opacity: 1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.fs-h {
  height: 100px;
  min-height: 100vh;
  position: relative;
}
@media all and (max-width: 63.99em) {
  .fs-h {
    height: auto;
  }
}

.reset-fsz {
  font-size: 1rem;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.separator {
  background: #e4e1e1;
  margin: 2rem 0 1rem;
  height: 1px;
  width: 100%;
}

.wrapper-large {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.simple-padding {
  padding: 0 20px;
}

.simple-padding-all {
  padding: 20px;
}

.fullheight {
  height: 100vh;
}

.flexbox .valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.no-flexbox .valign:not(.valign--dynamic) {
  position: relative;
}
.no-flexbox .valign:not(.valign--dynamic) .valigned-block {
  overflow: hidden;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-flexbox .valign:not(.valign--dynamic) .valigned-block.extramenu-wrapper {
  margin: 0;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.tch {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inbl[class*=w25], .inbl[class*=w33], .inbl[class*=w40], .inbl[class*=w50], .inbl[class*=w60], .inbl[class*=w66] {
  margin-right: -0.25em;
}

@media (min-width: 992px) {
  .large-inbl[class*=w25], .large-inbl[class*=w33], .large-inbl[class*=w40], .large-inbl[class*=w50], .large-inbl[class*=w60], .large-inbl[class*=w66] {
    margin-right: -0.25em;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .medium-inbl[class*=w25], .medium-inbl[class*=w33], .medium-inbl[class*=w40], .medium-inbl[class*=w50], .medium-inbl[class*=w60], .medium-inbl[class*=w66] {
    margin-right: -0.25em;
  }
}
.gradient-img-bg {
  background: #fff url(../images/bg.jpg) top center repeat;
}

.grey-bg {
  background: #ebebeb;
}

.white-bg {
  background: #fff;
}

.red-bg {
  background: #ff0b2e;
  color: #fff;
}

.urgent {
  color: #D80011;
}

[class*=block-simple] {
  background-color: #fff;
  border: 1px solid #e4e1e1;
}

[class*="--shadow"] {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.equal-grid.tiny-spaced {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.equal-grid.small-spaced {
  margin-left: -1rem;
  margin-right: -1rem;
}
.equal-grid.medium-spaced {
  margin-left: -2rem;
  margin-right: -2rem;
}
.equal-grid.large-spaced {
  margin-left: -4rem;
  margin-right: -4rem;
}

.white-bg {
  background-color: #fff;
}

.c-bordeaux {
  color: #981131;
}

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

.video-responsive {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe, .video-responsive video {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-like {
  font-size: 1em;
  font-weight: 400;
}

.info-msg {
  background: #fff;
  padding: 1.5rem;
  font-size: 2rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: auto;
  max-width: 300px;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 999;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.info-msg.success {
  background: green;
  color: #fff;
}
.info-msg.show {
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

#cookie-notice {
  background: rgba(0, 0, 0, 0.8) !important;
  font-size: 1.3rem !important;
  padding: 10px 0 !important;
}
#cookie-notice .button {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  font-size: 1em !important;
  text-transform: uppercase;
}

.global-wrapper {
  position: relative;
  padding: 0 6rem;
}
.global-wrapper:before, .global-wrapper:after {
  background: #000;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 21;
}
.global-wrapper:before {
  left: 3rem;
}
.global-wrapper:after {
  right: 3rem;
}
@media (max-width: 650px) {
  .global-wrapper {
    padding: 0 3rem;
  }
  .global-wrapper:before {
    left: 1.5rem;
  }
  .global-wrapper:after {
    right: 1.5rem;
  }
}

.loader_logo {
  background: none;
}
.loader_logo svg {
  width: 120px;
  height: 120px;
}

.loader_info {
  letter-spacing: 0.12em;
}

.large-w30 {
  width: 100% !important;
}
@media (min-width: 769px) {
  .large-w30 {
    width: 30% !important;
  }
}

.large-w70 {
  width: 100% !important;
}
@media (min-width: 769px) {
  .large-w70 {
    width: 70% !important;
  }
}

.mb3 {
  margin-bottom: 3rem;
}

svg .to-change {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.red svg .to-change {
  fill: #BD4D1B;
}
.red .dynamic-color, .red .custom-grid-gallery-infos__gallery-wrapper:before, .red .custom-grid-list-sidebar__title, .red .ssbp .ssbp-btn, .ssbp .red .ssbp-btn, .red main a, .red .current a {
  color: #BD4D1B;
}
.red-color {
  color: #BD4D1B;
}
.red-color .dynamic-color, .red-color .custom-grid-gallery-infos__gallery-wrapper:before, .red-color .custom-grid-list-sidebar__title, .red-color .ssbp .ssbp-btn, .ssbp .red-color .ssbp-btn {
  color: inherit !important;
}
.red .btn:after {
  background: #BD4D1B;
  color: #BD4D1B;
}
.red ::-webkit-input-placeholder { /* Chrome */
  color: #BD4D1B;
}
.red :-ms-input-placeholder { /* IE 10+ */
  color: #BD4D1B;
}
.red ::-moz-placeholder { /* Firefox 19+ */
  color: #BD4D1B;
}
.red :-moz-placeholder { /* Firefox 4 - 18 */
  color: #BD4D1B;
}

.blue-1 svg .to-change {
  fill: #566c5d;
}
.blue-1 .dynamic-color, .blue-1 .custom-grid-gallery-infos__gallery-wrapper:before, .blue-1 .custom-grid-list-sidebar__title, .blue-1 .ssbp .ssbp-btn, .ssbp .blue-1 .ssbp-btn, .blue-1 main a, .blue-1 .current a {
  color: #566c5d;
}
.blue-1-color {
  color: #566c5d;
}
.blue-1-color .dynamic-color, .blue-1-color .custom-grid-gallery-infos__gallery-wrapper:before, .blue-1-color .custom-grid-list-sidebar__title, .blue-1-color .ssbp .ssbp-btn, .ssbp .blue-1-color .ssbp-btn {
  color: inherit !important;
}
.blue-1 .btn:after {
  background: #566c5d;
  color: #566c5d;
}
.blue-1 ::-webkit-input-placeholder { /* Chrome */
  color: #566c5d;
}
.blue-1 :-ms-input-placeholder { /* IE 10+ */
  color: #566c5d;
}
.blue-1 ::-moz-placeholder { /* Firefox 19+ */
  color: #566c5d;
}
.blue-1 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #566c5d;
}

.blue-2 svg .to-change {
  fill: #00807e;
}
.blue-2 .dynamic-color, .blue-2 .custom-grid-gallery-infos__gallery-wrapper:before, .blue-2 .custom-grid-list-sidebar__title, .blue-2 .ssbp .ssbp-btn, .ssbp .blue-2 .ssbp-btn, .blue-2 main a, .blue-2 .current a {
  color: #00807e;
}
.blue-2-color {
  color: #00807e;
}
.blue-2-color .dynamic-color, .blue-2-color .custom-grid-gallery-infos__gallery-wrapper:before, .blue-2-color .custom-grid-list-sidebar__title, .blue-2-color .ssbp .ssbp-btn, .ssbp .blue-2-color .ssbp-btn {
  color: inherit !important;
}
.blue-2 .btn:after {
  background: #00807e;
  color: #00807e;
}
.blue-2 ::-webkit-input-placeholder { /* Chrome */
  color: #00807e;
}
.blue-2 :-ms-input-placeholder { /* IE 10+ */
  color: #00807e;
}
.blue-2 ::-moz-placeholder { /* Firefox 19+ */
  color: #00807e;
}
.blue-2 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #00807e;
}

.gold svg .to-change {
  fill: #a77913;
}
.gold .dynamic-color, .gold .custom-grid-gallery-infos__gallery-wrapper:before, .gold .custom-grid-list-sidebar__title, .gold .ssbp .ssbp-btn, .ssbp .gold .ssbp-btn, .gold main a, .gold .current a {
  color: #a77913;
}
.gold-color {
  color: #a77913;
}
.gold-color .dynamic-color, .gold-color .custom-grid-gallery-infos__gallery-wrapper:before, .gold-color .custom-grid-list-sidebar__title, .gold-color .ssbp .ssbp-btn, .ssbp .gold-color .ssbp-btn {
  color: inherit !important;
}
.gold .btn:after {
  background: #a77913;
  color: #a77913;
}
.gold ::-webkit-input-placeholder { /* Chrome */
  color: #a77913;
}
.gold :-ms-input-placeholder { /* IE 10+ */
  color: #a77913;
}
.gold ::-moz-placeholder { /* Firefox 19+ */
  color: #a77913;
}
.gold :-moz-placeholder { /* Firefox 4 - 18 */
  color: #a77913;
}

.green-1 svg .to-change {
  fill: #756519;
}
.green-1 .dynamic-color, .green-1 .custom-grid-gallery-infos__gallery-wrapper:before, .green-1 .custom-grid-list-sidebar__title, .green-1 .ssbp .ssbp-btn, .ssbp .green-1 .ssbp-btn, .green-1 main a, .green-1 .current a {
  color: #756519;
}
.green-1-color {
  color: #756519;
}
.green-1-color .dynamic-color, .green-1-color .custom-grid-gallery-infos__gallery-wrapper:before, .green-1-color .custom-grid-list-sidebar__title, .green-1-color .ssbp .ssbp-btn, .ssbp .green-1-color .ssbp-btn {
  color: inherit !important;
}
.green-1 .btn:after {
  background: #756519;
  color: #756519;
}
.green-1 ::-webkit-input-placeholder { /* Chrome */
  color: #756519;
}
.green-1 :-ms-input-placeholder { /* IE 10+ */
  color: #756519;
}
.green-1 ::-moz-placeholder { /* Firefox 19+ */
  color: #756519;
}
.green-1 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #756519;
}

.green-2 svg .to-change {
  fill: #84801f;
}
.green-2 .dynamic-color, .green-2 .custom-grid-gallery-infos__gallery-wrapper:before, .green-2 .custom-grid-list-sidebar__title, .green-2 .ssbp .ssbp-btn, .ssbp .green-2 .ssbp-btn, .green-2 main a, .green-2 .current a {
  color: #84801f;
}
.green-2-color {
  color: #84801f;
}
.green-2-color .dynamic-color, .green-2-color .custom-grid-gallery-infos__gallery-wrapper:before, .green-2-color .custom-grid-list-sidebar__title, .green-2-color .ssbp .ssbp-btn, .ssbp .green-2-color .ssbp-btn {
  color: inherit !important;
}
.green-2 .btn:after {
  background: #84801f;
  color: #84801f;
}
.green-2 ::-webkit-input-placeholder { /* Chrome */
  color: #84801f;
}
.green-2 :-ms-input-placeholder { /* IE 10+ */
  color: #84801f;
}
.green-2 ::-moz-placeholder { /* Firefox 19+ */
  color: #84801f;
}
.green-2 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #84801f;
}

.green-3 svg .to-change {
  fill: #34B5A9;
}
.green-3 .dynamic-color, .green-3 .custom-grid-gallery-infos__gallery-wrapper:before, .green-3 .custom-grid-list-sidebar__title, .green-3 .ssbp .ssbp-btn, .ssbp .green-3 .ssbp-btn, .green-3 main a, .green-3 .current a {
  color: #34B5A9;
}
.green-3-color {
  color: #34B5A9;
}
.green-3-color .dynamic-color, .green-3-color .custom-grid-gallery-infos__gallery-wrapper:before, .green-3-color .custom-grid-list-sidebar__title, .green-3-color .ssbp .ssbp-btn, .ssbp .green-3-color .ssbp-btn {
  color: inherit !important;
}
.green-3 .btn:after {
  background: #34B5A9;
  color: #34B5A9;
}
.green-3 ::-webkit-input-placeholder { /* Chrome */
  color: #34B5A9;
}
.green-3 :-ms-input-placeholder { /* IE 10+ */
  color: #34B5A9;
}
.green-3 ::-moz-placeholder { /* Firefox 19+ */
  color: #34B5A9;
}
.green-3 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #34B5A9;
}

.yellow svg .to-change {
  fill: #e6d93a;
}
.yellow .dynamic-color, .yellow .custom-grid-gallery-infos__gallery-wrapper:before, .yellow .custom-grid-list-sidebar__title, .yellow .ssbp .ssbp-btn, .ssbp .yellow .ssbp-btn, .yellow main a, .yellow .current a {
  color: #e6d93a;
}
.yellow-color {
  color: #e6d93a;
}
.yellow-color .dynamic-color, .yellow-color .custom-grid-gallery-infos__gallery-wrapper:before, .yellow-color .custom-grid-list-sidebar__title, .yellow-color .ssbp .ssbp-btn, .ssbp .yellow-color .ssbp-btn {
  color: inherit !important;
}
.yellow .btn:after {
  background: #e6d93a;
  color: #e6d93a;
}
.yellow ::-webkit-input-placeholder { /* Chrome */
  color: #e6d93a;
}
.yellow :-ms-input-placeholder { /* IE 10+ */
  color: #e6d93a;
}
.yellow ::-moz-placeholder { /* Firefox 19+ */
  color: #e6d93a;
}
.yellow :-moz-placeholder { /* Firefox 4 - 18 */
  color: #e6d93a;
}

.grey svg .to-change {
  fill: #CCB185;
}
.grey .dynamic-color, .grey .custom-grid-gallery-infos__gallery-wrapper:before, .grey .custom-grid-list-sidebar__title, .grey .ssbp .ssbp-btn, .ssbp .grey .ssbp-btn, .grey main a, .grey .current a {
  color: #CCB185;
}
.grey-color {
  color: #CCB185;
}
.grey-color .dynamic-color, .grey-color .custom-grid-gallery-infos__gallery-wrapper:before, .grey-color .custom-grid-list-sidebar__title, .grey-color .ssbp .ssbp-btn, .ssbp .grey-color .ssbp-btn {
  color: inherit !important;
}
.grey .btn:after {
  background: #CCB185;
  color: #CCB185;
}
.grey ::-webkit-input-placeholder { /* Chrome */
  color: #CCB185;
}
.grey :-ms-input-placeholder { /* IE 10+ */
  color: #CCB185;
}
.grey ::-moz-placeholder { /* Firefox 19+ */
  color: #CCB185;
}
.grey :-moz-placeholder { /* Firefox 4 - 18 */
  color: #CCB185;
}

.btn {
  background: transparent;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.btn:after {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.btn:hover {
  border-color: black;
  color: #fff !important;
}
.btn:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.alertify-logs {
  font-size: 1.5rem;
  z-index: 120;
}
.alertify .msg {
  font-size: 16px;
}
.alertify button {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.alertify .alert input:not(.form-control), .alertify .dialog input:not(.form-control) {
  margin: 0 0 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.list-inline {
  list-style-type: none;
}
.list-inline li {
  display: inline-block;
  vertical-align: top;
}

ul.list-links li a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent currentColor;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.ul-inline {
  padding-left: 0px;
  margin-left: 0px;
}
.ul-inline li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: top;
}

.tab-switcher .tab-content > li {
  display: none;
}
.tab-switcher .tab-content > li.active {
  display: block;
}

.list-block-item {
  position: relative;
}
.list-block-item-container {
  display: block;
  position: relative;
}
.list-block-item-content {
  background: rgba(255, 255, 255, 0.87);
  width: 66%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.list-block-item-content-inner {
  position: relative;
  padding: 1.5rem;
}
.list-block-item-content-inner:before, .list-block-item-content-inner:after {
  content: "";
  height: 50%;
  width: 44px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%) scaleX(0);
      -ms-transform: translateX(100%) scaleX(0);
          transform: translateX(100%) scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  z-index: 1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.list-block-item-content-inner:before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0.87)), color-stop(50%, transparent));
  background: linear-gradient(to right top, rgba(255, 255, 255, 0.87) 50%, transparent 50%);
  top: 0;
}
.list-block-item-content-inner:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0.87)), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.87) 50%, transparent 50%);
  bottom: 0;
}
.list-block-item-content.type-expo {
  background-color: transparent;
  width: 100%;
}
.list-block-item-content.type-expo:before, .list-block-item-content.type-expo:after {
  content: none;
}
.list-block-item-content.type-expo .list-block-item-content-inner {
  padding: 0;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__cat {
  background-color: white;
  padding: 0.7rem 2.3rem 0 2.3rem;
  float: left;
  clear: left;
  line-height: 1.2;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__title {
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 1.07143em;
  padding: 1.5rem 2.3rem;
  letter-spacing: 0.11em;
  background-color: white;
  float: left;
  clear: left;
  min-height: 0px;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__date {
  padding: 1.5rem 0rem 1.5rem 2.3rem;
  background-color: white;
  float: left;
  clear: left;
  font-size: 2.5rem;
  line-height: 1.07143em;
  letter-spacing: 0.11em;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__link {
  clear: none;
  width: 110px;
  height: 56px;
  position: relative;
  background: #fff;
  float: left;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__link:after {
  content: "";
  background-image: url(../images/arrow-right_small.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 66px;
  height: 6px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.list-block-item-content.type-expo .list-block-item-content-inner .list-block-item__link:hover:after {
  -webkit-transform: scale(1.1, 1);
      -ms-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}
.list-block-item-content.type-expo .list-block-item-content-inner:before, .list-block-item-content.type-expo .list-block-item-content-inner:after {
  content: none;
}
.list-block-item-content:before {
  content: "";
  background-image: url("../images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18.5px;
  height: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(100%, 0%);
      -ms-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  z-index: 2;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.hover-triggerer:hover .list-block-item-content:before {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-triggerer:hover .list-block-item-content .list-block-item-content-inner:before, .hover-triggerer:hover .list-block-item-content .list-block-item-content-inner:after {
  -webkit-transform: translateX(100%) scaleX(1);
      -ms-transform: translateX(100%) scaleX(1);
          transform: translateX(100%) scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.list-block-item__cat {
  font-family: "Interstate ExtraLightItalic";
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.list-block-item__title {
  font-size: 1.9rem;
  font-weight: 400;
  margin: 0;
  line-height: 2.5rem;
  min-height: 2.6em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.list-block-item__title h1, .list-block-item__title h2, .list-block-item__title h3, .list-block-item__title h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
.list-block-item__title h1 span, .list-block-item__title h2 span, .list-block-item__title h3 span, .list-block-item__title h4 span {
  display: block;
  font-size: 1.1rem;
}
.list-block-item__date {
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  font-family: "Interstate Cond Mono - Lgt";
}
.list-block-item__text {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.08em;
}
.list-block-item--large .list-block-item-content {
  background: none;
  max-width: 760px;
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.list-block-item--large .list-block-item-content-inner {
  overflow: hidden;
  padding: 0;
}
.list-block-item--large .list-block-item-content:before, .list-block-item--large .list-block-item-content:after {
  display: none;
}
.list-block-item--large .list-block-item__cat, .list-block-item--large .list-block-item__title, .list-block-item--large .list-block-item__text, .list-block-item--large .list-block-item__date, .list-block-item--large .list-block-item__link {
  background: #fff;
  float: left;
  clear: both;
}
.list-block-item--large .list-block-item__cat {
  font-family: "Interstate ExtraLightItalic";
  font-size: 2.1rem;
  padding: 2.3rem;
  letter-spacing: 0.12em;
}
.list-block-item--large .list-block-item__title {
  font-size: 4.2rem;
  line-height: 1.0714285714em;
  min-height: 0;
  padding: 1.5rem 2.3rem 0;
  letter-spacing: 0.11em;
}
.list-block-item--large .list-block-item__img {
  height: 365px;
  overflow: hidden;
  position: relative;
}
.list-block-item--large .list-block-item__img img {
  position: absolute;
  top: -99999px;
  right: -99999px;
  left: -99999px;
  bottom: -99999px;
  margin: auto;
  display: block;
  max-width: none;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.list-block-item--large .list-block-item__text {
  font-size: 1.3rem;
  line-height: 1.4615384615em;
  padding: 2.3rem;
  letter-spacing: 0.08em;
}
.list-block-item--large .list-block-item__date {
  font-size: 3rem;
  padding: 1.1rem 2.3rem;
  letter-spacing: 0.12em;
  margin-right: -0.25em;
}
.list-block-item--large .list-block-item__link {
  clear: none;
  width: 166px;
  height: 64px;
  position: relative;
}
.list-block-item--large .list-block-item__link:after {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 114px;
  height: 6px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.list-block-item--large .list-block-item__link:hover:after {
  -webkit-transform: scale(1.1, 1);
      -ms-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}
.list-block-item--small .list-block-item-content {
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  width: auto;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.list-block-item--small .list-block-item-content:before, .list-block-item--small .list-block-item-content:after {
  display: none;
}
.list-block-item--small .list-block-item-content-inner:before, .list-block-item--small .list-block-item-content-inner:after {
  display: none;
}
.list-block-item--small .hover-triggerer:hover .list-block-item-content {
  background: #fff;
}
.list-block-item--small .list-block-item__title {
  font-size: 1.7rem;
  line-height: 1.9rem;
}
.list-block-item--classic .list-block-item__img {
  height: 370px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 59.99em) {
  .list-block-item--classic .list-block-item__img {
    height: 350px;
  }
}
.list-block-item--classic .list-block-item__img img {
  position: absolute;
  top: -99999px;
  right: -99999px;
  left: -99999px;
  bottom: -99999px;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.list-block-item--no-image .list-block-item-content {
  background: none;
  display: block;
  position: relative;
  width: 100%;
}
.list-block-item--no-image .list-block-item-content-inner {
  padding: 0;
}
.list-block-item--no-image .list-block-item__title {
  min-height: 0;
}
.list-block-item--no-image .list-block-item__title h2 span, .list-block-item--no-image .list-block-item__title h3 span, .list-block-item--no-image .list-block-item__title h4 span, .list-block-item--no-image .list-block-item__title h5 span {
  display: block;
  font-size: 1.1rem;
}
.list-block-item--no-image.arrow--left .list-block-item-content {
  padding-left: 40px;
}
.list-block-item--no-image.arrow--left .list-block-item-content:before {
  right: inherit;
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.list-block-item--3col .list-block-item__title {
  min-height: 0px;
}
.list-block-item--3col .list-block-item__title h2 {
  text-transform: none;
  text-align: right;
}
.list-block-item--3col .list-block-item__title h2 span {
  display: block;
  font-size: 1.1rem;
}
.list-block-item--3col .list-block-item-content {
  position: static;
}
.list-block-item--3col .list-block-item-content:before {
  content: none;
}
.list-block-item--3col .list-block-item-content-inner:after, .list-block-item--3col .list-block-item-content-inner:before {
  content: none;
}
.list-block-item--3col .list-block-item__body {
  text-align: right;
  margin-top: 2rem;
  color: black;
}
.list-block-item--3col .list-block-item__img img {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .list-block-item--3col .list-block-item__img img {
    padding-left: 0;
  }
}
.list-block-item.arrow--always-visible .list-block-item-content:before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .list-block-item--classic .list-block-item-content {
    width: 100%;
  }
  .list-block-item--classic .list-block-item__title {
    min-height: 0;
  }
}
@media all and (max-width: 39.99em) {
  .list-block-item--classic .list-block-item-content {
    position: relative;
  }
  .list-block-item--classic .list-block-item-content-inner {
    padding: 0 0 0.5rem;
  }
  .list-block-item--classic .list-block-item-content:before, .list-block-item--classic .list-block-item-content:after, .list-block-item--classic .list-block-item-content-inner:before, .list-block-item--classic .list-block-item-content-inner:after {
    display: none;
  }
}
@media (max-width: 1100px) {
  .list-block-item--large .list-block-item-container {
    height: 365px;
    overflow: hidden;
  }
  .list-block-item--large .list-block-item__img img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 1100px) and (min-width: 960px), (max-width: 600px) {
  .list-block-item--large .list-block-item__cat {
    font-size: 1.575rem;
    padding: 1rem 2.3rem;
  }
  .list-block-item--large .list-block-item__title {
    font-size: 3.15rem;
  }
  .list-block-item--large .list-block-item__date {
    font-size: 2.25rem;
    padding: 1.65rem 1.5rem;
  }
}

.home .list-block-item__img {
  height: 250px;
}

.single-artiste .hover-triggerer:hover:before {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.single-artiste .hover-triggerer:hover .list-block-item-content:before, .single-artiste .hover-triggerer:hover .list-block-item-content:after {
  -webkit-transform: translateX(-100%) rotate(-180Deg);
      -ms-transform: translateX(-100%) rotate(-180Deg);
          transform: translateX(-100%) rotate(-180Deg);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.slick-dots li + li {
  margin-left: 7px;
}
.slick-dots button {
  background: #fff;
  border: 0;
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  padding: 0;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: 9999px;
}
.slick-dots button:after {
  content: "";
  background-color: #000;
  border-radius: 9999px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  margin: auto;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.slick-dots .slick-active button:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slick-slide {
  outline: none;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.hero-slider {
  position: relative;
}
.hero-slider__transition-bars {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.hero-slider__transition-bars-item {
  background: #fff;
  height: 10%;
}
.hero-slider__item-ratio-container {
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 43.0769230769%;
}
.hero-slider__item-content {
  max-width: 560px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero-slider__item-cat, .hero-slider__item-title, .hero-slider__item-text, .hero-slider__item-date, .hero-slider__item-link, .hero-slider__item-subtitle {
  background: #fff;
  float: left;
  clear: both;
}
.hero-slider__item-cat {
  font-family: "Interstate ExtraLightItalic";
  font-size: 2.1rem;
  padding: 2.3rem;
  letter-spacing: 0.12em;
}
.hero-slider__item-title {
  font-size: 4.2rem;
  line-height: 1.0714285714em;
  padding: 1.5rem 2.3rem 0.5rem;
  letter-spacing: 0.11em;
}
.hero-slider__item-text {
  font-size: 1.3rem;
  line-height: 1.4615384615em;
  padding: 2.3rem;
  letter-spacing: 0.08em;
}
.hero-slider__item-subtitle {
  font-size: 1.1rem;
  line-height: 1.7272727273em;
  padding: 1rem 2.3rem 1rem 2.3rem;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-slider__item-date {
  font-size: 3rem;
  padding: 1.1rem 2.3rem;
  letter-spacing: 0.12em;
  margin-right: -0.25em;
  font-weight: bold;
}
.hero-slider__item-link {
  clear: none;
  width: 166px;
  height: 64px;
  position: relative;
}
.hero-slider__item-link:after {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 114px;
  height: 6px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.hero-slider__item-link:hover:after {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
}
.hero-slider__item-link-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hero-slider .slick-arrow {
  background: #fff;
  border: 0;
  width: 44px;
  height: 64px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 2;
}
.hero-slider .slick-arrow:before {
  content: "";
  background-image: url("../images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 11px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.hero-slider .slick-arrow.slick-prev {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.hero-slider .slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hero-slider .slick-arrow:hover {
  opacity: 0.6;
}
.hero-slider img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  z-index: 1;
}
@media (max-width: 1300px) {
  .hero-slider__item-ratio-container {
    padding-bottom: 0;
    height: 520px;
  }
}
@media (max-width: 1100px) {
  .hero-slider img {
    width: auto;
  }
}
@media all and (max-width: 47.99em) {
  .hero-slider .slick-arrow {
    top: 0;
    bottom: inherit;
  }
}
@media all and (max-width: 39.99em) {
  .hero-slider__item-ratio-container {
    height: 768px;
  }
  .hero-slider__item-title {
    font-size: 2.94rem;
    padding: 1.5rem 1.5rem 0.5rem;
  }
  .hero-slider__item-cat {
    font-size: 1.47rem;
    padding: 1.5rem;
  }
  .hero-slider__item-date {
    font-size: 2.1rem;
    padding: 1.75rem 1.5rem;
    font-weight: bold;
  }
}

.hero-slider__item-link-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.line {
  background: #000;
}
.line[class*="--vertical"] {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}
.line[class*="--vertical"][class*="60"] {
  height: 60px;
}
.line[class*="--vertical"][class*="65"] {
  height: 65px;
}
.line[class*="--vertical"][class*="80"] {
  height: 80px;
}
.line[class*="--vertical"][class*="120"] {
  height: 120px;
}
.line[class*="--horizontal"] {
  height: 1px;
}
.line[class*="--horizontal"][class*="60"] {
  width: 60px;
}
.line[class*="--horizontal"][class*="65"] {
  width: 65px;
}
.line[class*="--horizontal"][class*="120"] {
  width: 120px;
}

.filter li {
  font-size: 1.3rem;
  text-transform: lowercase;
}
.filter li.current a {
  color: #000;
}
.filter li a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.filter li a:hover {
  color: #000;
}
.filter > .line.inbl {
  margin-right: 0.5rem;
}
.filter-item--active a {
  color: #000;
}
.filter--header {
  margin-left: 167px;
}
.filter--header > ul {
  display: inline-block;
  vertical-align: top;
}
.filter--header:before {
  background: #000;
  content: "";
  height: 1px;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 65px;
}
.filter--header a {
  display: block;
}
.custom-grid-list-sidebar__sidebar .filter {
  text-align: center;
}
.custom-grid-list-sidebar__sidebar .filter li {
  margin-top: 1rem;
}
.custom-grid-list-sidebar__sidebar .line + .filter {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .filter--header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.lang-switcher {
  background: white;
  position: absolute;
  top: 38px;
  right: 23px;
  z-index: 3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.lang-switcher:after {
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  left: 2px;
  background-color: black;
  top: -45px;
}
@media (max-width: 1300px) {
  .lang-switcher:after {
    content: none;
  }
}
@media all and (max-width: 39.99em) {
  .lang-switcher {
    right: -21px;
    top: 43px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1300px) {
  .lang-switcher {
    right: 77px;
    top: 38px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0px;
  }
}
@media (max-width: 650px) {
  .lang-switcher {
    right: 77px;
    top: 43px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.lang-switcher a {
  text-transform: uppercase;
  font-family: "Interstate Cond Mono - Lgt";
}

#breadcrumbs {
  position: absolute;
  top: 15rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  left: calc(100% - 30px);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  z-index: 21;
  width: 100%;
}
@media (max-width: 650px) {
  #breadcrumbs {
    left: calc(100% - 15px);
  }
}
#breadcrumbs > span {
  background-color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
#breadcrumbs a {
  font-size: 1.2rem;
  text-transform: lowercase;
}
#breadcrumbs .breadcrumb_last {
  font-size: 1.2rem;
  text-transform: lowercase;
}

body:not(.home) main {
  padding-top: 23rem;
}
@media (max-width: 450px) {
  body:not(.home) main {
    padding-top: 13rem;
  }
}

main {
  padding-top: 12.5rem;
}

.arrow-link {
  background: #fff;
  clear: none;
  display: inline-block;
  width: 166px;
  height: 64px;
  position: relative;
  z-index: 1;
}
.arrow-link:after {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 114px;
  height: 6px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.arrow-link:hover:after {
  -webkit-transform: scale(1.1, 1);
      -ms-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}

.sidetext {
  color: #000;
  font-size: 1.5rem;
  font-family: "Interstate Cond Mono - Lgt";
  font-weight: 400;
  line-height: 1.15rem;
  letter-spacing: 0.08em;
  width: 20rem;
  position: absolute;
  left: 0;
  top: 23rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.sidetext span {
  background: #fff;
  position: relative;
  padding-right: 25px;
  z-index: 2;
}
.sidetext:after {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.sidetext-container {
  padding-left: 3rem;
  position: relative;
}

.content {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.03em;
}
.content p + p {
  margin-top: 2.5rem;
}
.content li {
  position: relative;
  padding-left: 1em;
}
.content li:before {
  border-radius: 50%;
  background: #981131;
  content: "";
  width: 0.45em;
  height: 0.45em;
  position: absolute;
  top: 0.35em;
  left: 0.15em;
}
.content ul ul {
  margin: 0.5em 0 0;
  font-size: 0.8em;
}
.content ul ul li {
  padding: 0;
}
.content ul ul li:before {
  content: "- ";
  background: none;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}

.inbl {
  max-width: 100%;
}

.focus-section-block {
  position: relative;
}
.focus-section-block__content {
  max-width: 600px;
  font-size: 0;
  position: absolute;
  left: 1rem;
  right: 1rem;
  margin: auto;
  bottom: 0;
}
.focus-section-block__text, .focus-section-block__link {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.focus-section-block__text {
  background: #fff;
  font-size: 2.5rem;
  line-height: 1.28em;
  padding: 3rem;
  width: calc(100% - 166px);
  letter-spacing: 0.08em;
}
.focus-section-block.sidetext-container .focus-section-block__content {
  left: 4rem;
}
@media (max-width: 768px) {
  .focus-section-block__text {
    padding: 2rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 39.99em) {
  .focus-section-block__content {
    position: initial;
    left: 0;
    right: 0;
  }
  .focus-section-block__text, .focus-section-block__link {
    display: block;
  }
  .focus-section-block__text {
    font-size: 1.5rem;
    width: 100%;
  }
  .focus-section-block__link {
    margin-left: auto;
  }
}

blockquote {
  display: inline-block;
  margin: 1rem 0;
  min-height: 0;
}
blockquote:before, blockquote:after {
  content: "“";
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-family: georgia, serif;
  font-size: 2em;
  height: 0.4em;
  line-height: 0.9;
  margin: 0 5px;
  position: relative;
  vertical-align: top;
}
blockquote::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

figure {
  position: relative;
}
figure:after, figure figcaption {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure:after {
  background: rgba(255, 255, 255, 0.86);
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
figure figcaption {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.12em;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  z-index: 3;
}
figure:hover:after, figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
figure:hover figcaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.no-caption figure:hover {
  opacity: 1;
}
.no-caption figure:hover:after {
  content: none;
}

#main.white-bg {
  border-top: 1px solid #ededed;
}

.bandeau-section {
  background: #981131;
}

.pagination {
  text-align: center;
  font-size: 1.4rem;
}
.pagination a {
  font-size: 1.4rem;
}
.pagination .current {
  color: #000;
}

td, th {
  border-style: solid;
  padding: 8px 5px;
}

.the-social-links {
  vertical-align: top;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.the-social-links.tsl-default {
  background: #fff !important;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  height: 46px;
  width: 46px;
}
.the-social-links.tsl-default i {
  color: #000 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.the-social-links.tsl-default:hover i {
  color: white !important;
}
.the-social-links.btn {
  padding-left: 0px;
  padding-right: 0px;
}

.share-link-label {
  font-size: 1.5rem;
  font-family: "Interstate Cond Mono - Lgt";
}
.share-link-label, .share-link > .line, .share-link .ssbp-wrap {
  display: inline-block;
  vertical-align: middle;
}
.share-link .ssbp-wrap {
  width: auto !important;
}
.share-link > .line {
  margin: 0 1rem;
}
.share-link .ssba a {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.share-link .ssba:hover a {
  opacity: 0.7;
}
.share-link .ssba:hover a:hover {
  opacity: 1;
}

.ssbp .ssbp-btn {
  background: currentColor !important;
}

#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
  border: 0;
  border-bottom: 1px solid #000;
  color: #bd4d1b;
  font-size: 1.4rem;
  font-family: "Interstate ExtraLightItalic";
  letter-spacing: 0.12em;
  line-height: 1.9rem;
  height: auto;
  padding: 1.5rem 1rem 0rem 1rem;
  text-align: center;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  letter-spacing: 0.12em;
  margin: 1em;
  padding: 1.5rem 1rem;
}

/* # Formulaires */
::-webkit-input-placeholder { /* Chrome */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

:-ms-input-placeholder { /* IE 10+ */
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  text-align: center;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  text-align: center;
}

:focus::-webkit-input-placeholder { /* Chrome */
  color: transparent;
}

:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 4 - 18 */
  color: transparent;
}

input,
textarea,
button,
select {
  line-height: normal;
  border-radius: none;
  border: 1px solid;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #939296;
}

input::-ms-clear {
  display: none;
}
.ie9 input {
  line-height: normal !important;
}
input[type=radio], input[type=checkbox] {
  padding: 0 !important;
}
input[type=radio], input[type=checkbox], input[type=submit] {
  width: auto;
  height: auto;
  min-height: 0;
}
input[type=email], input[type=text], input[type=number] {
  padding-bottom: 0px;
  border: none;
  border-bottom: 1px solid black;
  height: 20px;
}
input[type=submit] {
  border: 1px solid black;
}

select {
  line-height: normal;
}
select::-ms-expand {
  display: none;
}

/**
 * Radio / checkboxes
 */
input[type=checkbox],
input[type=radio] {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  border: 1px solid #b7b7b7;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background-color: #939296;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  background-color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

input[type=radio] + label:before, input[type=radio] + label:after, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7-list-item-label:after, .radio-style + label:before, .radio-style + label:after, .radio-style + .wpcf7-list-item-label:before, .radio-style + .wpcf7-list-item-label:after {
  border-radius: 9999px;
}

input, select {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  vertical-align: top;
}

input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  padding: 0 1rem;
  width: 100%;
}

textarea {
  padding: 1rem;
  border: 1px solid black;
}

select {
  -webkit-appearance: none;
}

form label {
  display: block;
  margin-bottom: 0.5rem;
}
form .input-wrapper {
  padding: 0 1rem;
}
form input {
  width: 100%;
}

.input-select-wrapper {
  position: relative;
}
.input-select-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer {
  position: relative;
  padding-bottom: 4rem;
  margin: 120px 0 0;
}
.footer:after {
  content: " ";
  background-color: white;
  width: 25px;
  height: 30px;
  position: absolute;
  right: -35px;
  top: -15px;
  z-index: 23;
}
.footer:before {
  content: " ";
  background-color: white;
  width: 25px;
  height: 30px;
  position: absolute;
  left: -35px;
  top: -15px;
  z-index: 23;
}
@media (max-width: 650px) {
  .footer {
    margin: 75px 0 0;
  }
}
.footer-separator {
  border-top: 1px solid #000;
  margin: 0 -20px 45px;
  position: relative;
}
.footer-separator:before, .footer-separator:after {
  background: #fff;
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -25px;
  z-index: 10;
}
.footer-separator:before {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.footer-separator:after {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 650px) {
  .footer-separator {
    margin: 0 0 45px;
  }
}
.footer-infos {
  padding: 2rem 2rem 2rem 5.5rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0.12em;
}
.footer-infos__contact {
  font-family: "Interstate Cond Mono - Lgt";
}
.footer .social-links {
  position: absolute;
  bottom: 4.5rem;
  right: 0;
  text-align: right;
}
.footer .social-links:after {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.footer .the-social-links {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0), 0 0 0 10px #fff;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0), 0 0 0 10px #fff;
  margin-right: 120px;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.footer-infos, .newsletter {
  display: inline-block;
  vertical-align: top;
}

.newsletter {
  border-right: 1px solid #000;
  padding: 2rem 4rem 2rem 2rem;
  width: 350px;
}
.newsletter h2, .newsletter h3 {
  font-weight: 400;
}
.newsletter h2 {
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.newsletter h3 {
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.newsletter button {
  margin-top: 2.5rem;
}
@media (max-width: 475px) {
  .newsletter {
    max-width: 350px;
    width: 100%;
  }
}

.legal-notice {
  font-family: "Interstate ExtraLightItalic";
  position: absolute;
  top: 67px;
  right: 0px;
}

@media (max-width: 1030px) {
  .footer .the-social-links {
    margin-right: 70px;
  }
}
@media (max-width: 880px) {
  .footer-infos {
    padding: 2rem 2rem 2rem 3rem;
  }
}
@media (max-width: 850px) {
  .footer-infos, .newsletter {
    display: block;
  }
  .newsletter {
    border-right: 0;
    margin: auto;
    padding: 2rem;
  }
  .footer-infos {
    text-align: center;
  }
  .legal-notice {
    position: relative;
    top: 0;
    margin: 2rem 0 4rem;
    text-align: center;
  }
  .footer .social-links {
    position: relative;
    bottom: 0;
    margin: 2rem 0 0;
    text-align: center;
  }
  .footer .the-social-links {
    margin: 0 4rem;
  }
}
@media (max-width: 510px) {
  .footer .the-social-links {
    margin: 0 2rem;
  }
}
@media (max-width: 330px) {
  .footer .the-social-links {
    margin: 0 1.5rem;
  }
}
.header {
  padding: 5.5rem 6rem 0.2rem 6rem;
  position: fixed;
  background-color: white;
  width: 100%;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  z-index: 25;
}
.header:before {
  background: #000;
  content: "";
  height: 1px;
  width: calc(100% - 90px);
  position: absolute;
  top: 5.9rem;
  left: 40px;
  z-index: -1;
}
.prefix-logo {
  background: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.08em;
  padding: 14px 25px 10px 0;
  position: absolute;
  left: 2.8rem;
  top: 3.9rem;
  font-family: "Interstate Cond Mono - Lgt";
  z-index: 22;
}
@media (max-width: 650px) {
  .prefix-logo {
    left: 1.3rem;
    padding: 14px 15px 10px 0;
  }
}
@media (max-width: 1010px) {
  .prefix-logo {
    padding: 14px 0px 10px 0;
  }
}
.prefix-logo:before {
  height: 108%;
  width: 1px;
  content: "";
  position: absolute;
  left: 2px;
  background-color: black;
  top: -40px;
}

.logo {
  line-height: 1;
  margin: -4.2rem 0 -8rem 2rem;
  padding: 0 0 0 0.5rem;
  position: relative;
  z-index: 4;
}
.logo svg {
  position: relative;
}
.logo:before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 1rem;
  top: 0;
  bottom: 55%;
  z-index: -1;
}
@media (max-width: 450px) {
  .logo {
    margin: -3.4rem 0 -8rem;
    width: 100px;
  }
  .logo:before {
    right: 0.5rem;
  }
}
@media (max-width: 390px) {
  .logo {
    margin: -2.4rem -0.5rem -8rem 0;
    left: -1rem;
    width: 75px;
  }
  .logo:before {
    right: 0;
  }
}

.slogan {
  background: #fff;
  font-size: 1rem;
  margin: 0 4rem 0 2rem;
  font-family: "Interstate Cond Mono - Lgt";
  letter-spacing: 0.08em;
  line-height: 1.1rem;
  padding: 0 0.5rem;
}
@media (max-width: 1010px) {
  .slogan {
    margin: 0 2rem 0 1rem;
  }
}

.nav {
  background: #fff;
}
.nav .menu-item:hover .sub-menu {
  display: block;
}
.nav .menu-item {
  position: relative;
  display: inline-block;
  font-family: "Interstate Cond Mono - Lgt";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: -0.4rem 1rem 0;
  vertical-align: top;
  text-transform: uppercase;
  z-index: 10;
}
.nav .menu-item .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  width: 300px;
  left: 0;
  top: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 1439px) {
  .nav .menu-item .sub-menu {
    position: relative;
    margin: auto;
  }
}
.nav .menu-item .sub-menu li {
  display: block;
  padding: 12px 20px;
  padding-top: 20px;
  border-bottom: 0.5px solid rgb(0, 0, 0);
}
.nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.nav .menu-item a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.nav .menu-item.menu-item-1602 a:hover, .nav .menu-item.menu-item-1603 a:hover {
  color: #566c5d;
}
.nav .menu-item.menu-item-91 a:hover, .nav .menu-item.menu-item-274 a:hover {
  color: #BD4D1B;
}
.nav .menu-item.menu-item-88 a:hover, .nav .menu-item.menu-item-275 a:hover {
  color: #a77913;
}
.nav .menu-item.menu-item-92 a:hover, .nav .menu-item.menu-item-276 a:hover {
  color: #00807e;
}
.nav .menu-item.menu-item-89 a:hover, .nav .menu-item.menu-item-277 a:hover {
  color: #756519;
}
.nav .menu-item.menu-item-90 a:hover, .nav .menu-item.menu-item-278 a:hover {
  color: #84801f;
}
.nav .menu-item.menu-item-134 a:hover, .nav .menu-item.menu-item-260 a:hover {
  color: #e6d93a;
}
.nav .menu-item.menu-item-300 a:hover, .nav .menu-item.menu-item-305 a:hover {
  color: #CCB185;
}
.nav .menu-item.menu-item-7687 a:hover {
  color: #34B5A9;
}
.nav a {
  color: #000;
  display: block;
}
@media (max-width: 1320px) {
  .nav {
    text-align: center;
    width: calc(100% - 340px);
  }
}
@media (max-width: 1075px) {
  .nav .menu-item {
    margin: -0.4rem 0.5rem 0;
  }
}

#nav-hamburger {
  background: #fff;
  display: none;
  position: absolute;
  top: 3.2rem;
  right: 1rem;
  z-index: 9999;
}
#nav-hamburger:before {
  width: 1px;
  content: " ";
  height: 30px;
  position: absolute;
  top: -35px;
  left: 28px;
  background-color: black;
}
@media (max-width: 650px) {
  #nav-hamburger:before {
    left: 33px;
    top: -24px;
  }
}
#nav-hamburger.is-active:before {
  content: none;
}
@media (max-width: 650px) {
  #nav-hamburger {
    right: 0rem;
    top: 2.4rem;
  }
}
#nav-hamburger .hamburger-inner, #nav-hamburger .hamburger-inner::before, #nav-hamburger .hamburger-inner::after {
  height: 2px;
}

@media (max-width: 1300px) {
  .nav {
    background-color: #fff;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 9990;
  }
  .nav-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .nav .menu-item {
    display: block;
    font-size: 3rem;
    line-height: 2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  .show-nav .nav {
    opacity: 1;
    visibility: visible;
  }
  .show-nav .nav .menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: all;
    transition-property: all;
  }
  .show-nav .nav .menu-item:nth-child(1) {
    -webkit-transition-delay: 0.085s;
            transition-delay: 0.085s;
  }
  .show-nav .nav .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.17s;
            transition-delay: 0.17s;
  }
  .show-nav .nav .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.255s;
            transition-delay: 0.255s;
  }
  .show-nav .nav .menu-item:nth-child(4) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .show-nav .nav .menu-item:nth-child(5) {
    -webkit-transition-delay: 0.425s;
            transition-delay: 0.425s;
  }
  .show-nav .nav .menu-item:nth-child(6) {
    -webkit-transition-delay: 0.51s;
            transition-delay: 0.51s;
  }
  .show-nav .nav .menu-item:nth-child(7) {
    -webkit-transition-delay: 0.595s;
            transition-delay: 0.595s;
  }
  .show-nav .nav .menu-item:nth-child(8) {
    -webkit-transition-delay: 0.68s;
            transition-delay: 0.68s;
  }
  .show-nav .nav .menu-item:nth-child(9) {
    -webkit-transition-delay: 0.765s;
            transition-delay: 0.765s;
  }
  .show-nav .nav .menu-item:nth-child(10) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  #nav-hamburger {
    display: block;
  }
}
@media (max-width: 1300px) and (max-width: 650px) {
  #nav-hamburger {
    background-color: transparent;
  }
}
.custom-grid-list-sidebar {
  position: relative;
}
.custom-grid-list-sidebar:before, .custom-grid-list-sidebar:after {
  content: "";
  display: table;
}
.custom-grid-list-sidebar:after {
  clear: both;
}
.custom-grid-list-sidebar__title {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 5.3em/4.5;
  letter-spacing: 0.11em;
  margin: 0;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  z-index: 2;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  right: 3%;
}
.custom-grid-list-sidebar__title span {
  background: #fff;
  padding: 1rem 2rem;
  display: inline-block;
  line-height: 1;
}
.custom-grid-list-sidebar__list {
  margin-left: -30px;
  margin-right: -30px;
}
.custom-grid-list-sidebar__list-wrapper {
  position: relative;
  width: calc(100% - 340px);
}
.custom-grid-list-sidebar__list-wrapper, .custom-grid-list-sidebar__sidebar {
  float: left;
}
.custom-grid-list-sidebar__term-description {
  margin-bottom: 4rem;
}
.custom-grid-list-sidebar__sidebar {
  padding: 165px 40px 25px 60px;
  position: relative;
  width: 340px;
}
.custom-grid-list-sidebar__sidebar h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.custom-grid-list-sidebar__sidebar p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
}
.custom-grid-list-sidebar__sidebar p + p {
  margin-top: 2.5rem;
}
@media (max-width: 1300px) {
  .custom-grid-list-sidebar__list {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .custom-grid-list-sidebar__sidebar {
    padding: 165px 40px 25px 40px;
  }
}
@media (max-width: 960px) {
  .custom-grid-list-sidebar__list-wrapper, .custom-grid-list-sidebar__sidebar {
    float: none;
    width: 100%;
  }
  .custom-grid-list-sidebar__title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .custom-grid-list-sidebar__list {
    padding: 0;
  }
  .custom-grid-list-sidebar__sidebar {
    padding: 2.5rem 4rem;
  }
}
@media all and (max-width: 39.99em) {
  .custom-grid-list-sidebar__title {
    font-size: 3rem;
  }
  .custom-grid-list-sidebar__sidebar {
    padding: 2rem 0;
  }
}

.custom-grid-gallery-infos {
  position: relative;
  margin: auto;
  max-width: 1040px;
}
.custom-grid-gallery-infos:before, .custom-grid-gallery-infos:after {
  content: "";
  display: table;
}
.custom-grid-gallery-infos:after {
  clear: both;
}
.custom-grid-gallery-infos .field-sous-titre {
  margin: 2rem 0 0;
  font-size: 1.5rem;
}
.custom-grid-gallery-infos__wrapper {
  margin-top: -15rem;
  margin-left: -21rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 1.5rem 2rem 0.25rem;
}
@media all and (max-width: 47.99em) {
  .custom-grid-gallery-infos__wrapper {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.custom-grid-gallery-infos__title {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.15em;
  letter-spacing: 0.11em;
  display: inline-block;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
  z-index: 3;
}
.custom-grid-gallery-infos__cat {
  margin-left: 19rem;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.custom-grid-gallery-infos__date {
  font-family: "Interstate Cond Mono - Lgt";
  font-size: 3.5rem;
  letter-spacing: 0.08em;
}
.custom-grid-gallery-infos__small-date {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-family: "Interstate Cond Mono - Lgt";
}
.custom-grid-gallery-infos__biblio .image {
  height: 365px;
  overflow: hidden;
  position: relative;
}
.custom-grid-gallery-infos__biblio .image img {
  position: absolute;
  top: -99999px;
  right: -99999px;
  left: -99999px;
  bottom: -99999px;
  margin: auto;
  display: block;
  max-width: none;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.custom-grid-gallery-infos__biblio-infos__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.11em;
  display: inline-block;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
  z-index: 3;
}
.custom-grid-gallery-infos__biblio-infos__content {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
.custom-grid-gallery-infos__biblio-infos__content p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
.custom-grid-gallery-infos__biblio-infos__file {
  clear: both;
}
.custom-grid-gallery-infos__subtitle {
  font-size: 2.6rem;
}
.custom-grid-gallery-infos__text {
  margin-top: 5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
.custom-grid-gallery-infos__text .sidetext {
  top: 18.5rem;
}
.custom-grid-gallery-infos__text-contact {
  margin-top: 8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
.custom-grid-gallery-infos__gallery-wrapper {
  position: relative;
  width: 475px;
}
.custom-grid-gallery-infos__gallery-wrapper:before {
  content: attr(data-title);
  display: none;
  font-family: inherit;
  font-size: 3rem;
  margin: 4rem 0 1rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}
.custom-grid-gallery-infos__gallery .image + .image {
  margin-top: 2rem;
}
.custom-grid-gallery-infos__gallery figure {
  margin: 0;
}
.custom-grid-gallery-infos__gallery-wrapper, .custom-grid-gallery-infos__infos {
  float: right;
}
.custom-grid-gallery-infos__gallery-wrapper .content h2, .custom-grid-gallery-infos__gallery-wrapper .content h3, .custom-grid-gallery-infos__gallery-wrapper .content h4, .custom-grid-gallery-infos__gallery-wrapper .content h5, .custom-grid-gallery-infos__infos .content h2, .custom-grid-gallery-infos__infos .content h3, .custom-grid-gallery-infos__infos .content h4, .custom-grid-gallery-infos__infos .content h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.custom-grid-gallery-infos__gallery-wrapper .content p, .custom-grid-gallery-infos__infos .content p {
  min-width: 1px;
  min-height: 1.4rem;
}
.custom-grid-gallery-infos__infos {
  padding: 70px 0px 25px 60px;
  width: calc(100% - 475px - 0px);
}
.custom-grid-gallery-infos__infos .content {
  padding-right: 30px;
  margin-top: 3rem;
}
.custom-grid-gallery-infos__infos .content table {
  border: none;
  width: auto;
}
.custom-grid-gallery-infos__infos .content table td {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-grid-gallery-infos__infos p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
.custom-grid-gallery-infos__infos-date {
  font-size: 3.5rem;
  font-family: "Interstate Cond Mono - Lgt";
  line-height: 1.2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1070px) {
  .custom-grid-gallery-infos__gallery-wrapper {
    width: 275px;
  }
  .custom-grid-gallery-infos__infos {
    padding: 70px 0 25px 30px;
    width: calc(100% - 275px);
  }
  .custom-grid-gallery-infos__infos .content {
    padding-right: 0;
  }
}
@media all and (max-width: 47.99em) {
  .custom-grid-gallery-infos__gallery-wrapper, .custom-grid-gallery-infos__infos {
    float: none;
    width: 100%;
    padding: 0;
  }
  .custom-grid-gallery-infos__title {
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .custom-grid-gallery-infos__title, .custom-grid-gallery-infos__cat, .custom-grid-gallery-infos__date, .custom-grid-gallery-infos__subtitle {
    text-align: center;
    margin-left: 0px;
  }
  .custom-grid-gallery-infos__gallery-wrapper:before {
    display: block;
  }
}
@media all and (max-width: 39.99em) {
  .custom-grid-gallery-infos__title {
    font-size: 3.6rem;
  }
  .custom-grid-gallery-infos__cat {
    font-size: 1.56rem;
  }
  .custom-grid-gallery-infos__date {
    font-size: 2.1rem;
  }
}
.custom-grid-gallery-infos--alternative {
  max-width: 960px;
  margin-right: 0;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__title {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__gallery-wrapper, .custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__infos {
  float: left;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__infos {
  position: relative;
  z-index: 4;
  margin-top: 8rem;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__gallery-wrapper {
  margin-top: 3rem;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__infos {
  padding: 0px 60px 25px 0;
  width: 340px;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__gallery-wrapper {
  width: calc(100% - 340px);
  position: relative;
  z-index: 1;
}
.custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__infos .content {
  padding-right: 0;
}
@media all and (max-width: 47.99em) {
  .custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__gallery-wrapper, .custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__infos {
    float: none;
    width: 100%;
    padding: 0;
  }
  .custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__title {
    display: block;
    padding: 0;
    position: relative;
  }
  .custom-grid-gallery-infos--alternative .custom-grid-gallery-infos__gallery-wrapper:before {
    display: block;
  }
}

.post-type-archive-exposition .custom-grid-list-sidebar__list {
  padding-left: 135px;
}
@media (max-width: 1300px) {
  .post-type-archive-exposition .custom-grid-list-sidebar__list {
    padding-left: 0;
  }
}

.post-type-archive-publication .list-block-item__body p {
  margin-bottom: 2rem;
}
.post-type-archive-publication .list-block-item__body p:last-of-type {
  margin-bottom: 0;
}

.page .custom-grid-gallery-infos__wrapper {
  width: 100%;
}
.page .custom-grid-gallery-infos__wrapper h1 {
  text-align: center;
}

.archive .custom-grid-list-sidebar__list {
  padding-left: 0px;
}

.custom-grid-list-grid {
  position: relative;
}
.custom-grid-list-grid__title {
  font-size: 6rem;
  font-weight: 400;
  line-height: 5.3em/6;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
  width: 40%;
  text-align: center;
  float: right;
}
.custom-grid-list-grid__title span {
  padding: 0px;
}
.custom-grid-list-grid__grid {
  clear: both;
  position: relative;
}
.custom-grid-list-grid__grid:after {
  position: absolute;
  content: " ";
  background-color: white;
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0px;
}
.custom-grid-list-grid__item {
  position: relative;
}
.custom-grid-list-grid__item:after {
  content: " ";
  height: 1px;
  width: 75%;
  background-color: black;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-grid-list-grid__item:nth-child(1):before, .custom-grid-list-grid__item:nth-child(2):before, .custom-grid-list-grid__item:nth-child(3):before, .custom-grid-list-grid__item:nth-child(4):before, .custom-grid-list-grid__item:nth-child(5):before, .custom-grid-list-grid__item:nth-child(6):before, .custom-grid-list-grid__item:nth-child(7):before, .custom-grid-list-grid__item:nth-child(8):before {
  content: " ";
  height: 1px;
  width: 75%;
  background-color: black;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-grid-list-grid__item article {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 80px;
}
.custom-grid-list-grid__item__name {
  text-align: center;
  font-size: 1.3rem;
  border-right: 1px solid black;
}
.custom-grid-list-grid__item__name a {
  font-size: 1.3rem;
  z-index: 2;
  color: black !important;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.custom-grid-list-grid__item__name a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}
.custom-grid-list-grid__item__name-img {
  -webkit-transition: opacity 0.5s ease, top 0.5s ease 0.05s;
  transition: opacity 0.5s ease, top 0.5s ease 0.05s;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  width: 75%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.custom-grid-list-grid__item__name-img img {
  vertical-align: middle;
  width: auto;
  height: 100%;
}
.custom-grid-list-grid__item__name:hover .custom-grid-list-grid__item__name-img {
  opacity: 0.7;
  top: 50%;
}
.custom-grid-list-grid__item__name:nth-child(8n) .custom-grid-list-grid__item__name {
  border-right: none;
}

.custom-grid-list-inline {
  margin-top: 4rem;
  margin-left: 17rem;
  margin-right: 2rem;
}
.custom-grid-list-inline__label {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.custom-grid-list-inline__label span {
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: black;
  position: relative;
  left: 1rem;
  top: -0.4rem;
}
.custom-grid-list-inline__item {
  font-size: 1.3rem;
}

.single main {
  padding-top: 33rem !important;
}
@media (max-width: 768px) {
  .single main {
    padding-top: 30rem !important;
  }
}
.single .custom-grid-gallery-infos__wrapper {
  margin-left: 35%;
  width: 140%;
  max-width: 768px;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 768px) {
  .single .custom-grid-gallery-infos__wrapper {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 14rem;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .single .custom-grid-gallery-infos__gallery-wrapper, .single .custom-grid-gallery-infos {
    position: static;
  }
}
.single .custom-grid-gallery-infos__gallery {
  position: relative;
  top: -60px;
}
.single .custom-grid-gallery-infos__title {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: white;
}
.single .custom-grid-gallery-infos__cat {
  margin-left: 345px;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .single .custom-grid-gallery-infos__cat {
    margin-left: 0px;
    text-align: center;
  }
}
.single .custom-grid-gallery-infos__infos {
  padding-top: 0px;
}

.single-artiste main {
  padding-top: 23rem !important;
}
.single-artiste .custom-grid-gallery-infos__gallery {
  position: relative;
  top: 0px;
}
.single-artiste .custom-grid-gallery-infos__title {
  text-align: left;
  padding-left: 0rem;
  padding-right: 0rem;
  background-color: transparent;
}
.single-artiste .custom-grid-gallery-infos__title.adapt {
  max-width: 60%;
  background-color: white;
}
@media all and (max-width: 47.99em) {
  .single-artiste .custom-grid-gallery-infos__title.adapt {
    max-width: 100%;
    background-color: transparent;
  }
}
.single-artiste .custom-grid-gallery-infos__infos.adapt {
  margin-top: 16rem;
}
@media all and (max-width: 47.99em) {
  .single-artiste .custom-grid-gallery-infos__infos.adapt {
    margin-top: 0rem;
  }
}

.single-evenement .custom-grid-gallery-infos__infos .content {
  margin-top: 7rem;
}

.hero-slider {
  margin: 0 0 30px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .hero-slider {
    margin: 0 0 60px;
  }
}
.hero-slider .revealer {
  opacity: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.hero-slider .revealer--animate {
  opacity: 1;
}
.hero-slider .revealer--ltr {
  right: 100%;
}
.hero-slider .revealer--rtl {
  left: 100%;
}
.hero-slider .revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e0e0e1;
}
.hero-slider .revealer__layer:nth-child(2) {
  background: #fff;
}
.hero-slider .revealer__layer:nth-child(3) {
  background: #566c5d;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer {
  -webkit-animation: anim-layer-1--ltr 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: anim-layer-1--ltr 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-layer-2--ltr;
          animation-name: anim-layer-2--ltr;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-layer-3--ltr;
          animation-name: anim-layer-3--ltr;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer {
  -webkit-animation: anim-layer-1--rtl 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: anim-layer-1--rtl 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-layer-2--rtl;
          animation-name: anim-layer-2--rtl;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-layer-3--rtl;
          animation-name: anim-layer-3--rtl;
}
@-webkit-keyframes anim-layer-1--ltr {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(100%, 0%, 0);
            transform: translate3d(100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-1--ltr {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(100%, 0%, 0);
            transform: translate3d(100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@-webkit-keyframes anim-layer-2--ltr {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-2--ltr {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@-webkit-keyframes anim-layer-3--ltr {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-3--ltr {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@-webkit-keyframes anim-layer-1--rtl {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-100%, 0%, 0);
            transform: translate3d(-100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-layer-1--rtl {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-100%, 0%, 0);
            transform: translate3d(-100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes anim-layer-2--rtl {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-layer-2--rtl {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes anim-layer-3--rtl {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-layer-3--rtl {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

.next-events-list-wrapper,
.next-events-text {
  float: right;
}

.next-events-list {
  margin-left: -30px;
  margin-right: -30px;
}
.next-events-list-wrapper {
  position: relative;
  width: calc(100% - 340px);
}
.next-events-list-wrapper:before {
  background: #000;
  content: "";
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -31px;
}
@media (max-width: 1100px) {
  .next-events-list .list-block-item-content {
    width: 80%;
  }
}
@media (max-width: 1040px) {
  .next-events-list .list-block-item {
    width: 100% !important;
  }
}

.next-events-text {
  padding: 55px 20px 25px 80px;
  position: relative;
  width: 340px;
}
.next-events-text h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.next-events-text p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
}
.next-events-text .btn {
  margin-top: 60px;
}
.next-events-text .btn.-bis {
  margin-top: 18px;
}
.next-events-text:before {
  background: #000;
  content: "";
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 30px;
}

.bibliotheque-block {
  margin: 8rem 0 0 auto;
  max-width: 965px;
}

.home .presentation {
  max-width: 800px;
  margin: 210px auto;
  position: relative;
  text-align: center;
}
.home .presentation h2 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home .presentation p {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
}
.home .presentation .btn {
  margin-top: 2.5rem;
}
.home .presentation:before, .home .presentation:after {
  background: #000;
  content: "";
  margin: auto;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
}
.home .presentation:before {
  top: -50px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.home .presentation:after {
  bottom: -50px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 830px) {
  .next-events-list-wrapper, .next-events-text {
    float: none;
    width: 100%;
  }
  .next-events-list-wrapper:before, .next-events-text:before {
    display: none;
  }
  .next-events-text {
    padding: 0;
  }
  .next-events-text .btn {
    margin-top: 3rem;
  }
  .next-events-text .btn-wrapper {
    text-align: center;
  }
}
@media all and (max-width: 47.99em) {
  .home .presentation {
    margin: 18rem auto;
  }
}
@media all and (max-width: 39.99em) {
  .home .presentation {
    margin: 15rem auto 18rem;
  }
}
.single-exposition .page-title {
  font-size: 4.5rem;
}

.featured-artists {
  font-size: 1.3rem;
  margin: 6rem 0rem 3rem 0;
}
.featured-artists span {
  display: block;
  float: left;
  line-height: 56px;
  padding-right: 140px;
  position: relative;
  font-size: 1.5rem;
  font-family: "Interstate Cond Mono - Lgt";
}
.featured-artists span:before {
  background: #000;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.featured-artists li {
  margin: 0;
  padding: 10px 10px 10px 60px;
  min-height: 5.6rem;
  position: relative;
  text-align: center;
  display: inline-table;
}
.featured-artists li:before {
  background: #000;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.featured-artists li a {
  display: table-cell;
  vertical-align: middle;
}
.featured-artists a {
  display: inline-block;
}
@media (max-width: 1260px) {
  .featured-artists {
    margin: 6rem 0 3rem;
  }
  .featured-artists span {
    padding-right: 10px;
  }
  .featured-artists span:before {
    display: none;
  }
}
@media all and (max-width: 39.99em) {
  .featured-artists li {
    padding: 10px 10px 10px 20px;
  }
  .featured-artists li:before {
    width: 10px;
  }
}

.type-exposition .custom-grid-gallery-infos {
  margin-left: auto;
  margin-right: 0px;
  max-width: 1170px;
}
.type-exposition .featured-events {
  width: 100%;
  margin-top: 10rem;
}
@media all and (max-width: 47.99em) {
  .type-exposition .featured-events {
    margin-top: 4rem;
  }
}

.featured-events {
  margin-right: -140px;
}
@media all and (max-width: 47.99em) {
  .featured-events {
    margin-right: 0px;
  }
}
.featured-events .list-block {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.featured-events .list-block-item {
  padding: 1.5rem;
}
.featured-events .list-block-item__img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.featured-events .list-block-item__img img {
  position: absolute;
  top: -99999px;
  right: -99999px;
  left: -99999px;
  bottom: -99999px;
  margin: auto;
  display: block;
  max-width: none;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.field-itinerance {
  margin: 4rem 0;
  font-size: 1.3rem;
}
.field-itinerance-title, .field-itinerance strong {
  font-size: 1.5rem;
}
.field-itinerance-title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.field-itinerance strong {
  font-family: "Interstate Cond Mono - Lgt";
  font-weight: 400;
  letter-spacing: 0.08em;
}
.field-itinerance p {
  margin: 1rem 0 0;
}

body.bibliotheque .custom-grid-list-sidebar .content, body.library .custom-grid-list-sidebar .content {
  margin: 8rem 6rem;
}
body.bibliotheque .custom-grid-list-sidebar .content h2, body.library .custom-grid-list-sidebar .content h2 {
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.11em;
}
body.bibliotheque .custom-grid-list-sidebar .content h2 a, body.library .custom-grid-list-sidebar .content h2 a {
  color: black !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
body.bibliotheque .custom-grid-list-sidebar .content h2 a:hover, body.library .custom-grid-list-sidebar .content h2 a:hover {
  color: #e6d93a !important;
}
@media (max-width: 960px) {
  body.bibliotheque .custom-grid-list-sidebar .content, body.library .custom-grid-list-sidebar .content {
    margin-bottom: 0px;
  }
}
body.bibliotheque .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar, body.library .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar {
  padding: 165px 0px 25px 0px;
}
@media (max-width: 960px) {
  body.bibliotheque .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar, body.library .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar {
    padding-top: 0px;
  }
}
@media (max-width: 960px) {
  body.bibliotheque .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar .custom-grid-gallery-infos__text, body.library .custom-grid-list-sidebar .custom-grid-list-sidebar__sidebar .custom-grid-gallery-infos__text {
    margin-top: 0px;
  }
}

body.infos-pratiques .custom-grid-gallery-infos__text.sidetext-container {
  padding-left: 0;
  padding-top: 3rem;
}
body.infos-pratiques .custom-grid-gallery-infos__text.sidetext-container .sidetext {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  top: 0px;
}
body.infos-pratiques .custom-grid-gallery-infos__text.sidetext-container table {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hero-slider {
  margin: 0 0 30px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .hero-slider {
    margin: 0 0 60px;
  }
}
.hero-slider .revealer {
  opacity: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.hero-slider .revealer--animate {
  opacity: 1;
}
.hero-slider .revealer--ltr {
  right: 100%;
}
.hero-slider .revealer--rtl {
  left: 100%;
}
.hero-slider .revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e0e0e1;
}
.hero-slider .revealer__layer:nth-child(2) {
  background: #fff;
}
.hero-slider .revealer__layer:nth-child(3) {
  background: #566c5d;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer {
  -webkit-animation: anim-layer-1--ltr 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: anim-layer-1--ltr 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-layer-2--ltr;
          animation-name: anim-layer-2--ltr;
}
.hero-slider .revealer--animate.revealer--ltr .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-layer-3--ltr;
          animation-name: anim-layer-3--ltr;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer {
  -webkit-animation: anim-layer-1--rtl 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: anim-layer-1--rtl 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-layer-2--rtl;
          animation-name: anim-layer-2--rtl;
}
.hero-slider .revealer--animate.revealer--rtl .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-layer-3--rtl;
          animation-name: anim-layer-3--rtl;
}
@keyframes anim-layer-1--ltr {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(100%, 0%, 0);
            transform: translate3d(100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-2--ltr {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-3--ltr {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-layer-1--rtl {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-100%, 0%, 0);
            transform: translate3d(-100%, 0%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-layer-2--rtl {
  0%, 12.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-layer-3--rtl {
  0%, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

.next-events-list-wrapper,
.next-events-text {
  float: right;
}

.next-events-list {
  margin-left: -30px;
  margin-right: -30px;
}
.next-events-list-wrapper {
  position: relative;
  width: calc(100% - 340px);
}
.next-events-list-wrapper:before {
  background: #000;
  content: "";
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -31px;
}
@media (max-width: 1100px) {
  .next-events-list .list-block-item-content {
    width: 80%;
  }
}
@media (max-width: 1040px) {
  .next-events-list .list-block-item {
    width: 100% !important;
  }
}

.next-events-text {
  padding: 55px 20px 25px 80px;
  position: relative;
  width: 340px;
}
.next-events-text h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.next-events-text p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
}
.next-events-text .btn {
  margin-top: 60px;
}
.next-events-text .btn.-bis {
  margin-top: 18px;
}
.next-events-text:before {
  background: #000;
  content: "";
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 30px;
}

.bibliotheque-block {
  margin: 8rem 0 0 auto;
  max-width: 965px;
}

.home .presentation {
  max-width: 800px;
  margin: 210px auto;
  position: relative;
  text-align: center;
}
.home .presentation h2 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home .presentation p {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
}
.home .presentation .btn {
  margin-top: 2.5rem;
}
.home .presentation:before, .home .presentation:after {
  background: #000;
  content: "";
  margin: auto;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
}
.home .presentation:before {
  top: -50px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.home .presentation:after {
  bottom: -50px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 830px) {
  .next-events-list-wrapper, .next-events-text {
    float: none;
    width: 100%;
  }
  .next-events-list-wrapper:before, .next-events-text:before {
    display: none;
  }
  .next-events-text {
    padding: 0;
  }
  .next-events-text .btn {
    margin-top: 3rem;
  }
  .next-events-text .btn-wrapper {
    text-align: center;
  }
}
@media all and (max-width: 47.99em) {
  .home .presentation {
    margin: 18rem auto;
  }
}
@media all and (max-width: 39.99em) {
  .home .presentation {
    margin: 15rem auto 18rem;
  }
}
.post-type-archive-artiste .custom-grid-list-grid__title {
  font-size: 4.5rem;
  width: 420px;
}
@media (max-width: 960px) {
  .post-type-archive-artiste .custom-grid-list-grid__title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
}
.post-type-archive-artiste .custom-grid-list-inline .custom-grid-list-inline__item {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.post-type-archive-artiste .custom-grid-list-inline .custom-grid-list-inline__item:hover {
  color: black;
}
/*# sourceMappingURL=app.css.map */