@charset "UTF-8";
/* ==========================================================================
   GLOBAL LESS
   ========================================================================== */
/* Settings
   ========================================================================== */
/* ====================== */
/* colors */
/* ====================== */
/*--- main color 1 ---*/
/*--- main color 2 ---*/
/*--- black ---*/
/*--- grey dark ---*/
/*--- grey light ---*/
/*--- grey medium ---*/
/*--- grey darker ---*/
/*--- grey dark ---*/
/*--- grey menu title ---*/
/*--- white ---*/
/*--- default text color ---*/
/*--- light text color ---*/
/*--- grey menu title ---*/
/*--- bleu facebook ---*/
/*--- bleu twitter ---*/
/*--- bleu linkedin ---*/
/*--- rouge pinterest ---*/
/*--- rouge google+ ---*/
/*--- rouge youtube ---*/
/*--- orange viadeo ---*/
/*--- orange vimeo ---*/
/*--- bleu instagram ---*/
/*--- bleu tumblr ---*/
/*--- rose flickr ---*/
/* define color array with values you will need for button and icons loop*/
/* ====================== */
/* font */
/* ====================== */
@font-face {
  font-family: "futura";
  src: url("../fonts/futur.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura-Bold-font.ttf") format("truetype"), url("../fonts/Futura-Bold-font.woff") format("woff"), url("../fonts/Futura-Bold-font.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/futura-medium-bt.ttf") format("truetype"), url("../fonts/futura-medium-bt.woff") format("woff"), url("../fonts/futura-medium-bt.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura-Light-font.ttf") format("truetype"), url("../fonts/Futura-Light-font.woff") format("woff"), url("../fonts/Futura-Light-font.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "futuraPT";
  src: url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.woff2") format("woff2");
}
@font-face {
  font-family: "futuraPT";
  src: url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "futuraPT";
  src: url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "futuraPT";
  src: url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.woff2") format("woff2");
  font-weight: 800;
}
/*
Media queries limites based on :
https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
 */
/* --- 1px --- */
/* --- 400px --- */
/* < Small phones < */
/* --- 512px --- */
/* < Large phones < */
/* --- 608px --- */
/* --- 896px --- */
/* < Tablets portrait < */
/* --- 1200px --- */
/* < Tablets landscape < */
/* --- 1408px --- */
/* < Small desktop < */
/* --- 1792px --- */
/* < Large desktop */
@media only screen {
  html {
    text-size-adjust: none;
  }
}
/* ====================== */
/* transition */
/* ====================== */
/* ====================== */
/* Z-index */
/* ====================== */
/* Tools : Mixins & Reset
   ========================================================================== */
/* ====================== */
/* MIXINS */
/* ====================== */
/* ====================== */
/* Clearer */
/* ====================== */
/* ====================== */
/* Case */
/* ====================== */
/* ====================== */
/* custom */
/* ====================== */
/* ====================== */
/* deco picto */
/* ====================== */
/* ==== Scroll down to find where to put your styles :) ==== */
/*  HTML5 ? Boilerplate  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

label, input[type=button], input[type=submit], input[type=image], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  box-shadow: none;
}

::selection {
  background: #004481;
  color: #fff;
  text-shadow: none;
}

button {
  width: auto;
  overflow: visible;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Vendors
   ========================================================================== */
/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~=grid],
[class*=grid-],
[class*=grid_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}

[class~=col],
[class*=col-],
[class*=col_] {
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%;
}

[class~=col],
[class*=col_] {
  flex: 1 1 0%;
}

[class*=col-] {
  flex: none;
}

[class~=grid][class~=col],
[class~=grid][class*=col-],
[class~=grid][class*=col_],
[class*=grid-][class~=col],
[class*=grid-][class*=col-],
[class*=grid-][class*=col_],
[class*=grid_][class~=col],
[class*=grid_][class*=col-],
[class*=grid_][class*=col_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=grid-][class*=-noGutter] {
  margin: 0;
}
[class*=grid-][class*=-noGutter] > [class~=col],
[class*=grid-][class*=-noGutter] > [class*=col-] {
  padding: 0;
}
[class*=grid-][class*=-noWrap] {
  flex-wrap: nowrap;
}
[class*=grid-][class*=-center] {
  justify-content: center;
}
[class*=grid-][class*=-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*=grid-][class*=-top] {
  align-items: flex-start;
}
[class*=grid-][class*=-middle] {
  align-items: center;
}
[class*=grid-][class*=-bottom] {
  align-items: flex-end;
}
[class*=grid-][class*=-reverse] {
  flex-direction: row-reverse;
}
[class*=grid-][class*=-column] {
  flex-direction: column;
}
[class*=grid-][class*=-column] > [class*=col-] {
  flex-basis: auto;
}
[class*=grid-][class*=-column-reverse] {
  flex-direction: column-reverse;
}
[class*=grid-][class*=-spaceBetween] {
  justify-content: space-between;
}
[class*=grid-][class*=-spaceAround] {
  justify-content: space-around;
}
[class*=grid-][class*=-equalHeight] > [class~=col], [class*=grid-][class*=-equalHeight] > [class*=col-], [class*=grid-][class*=-equalHeight] > [class*=col_] {
  align-self: stretch;
}
[class*=grid-][class*=-equalHeight] > [class~=col] > *, [class*=grid-][class*=-equalHeight] > [class*=col-] > *, [class*=grid-][class*=-equalHeight] > [class*=col_] > * {
  height: 100%;
}
[class*=grid-][class*=-noBottom] > [class~=col], [class*=grid-][class*=-noBottom] > [class*=col-], [class*=grid-][class*=-noBottom] > [class*=col_] {
  padding-bottom: 0;
}

[class*=col-][class*=-top] {
  align-self: flex-start;
}
[class*=col-][class*=-middle] {
  align-self: center;
}
[class*=col-][class*=-bottom] {
  align-self: flex-end;
}
[class*=col-][class*=-first] {
  order: -1;
}
[class*=col-][class*=-last] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=grid-1] > [class~=col],
[class*=grid-1] > [class*=col-],
[class*=grid-1] > [class*=col_] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=grid-2] > [class~=col],
[class*=grid-2] > [class*=col-],
[class*=grid-2] > [class*=col_] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*=grid-3] > [class~=col],
[class*=grid-3] > [class*=col-],
[class*=grid-3] > [class*=col_] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=grid-4] > [class~=col],
[class*=grid-4] > [class*=col-],
[class*=grid-4] > [class*=col_] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*=grid-5] > [class~=col],
[class*=grid-5] > [class*=col-],
[class*=grid-5] > [class*=col_] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*=grid-6] > [class~=col],
[class*=grid-6] > [class*=col-],
[class*=grid-6] > [class*=col_] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=grid-7] > [class~=col],
[class*=grid-7] > [class*=col-],
[class*=grid-7] > [class*=col_] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=grid-8] > [class~=col],
[class*=grid-8] > [class*=col-],
[class*=grid-8] > [class*=col_] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=grid-9] > [class~=col],
[class*=grid-9] > [class*=col-],
[class*=grid-9] > [class*=col_] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=grid-10] > [class~=col],
[class*=grid-10] > [class*=col-],
[class*=grid-10] > [class*=col_] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*=grid-11] > [class~=col],
[class*=grid-11] > [class*=col-],
[class*=grid-11] > [class*=col_] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=grid-12] > [class~=col],
[class*=grid-12] > [class*=col-],
[class*=grid-12] > [class*=col_] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 112em) {
  [class*=_mq7-1] > [class~=col],
  [class*=_mq7-1] > [class*=col-],
  [class*=_mq7-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq7-2] > [class~=col],
  [class*=_mq7-2] > [class*=col-],
  [class*=_mq7-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq7-3] > [class~=col],
  [class*=_mq7-3] > [class*=col-],
  [class*=_mq7-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq7-4] > [class~=col],
  [class*=_mq7-4] > [class*=col-],
  [class*=_mq7-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq7-5] > [class~=col],
  [class*=_mq7-5] > [class*=col-],
  [class*=_mq7-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq7-6] > [class~=col],
  [class*=_mq7-6] > [class*=col-],
  [class*=_mq7-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq7-7] > [class~=col],
  [class*=_mq7-7] > [class*=col-],
  [class*=_mq7-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq7-8] > [class~=col],
  [class*=_mq7-8] > [class*=col-],
  [class*=_mq7-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq7-9] > [class~=col],
  [class*=_mq7-9] > [class*=col-],
  [class*=_mq7-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq7-10] > [class~=col],
  [class*=_mq7-10] > [class*=col-],
  [class*=_mq7-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq7-11] > [class~=col],
  [class*=_mq7-11] > [class*=col-],
  [class*=_mq7-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq7-12] > [class~=col],
  [class*=_mq7-12] > [class*=col-],
  [class*=_mq7-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 88em) {
  [class*=_mq6-1] > [class~=col],
  [class*=_mq6-1] > [class*=col-],
  [class*=_mq6-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq6-2] > [class~=col],
  [class*=_mq6-2] > [class*=col-],
  [class*=_mq6-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq6-3] > [class~=col],
  [class*=_mq6-3] > [class*=col-],
  [class*=_mq6-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq6-4] > [class~=col],
  [class*=_mq6-4] > [class*=col-],
  [class*=_mq6-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq6-5] > [class~=col],
  [class*=_mq6-5] > [class*=col-],
  [class*=_mq6-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq6-6] > [class~=col],
  [class*=_mq6-6] > [class*=col-],
  [class*=_mq6-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq6-7] > [class~=col],
  [class*=_mq6-7] > [class*=col-],
  [class*=_mq6-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq6-8] > [class~=col],
  [class*=_mq6-8] > [class*=col-],
  [class*=_mq6-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq6-9] > [class~=col],
  [class*=_mq6-9] > [class*=col-],
  [class*=_mq6-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq6-10] > [class~=col],
  [class*=_mq6-10] > [class*=col-],
  [class*=_mq6-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq6-11] > [class~=col],
  [class*=_mq6-11] > [class*=col-],
  [class*=_mq6-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq6-12] > [class~=col],
  [class*=_mq6-12] > [class*=col-],
  [class*=_mq6-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 75em) {
  [class*=_mq5-1] > [class~=col],
  [class*=_mq5-1] > [class*=col-],
  [class*=_mq5-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq5-2] > [class~=col],
  [class*=_mq5-2] > [class*=col-],
  [class*=_mq5-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq5-3] > [class~=col],
  [class*=_mq5-3] > [class*=col-],
  [class*=_mq5-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq5-4] > [class~=col],
  [class*=_mq5-4] > [class*=col-],
  [class*=_mq5-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq5-5] > [class~=col],
  [class*=_mq5-5] > [class*=col-],
  [class*=_mq5-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq5-6] > [class~=col],
  [class*=_mq5-6] > [class*=col-],
  [class*=_mq5-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq5-7] > [class~=col],
  [class*=_mq5-7] > [class*=col-],
  [class*=_mq5-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq5-8] > [class~=col],
  [class*=_mq5-8] > [class*=col-],
  [class*=_mq5-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq5-9] > [class~=col],
  [class*=_mq5-9] > [class*=col-],
  [class*=_mq5-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq5-10] > [class~=col],
  [class*=_mq5-10] > [class*=col-],
  [class*=_mq5-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq5-11] > [class~=col],
  [class*=_mq5-11] > [class*=col-],
  [class*=_mq5-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq5-12] > [class~=col],
  [class*=_mq5-12] > [class*=col-],
  [class*=_mq5-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 56em) {
  [class*=_mq4-1] > [class~=col],
  [class*=_mq4-1] > [class*=col-],
  [class*=_mq4-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq4-2] > [class~=col],
  [class*=_mq4-2] > [class*=col-],
  [class*=_mq4-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq4-3] > [class~=col],
  [class*=_mq4-3] > [class*=col-],
  [class*=_mq4-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq4-4] > [class~=col],
  [class*=_mq4-4] > [class*=col-],
  [class*=_mq4-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq4-5] > [class~=col],
  [class*=_mq4-5] > [class*=col-],
  [class*=_mq4-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq4-6] > [class~=col],
  [class*=_mq4-6] > [class*=col-],
  [class*=_mq4-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq4-7] > [class~=col],
  [class*=_mq4-7] > [class*=col-],
  [class*=_mq4-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq4-8] > [class~=col],
  [class*=_mq4-8] > [class*=col-],
  [class*=_mq4-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq4-9] > [class~=col],
  [class*=_mq4-9] > [class*=col-],
  [class*=_mq4-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq4-10] > [class~=col],
  [class*=_mq4-10] > [class*=col-],
  [class*=_mq4-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq4-11] > [class~=col],
  [class*=_mq4-11] > [class*=col-],
  [class*=_mq4-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq4-12] > [class~=col],
  [class*=_mq4-12] > [class*=col-],
  [class*=_mq4-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 38em) {
  [class*=_mq3-1] > [class~=col],
  [class*=_mq3-1] > [class*=col-],
  [class*=_mq3-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq3-2] > [class~=col],
  [class*=_mq3-2] > [class*=col-],
  [class*=_mq3-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq3-3] > [class~=col],
  [class*=_mq3-3] > [class*=col-],
  [class*=_mq3-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq3-4] > [class~=col],
  [class*=_mq3-4] > [class*=col-],
  [class*=_mq3-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq3-5] > [class~=col],
  [class*=_mq3-5] > [class*=col-],
  [class*=_mq3-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq3-6] > [class~=col],
  [class*=_mq3-6] > [class*=col-],
  [class*=_mq3-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq3-7] > [class~=col],
  [class*=_mq3-7] > [class*=col-],
  [class*=_mq3-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq3-8] > [class~=col],
  [class*=_mq3-8] > [class*=col-],
  [class*=_mq3-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq3-9] > [class~=col],
  [class*=_mq3-9] > [class*=col-],
  [class*=_mq3-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq3-10] > [class~=col],
  [class*=_mq3-10] > [class*=col-],
  [class*=_mq3-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq3-11] > [class~=col],
  [class*=_mq3-11] > [class*=col-],
  [class*=_mq3-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq3-12] > [class~=col],
  [class*=_mq3-12] > [class*=col-],
  [class*=_mq3-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 32em) {
  [class*=_mq2-1] > [class~=col],
  [class*=_mq2-1] > [class*=col-],
  [class*=_mq2-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq2-2] > [class~=col],
  [class*=_mq2-2] > [class*=col-],
  [class*=_mq2-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq2-3] > [class~=col],
  [class*=_mq2-3] > [class*=col-],
  [class*=_mq2-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq2-4] > [class~=col],
  [class*=_mq2-4] > [class*=col-],
  [class*=_mq2-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq2-5] > [class~=col],
  [class*=_mq2-5] > [class*=col-],
  [class*=_mq2-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq2-6] > [class~=col],
  [class*=_mq2-6] > [class*=col-],
  [class*=_mq2-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq2-7] > [class~=col],
  [class*=_mq2-7] > [class*=col-],
  [class*=_mq2-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq2-8] > [class~=col],
  [class*=_mq2-8] > [class*=col-],
  [class*=_mq2-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq2-9] > [class~=col],
  [class*=_mq2-9] > [class*=col-],
  [class*=_mq2-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq2-10] > [class~=col],
  [class*=_mq2-10] > [class*=col-],
  [class*=_mq2-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq2-11] > [class~=col],
  [class*=_mq2-11] > [class*=col-],
  [class*=_mq2-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq2-12] > [class~=col],
  [class*=_mq2-12] > [class*=col-],
  [class*=_mq2-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 25em) {
  [class*=_mq1-1] > [class~=col],
  [class*=_mq1-1] > [class*=col-],
  [class*=_mq1-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_mq1-2] > [class~=col],
  [class*=_mq1-2] > [class*=col-],
  [class*=_mq1-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_mq1-3] > [class~=col],
  [class*=_mq1-3] > [class*=col-],
  [class*=_mq1-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_mq1-4] > [class~=col],
  [class*=_mq1-4] > [class*=col-],
  [class*=_mq1-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_mq1-5] > [class~=col],
  [class*=_mq1-5] > [class*=col-],
  [class*=_mq1-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_mq1-6] > [class~=col],
  [class*=_mq1-6] > [class*=col-],
  [class*=_mq1-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_mq1-7] > [class~=col],
  [class*=_mq1-7] > [class*=col-],
  [class*=_mq1-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_mq1-8] > [class~=col],
  [class*=_mq1-8] > [class*=col-],
  [class*=_mq1-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_mq1-9] > [class~=col],
  [class*=_mq1-9] > [class*=col-],
  [class*=_mq1-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_mq1-10] > [class~=col],
  [class*=_mq1-10] > [class*=col-],
  [class*=_mq1-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_mq1-11] > [class~=col],
  [class*=_mq1-11] > [class*=col-],
  [class*=_mq1-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_mq1-12] > [class~=col],
  [class*=_mq1-12] > [class*=col-],
  [class*=_mq1-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class~=grid] > [class*=col-1],
[class*=grid-] > [class*=col-1],
[class*=grid_] > [class*=col-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=grid] > [class*=col-2],
[class*=grid-] > [class*=col-2],
[class*=grid_] > [class*=col-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=grid] > [class*=col-3],
[class*=grid-] > [class*=col-3],
[class*=grid_] > [class*=col-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=grid] > [class*=col-4],
[class*=grid-] > [class*=col-4],
[class*=grid_] > [class*=col-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=grid] > [class*=col-5],
[class*=grid-] > [class*=col-5],
[class*=grid_] > [class*=col-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=grid] > [class*=col-6],
[class*=grid-] > [class*=col-6],
[class*=grid_] > [class*=col-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=grid] > [class*=col-7],
[class*=grid-] > [class*=col-7],
[class*=grid_] > [class*=col-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=grid] > [class*=col-8],
[class*=grid-] > [class*=col-8],
[class*=grid_] > [class*=col-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=grid] > [class*=col-9],
[class*=grid-] > [class*=col-9],
[class*=grid_] > [class*=col-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=grid] > [class*=col-10],
[class*=grid-] > [class*=col-10],
[class*=grid_] > [class*=col-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=grid] > [class*=col-11],
[class*=grid-] > [class*=col-11],
[class*=grid_] > [class*=col-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=grid] > [class*=col-12],
[class*=grid-] > [class*=col-12],
[class*=grid_] > [class*=col-12] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=grid] > [data-push-left*=off-0],
[class*=grid-] > [data-push-left*=off-0],
[class*=grid_] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class~=grid] > [data-push-left*=off-1],
[class*=grid-] > [data-push-left*=off-1],
[class*=grid_] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class~=grid] > [data-push-left*=off-2],
[class*=grid-] > [data-push-left*=off-2],
[class*=grid_] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class~=grid] > [data-push-left*=off-3],
[class*=grid-] > [data-push-left*=off-3],
[class*=grid_] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class~=grid] > [data-push-left*=off-4],
[class*=grid-] > [data-push-left*=off-4],
[class*=grid_] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class~=grid] > [data-push-left*=off-5],
[class*=grid-] > [data-push-left*=off-5],
[class*=grid_] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class~=grid] > [data-push-left*=off-6],
[class*=grid-] > [data-push-left*=off-6],
[class*=grid_] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class~=grid] > [data-push-left*=off-7],
[class*=grid-] > [data-push-left*=off-7],
[class*=grid_] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class~=grid] > [data-push-left*=off-8],
[class*=grid-] > [data-push-left*=off-8],
[class*=grid_] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class~=grid] > [data-push-left*=off-9],
[class*=grid-] > [data-push-left*=off-9],
[class*=grid_] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class~=grid] > [data-push-left*=off-10],
[class*=grid-] > [data-push-left*=off-10],
[class*=grid_] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class~=grid] > [data-push-left*=off-11],
[class*=grid-] > [data-push-left*=off-11],
[class*=grid_] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}

[class~=grid] > [data-push-right*=off-0],
[class*=grid-] > [data-push-right*=off-0],
[class*=grid_] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class~=grid] > [data-push-right*=off-1],
[class*=grid-] > [data-push-right*=off-1],
[class*=grid_] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class~=grid] > [data-push-right*=off-2],
[class*=grid-] > [data-push-right*=off-2],
[class*=grid_] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class~=grid] > [data-push-right*=off-3],
[class*=grid-] > [data-push-right*=off-3],
[class*=grid_] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class~=grid] > [data-push-right*=off-4],
[class*=grid-] > [data-push-right*=off-4],
[class*=grid_] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class~=grid] > [data-push-right*=off-5],
[class*=grid-] > [data-push-right*=off-5],
[class*=grid_] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class~=grid] > [data-push-right*=off-6],
[class*=grid-] > [data-push-right*=off-6],
[class*=grid_] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class~=grid] > [data-push-right*=off-7],
[class*=grid-] > [data-push-right*=off-7],
[class*=grid_] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class~=grid] > [data-push-right*=off-8],
[class*=grid-] > [data-push-right*=off-8],
[class*=grid_] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class~=grid] > [data-push-right*=off-9],
[class*=grid-] > [data-push-right*=off-9],
[class*=grid_] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class~=grid] > [data-push-right*=off-10],
[class*=grid-] > [data-push-right*=off-10],
[class*=grid_] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class~=grid] > [data-push-right*=off-11],
[class*=grid-] > [data-push-right*=off-11],
[class*=grid_] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media (max-width: 112em) {
  [class~=grid] > [class*=_mq7-1],
  [class*=grid-] > [class*=_mq7-1],
  [class*=grid_] > [class*=_mq7-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq7-2],
  [class*=grid-] > [class*=_mq7-2],
  [class*=grid_] > [class*=_mq7-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq7-3],
  [class*=grid-] > [class*=_mq7-3],
  [class*=grid_] > [class*=_mq7-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq7-4],
  [class*=grid-] > [class*=_mq7-4],
  [class*=grid_] > [class*=_mq7-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq7-5],
  [class*=grid-] > [class*=_mq7-5],
  [class*=grid_] > [class*=_mq7-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq7-6],
  [class*=grid-] > [class*=_mq7-6],
  [class*=grid_] > [class*=_mq7-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq7-7],
  [class*=grid-] > [class*=_mq7-7],
  [class*=grid_] > [class*=_mq7-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq7-8],
  [class*=grid-] > [class*=_mq7-8],
  [class*=grid_] > [class*=_mq7-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq7-9],
  [class*=grid-] > [class*=_mq7-9],
  [class*=grid_] > [class*=_mq7-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq7-10],
  [class*=grid-] > [class*=_mq7-10],
  [class*=grid_] > [class*=_mq7-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq7-11],
  [class*=grid-] > [class*=_mq7-11],
  [class*=grid_] > [class*=_mq7-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq7-12],
  [class*=grid-] > [class*=_mq7-12],
  [class*=grid_] > [class*=_mq7-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq7-0],
  [class*=grid-] > [data-push-left*=_mq7-0],
  [class*=grid_] > [data-push-left*=_mq7-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq7-1],
  [class*=grid-] > [data-push-left*=_mq7-1],
  [class*=grid_] > [data-push-left*=_mq7-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq7-2],
  [class*=grid-] > [data-push-left*=_mq7-2],
  [class*=grid_] > [data-push-left*=_mq7-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq7-3],
  [class*=grid-] > [data-push-left*=_mq7-3],
  [class*=grid_] > [data-push-left*=_mq7-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq7-4],
  [class*=grid-] > [data-push-left*=_mq7-4],
  [class*=grid_] > [data-push-left*=_mq7-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq7-5],
  [class*=grid-] > [data-push-left*=_mq7-5],
  [class*=grid_] > [data-push-left*=_mq7-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq7-6],
  [class*=grid-] > [data-push-left*=_mq7-6],
  [class*=grid_] > [data-push-left*=_mq7-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq7-7],
  [class*=grid-] > [data-push-left*=_mq7-7],
  [class*=grid_] > [data-push-left*=_mq7-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq7-8],
  [class*=grid-] > [data-push-left*=_mq7-8],
  [class*=grid_] > [data-push-left*=_mq7-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq7-9],
  [class*=grid-] > [data-push-left*=_mq7-9],
  [class*=grid_] > [data-push-left*=_mq7-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq7-10],
  [class*=grid-] > [data-push-left*=_mq7-10],
  [class*=grid_] > [data-push-left*=_mq7-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq7-11],
  [class*=grid-] > [data-push-left*=_mq7-11],
  [class*=grid_] > [data-push-left*=_mq7-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq7-0],
  [class*=grid-] > [data-push-right*=_mq7-0],
  [class*=grid_] > [data-push-right*=_mq7-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq7-1],
  [class*=grid-] > [data-push-right*=_mq7-1],
  [class*=grid_] > [data-push-right*=_mq7-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq7-2],
  [class*=grid-] > [data-push-right*=_mq7-2],
  [class*=grid_] > [data-push-right*=_mq7-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq7-3],
  [class*=grid-] > [data-push-right*=_mq7-3],
  [class*=grid_] > [data-push-right*=_mq7-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq7-4],
  [class*=grid-] > [data-push-right*=_mq7-4],
  [class*=grid_] > [data-push-right*=_mq7-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq7-5],
  [class*=grid-] > [data-push-right*=_mq7-5],
  [class*=grid_] > [data-push-right*=_mq7-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq7-6],
  [class*=grid-] > [data-push-right*=_mq7-6],
  [class*=grid_] > [data-push-right*=_mq7-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq7-7],
  [class*=grid-] > [data-push-right*=_mq7-7],
  [class*=grid_] > [data-push-right*=_mq7-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq7-8],
  [class*=grid-] > [data-push-right*=_mq7-8],
  [class*=grid_] > [data-push-right*=_mq7-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq7-9],
  [class*=grid-] > [data-push-right*=_mq7-9],
  [class*=grid_] > [data-push-right*=_mq7-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq7-10],
  [class*=grid-] > [data-push-right*=_mq7-10],
  [class*=grid_] > [data-push-right*=_mq7-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq7-11],
  [class*=grid-] > [data-push-right*=_mq7-11],
  [class*=grid_] > [data-push-right*=_mq7-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq7-first],
  [class*=grid-] [class*=_mq7-first],
  [class*=grid_] [class*=_mq7-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq7-last],
  [class*=grid-] [class*=_mq7-last],
  [class*=grid_] [class*=_mq7-last] {
    order: 1;
  }
}
@media (max-width: 88em) {
  [class~=grid] > [class*=_mq6-1],
  [class*=grid-] > [class*=_mq6-1],
  [class*=grid_] > [class*=_mq6-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq6-2],
  [class*=grid-] > [class*=_mq6-2],
  [class*=grid_] > [class*=_mq6-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq6-3],
  [class*=grid-] > [class*=_mq6-3],
  [class*=grid_] > [class*=_mq6-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq6-4],
  [class*=grid-] > [class*=_mq6-4],
  [class*=grid_] > [class*=_mq6-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq6-5],
  [class*=grid-] > [class*=_mq6-5],
  [class*=grid_] > [class*=_mq6-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq6-6],
  [class*=grid-] > [class*=_mq6-6],
  [class*=grid_] > [class*=_mq6-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq6-7],
  [class*=grid-] > [class*=_mq6-7],
  [class*=grid_] > [class*=_mq6-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq6-8],
  [class*=grid-] > [class*=_mq6-8],
  [class*=grid_] > [class*=_mq6-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq6-9],
  [class*=grid-] > [class*=_mq6-9],
  [class*=grid_] > [class*=_mq6-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq6-10],
  [class*=grid-] > [class*=_mq6-10],
  [class*=grid_] > [class*=_mq6-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq6-11],
  [class*=grid-] > [class*=_mq6-11],
  [class*=grid_] > [class*=_mq6-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq6-12],
  [class*=grid-] > [class*=_mq6-12],
  [class*=grid_] > [class*=_mq6-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq6-0],
  [class*=grid-] > [data-push-left*=_mq6-0],
  [class*=grid_] > [data-push-left*=_mq6-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq6-1],
  [class*=grid-] > [data-push-left*=_mq6-1],
  [class*=grid_] > [data-push-left*=_mq6-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq6-2],
  [class*=grid-] > [data-push-left*=_mq6-2],
  [class*=grid_] > [data-push-left*=_mq6-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq6-3],
  [class*=grid-] > [data-push-left*=_mq6-3],
  [class*=grid_] > [data-push-left*=_mq6-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq6-4],
  [class*=grid-] > [data-push-left*=_mq6-4],
  [class*=grid_] > [data-push-left*=_mq6-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq6-5],
  [class*=grid-] > [data-push-left*=_mq6-5],
  [class*=grid_] > [data-push-left*=_mq6-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq6-6],
  [class*=grid-] > [data-push-left*=_mq6-6],
  [class*=grid_] > [data-push-left*=_mq6-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq6-7],
  [class*=grid-] > [data-push-left*=_mq6-7],
  [class*=grid_] > [data-push-left*=_mq6-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq6-8],
  [class*=grid-] > [data-push-left*=_mq6-8],
  [class*=grid_] > [data-push-left*=_mq6-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq6-9],
  [class*=grid-] > [data-push-left*=_mq6-9],
  [class*=grid_] > [data-push-left*=_mq6-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq6-10],
  [class*=grid-] > [data-push-left*=_mq6-10],
  [class*=grid_] > [data-push-left*=_mq6-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq6-11],
  [class*=grid-] > [data-push-left*=_mq6-11],
  [class*=grid_] > [data-push-left*=_mq6-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq6-0],
  [class*=grid-] > [data-push-right*=_mq6-0],
  [class*=grid_] > [data-push-right*=_mq6-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq6-1],
  [class*=grid-] > [data-push-right*=_mq6-1],
  [class*=grid_] > [data-push-right*=_mq6-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq6-2],
  [class*=grid-] > [data-push-right*=_mq6-2],
  [class*=grid_] > [data-push-right*=_mq6-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq6-3],
  [class*=grid-] > [data-push-right*=_mq6-3],
  [class*=grid_] > [data-push-right*=_mq6-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq6-4],
  [class*=grid-] > [data-push-right*=_mq6-4],
  [class*=grid_] > [data-push-right*=_mq6-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq6-5],
  [class*=grid-] > [data-push-right*=_mq6-5],
  [class*=grid_] > [data-push-right*=_mq6-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq6-6],
  [class*=grid-] > [data-push-right*=_mq6-6],
  [class*=grid_] > [data-push-right*=_mq6-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq6-7],
  [class*=grid-] > [data-push-right*=_mq6-7],
  [class*=grid_] > [data-push-right*=_mq6-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq6-8],
  [class*=grid-] > [data-push-right*=_mq6-8],
  [class*=grid_] > [data-push-right*=_mq6-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq6-9],
  [class*=grid-] > [data-push-right*=_mq6-9],
  [class*=grid_] > [data-push-right*=_mq6-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq6-10],
  [class*=grid-] > [data-push-right*=_mq6-10],
  [class*=grid_] > [data-push-right*=_mq6-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq6-11],
  [class*=grid-] > [data-push-right*=_mq6-11],
  [class*=grid_] > [data-push-right*=_mq6-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq6-first],
  [class*=grid-] [class*=_mq6-first],
  [class*=grid_] [class*=_mq6-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq6-last],
  [class*=grid-] [class*=_mq6-last],
  [class*=grid_] [class*=_mq6-last] {
    order: 1;
  }
}
@media (max-width: 75em) {
  [class~=grid] > [class*=_mq5-1],
  [class*=grid-] > [class*=_mq5-1],
  [class*=grid_] > [class*=_mq5-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq5-2],
  [class*=grid-] > [class*=_mq5-2],
  [class*=grid_] > [class*=_mq5-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq5-3],
  [class*=grid-] > [class*=_mq5-3],
  [class*=grid_] > [class*=_mq5-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq5-4],
  [class*=grid-] > [class*=_mq5-4],
  [class*=grid_] > [class*=_mq5-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq5-5],
  [class*=grid-] > [class*=_mq5-5],
  [class*=grid_] > [class*=_mq5-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq5-6],
  [class*=grid-] > [class*=_mq5-6],
  [class*=grid_] > [class*=_mq5-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq5-7],
  [class*=grid-] > [class*=_mq5-7],
  [class*=grid_] > [class*=_mq5-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq5-8],
  [class*=grid-] > [class*=_mq5-8],
  [class*=grid_] > [class*=_mq5-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq5-9],
  [class*=grid-] > [class*=_mq5-9],
  [class*=grid_] > [class*=_mq5-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq5-10],
  [class*=grid-] > [class*=_mq5-10],
  [class*=grid_] > [class*=_mq5-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq5-11],
  [class*=grid-] > [class*=_mq5-11],
  [class*=grid_] > [class*=_mq5-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq5-12],
  [class*=grid-] > [class*=_mq5-12],
  [class*=grid_] > [class*=_mq5-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq5-0],
  [class*=grid-] > [data-push-left*=_mq5-0],
  [class*=grid_] > [data-push-left*=_mq5-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq5-1],
  [class*=grid-] > [data-push-left*=_mq5-1],
  [class*=grid_] > [data-push-left*=_mq5-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq5-2],
  [class*=grid-] > [data-push-left*=_mq5-2],
  [class*=grid_] > [data-push-left*=_mq5-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq5-3],
  [class*=grid-] > [data-push-left*=_mq5-3],
  [class*=grid_] > [data-push-left*=_mq5-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq5-4],
  [class*=grid-] > [data-push-left*=_mq5-4],
  [class*=grid_] > [data-push-left*=_mq5-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq5-5],
  [class*=grid-] > [data-push-left*=_mq5-5],
  [class*=grid_] > [data-push-left*=_mq5-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq5-6],
  [class*=grid-] > [data-push-left*=_mq5-6],
  [class*=grid_] > [data-push-left*=_mq5-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq5-7],
  [class*=grid-] > [data-push-left*=_mq5-7],
  [class*=grid_] > [data-push-left*=_mq5-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq5-8],
  [class*=grid-] > [data-push-left*=_mq5-8],
  [class*=grid_] > [data-push-left*=_mq5-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq5-9],
  [class*=grid-] > [data-push-left*=_mq5-9],
  [class*=grid_] > [data-push-left*=_mq5-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq5-10],
  [class*=grid-] > [data-push-left*=_mq5-10],
  [class*=grid_] > [data-push-left*=_mq5-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq5-11],
  [class*=grid-] > [data-push-left*=_mq5-11],
  [class*=grid_] > [data-push-left*=_mq5-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq5-0],
  [class*=grid-] > [data-push-right*=_mq5-0],
  [class*=grid_] > [data-push-right*=_mq5-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq5-1],
  [class*=grid-] > [data-push-right*=_mq5-1],
  [class*=grid_] > [data-push-right*=_mq5-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq5-2],
  [class*=grid-] > [data-push-right*=_mq5-2],
  [class*=grid_] > [data-push-right*=_mq5-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq5-3],
  [class*=grid-] > [data-push-right*=_mq5-3],
  [class*=grid_] > [data-push-right*=_mq5-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq5-4],
  [class*=grid-] > [data-push-right*=_mq5-4],
  [class*=grid_] > [data-push-right*=_mq5-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq5-5],
  [class*=grid-] > [data-push-right*=_mq5-5],
  [class*=grid_] > [data-push-right*=_mq5-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq5-6],
  [class*=grid-] > [data-push-right*=_mq5-6],
  [class*=grid_] > [data-push-right*=_mq5-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq5-7],
  [class*=grid-] > [data-push-right*=_mq5-7],
  [class*=grid_] > [data-push-right*=_mq5-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq5-8],
  [class*=grid-] > [data-push-right*=_mq5-8],
  [class*=grid_] > [data-push-right*=_mq5-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq5-9],
  [class*=grid-] > [data-push-right*=_mq5-9],
  [class*=grid_] > [data-push-right*=_mq5-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq5-10],
  [class*=grid-] > [data-push-right*=_mq5-10],
  [class*=grid_] > [data-push-right*=_mq5-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq5-11],
  [class*=grid-] > [data-push-right*=_mq5-11],
  [class*=grid_] > [data-push-right*=_mq5-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq5-first],
  [class*=grid-] [class*=_mq5-first],
  [class*=grid_] [class*=_mq5-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq5-last],
  [class*=grid-] [class*=_mq5-last],
  [class*=grid_] [class*=_mq5-last] {
    order: 1;
  }
}
@media (max-width: 56em) {
  [class~=grid] > [class*=_mq4-1],
  [class*=grid-] > [class*=_mq4-1],
  [class*=grid_] > [class*=_mq4-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq4-2],
  [class*=grid-] > [class*=_mq4-2],
  [class*=grid_] > [class*=_mq4-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq4-3],
  [class*=grid-] > [class*=_mq4-3],
  [class*=grid_] > [class*=_mq4-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq4-4],
  [class*=grid-] > [class*=_mq4-4],
  [class*=grid_] > [class*=_mq4-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq4-5],
  [class*=grid-] > [class*=_mq4-5],
  [class*=grid_] > [class*=_mq4-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq4-6],
  [class*=grid-] > [class*=_mq4-6],
  [class*=grid_] > [class*=_mq4-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq4-7],
  [class*=grid-] > [class*=_mq4-7],
  [class*=grid_] > [class*=_mq4-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq4-8],
  [class*=grid-] > [class*=_mq4-8],
  [class*=grid_] > [class*=_mq4-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq4-9],
  [class*=grid-] > [class*=_mq4-9],
  [class*=grid_] > [class*=_mq4-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq4-10],
  [class*=grid-] > [class*=_mq4-10],
  [class*=grid_] > [class*=_mq4-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq4-11],
  [class*=grid-] > [class*=_mq4-11],
  [class*=grid_] > [class*=_mq4-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq4-12],
  [class*=grid-] > [class*=_mq4-12],
  [class*=grid_] > [class*=_mq4-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq4-0],
  [class*=grid-] > [data-push-left*=_mq4-0],
  [class*=grid_] > [data-push-left*=_mq4-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq4-1],
  [class*=grid-] > [data-push-left*=_mq4-1],
  [class*=grid_] > [data-push-left*=_mq4-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq4-2],
  [class*=grid-] > [data-push-left*=_mq4-2],
  [class*=grid_] > [data-push-left*=_mq4-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq4-3],
  [class*=grid-] > [data-push-left*=_mq4-3],
  [class*=grid_] > [data-push-left*=_mq4-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq4-4],
  [class*=grid-] > [data-push-left*=_mq4-4],
  [class*=grid_] > [data-push-left*=_mq4-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq4-5],
  [class*=grid-] > [data-push-left*=_mq4-5],
  [class*=grid_] > [data-push-left*=_mq4-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq4-6],
  [class*=grid-] > [data-push-left*=_mq4-6],
  [class*=grid_] > [data-push-left*=_mq4-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq4-7],
  [class*=grid-] > [data-push-left*=_mq4-7],
  [class*=grid_] > [data-push-left*=_mq4-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq4-8],
  [class*=grid-] > [data-push-left*=_mq4-8],
  [class*=grid_] > [data-push-left*=_mq4-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq4-9],
  [class*=grid-] > [data-push-left*=_mq4-9],
  [class*=grid_] > [data-push-left*=_mq4-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq4-10],
  [class*=grid-] > [data-push-left*=_mq4-10],
  [class*=grid_] > [data-push-left*=_mq4-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq4-11],
  [class*=grid-] > [data-push-left*=_mq4-11],
  [class*=grid_] > [data-push-left*=_mq4-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq4-0],
  [class*=grid-] > [data-push-right*=_mq4-0],
  [class*=grid_] > [data-push-right*=_mq4-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq4-1],
  [class*=grid-] > [data-push-right*=_mq4-1],
  [class*=grid_] > [data-push-right*=_mq4-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq4-2],
  [class*=grid-] > [data-push-right*=_mq4-2],
  [class*=grid_] > [data-push-right*=_mq4-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq4-3],
  [class*=grid-] > [data-push-right*=_mq4-3],
  [class*=grid_] > [data-push-right*=_mq4-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq4-4],
  [class*=grid-] > [data-push-right*=_mq4-4],
  [class*=grid_] > [data-push-right*=_mq4-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq4-5],
  [class*=grid-] > [data-push-right*=_mq4-5],
  [class*=grid_] > [data-push-right*=_mq4-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq4-6],
  [class*=grid-] > [data-push-right*=_mq4-6],
  [class*=grid_] > [data-push-right*=_mq4-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq4-7],
  [class*=grid-] > [data-push-right*=_mq4-7],
  [class*=grid_] > [data-push-right*=_mq4-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq4-8],
  [class*=grid-] > [data-push-right*=_mq4-8],
  [class*=grid_] > [data-push-right*=_mq4-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq4-9],
  [class*=grid-] > [data-push-right*=_mq4-9],
  [class*=grid_] > [data-push-right*=_mq4-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq4-10],
  [class*=grid-] > [data-push-right*=_mq4-10],
  [class*=grid_] > [data-push-right*=_mq4-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq4-11],
  [class*=grid-] > [data-push-right*=_mq4-11],
  [class*=grid_] > [data-push-right*=_mq4-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq4-first],
  [class*=grid-] [class*=_mq4-first],
  [class*=grid_] [class*=_mq4-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq4-last],
  [class*=grid-] [class*=_mq4-last],
  [class*=grid_] [class*=_mq4-last] {
    order: 1;
  }
}
@media (max-width: 38em) {
  [class~=grid] > [class*=_mq3-1],
  [class*=grid-] > [class*=_mq3-1],
  [class*=grid_] > [class*=_mq3-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq3-2],
  [class*=grid-] > [class*=_mq3-2],
  [class*=grid_] > [class*=_mq3-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq3-3],
  [class*=grid-] > [class*=_mq3-3],
  [class*=grid_] > [class*=_mq3-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq3-4],
  [class*=grid-] > [class*=_mq3-4],
  [class*=grid_] > [class*=_mq3-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq3-5],
  [class*=grid-] > [class*=_mq3-5],
  [class*=grid_] > [class*=_mq3-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq3-6],
  [class*=grid-] > [class*=_mq3-6],
  [class*=grid_] > [class*=_mq3-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq3-7],
  [class*=grid-] > [class*=_mq3-7],
  [class*=grid_] > [class*=_mq3-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq3-8],
  [class*=grid-] > [class*=_mq3-8],
  [class*=grid_] > [class*=_mq3-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq3-9],
  [class*=grid-] > [class*=_mq3-9],
  [class*=grid_] > [class*=_mq3-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq3-10],
  [class*=grid-] > [class*=_mq3-10],
  [class*=grid_] > [class*=_mq3-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq3-11],
  [class*=grid-] > [class*=_mq3-11],
  [class*=grid_] > [class*=_mq3-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq3-12],
  [class*=grid-] > [class*=_mq3-12],
  [class*=grid_] > [class*=_mq3-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq3-0],
  [class*=grid-] > [data-push-left*=_mq3-0],
  [class*=grid_] > [data-push-left*=_mq3-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq3-1],
  [class*=grid-] > [data-push-left*=_mq3-1],
  [class*=grid_] > [data-push-left*=_mq3-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq3-2],
  [class*=grid-] > [data-push-left*=_mq3-2],
  [class*=grid_] > [data-push-left*=_mq3-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq3-3],
  [class*=grid-] > [data-push-left*=_mq3-3],
  [class*=grid_] > [data-push-left*=_mq3-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq3-4],
  [class*=grid-] > [data-push-left*=_mq3-4],
  [class*=grid_] > [data-push-left*=_mq3-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq3-5],
  [class*=grid-] > [data-push-left*=_mq3-5],
  [class*=grid_] > [data-push-left*=_mq3-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq3-6],
  [class*=grid-] > [data-push-left*=_mq3-6],
  [class*=grid_] > [data-push-left*=_mq3-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq3-7],
  [class*=grid-] > [data-push-left*=_mq3-7],
  [class*=grid_] > [data-push-left*=_mq3-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq3-8],
  [class*=grid-] > [data-push-left*=_mq3-8],
  [class*=grid_] > [data-push-left*=_mq3-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq3-9],
  [class*=grid-] > [data-push-left*=_mq3-9],
  [class*=grid_] > [data-push-left*=_mq3-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq3-10],
  [class*=grid-] > [data-push-left*=_mq3-10],
  [class*=grid_] > [data-push-left*=_mq3-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq3-11],
  [class*=grid-] > [data-push-left*=_mq3-11],
  [class*=grid_] > [data-push-left*=_mq3-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq3-0],
  [class*=grid-] > [data-push-right*=_mq3-0],
  [class*=grid_] > [data-push-right*=_mq3-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq3-1],
  [class*=grid-] > [data-push-right*=_mq3-1],
  [class*=grid_] > [data-push-right*=_mq3-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq3-2],
  [class*=grid-] > [data-push-right*=_mq3-2],
  [class*=grid_] > [data-push-right*=_mq3-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq3-3],
  [class*=grid-] > [data-push-right*=_mq3-3],
  [class*=grid_] > [data-push-right*=_mq3-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq3-4],
  [class*=grid-] > [data-push-right*=_mq3-4],
  [class*=grid_] > [data-push-right*=_mq3-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq3-5],
  [class*=grid-] > [data-push-right*=_mq3-5],
  [class*=grid_] > [data-push-right*=_mq3-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq3-6],
  [class*=grid-] > [data-push-right*=_mq3-6],
  [class*=grid_] > [data-push-right*=_mq3-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq3-7],
  [class*=grid-] > [data-push-right*=_mq3-7],
  [class*=grid_] > [data-push-right*=_mq3-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq3-8],
  [class*=grid-] > [data-push-right*=_mq3-8],
  [class*=grid_] > [data-push-right*=_mq3-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq3-9],
  [class*=grid-] > [data-push-right*=_mq3-9],
  [class*=grid_] > [data-push-right*=_mq3-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq3-10],
  [class*=grid-] > [data-push-right*=_mq3-10],
  [class*=grid_] > [data-push-right*=_mq3-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq3-11],
  [class*=grid-] > [data-push-right*=_mq3-11],
  [class*=grid_] > [data-push-right*=_mq3-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq3-first],
  [class*=grid-] [class*=_mq3-first],
  [class*=grid_] [class*=_mq3-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq3-last],
  [class*=grid-] [class*=_mq3-last],
  [class*=grid_] [class*=_mq3-last] {
    order: 1;
  }
}
@media (max-width: 32em) {
  [class~=grid] > [class*=_mq2-1],
  [class*=grid-] > [class*=_mq2-1],
  [class*=grid_] > [class*=_mq2-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq2-2],
  [class*=grid-] > [class*=_mq2-2],
  [class*=grid_] > [class*=_mq2-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq2-3],
  [class*=grid-] > [class*=_mq2-3],
  [class*=grid_] > [class*=_mq2-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq2-4],
  [class*=grid-] > [class*=_mq2-4],
  [class*=grid_] > [class*=_mq2-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq2-5],
  [class*=grid-] > [class*=_mq2-5],
  [class*=grid_] > [class*=_mq2-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq2-6],
  [class*=grid-] > [class*=_mq2-6],
  [class*=grid_] > [class*=_mq2-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq2-7],
  [class*=grid-] > [class*=_mq2-7],
  [class*=grid_] > [class*=_mq2-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq2-8],
  [class*=grid-] > [class*=_mq2-8],
  [class*=grid_] > [class*=_mq2-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq2-9],
  [class*=grid-] > [class*=_mq2-9],
  [class*=grid_] > [class*=_mq2-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq2-10],
  [class*=grid-] > [class*=_mq2-10],
  [class*=grid_] > [class*=_mq2-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq2-11],
  [class*=grid-] > [class*=_mq2-11],
  [class*=grid_] > [class*=_mq2-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq2-12],
  [class*=grid-] > [class*=_mq2-12],
  [class*=grid_] > [class*=_mq2-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq2-0],
  [class*=grid-] > [data-push-left*=_mq2-0],
  [class*=grid_] > [data-push-left*=_mq2-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq2-1],
  [class*=grid-] > [data-push-left*=_mq2-1],
  [class*=grid_] > [data-push-left*=_mq2-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq2-2],
  [class*=grid-] > [data-push-left*=_mq2-2],
  [class*=grid_] > [data-push-left*=_mq2-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq2-3],
  [class*=grid-] > [data-push-left*=_mq2-3],
  [class*=grid_] > [data-push-left*=_mq2-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq2-4],
  [class*=grid-] > [data-push-left*=_mq2-4],
  [class*=grid_] > [data-push-left*=_mq2-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq2-5],
  [class*=grid-] > [data-push-left*=_mq2-5],
  [class*=grid_] > [data-push-left*=_mq2-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq2-6],
  [class*=grid-] > [data-push-left*=_mq2-6],
  [class*=grid_] > [data-push-left*=_mq2-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq2-7],
  [class*=grid-] > [data-push-left*=_mq2-7],
  [class*=grid_] > [data-push-left*=_mq2-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq2-8],
  [class*=grid-] > [data-push-left*=_mq2-8],
  [class*=grid_] > [data-push-left*=_mq2-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq2-9],
  [class*=grid-] > [data-push-left*=_mq2-9],
  [class*=grid_] > [data-push-left*=_mq2-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq2-10],
  [class*=grid-] > [data-push-left*=_mq2-10],
  [class*=grid_] > [data-push-left*=_mq2-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq2-11],
  [class*=grid-] > [data-push-left*=_mq2-11],
  [class*=grid_] > [data-push-left*=_mq2-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq2-0],
  [class*=grid-] > [data-push-right*=_mq2-0],
  [class*=grid_] > [data-push-right*=_mq2-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq2-1],
  [class*=grid-] > [data-push-right*=_mq2-1],
  [class*=grid_] > [data-push-right*=_mq2-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq2-2],
  [class*=grid-] > [data-push-right*=_mq2-2],
  [class*=grid_] > [data-push-right*=_mq2-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq2-3],
  [class*=grid-] > [data-push-right*=_mq2-3],
  [class*=grid_] > [data-push-right*=_mq2-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq2-4],
  [class*=grid-] > [data-push-right*=_mq2-4],
  [class*=grid_] > [data-push-right*=_mq2-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq2-5],
  [class*=grid-] > [data-push-right*=_mq2-5],
  [class*=grid_] > [data-push-right*=_mq2-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq2-6],
  [class*=grid-] > [data-push-right*=_mq2-6],
  [class*=grid_] > [data-push-right*=_mq2-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq2-7],
  [class*=grid-] > [data-push-right*=_mq2-7],
  [class*=grid_] > [data-push-right*=_mq2-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq2-8],
  [class*=grid-] > [data-push-right*=_mq2-8],
  [class*=grid_] > [data-push-right*=_mq2-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq2-9],
  [class*=grid-] > [data-push-right*=_mq2-9],
  [class*=grid_] > [data-push-right*=_mq2-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq2-10],
  [class*=grid-] > [data-push-right*=_mq2-10],
  [class*=grid_] > [data-push-right*=_mq2-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq2-11],
  [class*=grid-] > [data-push-right*=_mq2-11],
  [class*=grid_] > [data-push-right*=_mq2-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq2-first],
  [class*=grid-] [class*=_mq2-first],
  [class*=grid_] [class*=_mq2-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq2-last],
  [class*=grid-] [class*=_mq2-last],
  [class*=grid_] [class*=_mq2-last] {
    order: 1;
  }
}
@media (max-width: 25em) {
  [class~=grid] > [class*=_mq1-1],
  [class*=grid-] > [class*=_mq1-1],
  [class*=grid_] > [class*=_mq1-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_mq1-2],
  [class*=grid-] > [class*=_mq1-2],
  [class*=grid_] > [class*=_mq1-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_mq1-3],
  [class*=grid-] > [class*=_mq1-3],
  [class*=grid_] > [class*=_mq1-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_mq1-4],
  [class*=grid-] > [class*=_mq1-4],
  [class*=grid_] > [class*=_mq1-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_mq1-5],
  [class*=grid-] > [class*=_mq1-5],
  [class*=grid_] > [class*=_mq1-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_mq1-6],
  [class*=grid-] > [class*=_mq1-6],
  [class*=grid_] > [class*=_mq1-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_mq1-7],
  [class*=grid-] > [class*=_mq1-7],
  [class*=grid_] > [class*=_mq1-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_mq1-8],
  [class*=grid-] > [class*=_mq1-8],
  [class*=grid_] > [class*=_mq1-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_mq1-9],
  [class*=grid-] > [class*=_mq1-9],
  [class*=grid_] > [class*=_mq1-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_mq1-10],
  [class*=grid-] > [class*=_mq1-10],
  [class*=grid_] > [class*=_mq1-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_mq1-11],
  [class*=grid-] > [class*=_mq1-11],
  [class*=grid_] > [class*=_mq1-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_mq1-12],
  [class*=grid-] > [class*=_mq1-12],
  [class*=grid_] > [class*=_mq1-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_mq1-0],
  [class*=grid-] > [data-push-left*=_mq1-0],
  [class*=grid_] > [data-push-left*=_mq1-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_mq1-1],
  [class*=grid-] > [data-push-left*=_mq1-1],
  [class*=grid_] > [data-push-left*=_mq1-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq1-2],
  [class*=grid-] > [data-push-left*=_mq1-2],
  [class*=grid_] > [data-push-left*=_mq1-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq1-3],
  [class*=grid-] > [data-push-left*=_mq1-3],
  [class*=grid_] > [data-push-left*=_mq1-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_mq1-4],
  [class*=grid-] > [data-push-left*=_mq1-4],
  [class*=grid_] > [data-push-left*=_mq1-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq1-5],
  [class*=grid-] > [data-push-left*=_mq1-5],
  [class*=grid_] > [data-push-left*=_mq1-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq1-6],
  [class*=grid-] > [data-push-left*=_mq1-6],
  [class*=grid_] > [data-push-left*=_mq1-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_mq1-7],
  [class*=grid-] > [data-push-left*=_mq1-7],
  [class*=grid_] > [data-push-left*=_mq1-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq1-8],
  [class*=grid-] > [data-push-left*=_mq1-8],
  [class*=grid_] > [data-push-left*=_mq1-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_mq1-9],
  [class*=grid-] > [data-push-left*=_mq1-9],
  [class*=grid_] > [data-push-left*=_mq1-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_mq1-10],
  [class*=grid-] > [data-push-left*=_mq1-10],
  [class*=grid_] > [data-push-left*=_mq1-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_mq1-11],
  [class*=grid-] > [data-push-left*=_mq1-11],
  [class*=grid_] > [data-push-left*=_mq1-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq1-0],
  [class*=grid-] > [data-push-right*=_mq1-0],
  [class*=grid_] > [data-push-right*=_mq1-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_mq1-1],
  [class*=grid-] > [data-push-right*=_mq1-1],
  [class*=grid_] > [data-push-right*=_mq1-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq1-2],
  [class*=grid-] > [data-push-right*=_mq1-2],
  [class*=grid_] > [data-push-right*=_mq1-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq1-3],
  [class*=grid-] > [data-push-right*=_mq1-3],
  [class*=grid_] > [data-push-right*=_mq1-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_mq1-4],
  [class*=grid-] > [data-push-right*=_mq1-4],
  [class*=grid_] > [data-push-right*=_mq1-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq1-5],
  [class*=grid-] > [data-push-right*=_mq1-5],
  [class*=grid_] > [data-push-right*=_mq1-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq1-6],
  [class*=grid-] > [data-push-right*=_mq1-6],
  [class*=grid_] > [data-push-right*=_mq1-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_mq1-7],
  [class*=grid-] > [data-push-right*=_mq1-7],
  [class*=grid_] > [data-push-right*=_mq1-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq1-8],
  [class*=grid-] > [data-push-right*=_mq1-8],
  [class*=grid_] > [data-push-right*=_mq1-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_mq1-9],
  [class*=grid-] > [data-push-right*=_mq1-9],
  [class*=grid_] > [data-push-right*=_mq1-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_mq1-10],
  [class*=grid-] > [data-push-right*=_mq1-10],
  [class*=grid_] > [data-push-right*=_mq1-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_mq1-11],
  [class*=grid-] > [data-push-right*=_mq1-11],
  [class*=grid_] > [data-push-right*=_mq1-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_mq1-first],
  [class*=grid-] [class*=_mq1-first],
  [class*=grid_] [class*=_mq1-first] {
    order: -1;
  }
  [class~=grid] [class*=_mq1-last],
  [class*=grid-] [class*=_mq1-last],
  [class*=grid_] [class*=_mq1-last] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
@media (max-width: 112em) {
  [class*=mq7-hidden] {
    display: none;
  }
}
@media (max-width: 88em) {
  [class*=mq6-hidden] {
    display: none;
  }
}
@media (max-width: 75em) {
  [class*=mq5-hidden] {
    display: none;
  }
}
@media (max-width: 56em) {
  [class*=mq4-hidden] {
    display: none;
  }
}
@media (max-width: 38em) {
  [class*=mq3-hidden] {
    display: none;
  }
}
@media (max-width: 32em) {
  [class*=mq2-hidden] {
    display: none;
  }
}
@media (max-width: 25em) {
  [class*=mq1-hidden] {
    display: none;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

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

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

.product-stairs .slick-slide {
  height: 325px;
}

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

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

#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight {
  width: 0;
  background: none;
}

#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
  height: 0;
  background: none;
}

#cboxContent,
.cboxIframe {
  background: none;
}

#cboxOverlay {
  background: #000;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
  overflow: visible;
}

#cboxClose {
  bottom: 100%;
  right: 10px;
  width: 35px;
  height: 35px;
  margin: 0 0 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-position: -40px -150px;
  color: #fff;
  transition: all 0.2s ease;
}
#cboxClose:hover, #cboxClose:focus {
  background-color: #141216;
  background-position: -40px -150px;
}

#cboxPrevious,
#cboxNext {
  background: none;
}

#cboxLoadingOverlay {
  background: #fff;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
}

.drift-zoom-pane {
  background: white;
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Layout
   ========================================================================== */
/* ====================== */
/* BASE */
/* ====================== */
html {
  font-size: 0.625em;
}

@media only screen and (min-width: 88em) {
  section.editor-wysiwyg div.inner-wrap {
    text-align: center;
  }
}
.warning-text p {
  text-align: center;
  padding: 0 2.5rem;
}

.woocommerce-notices-wrapper > div, .woocommerce-notices-wrapper > ul, .woocommerce-notices-wrapper > p, .woocommerce-Message--info {
  width: 100%;
  height: 4.5rem;
  background-color: #8c2c2c;
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-notices-wrapper > div a, .woocommerce-notices-wrapper > ul a, .woocommerce-notices-wrapper > p a, .woocommerce-Message--info a {
  color: white;
}

ins {
  background: none;
}

.woocommerce form .required {
  padding: 0 !important;
  display: none !important;
}

.actu {
  width: 100%;
  height: 4.5rem;
  background-color: #8c2c2c;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
  display: flex !important;
}
.actu .close {
  color: white;
  position: absolute;
  right: 30%;
  transition: 0.5s;
  cursor: pointer;
}
.actu .close:hover {
  transform: scale(1.1);
}
.actu p {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
.actu a {
  color: white;
  text-decoration: underline;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
.actu a span {
  text-decoration: underline;
}

p.return-to-shop, .woocommerce-MyAccount-content > .button {
  outline: none;
  outline: 0;
  font-weight: 300;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
  appearance: none;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
  margin: 2rem 0;
}
p.return-to-shop a, .woocommerce-MyAccount-content > .button a {
  text-decoration: none;
  color: white;
}
p.return-to-shop:hover, .woocommerce-MyAccount-content > .button:hover {
  background-color: #141216;
}

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

.page-404 {
  padding: 6rem 3rem;
  background-color: white;
  border: 2rem solid #f0eef1;
  margin-top: 20rem;
  margin-bottom: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 .a-title-1 {
  font-size: 5rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=select] {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], #language {
  -moz-appearance: textfield !important;
}

ul.breadcrumb {
  background-color: #f0eef1;
  padding: 0 18.2rem;
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  z-index: 6;
  position: relative;
  align-items: center;
}
ul.breadcrumb li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
  color: #7c7c7c;
  font-size: 1.2rem;
}
ul.breadcrumb li a, ul.breadcrumb li span {
  text-decoration: none;
  color: #7c7c7c;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
ul.breadcrumb li a:hover, ul.breadcrumb li span:hover {
  text-decoration: underline;
}

body {
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
}

body,
select,
input,
textarea,
button {
  color: #141216;
  font-family: "Roboto", Arial, sans-serif;
}

.grid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.inner-wrap {
  max-width: 130rem;
  margin: 0 auto;
}

[class^=col-] {
  padding: 0;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  transition: all 0.2s ease;
}

::-moz-selection {
  background: #141216;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #141216;
  color: #fff;
  text-shadow: none;
}

a {
  color: #141216;
  -webkit-tap-highlight-color: rgba(20, 18, 22, 0.2);
}

html #wt-cli-settings-btn {
  appearance: none;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: transparent !important;
  border-radius: 4rem;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin: 0;
  overflow: hidden;
  padding: 0 2rem;
  height: 3.3rem;
  text-decoration: none !important;
  color: white !important;
  transition: 0.3s;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  background-color: #393939 !important;
}

html #wt-cli-reject-btn {
  appearance: none;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 4rem !important;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15rem;
  overflow: hidden;
  padding: 0 2rem !important;
  height: 3.3rem;
  text-decoration: none !important;
  transition: 0.3s;
  background: #8c2c2c !important;
  color: #fff !important;
  border: none !important;
  opacity: 1 !important;
}

#wt-cli-accept-all-btn {
  appearance: none;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 4rem !important;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15rem;
  overflow: hidden;
  padding: 0 2rem !important;
  height: 3.3rem;
  text-decoration: none !important;
  transition: 0.3s;
  border: none !important;
  opacity: 1 !important;
  margin-left: 0.5rem;
}

#cookie-law-info-bar, .wt-cli-cookie-bar {
  padding: 6rem 3rem !important;
  background-color: #f0eef1 !important;
  border: 2rem solid #fff;
}
#cookie-law-info-bar .cli-bar-message, .wt-cli-cookie-bar .cli-bar-message {
  font-family: "futuraPT", sans-serif;
}

#cookie-law-info-again {
  appearance: none;
  font-family: "Roboto", Arial, sans-serif;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: 0.3s;
  background: #8c2c2c !important;
  color: #fff !important;
  border: none !important;
  opacity: 1 !important;
}

select {
  -webkit-appearance: none !important;
}

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

@media only screen and (max-width: 88em) {
  ul.breadcrumb {
    padding: 0 0rem 0 2.5rem;
  }
  ul.breadcrumb li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 1rem;
    color: #7c7c7c;
    font-size: 1.2rem;
  }
  ul.breadcrumb li a, ul.breadcrumb li span {
    text-decoration: none;
    color: #7c7c7c;
    font-size: 1rem;
  }
  ul.breadcrumb li a:hover, ul.breadcrumb li span:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 75em) {
  .actu .close {
    right: 3rem;
  }
}
@media only screen and (max-width: 56em) {
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    font-size: 1.5rem !important;
    padding-top: 0 !important;
    margin-top: -4.5rem !important;
  }
  #sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    width: 100%;
  }
  .page-404 {
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
  ul.breadcrumb li {
    margin-right: 1rem;
  }
  ul.breadcrumb li:nth-child(n+2) {
    padding-left: 1rem;
    position: relative;
  }
  ul.breadcrumb li:nth-child(n+2):before {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    height: 100%;
    margin: 0;
  }
  #cookie-law-info-bar .cli-bar-message, .wt-cli-cookie-bar .cli-bar-message {
    margin-bottom: 3rem;
  }
  #cookie-law-info-again {
    right: 0 !important;
    left: 0 !important;
    width: fit-content !important;
    margin: auto !important;
  }
}
/* ====================== */
/* header */
/* ====================== */
.header {
  position: sticky;
  z-index: 9999;
  top: 0;
  height: 10rem;
}
.header.as--stuck .header-logo a {
  height: 6rem;
}
.header.as--stuck .header-logo img {
  max-width: 79%;
}
.header.as--stuck .c-card-login-picture {
  width: 6rem;
  height: 6rem;
}
.header.as--stuck .c-card-login-profil .local {
  display: none;
}

.is-native-scroll .header-opacity {
  position: fixed;
  height: 10rem;
  top: 0;
  width: 100%;
  max-height: 10rem;
  z-index: 3;
}
.is-native-scroll .background-header.is-visible {
  top: 10rem;
  position: fixed;
}
.is-native-scroll .background-rope {
  position: fixed;
  top: 0;
}

.scroll-up .background-rope {
  top: 0;
}
.scroll-up .header-opacity {
  transition: transform 0.3s;
  position: relative;
  z-index: 9;
}
.scroll-up .header-logo svg {
  opacity: 1;
}
.scroll-up .header-opacity.is-open {
  transition: transform 0.3s;
  position: relative;
  z-index: 9;
}
.scroll-up .header-opacity.is-open + .background-rope.is-visible {
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.scroll-up .header-opacity.is-open + .background-rope.is-visible svg {
  transition: 1s;
}
.scroll-up .header-opacity.is-open + .background-header.is-visible {
  transition: 0s;
  background-color: #f0eef1;
  margin-top: 0;
  z-index: 1 !important;
  padding: 6rem;
  height: 100vh;
  width: 100%;
  top: 0rem;
  position: fixed;
}
.scroll-up .header-opacity.is-open + .background-header.is-visible svg {
  transition: 1s;
}

.scroll-down .header-logo svg {
  opacity: 1;
}
.scroll-down .header-opacity {
  transition: transform 0.3s;
}
.scroll-down.home-page .header {
  transition: 0.1s;
  background-color: transparent;
}
.scroll-down .background-rope {
  z-index: -1;
  top: 0;
}
.scroll-down .header-opacity.is-open {
  transition: transform 0.3s;
  position: relative;
  z-index: 9;
}
.scroll-down .header-opacity.is-open + .background-rope.is-visible {
  z-index: 2;
  top: 0;
}
.scroll-down .header-opacity.is-open + .background-rope.is-visible svg {
  transition: 0s;
}
.scroll-down .header-opacity.is-open + .background-header {
  background-color: #f0eef1;
  margin-top: 0;
  top: 10rem !important;
  padding: 6rem;
  height: 100vh;
  width: 100%;
}
.scroll-down .header-opacity.is-open + .background-header svg {
  transition: 0s;
}

.nav-up {
  top: -40px;
}

.header-inner {
  display: grid;
  grid-template-columns: 10% 70% 10% 10%;
  background-color: #141216;
  z-index: 999;
  position: relative;
  transition-delay: 1s;
  transition-duration: 1s;
  height: 10rem;
}

/* header logo */
.header-logo {
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
.header-logo a {
  display: flex;
  align-items: center;
  transition: 0.35s;
}
.header-logo a:hover svg {
  opacity: 1;
}
.header-logo svg {
  height: 6rem !important;
  width: 14rem !important;
  opacity: 0.9;
  transition: 0.35s;
}

ul.lvl-1 > li.is-clicked > ul {
  opacity: 1;
  position: fixed;
  top: 30rem;
  left: 20%;
  min-width: 47%;
  max-width: 67%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 70%;
  padding-top: 10rem;
}
ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 > p {
  position: absolute;
}
ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 li {
  width: 100%;
}
ul.lvl-1 > li.is-clicked ul.lvl-2 > p {
  font-size: 1.2rem;
}
ul.lvl-1 > li.is-clicked ul.lvl-2 > li > a {
  font-size: 5rem;
}

ul.lvl-3 > p {
  display: none;
  font-size: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4rem;
  margin-bottom: 10rem;
}

ul.lvl-2 {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: -2;
}
ul.lvl-2 > p {
  font-size: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4rem;
  margin-bottom: 10rem;
}
ul.lvl-2 li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 130vw;
}
ul.lvl-2 li a {
  color: #d2d1d3;
  font-size: 5rem;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
ul.lvl-2 li a:hover:before {
  width: 100%;
}
ul.lvl-2 li a:before {
  content: attr(data-letters);
  color: #141216;
  position: absolute;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0.35s;
  white-space: nowrap;
  transition-timing-function: cubic-bezier(0.17, 0.67, 1, 0.87);
}
ul.lvl-2 li.is-clicked {
  opacity: 1;
  z-index: 50;
}
ul.lvl-2 li.is-clicked ul.lvl-3 {
  z-index: 50;
  top: calc(100% - 136px);
  height: 100%;
  transition: 0.5s;
  transition-delay: 0.3s;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
ul.lvl-2 li.is-clicked ul.lvl-3::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  scrollbar-width: none;
  display: none;
}
ul.lvl-2 li.is-clicked ul.lvl-3::-webkit-scrollbar-track {
  background: transparent;
  scrollbar-width: none;
}
ul.lvl-2 li.is-clicked ul.lvl-3::-webkit-scrollbar-thumb:horizontal {
  width: 0px;
  height: 0px;
}
ul.lvl-2 li.is-clicked ul.lvl-3::-webkit-scrollbar-thumb {
  background: transparent;
  scrollbar-width: none;
}
ul.lvl-2 li.is-clicked ul.lvl-3::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
ul.lvl-2 li.is-clicked > a {
  color: #141216;
}

ul.lvl-3 {
  height: 0;
  z-index: -2;
  transition: height 0.5s;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
ul.lvl-3 li {
  width: 35vw;
}
ul.lvl-3 li a {
  color: #d2d1d3;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.25rem 0;
}
ul.lvl-3 li a:hover {
  color: #141216;
}

.background-rope {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  height: 0;
  top: -100%;
}
.background-rope .close {
  width: 3.5rem;
  height: 3.5rem;
  top: 5rem;
  right: 5rem;
  position: absolute;
  transition: 1s;
  cursor: pointer;
  transform: translateY(-800%);
}
.background-rope > svg {
  width: 100rem !important;
  height: 80rem !important;
  fill: #d2d1d3;
  position: absolute;
  margin: 0 auto 0 auto;
  left: 0;
  right: 0;
  transition: 1s;
  top: -80rem;
}
.background-rope.is-visible .close {
  transform: translateY(5rem);
}

.background-header {
  margin-top: -10%;
  height: 0;
  width: 100%;
  transition: 0.7s;
  overflow: hidden;
  border-top: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
  background-color: transparent;
  z-index: -2;
  position: absolute;
}
.background-header.is-visible {
  position: relative;
  background-color: #f0eef1;
  margin-top: 0;
  z-index: 1;
  padding: 6rem;
  height: 100vh;
  width: 100%;
}
.background-header.is-visible .close {
  position: absolute;
  transition: 0.5s;
  opacity: 1;
}
.background-header .close {
  cursor: pointer;
  width: fit-content;
  right: 5rem;
  opacity: 0;
}

/* header nav */
.header-nav {
  position: relative;
  display: flex;
}

.header-nav-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  overflow: hidden;
  height: 100%;
}
.header-nav-primary.as--overflow-visible {
  overflow: visible;
  justify-content: space-between;
}
.header-nav-primary ul.lvl-1 {
  flex: auto;
  display: flex;
  justify-content: space-evenly;
}
.header-nav-primary ul.lvl-1 > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.header-nav-primary ul.lvl-1 > li > a {
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.35s;
  margin: 0 2rem;
  color: #fff;
  height: 100%;
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 750px) {
  .header-nav-primary ul.lvl-1 > li > a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 751px) {
  .header-nav-primary ul.lvl-1 > li > a {
    font-size: 1.5rem;
  }
}

.header-nav-secondary {
  transition: 0.35s;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-nav-secondary ul {
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-nav-secondary a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem 0.75rem;
}
.header-nav-secondary a svg {
  opacity: 0.6;
  transition: 0.35s;
}
.header-nav-secondary a:hover svg {
  opacity: 1;
}
.header-nav-secondary a.panier {
  position: relative;
}
.header-nav-secondary a.panier span {
  position: absolute;
  color: #fff;
  background-color: #8c2c2c;
  font-size: 1.2rem;
  font-weight: 500;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -33%;
  border-radius: 50%;
  top: 20%;
}
.header-nav-secondary .translate {
  display: flex;
}
.header-nav-secondary .translate select {
  background-color: transparent;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
.header-nav-secondary .translate select:hover {
  opacity: 1;
}
.header-nav-secondary .translate select option {
  background-color: #141216;
  border: none !important;
  cursor: pointer;
}

.header-simulator .a-button-red {
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  padding: 0;
}
.header-simulator .a-button-red svg {
  margin-left: 1.5rem;
}

.search-wrapper .search-btn-opener {
  margin: 0;
  border: 0;
  background: 0;
  padding: 1rem;
  cursor: pointer;
}
.search-wrapper .search-form {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.search-wrapper .search-form form {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0;
  transform: translateX(86%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.3rem;
  transition: 0.35s;
}
.search-wrapper .search-form .a-icon {
  margin: 1rem;
}
.search-wrapper .search-form [type=search], .search-wrapper .search-form [type=submit], .search-wrapper .search-form [type=reset] {
  background-color: white;
  border: 1px solid #979797;
  border-radius: 20px;
  color: #fffefe;
  font-size: 1.4rem;
  font-family: "Roboto", Arial, sans-serif;
  padding: 1rem 2.3rem 0.9rem;
  margin: 1rem;
  transition: 0.35s;
  cursor: pointer;
}
.search-wrapper .search-form [type=submit], .search-wrapper .search-form [type=reset] {
  font-weight: 800;
  text-transform: uppercase;
}
.search-wrapper .search-form [type=submit]:hover, .search-wrapper .search-form [type=submit]:focus, .search-wrapper .search-form [type=reset]:hover, .search-wrapper .search-form [type=reset]:focus {
  background-color: #979797;
}
.search-wrapper .search-form [type=search] {
  cursor: initial;
  flex: 1 0 auto;
  margin-right: -5rem;
  padding-right: 6.3rem;
}
.search-wrapper .search-form [type=search]:focus {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.0509803922);
}

.simul-responsiv, .li-simul-resp {
  display: none;
}

.is-block {
  display: block !important;
}

.search-responsive, .title-resp, .burger, .lvl-2 .voir-plus {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .header-simulator .a-button-red {
    display: flex;
    flex-direction: column;
  }
  .header-simulator .a-button-red svg {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  ul.lvl-1 > li.is-clicked > ul {
    left: 10%;
    min-width: 100%;
    max-width: 100%;
  }
  .header-inner {
    grid-template-columns: 13% 61% 15% 11%;
  }
  .header-nav-primary ul.lvl-1 > li > a {
    margin: 0 1rem;
    font-size: 1rem;
  }
  ul.lvl-1 > li.is-clicked > ul {
    top: 22rem;
  }
  ul.lvl-2 > p {
    margin-bottom: 5rem;
  }
  .background-header.is-visible {
    height: calc(100vh - 10rem) !important;
  }
  .background-rope > svg {
    width: 10rem !important;
    height: 100vh !important;
  }
}
@media only screen and (max-width: 88em) {
  .header-nav-primary {
    justify-content: center;
  }
  .header-simulator .a-button-red {
    font-size: 1rem;
  }
  ul.lvl-2 li.is-clicked {
    width: 110vw;
  }
}
@media only screen and (max-width: 75em) {
  .has-lvl3 > a[href="#"] {
    pointer-events: none;
  }
  ul.lvl-2 li a {
    color: #141216;
  }
  ul.lvl-2 > li.has-lvl3 > ul.lvl-3 > li {
    grid-template-columns: 100% !important;
  }
  .header-nav-primary {
    width: 100%;
  }
  .header-nav-primary ul.lvl-1 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
  }
  .header-nav-primary ul.lvl-1 > li {
    text-align: center;
    height: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-nav-primary ul.lvl-1 > li {
    margin: 0 10px;
    text-align: center;
  }
  .header-inner {
    grid-template-columns: 10% 68% 12% 10%;
  }
  .header-logo {
    padding-left: 1rem;
  }
  .header-nav-primary > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .header-aside a.a-button.as--primary-light.as--ghost.as--noBorder {
    display: flex;
    flex-direction: column;
  }
  .header.as--stuck .header-nav .header-nav-secondary {
    transform: translateY(-11px);
  }
  ul.lvl-1 > li.is-clicked ul.lvl-2 > li > a {
    font-size: 3rem;
  }
  ul.lvl-2 li.is-clicked {
    width: 80vh;
  }
  #nav-icon4 {
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 32px;
    background: white;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    top: 10px;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(3) {
    width: 20px;
    top: 26px;
    transform-origin: left center;
  }
  #nav-icon4.open span:nth-child(1) {
    transform: rotate(19deg);
    top: 7px;
    left: 8px;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    transform: rotate(-19deg);
    top: 18px;
    left: 8px;
    width: 32px;
  }
  .background-header {
    display: none;
  }
  .arrow-back, .arrow-back-lvl-3 {
    width: 25px;
    height: 24px;
    margin-left: 4rem;
  }
  .header.nav-is-open .title-resp {
    display: block;
    padding-bottom: 6rem;
  }
  .header.nav-is-open .title-resp .arrow-back, .header.nav-is-open .title-resp .arrow-back-lvl-3 {
    margin-left: 0;
  }
  .header.nav-is-open .title-resp h1 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .header.nav-is-open .title-resp .rope {
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .header.nav-is-open .title-resp .rope > svg {
    position: absolute;
    width: 50rem;
    height: 50rem;
    top: -890%;
    left: -450%;
    fill: #d2d1d3;
  }
  .header.nav-is-open .header-inner {
    transition-delay: 0s;
    border-bottom: 1px solid #393939;
  }
  .header.nav-is-open .header-inner .burger svg.open {
    max-height: 0;
  }
  .header.nav-is-open .header-inner .burger svg.close {
    max-height: 100%;
  }
  .header.nav-is-open div.header-nav-secondary {
    height: 15rem;
    z-index: 3;
  }
  .header.nav-is-open ul.header-nav-secondary-list li:nth-child(1), .header.nav-is-open ul.header-nav-secondary-list li:nth-child(2), .header.nav-is-open ul.header-nav-secondary-list li:nth-child(3), .header.nav-is-open ul.header-nav-secondary-list .translate, .header.nav-is-open ul.header-nav-secondary-list .header-simulator {
    max-height: 6.5rem;
    transform: translateY(4.5rem);
  }
  .header.nav-is-open .header-nav-primary {
    max-height: 100%;
    position: relative;
    overflow: initial;
  }
  .header.nav-is-open .header-nav-primary ul.lvl-1 {
    position: fixed;
    left: 0;
    top: 15rem;
    width: 100%;
    z-index: 6;
    height: 45rem;
    background-color: #f0eef1;
  }
  div.header-nav-secondary {
    width: 100%;
    position: absolute;
    background-color: #141216;
  }
  .translate {
    position: relative;
  }
  a.search.pop-up.cboxElement {
    position: absolute;
    top: 2.5rem;
    right: 3.5rem;
    background-color: #141216;
  }
  .simul-responsiv {
    display: block;
    width: 100%;
    text-align: center;
  }
  .simul-responsiv svg {
    fill: white;
  }
  .li-simul-resp {
    display: block;
  }
  ul.header-nav-secondary-list {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 24%;
    padding: 0;
    background-color: #141216;
    width: 100%;
    height: 100%;
  }
  ul.header-nav-secondary-list li:nth-child(1), ul.header-nav-secondary-list li:nth-child(2), ul.header-nav-secondary-list li:nth-child(3), ul.header-nav-secondary-list .translate, ul.header-nav-secondary-list .header-simulator {
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0rem);
    z-index: -3;
    max-height: 0;
    background-color: #141216;
  }
  .header-simulator {
    display: none;
  }
  .header.nav-is-open .header-simulator {
    display: block;
    z-index: 3;
    height: 6rem;
  }
  .header.nav-is-open .header-simulator .a-button-red {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 0.7rem;
  }
  .header.nav-is-open .header-simulator .a-button-red svg {
    margin-left: 1.5rem;
    margin-top: 0;
  }
  .header-inner {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .header-inner .burger {
    justify-content: flex-end;
    grid-column: 3/5;
    padding-right: 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 5;
    background-color: #141216;
  }
  .header-inner .burger svg {
    position: absolute;
    fill: white;
    width: 13.6rem;
    height: 1.7rem;
    transition: 0.3s;
  }
  .header-inner .burger svg.open {
    max-height: 100%;
  }
  .header-inner .burger svg.close {
    max-height: 0;
  }
  .header-inner .header-logo {
    justify-content: flex-start;
    height: 9rem;
    position: relative;
    grid-column: 1/3;
    z-index: 4;
    background-color: #141216;
  }
  .header-inner .header-logo img {
    margin: 0.5rem 0 0.5rem 1rem;
  }
  div.header-nav-primary {
    max-height: 0%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    transition: 0.3s;
  }
  div.header-nav-primary ul.lvl-1 {
    transition: 0.3s;
    flex-direction: column;
    padding: 0 0 14rem 0rem;
    grid-template-columns: 100%;
  }
  div.header-nav-primary ul.lvl-1 > li {
    padding-left: 2rem;
    margin: 0.5rem 0;
    text-align: left;
    justify-content: flex-start;
    -webkit-tap-highlight-color: transparent;
  }
  div.header-nav-primary ul.lvl-1 > li > a {
    color: #141216;
    font-size: 2.5rem;
    font-weight: 900;
    opacity: 1;
    font-family: "Roboto", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
  }
  ul.lvl-1 > li.is-clicked > ul, ul.lvl-1 > li > ul {
    position: fixed;
    left: -200%;
    top: 15rem;
    width: 100%;
    z-index: 7;
    height: 100vh;
    background-color: #f0eef1;
    padding: 3rem 4rem 14rem 4rem;
  }
  ul.lvl-3 {
    left: -200%;
    width: 100%;
    height: 100vh;
    background-color: #f0eef1;
    padding: 0;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: -2;
  }
  ul.lvl-3 > p {
    display: block;
    font-size: 1.2rem;
  }
  ul.lvl-3.style {
    top: 0 !important;
    opacity: 1;
    padding: 3rem 4rem 14rem 4rem;
    z-index: 1 !important;
  }
  .background-rope {
    display: none;
  }
  ul.lvl-1 > li.is-clicked ul.lvl-2 > p, ul.lvl-3 > p {
    text-align: center;
  }
  ul.lvl-2 > p, ul.lvl-3 > p {
    margin-bottom: 3rem;
  }
  .style {
    transition: 0.3s;
    left: 0% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  ul.lvl-2 li.is-clicked ul.lvl-3 {
    margin-top: -23rem;
  }
  ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 {
    grid-template-columns: 100%;
    width: 100%;
    padding: 3rem 0 14rem 4rem;
  }
  ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 li:nth-child(odd) {
    padding-left: 0;
  }
  ul.lvl-1 > li.is-clicked > ul.has-no-lvl3 > p {
    position: relative;
  }
  ul.lvl-1 > li.is-clicked ul.lvl-2 > li > a {
    font-size: 2.5rem;
  }
  ul.lvl-2 li {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    min-height: 5rem;
  }
  ul.lvl-2 li.has-lvl3 .voir-plus {
    display: flex;
  }
  ul.lvl-2 .voir-plus {
    font-size: 2rem;
    color: #393939;
    height: 5rem;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  ul.lvl-2 .voir-plus:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #393939;
  }
  div.header-nav-primary ul.lvl-1 > li > a,
  ul.lvl-1 > li.is-clicked ul.lvl-2 > li > a,
  ul.lvl-3 li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 38em) {
  ul.lvl-2 .voir-plus:before {
    content: "";
    position: absolute;
    left: 41%;
  }
  .header.nav-is-open .header-simulator .a-button-red svg {
    display: none;
  }
}
/* ====================== */
/* footer */
/* ====================== */
#footer {
  background-color: #141216;
  color: #fff;
}
#footer .list-services .slide {
  padding: 12rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .list-services .slide li {
  margin: 0 4.5rem;
  text-align: center;
}
#footer .list-services .slide li p {
  margin-top: 2.5rem;
  font-family: "Montserrat", sans-serif;
}
#footer .video-footer {
  height: 30rem;
  position: relative;
  overflow: hidden;
  max-height: 30rem;
}
#footer .video-footer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto !important;
  min-width: 410%;
  min-height: 490%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer .video-footer .black-background {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(21, 15, 13, 0.5);
  height: 100%;
}
#footer .video-footer .button-footer {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 42rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .video-footer .button-footer a.a-button-red {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
#footer .video-footer .button-footer a.a-button-red svg {
  margin-right: 2rem;
}
#footer .logo-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer .logo-footer ul.logo {
  padding: 9rem 0 12rem 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#footer .logo-footer ul.logo li {
  position: relative;
}
#footer .logo-footer ul.logo li > a {
  color: white;
}
#footer .logo-footer ul.logo li:first-child:after {
  content: "";
  right: 0;
  height: 36px;
  background-color: #fffefe;
  width: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#footer .logo-footer ul.logo li:last-child {
  margin-left: 3.2rem;
}
#footer .logo-footer ul.logo li svg:first-child {
  width: 8rem;
  height: 8rem;
}
#footer .logo-footer ul.logo li svg:last-child {
  width: 14rem;
  height: 7rem;
}
#footer .logo-footer ul.social {
  padding-bottom: 4rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#footer .logo-footer ul.social li {
  margin: 0 2.2rem;
}
#footer .logo-footer ul.social li > a {
  color: white;
}
#footer .logo-footer ul.social li > a svg {
  fill: white;
}
#footer .logo-footer ul.social li:first-child svg {
  width: 2rem;
  height: 3.4rem;
}
#footer .logo-footer ul.social li:nth-child(2) svg {
  width: 3.1rem;
  height: 3.1rem;
}
#footer .logo-footer ul.social li:nth-child(3) svg {
  width: 2.6rem;
  height: 3.1rem;
}
#footer .logo-footer ul.social li:nth-child(4) svg {
  width: 3.7rem;
  height: 2.7rem;
}
#footer .rgpd ul {
  padding-bottom: 7rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#footer .rgpd ul li {
  position: relative;
  margin-right: 2.2rem;
}
#footer .rgpd ul li:last-child:after {
  display: none;
}
#footer .rgpd ul li:after {
  content: ".";
  position: absolute;
  right: -1.1rem;
  top: -3px;
  color: white;
  opacity: 0.4;
  height: 2px;
}
#footer .rgpd ul li a {
  color: white;
  opacity: 0.4;
  text-decoration: none;
  transition: 0.3s;
}
#footer .rgpd ul li a:hover {
  opacity: 1;
}

section.newsletter {
  margin-top: 5rem;
  background-color: #f0eef1;
  padding: 7rem 0;
  text-align: center;
}
section.newsletter .a-title-1, section.newsletter .a-title-2 {
  text-align: center;
}
section.newsletter p {
  max-width: 55rem;
  text-align: center;
  color: #393939;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}
section.newsletter .show {
  border: none;
  outline: none;
  box-shadow: none;
  display: block !important;
  margin: auto;
  transition: 0.3s;
  font-weight: 300;
}
section.newsletter .show.is-clicked:before {
  content: "-";
}
section.newsletter .show:before {
  content: "+";
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  font-size: 5rem;
  transition: 0.3s;
}
section.newsletter .show:hover:before {
  transform: scale(1.1);
}
section.newsletter .gform_validation_error {
  display: flex;
  flex-direction: column;
}
section.newsletter .gform_validation_error form {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.newsletter .gform_validation_error form .gfield_error label {
  display: none;
}
section.newsletter .gform_validation_error form .gform_footer input {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.newsletter .validation_error, section.newsletter .validation_message, section.newsletter .gform_confirmation_message_2 {
  width: 100%;
  height: 4.5rem;
  background-color: #8c2c2c;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
section.newsletter .validation_error {
  order: 1;
}
section.newsletter .gform_validation_error .gform_body {
  order: 2;
}
section.newsletter .gform_validation_error .gform_footer {
  order: 3;
}
section.newsletter .gform_validation_error .validation_message {
  margin: 0 0 2rem 0;
}
section.newsletter .field_description_below {
  display: flex;
  flex-direction: column;
}
section.newsletter .ginput_container_email {
  order: 3;
}
section.newsletter .content {
  max-width: 135rem;
  overflow: hidden;
  margin: 2rem auto 5rem auto;
}
section.newsletter .content form {
  margin: 0 0 5rem 0;
  display: flex;
  justify-content: space-between;
}
section.newsletter .content form .gform_body {
  width: 100%;
}
section.newsletter .content form .gform_body .ginput_container_email input {
  width: 100%;
  border-bottom: 1px solid #aeacaf;
  height: 5rem;
  background-color: transparent;
  color: #141216;
  outline: none;
  padding: 0;
  margin: 0 2rem 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  flex-grow: 1;
}
section.newsletter .content form .gform_body li {
  position: relative;
}
section.newsletter .content form .gform_body label {
  color: #141216;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}
section.newsletter .content form .gform_body .a-button-red {
  font-weight: 300;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
  padding: 1.5rem 3rem;
}

@media only screen and (max-width: 88em) {
  section.newsletter .content.is-block {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  #footer .rgpd ul {
    flex-direction: column;
  }
  #footer .rgpd ul li {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  #footer .rgpd ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 56em) {
  #footer .newsletter .a-title-2 {
    max-width: 100%;
  }
  #footer .slider-slick .slick-dots {
    margin: 6rem 0;
  }
  #footer .slider-slick .slick-dots li.slick-active button {
    background-color: rgb(255, 255, 255);
  }
  #footer .slider-slick .slick-dots li button {
    background-color: rgba(64, 64, 64, 0.9);
  }
  #footer .list-services .slide {
    padding: 4.5rem 0 0 0;
    opacity: 1;
  }
  #footer .video-footer .black-background {
    height: 102%;
    top: -1px;
  }
  #footer .video-footer .button-footer {
    flex-direction: column;
    justify-content: center;
  }
  #footer .video-footer .button-footer a.a-button-red {
    width: 22rem;
  }
  #footer .video-footer .button-footer a.a-button-red:first-child {
    margin-bottom: 2rem;
  }
  #footer .video-footer .button-footer a.a-button-red:last-child {
    justify-content: left;
  }
  #footer .video-footer .button-footer a.a-button-red:last-child svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  #footer .logo-footer ul.social {
    padding-bottom: 6rem;
  }
  section.newsletter {
    padding: 7.5rem 3rem 13rem 3rem;
  }
  section.newsletter .a-title-1 {
    margin: 0 0 5rem 0;
  }
  section.newsletter .content.is-block {
    margin: 11rem auto 0 auto;
    padding: 0;
  }
  section.newsletter form .a-button-red {
    font-size: 0;
    background: url("../img/svg/icon-arrow-next-white.svg") no-repeat #8c2c2c;
    background-size: 23px 11px;
    background-position: center;
  }
}
@media only screen and (max-width: 32em) {
  #footer .logo-footer ul.logo li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  #footer .logo-footer ul.logo li:first-child:after {
    right: 15px;
  }
  #footer .newsletter .a-title-2 {
    max-width: 29rem;
    margin: auto;
  }
  section.newsletter .a-title-1 {
    margin: 0 auto 5rem auto;
    max-width: 22rem;
    line-height: 2.5rem;
  }
}
/* ==========================================================================
   PAGE HOME
   ========================================================================== */
.as--none {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  em {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  em {
    font-size: 1.5rem;
  }
}
.home-page .editor-wysiwyg > :first-child {
  margin-top: 50px;
}
.home-page .bloccentralimg {
  margin-top: 4.5rem;
}
.home-page .actu {
  opacity: 0;
  transition-delay: 2.5s;
  transition-duration: 2s;
}
.home-page .mouse {
  position: absolute;
  bottom: 2vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  text-align: center;
  opacity: 0;
  transition-delay: 4s;
  transition-duration: 1s;
}
.home-page .mouse svg {
  fill: rgba(255, 254, 254, 0.2);
  width: 1.5rem;
  height: 2.5rem;
}
.home-page.active-intro .mouse {
  opacity: 1;
}
.home-page.active-intro .actu {
  opacity: 1;
}
.home-page.active-intro .header-inner {
  opacity: 1;
}
.home-page.active-intro section.intro-home .text h1 {
  bottom: 30%;
}
.home-page.active-intro section.intro-home .video-back iframe {
  opacity: 1;
  visibility: visible;
}
.home-page .header-inner {
  opacity: 0;
  transition-delay: 1.2s;
  transition-duration: 1s;
  height: 10rem;
}
.home-page .header {
  background-color: #141216;
}
.home-page .slider-home {
  height: 100%;
}
.home-page .slider-home * {
  height: 100%;
}
.home-page section.intro-home {
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  background-color: #141216;
}
.home-page section.intro-home.as--up {
  animation: scrollMinHeight 1s forwards;
}
.home-page section.intro-home .video-back {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-page section.intro-home .video-back iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto !important;
  min-width: 200%;
  min-height: 200%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 2s;
  visibility: hidden;
  z-index: 1;
}
.home-page section.intro-home .black-background {
  position: absolute;
  width: 100%;
  z-index: 3;
  background-color: rgba(21, 15, 13, 0.5);
  height: 100vh;
}
.home-page section.intro-home img {
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.home-page section.intro-home .logo-intro {
  position: relative;
  z-index: 90;
  top: 0;
  bottom: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  animation: scrollTop 1s linear infinite, opacity 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -3s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  padding-left: 6rem;
}
.home-page section.intro-home .logo-intro svg {
  fill: #fff;
  max-height: 100%;
  transition-duration: 1s;
  z-index: 90;
  width: 25rem;
  height: 10rem;
}
.home-page section.intro-home .text-align {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-page section.intro-home .text {
  height: 12rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
.home-page section.intro-home .text h1 {
  transition-delay: 3s;
  transition-duration: 1s;
  position: absolute;
  bottom: -100%;
  max-width: 40rem;
  margin-left: 6rem;
  color: rgb(255, 254, 254);
  line-height: 2rem;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}
.home-page section.text-left-home {
  margin-top: 20rem;
}
.home-page section.text-left-home:nth-of-type(2) {
  margin-top: 8rem;
}
.home-page section.text-left-home .a-title-1 {
  margin-bottom: 8rem;
  margin-top: 0;
}
.home-page section.text-left-home .text {
  padding: 0rem 2rem 2rem 0rem;
}
.home-page section.text-left-home .img {
  padding-left: 9rem;
}
.home-page section.text-right-home {
  margin-top: 20rem;
}
.home-page section.text-right-home .img {
  padding-right: 9rem;
}
.home-page section.text-right-home .text {
  padding: 0rem 4rem 2rem 9rem;
}
.home-page section.text-right-home .text h2 {
  margin: 0 0 5rem 0;
}
.home-page section.text-left-home, .home-page section.text-right-home {
  z-index: 4;
  background-color: #fff;
}
.home-page section.text-left-home .inner-wrap > h1, .home-page section.text-right-home .inner-wrap > h1 {
  margin: 10rem;
}
.home-page section.text-left-home .text .a-title-2, .home-page section.text-right-home .text .a-title-2 {
  margin-bottom: 5rem;
  margin-top: 0;
}
.home-page section.text-left-home .text .a-button, .home-page section.text-right-home .text .a-button {
  margin-top: 5rem;
}
.home-page section.text-left-home .img, .home-page section.text-right-home .img {
  position: relative;
  overflow: hidden;
}
.home-page section.text-left-home .img img, .home-page section.text-right-home .img img {
  width: 100%;
  height: auto;
}
.home-page section.text-left .img {
  padding-top: 11.5rem;
  padding-left: 9rem;
}
.home-page section.testimony {
  margin: 18rem 0;
  position: relative;
}
.home-page section.testimony .slider-banner-title-wrap {
  margin-top: 3.4rem;
}
.home-page section.testimony .title-testimony {
  display: grid;
  grid-template-columns: auto 700px;
  margin-bottom: -3.4rem;
}
.home-page section.testimony .title-testimony .a-title-1 {
  grid-column: 2/3;
}
.home-page section.testimony .slide-header {
  max-width: 60rem;
}
.home-page section.testimony .slide-header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-page section.testimony .slide-content {
  text-align: center;
  max-width: 50rem;
  margin: 0rem auto 0 auto;
}
.home-page section.testimony .slide-content .a-title-1 {
  margin: 0 0 10rem 0;
}
.home-page section.testimony .slide-content .a-title-2 {
  margin-bottom: 4rem;
}
.home-page section.testimony .slide-content p.author {
  font-size: 1.5rem;
  font-weight: 600;
  color: #393939;
}
.home-page section.testimony .arrows {
  display: grid;
  grid-template-columns: auto 350px 350px;
  margin-top: -2rem;
}
.home-page section.testimony .slick-arrow {
  height: 1.5rem;
  z-index: 2;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
}
.home-page section.testimony .slick-arrow svg {
  width: 5rem;
}
.home-page section.testimony .slick-arrow.slick-prev {
  margin-right: 2rem;
  grid-column: 2/3;
  place-self: flex-end;
}
.home-page section.testimony .slick-arrow.slick-prev:hover {
  animation: scrollBounceLeft 1s infinite alternate;
}
.home-page section.testimony .slick-arrow.slick-next {
  grid-column: 3/4;
  margin-left: 2rem;
}
.home-page section.testimony .slick-arrow.slick-next:hover {
  animation: scrollBounceRight 1s infinite alternate;
}
.home-page section.testimony .slick-arrow.slick-prev {
  margin-left: 0 !important;
}
.home-page section.testimony .slick-arrow.slick-next {
  margin-right: 0 !important;
}
.home-page .show.is-clicked:before {
  content: "+" !important;
}
.home-page .show:before {
  content: "-" !important;
}
.home-page section.newsletter .show {
  display: none !important;
}
.home-page section.product-list + section.product-stairs .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 897px) {
  .home-page .col-sticky {
    width: 0;
    right: 8% !important;
  }
}
@media only screen and (max-width: 2000px) {
  .home-page section.product-stairs .slick-prev {
    margin-left: 0;
    left: -5rem;
    z-index: 22222;
  }
  .home-page section.product-stairs .slick-next {
    right: -9rem;
    z-index: 22222;
  }
}
@media only screen and (max-width: 1300px) {
  .home-page section.text-left-home .text {
    padding: 0 3rem 2rem 2.5rem;
  }
  .home-page section.text-left-home .img {
    padding-left: 0;
  }
  .home-page section.text-right-home .img {
    padding-right: 0;
  }
  .home-page section.text-right-home .text {
    padding: 0rem 4rem 2rem 3rem;
  }
  section.text-left .text, section.text-right .text {
    padding: 6rem 3rem 8rem 2.5rem !important;
  }
}
.slider-htmlcontent {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 88em) {
  .home-page section.product-stairs .slider-stairs .slick-slide .slider-header {
    margin-right: 0rem;
  }
  .home-page section.product-stairs .see-all {
    position: relative;
    margin: auto;
    display: flex;
  }
  .home-page section.product-stairs .grid {
    justify-content: center;
  }
  .home-page section.product-stairs .slick-prev {
    left: -5rem;
  }
}
@media only screen and (max-width: 75em) {
  .home-page section.text-left-home .img img, .home-page section.text-right-home .img img {
    object-fit: cover;
  }
  .home-page section.text-right-home .img {
    margin-top: 15rem;
  }
  .home-page section.testimony .slider-banner-title-wrap {
    padding: 0 2.5rem;
  }
  .home-page section.testimony .arrows {
    bottom: 3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .home-page section.testimony .title-testimony {
    grid-template-columns: 50% 50%;
  }
  .home-page section.testimony .arrows {
    grid-template-columns: 50% 25% 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .home-page section.product-stairs .slick-prev, .home-page section.product-stairs .slick-next {
    margin: 0;
  }
}
@media only screen and (max-width: 56em) {
  .black-background {
    background-color: rgba(21, 15, 13, 0.5) !important;
  }
  .home-page section.text-left-home:nth-of-type(2) {
    margin-top: 5rem;
  }
  .home-page section.text-left-home .a-title-1 {
    margin-bottom: 5rem;
  }
  .home-page section.intro-home {
    background-color: transparent;
  }
  .home-page section.intro-home picture {
    display: block;
  }
  .home-page section.intro-home img {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .home-page section.intro-home .video-back iframe {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    min-height: 400% !important;
    min-width: 400% !important;
  }
  .home-page section.text-right-home {
    margin-top: 0rem;
  }
  .home-page .text-right-home .grid .text, .home-page section.text-left-home, .home-page section.text-right-home, .home-page .text-right-home .grid .text {
    margin-top: 3rem;
  }
  .home-page .intro-home picture {
    display: none;
  }
  .home-page section.intro-home .video-back + div {
    z-index: 3;
  }
  .home-page.active-intro section.intro-home .text,
  .home-page section.intro-home .text {
    height: 50rem;
  }
  .home-page.active-intro section.intro-home .text h1,
  .home-page section.intro-home .text h1 {
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: 0;
    top: 0;
    height: fit-content;
    opacity: 1;
    color: white;
    text-align: center;
  }
  .home-page section.testimony .title-testimony {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .home-page section.testimony .title-testimony .a-title-1 {
    margin-left: 0;
  }
  .home-page section.testimony .slider-testimony {
    margin-top: 3rem;
  }
  .home-page section.testimony .slick-arrow {
    display: none !important;
  }
  .home-page .actu {
    display: none;
  }
  .home-page .header-inner {
    height: 9rem;
  }
  .home-page section.scroll-home {
    display: none;
  }
  .home-page section.intro-home {
    position: relative;
    height: 50rem;
  }
  .home-page section.intro-home > .grid {
    position: relative;
  }
  .home-page section.intro-home .mouse, .home-page section.intro-home .logo-intro {
    display: none;
  }
  .home-page section.intro-home .video-back {
    height: 50rem;
  }
  .home-page section.intro-home .black-background {
    height: 100%;
  }
  .home-page section.intro-home .text {
    height: 50rem;
  }
  .home-page section.intro-home .video-back + div {
    position: absolute;
    top: 0;
    left: 0;
    height: 50rem;
    width: 100%;
  }
  .home-page section.intro-home .video-back + div p {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    color: rgba(255, 254, 254, 0.5);
  }
  .home-page .actu, .home-page .header-inner {
    opacity: 1;
  }
  .home-page section.text-left-home {
    margin-top: 3rem;
    padding-top: 0;
  }
  .home-page section.text-left-home .inner-wrap > h1, .home-page section.text-right-home .inner-wrap > h1 {
    margin-bottom: 10rem;
  }
  .home-page section.text-left-home .text, .home-page section.text-right-home .text {
    padding: 0rem 2.5rem 3rem 2.5rem;
  }
  .home-page section.text-left-home .text .a-button, .home-page section.text-right-home .text .a-button {
    margin: 5rem auto 0 auto;
    display: flex;
    width: fit-content;
  }
  .home-page section.text-left-home .img {
    padding-left: 0;
    overflow: hidden;
  }
  .home-page .text-right-home .grid {
    display: flex;
    flex-direction: column;
  }
  .home-page .text-right-home .grid .text {
    order: 1;
    margin-top: 3rem;
  }
  .home-page .text-right-home .grid .img {
    order: 2;
    margin-top: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .home-page section.text-left .img {
    padding-top: 0rem;
    padding-left: 0;
  }
  .home-page section.testimony {
    margin: 7.5rem 0;
  }
  .home-page section.testimony .slider-banner-title-wrap {
    padding: 0;
  }
  .home-page section.testimony .grid {
    display: flex;
    flex-direction: column;
  }
  .home-page section.testimony .grid .slide-header {
    order: 2;
    overflow: hidden;
    height: 44rem;
    position: relative;
    margin: auto;
  }
  .home-page section.testimony .grid .slide-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -5rem;
  }
  .home-page section.testimony .grid .slide-content {
    padding: 0rem 2.5rem 4rem 2.5rem;
    margin: 0 auto 0 auto;
    order: 1;
  }
  .home-page section.testimony .grid .slide-content .a-title-1 {
    margin: 0rem 0 10rem 0;
  }
  .home-page section.testimony .arrows {
    display: none;
  }
  .home-page section.testimony .slick-list {
    max-height: 72rem;
  }
  .home-page section.testimony .slick-dots {
    margin: 4rem 0 4.5rem 0;
  }
  .home-page section.product-stairs {
    margin: 9rem 0;
  }
  .home-page section.product-stairs .inner-wrap > .a-title-1 {
    margin-bottom: 9rem;
    width: 100%;
  }
  .home-page section.product-stairs .slider-stairs .slick-current {
    padding-top: 0;
  }
  .home-page section.product-stairs .slick-arrow {
    display: none !important;
  }
  .home-page section.product-stairs img {
    max-height: 37rem;
  }
  .home-page section.product-stairs .slick-list {
    max-height: 35rem;
  }
}
@media only screen and (max-width: 25em) {
  .home-page section.product-stairs img {
    max-height: 37rem;
    width: 100%;
  }
}
.slide {
  height: 100%;
  position: relative;
}

.texte_centrer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px black;
  letter-spacing: 0.12em;
  height: fit-content;
}

.blochomesp {
  display: inline-block;
  position: relative;
  width: 423px;
  margin-left: 5px;
}

.testfiltre {
  filter: brightness(40%);
  transform: translate(0%, 0%);
  padding: 2px;
  transition-duration: 0.6s;
}
.testfiltre:hover {
  filter: brightness(80%);
}

.editor-wysiwyg > :first-child {
  margin-top: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .editor-wysiwyg a:not(.a-button) {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 951px) {
  .bloccentralimg {
    display: grid !important;
    grid-template-columns: 33.33% 33.33% 33.33% !important;
  }
  .blochomesp {
    margin: auto !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 950px) {
  .bloccentralimg {
    grid-template-columns: 50% 50% !important;
  }
  .bloccentralimg .texte_centrer span {
    font-size: 1.1rem;
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  .texte_centrer {
    line-height: 0.5em !important;
  }
  .editor-wysiwyg a:not(.a-button) {
    font-size: 1.3rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1em !important;
    position: unset !important;
    text-decoration: underline;
  }
  .editor-wysiwyg a:not(.a-button):after {
    display: none !important;
  }
  .testfiltre {
    filter: brightness(50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  .editor-wysiwyg a:not(.a-button) {
    font-size: 1.5rem !important;
  }
}
#sb_instagram a:after {
  display: none !important;
}
#sb_instagram h3 {
  font-size: 46px !important;
}

.sbi_header_img_hover {
  display: none !important;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img,
#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img {
  border-radius: 0 !important;
  width: 40px !important;
  height: 60px !important;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
  margin-left: 65px !important;
  line-height: 1.4;
}

section.text-left, section.text-right {
  z-index: 4;
  background-color: #fff;
  margin: 9rem 0;
}
section.text-left .inner-wrap > h1, section.text-right .inner-wrap > h1 {
  margin-bottom: 18rem;
  text-align: center;
}
section.text-left .text .a-title-2, section.text-right .text .a-title-2 {
  margin-bottom: 5rem;
  margin-top: 0;
}
section.text-left .text .a-button, section.text-right .text .a-button {
  margin-top: 5rem;
}
section.text-left .img, section.text-right .img {
  position: relative;
  overflow: hidden;
}
section.text-left .img img, section.text-right .img img {
  width: 100%;
  height: auto;
}
section.text-left .graph, section.text-right .graph {
  width: 9rem;
  height: 1.1rem;
  margin: 7rem auto 0 auto;
  opacity: 0.5;
}
section.text-left .graph svg, section.text-right .graph svg {
  fill: #9f9f9f;
}

.testimony-slider .center-text {
  padding: 15rem 17rem;
}

.isotope-grid.inner-wrap {
  margin: 3rem auto;
}
.isotope-grid .editor-wysiwyg {
  margin-bottom: 1.5rem;
}
.isotope-grid .grid-sizer {
  width: 30%;
}
.isotope-grid .card {
  width: 33.33%;
  padding: 1rem 2rem 1rem 0;
  transition: 0.3s;
  opacity: 0;
}
.isotope-grid .card.is-inview {
  opacity: 1;
}
.isotope-grid .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.isotope-grid .card:nth-child(3n+3) {
  margin: 1rem 0 1rem 0;
}

.center-text {
  text-align: center;
  padding: 15rem 0;
  background-color: #f0eef1;
}
.center-text p {
  font-family: "Lora", serif;
  color: #393939;
  max-width: 115rem;
  margin: 7rem auto 0 auto;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 4rem;
  font-style: italic;
  position: relative;
}
.center-text p.quote:before {
  content: "";
  display: block;
  position: absolute;
  left: -7.5rem;
  width: 48px;
  height: 38px;
  background: url("../img/common/pict/quote.png") no-repeat;
  background-size: contain;
  top: 1rem;
}
.center-text p.quote:after {
  content: "";
  display: block;
  position: absolute;
  right: -7.5rem;
  width: 48px;
  height: 38px;
  background: url("../img/common/pict/quote.png") no-repeat;
  background-size: contain;
  top: 1rem;
  transform: rotate(180deg);
}

section.team-column {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 20rem 0 6rem 0;
}
section.team-column .img {
  width: 50rem;
  height: 58rem;
  position: relative;
  margin: auto;
}
section.team-column .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.team-column .profil {
  margin-bottom: 27rem;
}
section.team-column .text {
  padding: 5.5rem 0 0 5.5rem;
  max-width: 38rem;
  background-color: white;
  float: right;
  margin-top: -13rem;
  position: relative;
}
section.team-column .text .a-title-2 {
  line-height: 0.7;
  color: #141216;
}
section.team-column .text p.poste {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 3rem 0 0.5rem 0;
}
section.team-column .text p.descr {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  line-height: 2rem;
  color: #393939;
}
section.team-column .left {
  margin-top: 8rem;
}
section.team-column .left:nth-child(even) {
  margin-top: -10rem;
}
section.team-column .right:nth-child(even) {
  margin-top: -10rem;
}

section.anchor-block {
  margin: 5rem 0;
}
section.anchor-block .anchor {
  margin: 0 0 20rem 0;
}
section.anchor-block .anchor ul li {
  margin: 2rem 0;
}
section.anchor-block .anchor a {
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  transition: 0.35s;
  margin: 2rem 0;
  color: #393939;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
section.anchor-block .text {
  margin-top: 10rem;
}
section.anchor-block .text:first-child {
  margin-top: 0;
}

.slick-prev svg {
  width: 100% !important;
  height: 100% !important;
}

.slick-next svg {
  width: 100% !important;
  height: 100% !important;
}

section.product-stairs {
  margin: 10rem 0;
}
section.product-stairs .inner-wrap {
  position: relative;
}
section.product-stairs .inner-wrap > .a-title-1 {
  margin-bottom: 7.5rem;
}
section.product-stairs .slider-stairs {
  z-index: 3;
}
section.product-stairs .slider-stairs .slick-slide {
  max-height: 400px;
}
section.product-stairs .slider-stairs .slick-slide > div {
  max-width: 400px;
  overflow: hidden;
}
section.product-stairs .slider-stairs .slick-slide .slider-header {
  overflow: hidden;
  width: 400px;
  height: 300px;
}
section.product-stairs .slide > a {
  height: 100%;
  width: 100%;
  outline: none;
}
section.product-stairs img {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.product-stairs .slick-prev {
  position: absolute;
  top: 4rem;
  bottom: 0;
  margin: auto;
  left: -13rem;
  z-index: 4;
}
section.product-stairs .slick-next {
  position: absolute;
  top: 4rem;
  bottom: 0;
  margin: auto;
  right: -8rem;
  z-index: 4;
  margin-right: 4% !important;
}
section.product-stairs .see-all {
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 9;
}

.product-stairs.js-item-inview .slick-slide .slide {
  opacity: 0;
  transition: opacity 0.5s, padding-top 1.5s;
  padding-top: 40%;
}
.product-stairs.js-item-inview .slick-slide.slick-current .slide {
  transition-delay: 600ms;
}
.product-stairs.js-item-inview .slick-slide.slick-current + .slick-active .slide {
  transition-delay: 500ms;
}
.product-stairs.js-item-inview .slick-slide.slick-current + .slick-active + .slick-active .slide {
  transition-delay: 400ms;
}
.product-stairs.js-item-inview.is-inview .slick-slide .slide {
  opacity: 1;
  padding-top: 0;
}

section.text-left .text {
  padding: 0rem 10rem 2rem 0rem;
}

section.text-right .text {
  padding: 0rem 0rem 2rem 10rem;
}

section.product-list {
  padding: 6rem 0;
  position: relative;
  background-color: #f0eef1;
}
section.product-list picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
section.product-list picture img {
  transition: 0.3s;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.product-list .slide:hover p {
  color: #8c2c2c;
}
section.product-list .slide > a {
  height: 100%;
  width: 100%;
  outline: none;
  text-decoration: none;
}
section.product-list .inner-wrap {
  position: relative;
}
section.product-list .a-title-1 {
  margin-bottom: 7rem;
}
section.product-list .slick-slide .slider-header {
  margin: 1rem;
  overflow: hidden;
  background-color: white;
  display: flex;
  height: 37rem;
}
section.product-list .slick-slide .slider-content {
  padding: 3.5rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
section.product-list .slick-slide .slider-content span {
  font-weight: 600;
}
section.product-list .arrows {
  width: 125%;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -12.5%;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  position: absolute;
}
section.product-list .see-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.product-list .slick-arrow {
  width: 6rem;
  height: 3.5rem;
  background-color: #f0eef1;
  margin-top: -3%;
}
section.product-list .slick-arrow.slick-next {
  top: 0;
  bottom: 10rem;
  right: -3rem;
  margin: auto 0;
  position: absolute;
  z-index: 4;
}
section.product-list .slick-arrow.slick-prev {
  top: 0;
  bottom: 10rem;
  left: -3rem;
  margin: auto 0;
  position: absolute;
  z-index: 4;
}

.editor-wysiwyg .gallery {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.editor-wysiwyg .gallery br {
  display: none;
}
.editor-wysiwyg .gallery .gallery-item {
  float: none !important;
  width: auto !important;
  padding: 3rem 10px 10px 10px;
}
.editor-wysiwyg .gallery .gallery-item.is-inview {
  padding: 0 10px 10px 10px;
}
.editor-wysiwyg .gallery .gallery-item img {
  object-fit: contain;
  border: none !important;
  height: auto;
}
.editor-wysiwyg .gallery .gallery-item .wp-caption-text {
  display: none;
}

.slider-slick .slick-dots {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
  overflow-x: scroll;
  padding-bottom: 2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.slider-slick .slick-dots::-webkit-scrollbar {
  width: 2px;
  height: 3px;
  margin-top: 2rem;
}
.slider-slick .slick-dots::-webkit-scrollbar-track {
  background: transparent;
}
.slider-slick .slick-dots::-webkit-scrollbar-thumb {
  background: #393939;
}
.slider-slick .slick-dots::-webkit-scrollbar-thumb:hover {
  background: #141216;
}
.slider-slick .slick-dots li {
  cursor: pointer;
}
.slider-slick .slick-dots li button {
  font-size: 0;
  width: 8rem;
  height: 2px;
  background-color: rgba(64, 64, 64, 0.15);
  margin: 0 0.5rem;
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 0;
  transition: 0.3s;
}
.slider-slick .slick-dots li.slick-active button, .slider-slick .slick-dots li.presentation:hover button {
  background-color: rgb(64, 64, 64);
}
.slider-slick .slick-arrow {
  width: 5rem;
  height: 1.5rem;
  border: none;
  outline: none;
  background: transparent;
}
.slider-slick .slick-arrow.slick-prev {
  margin-left: 5%;
}
.slider-slick .slick-arrow.slick-prev:hover {
  animation: scrollBounceLeft 1s infinite alternate;
}
.slider-slick .slick-arrow.slick-next {
  margin-right: 7%;
}
.slider-slick .slick-arrow.slick-next:hover {
  animation: scrollBounceRight 1s infinite alternate;
}

section.double-column {
  padding: 1rem 0 1rem 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
section.double-column a.a-title-2 {
  margin: 3rem 0;
}
section.double-column .text-left {
  padding: 0 9rem 0 0;
}
section.double-column .text-right {
  padding: 0 0 0 9rem;
}

section.list-media {
  padding: 6rem 0;
  position: relative;
}
section.list-media .m_video-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
section.list-media .m_video-player svg {
  width: 10rem;
  height: 10rem;
  fill: white;
}
section.list-media .m_video-player .play {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.list-media iframe {
  width: 100%;
  z-index: 0;
}
section.list-media picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.list-media picture img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  max-height: 65rem;
  object-fit: cover;
}
section.list-media .slide > a {
  height: 100%;
  width: 100%;
  outline: none;
}
section.list-media .inner-wrap {
  position: relative;
}
section.list-media .a-title-1 {
  margin-bottom: 7rem;
}
section.list-media .slick-slide .slider-header {
  margin: 1rem;
  overflow: hidden;
  position: relative;
}
section.list-media .slick-slide .slider-content {
  padding: 3.5rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
section.list-media .slick-slide .slider-content span {
  font-weight: 600;
}
section.list-media .arrows {
  width: 125%;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -12.5%;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  position: absolute;
}
section.list-media .see-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.list-media .slick-arrow {
  width: 6rem;
  height: 3.5rem;
  background-color: white;
  margin-top: -3%;
}
section.list-media .slick-arrow.slick-next {
  top: 7rem;
  bottom: 10rem;
  right: -3rem;
  margin: auto 0;
  position: absolute;
}
section.list-media .slick-arrow.slick-next:hover {
  animation: none !important;
}
section.list-media .slick-arrow.slick-next:hover svg {
  animation: scrollBounceRight 1s infinite alternate;
}
section.list-media .slick-arrow.slick-prev {
  top: 7rem;
  bottom: 10rem;
  left: -3rem;
  margin: auto 0;
  position: absolute;
}
section.list-media .slick-arrow.slick-prev:hover {
  animation: none !important;
}
section.list-media .slick-arrow.slick-prev:hover svg {
  animation: scrollBounceLeft 1s infinite alternate;
}

section.text-full {
  padding: 10rem 0;
}

section.list-numbers {
  padding: 6rem 0;
  position: relative;
  background-color: #f0eef1;
}
section.list-numbers .inner-wrap > p {
  max-width: 86rem;
  margin: 0 auto 10rem auto;
  text-align: center;
  font-size: 1.5rem;
  color: #403e3e;
  line-height: 2.5rem;
}
section.list-numbers .graph {
  width: 9rem;
  height: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.5;
}
section.list-numbers .graph svg {
  width: 100%;
  height: 100%;
}
section.list-numbers picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.list-numbers picture img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.list-numbers .slide > a {
  min-height: 31rem;
  width: 40rem;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #8c2c2c;
  color: white;
}
section.list-numbers .inner-wrap {
  position: relative;
}
section.list-numbers .a-title-1 {
  margin-bottom: 7rem;
}
section.list-numbers .slick-slide .slider-header p {
  margin: 0 0 3rem 0;
  overflow: hidden;
  color: white;
  font-size: 6rem;
  font-family: "Lora", serif;
  font-weight: 500;
}
section.list-numbers .slick-slide .slider-content p {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  opacity: 0.7;
  max-width: 17rem;
  margin: auto;
}
section.list-numbers .arrows {
  width: 125%;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -12.5%;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  position: absolute;
}
section.list-numbers .see-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.list-numbers .slick-arrow {
  width: 6rem;
  height: 3.5rem;
  background-color: #f0eef1;
  margin-top: -3%;
}
section.list-numbers .slick-arrow.slick-next {
  top: 0;
  bottom: -17rem;
  right: -6rem;
  margin: auto 0;
  position: absolute;
}
section.list-numbers .slick-arrow.slick-prev {
  top: 0;
  bottom: -17rem;
  left: -9rem;
  margin: auto 0;
  position: absolute;
}

section.product-liked {
  padding: 6rem 0;
  position: relative;
}
section.product-liked picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.product-liked picture img {
  transition: 0.3s;
  margin: auto;
  width: 100%;
}
section.product-liked .slick-list {
  padding-bottom: 8rem;
}
section.product-liked .slide .block-slider {
  background: radial-gradient(circle, rgb(252, 252, 252) 0%, rgb(240, 238, 241) 100%);
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
section.product-liked .slide > a {
  height: 100%;
  width: 100%;
  outline: none;
  text-decoration: none;
}
section.product-liked .inner-wrap {
  position: relative;
}
section.product-liked .slick-slide .slider-header {
  overflow: hidden;
}
section.product-liked .slick-slide .slider-content {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
section.product-liked .slick-slide .slider-content .name {
  margin: 10rem 0 1rem 0;
  font-size: 1.6rem;
  color: #141216;
}
section.product-liked .slick-slide .slider-content .price {
  font-weight: 600;
  font-size: 1.6rem;
  color: #141216;
}
section.product-liked .arrows {
  width: 125%;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -12.5%;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  position: absolute;
}
section.product-liked .see-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.product-liked .slick-arrow {
  width: 6rem;
  height: 3.5rem;
  background-color: white;
  margin-top: -3%;
}
section.product-liked .slick-arrow.slick-next {
  top: 0;
  bottom: 5rem;
  right: -3rem;
  margin: auto 0;
  position: absolute;
}
section.product-liked .slick-arrow.slick-prev {
  top: 0;
  bottom: 5rem;
  left: -3rem;
  margin: auto 0;
  position: absolute;
}

.edito section.text-left, .edito section.text-right {
  margin: 15rem 0;
}

@media only screen and (max-width: 1500px) {
  section.product-list .slick-arrow.slick-prev {
    left: 0;
  }
  section.product-list .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 88em) {
  .slider-slick .slick-arrow.slick-next {
    margin-right: 0;
  }
  section.product-stairs .slider-stairs .slick-slide > div {
    max-width: 100%;
    height: 325px;
  }
  section.product-list .see-all {
    position: relative;
    margin: auto;
    display: flex;
  }
  .slider-slick .slick-arrow.slick-next:hover, .slider-slick .slick-arrow.slick-prev:hover {
    animation: none;
  }
  section.product-list .slick-arrow.slick-next, section.product-list .slick-arrow.slick-prev {
    bottom: 20rem;
  }
  section.list-numbers .slick-arrow.slick-next {
    right: 0;
  }
  section.list-numbers .slick-arrow.slick-prev {
    left: 0;
  }
  section.list-numbers .slide > a {
    min-height: 31rem;
    width: 38rem;
    margin: auto;
  }
  section.product-liked .slick-arrow.slick-next {
    right: 0;
  }
  section.product-liked .slick-arrow.slick-prev {
    left: 0;
  }
  section.product-liked .see-all {
    right: 0;
    left: 0;
    margin: auto;
  }
  section.double-column .text-left {
    padding: 0 9rem 2.5rem 2.5rem;
  }
  section.double-column .text-right {
    padding: 0 2.5rem 2.5rem 9rem;
  }
  .center-text {
    padding: 15rem 2.5rem;
  }
  .center-text p.quote:before {
    left: -4rem;
    top: 0;
  }
  .center-text p.quote:after {
    right: -4rem;
    top: 0;
  }
  section.tableau {
    padding: 2.5rem;
  }
  section.list-media .slick-arrow.slick-prev {
    left: 0;
  }
  section.list-media .slick-arrow.slick-next {
    right: 0;
  }
  section.text-left .img img, section.text-right .img img {
    object-fit: contain;
  }
  section.text-left .text .a-button, section.text-right .text .a-button {
    margin: 5rem auto 0 auto;
    display: flex;
    max-width: fit-content;
  }
  section.list-numbers .see-all {
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1000px) {
  section.product-list .slick-arrow.slick-prev {
    margin: 0;
    background-color: white;
    left: 1rem;
  }
  section.product-list .slick-arrow.slick-next {
    margin: 0;
    background-color: white;
    right: 1rem;
  }
}
@media only screen and (max-width: 75em) {
  .center-text p.quote:before {
    left: 0;
    top: -4rem;
  }
  .center-text p.quote:after {
    right: 0;
    bottom: -4rem;
    top: auto;
  }
  section.team-column {
    grid-template-columns: 100%;
    margin: 0rem 0 6rem 0;
  }
  section.team-column .left {
    margin-top: 0;
  }
  section.team-column .text {
    float: none;
    margin: auto;
    padding: 5.5rem 0;
    text-align: center;
  }
  section.team-column .profil {
    margin-bottom: 5rem;
  }
  section.team-column .right:nth-child(even) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 56em) {
  .isotope-grid .card {
    width: 100%;
    height: 35rem;
    padding: 0 0 1.5rem 0 !important;
  }
  .editor-wysiwyg .gallery {
    grid-template-columns: 100%;
  }
  section.product-liked .slick-slide .slider-content {
    display: flex;
    flex-direction: column;
  }
  .slider-slick .slick-dots {
    overflow-x: scroll;
    scrollbar-color: transparente;
    margin: 4rem 0 0 0;
  }
  .slider-slick .slick-dots::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2rem;
  }
  .slider-slick .slick-dots::-webkit-scrollbar {
    width: 1.5rem;
    background-color: transparent;
  }
  .slider-slick .slick-dots::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 1rem;
  }
  section.list-media {
    padding: 0rem 0;
  }
  section.list-media .slick-arrow {
    display: none !important;
  }
  section.text-left, section.text-right {
    margin: 0;
  }
  .center-text p {
    font-size: 1.5rem;
  }
  .testimony-slider .center-text {
    padding: 6rem;
  }
  .testimony-slider .slick-arrow {
    display: none;
  }
  .edito section.text-left, .edito section.text-right {
    padding: 0;
    margin: 0;
  }
  .edito section.text-left .text, .edito section.text-right .text {
    padding: 0rem 2.5rem 7.5rem 2.5rem;
    margin-top: 10rem;
  }
  .edito section.text-left .img, .edito section.text-right .img {
    padding-top: 0;
  }
  section.text-full {
    padding: 0;
    margin: 5rem 0;
  }
  section.product-list {
    padding: 7.5rem 0 5rem 0;
  }
  section.product-list .slick-slide .slider-header {
    margin: 0;
  }
  section.product-list .slick-dots {
    margin: 0rem 0 4.5rem 0;
  }
  section.product-list .slick-arrow.slick-prev, section.product-list .slick-arrow.slick-next {
    display: none !important;
  }
  .slider-slick .slick-dots li button {
    width: 2rem;
  }
  section.double-column {
    grid-template-columns: 100%;
  }
  section.double-column .text-left, section.double-column .text-right {
    padding: 2.5rem;
  }
  section.product-stairs .slick-slider .slick-list, section.product-stairs .slick-slider .slick-track {
    padding: 0 !important;
  }
  section.product-stairs .slick-dots {
    margin: 4.5rem 0 5rem 0;
  }
  section.product-stairs .slick-arrow {
    display: none !important;
  }
  section.list-numbers .inner-wrap > p {
    padding: 0 2.5rem;
  }
}
.equipe .main-content > .text-left, .equipe .main-content > .text-right {
  margin: 8rem 0 0rem 0;
}

@media only screen and (max-width: 56em) {
  .equipe .main-content > .text-left, .equipe .main-content > .text-right {
    margin: 3rem 0 3rem 0;
  }
}
@media only screen and (max-width: 32em) {
  section.product-stairs .slick-arrow {
    display: none;
  }
  section.list-numbers .slide > a {
    width: 100%;
  }
  section.team-column .img {
    width: 100%;
  }
  section.team-column .text {
    padding: 5.5rem 2.5rem;
  }
}
@media only screen and (max-width: 25em) {
  section.product-list picture img {
    width: 100%;
  }
  .isotope-grid .card {
    width: 100%;
  }
}
.texte_centrer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px black;
  letter-spacing: 0.12em;
  height: fit-content;
}

.blochomesp {
  display: inline-block;
  position: relative;
  width: 423px;
  margin-left: 5px;
}

.testfiltre {
  filter: brightness(40%);
  transform: translate(0%, 0%);
  padding: 2px;
  transition-duration: 0.6s;
}
.testfiltre:hover {
  filter: brightness(80%) !important;
}

.editor-wysiwyg > :first-child {
  margin-top: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .editor-wysiwyg a:not(.a-button) {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 1300px) {
  .bloccentralimg {
    display: grid !important;
    grid-template-columns: 33.33% 33.33% 33.33% !important;
  }
  .blochomesp {
    margin: auto !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 950px) {
  .bloccentralimg {
    grid-template-columns: 50% 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .texte_centrer {
    line-height: 0.5em !important;
  }
  .editor-wysiwyg a:not(.a-button) {
    font-size: 1.3rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1em !important;
    position: unset !important;
  }
  .testfiltre {
    filter: brightness(50%) !important;
  }
}
.sbi_header_img {
  position: relative;
}
.sbi_header_img img {
  position: absolute;
  top: 0px;
}

.texte_new {
  position: absolute;
  top: 95%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: black;
  letter-spacing: 0.12em;
  height: fit-content;
}

.mailpoet_form_shortcode {
  padding-top: 3%;
}

.sb_instagram_header {
  height: 85px;
}

/**
MY ACCOUNT PAGE
 */
@media only screen and (min-width: 56em) {
  .my-account-page .woocommerce-EditAccountForm p input, .my-account-page .woocommerce-checkout p input {
    width: max-content !important;
  }
}
.my-account-page .woocommerce-EditAccountForm label, .my-account-page .woocommerce-checkout label {
  display: flex;
}
.my-account-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  max-width: fit-content !important;
}
.my-account-page #showHideOnUserAuth {
  text-align: center;
  margin-bottom: 3rem;
}
.my-account-page .product-name dl.variation {
  margin-left: 3rem;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 1.5rem 0;
}
.my-account-page .product-name dl.variation dt, .my-account-page .product-name dl.variation dd {
  font-size: 1.3rem;
  font-weight: 300;
  display: flex;
  margin: 0.5rem 0;
}
.my-account-page .cart-empty, .my-account-page .return-to-shop {
  margin: 1rem auto;
  max-width: fit-content;
  display: flex;
}

.cross-sells + .cart_totals {
  border-top: solid 1px #c8c8c8;
}
.cross-sells > h2 {
  font-family: futuraPT, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #141216;
  margin: 5rem 0 2rem 0;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 0.5rem;
  position: relative;
}
.cross-sells ul.products.columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.cross-sells li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 3rem;
  padding: 2rem 0;
  background: radial-gradient(circle, #fcfcfc 0, #f0eef1 100%);
}
.cross-sells li:first-of-type {
  margin: 3rem 3rem 3rem 0;
}
.cross-sells li:first-of-type {
  margin: 3rem 0 3rem 3rem;
}
.cross-sells li a {
  text-decoration: none;
}
.cross-sells li a h2 {
  font-size: 1.6rem;
  color: #141216;
}
.cross-sells li .add_to_cart_button {
  margin-top: 3rem;
  appearance: none;
  background: #8c2c2c;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
}
@media screen and (max-width: 56em) {
  .cross-sells {
    align-items: center;
    justify-content: center;
  }
}

form[action="/demande-de-devis-information-disponibilite/"] .gfield_description .validation_message,
form[action="/en/quote-request-availability-information/"] .gfield_description .validation_message {
  align-items: center;
}
form[action="/demande-de-devis-information-disponibilite/"] li.piece-jointe, form[action="/demande-de-devis-information-disponibilite/"] .enregistrer section.contact form li.piece-jointe,
form[action="/en/quote-request-availability-information/"] li.piece-jointe,
form[action="/en/quote-request-availability-information/"] .enregistrer section.contact form li.piece-jointe {
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
}
form[action="/demande-de-devis-information-disponibilite/"] .gform_footer input[type=submit],
form[action="/en/quote-request-availability-information/"] .gform_footer input[type=submit] {
  left: auto !important;
  right: 0 !important;
  margin: 0 !important;
}
form[action="/demande-de-devis-information-disponibilite/"] .gform_footer.top_label,
form[action="/en/quote-request-availability-information/"] .gform_footer.top_label {
  display: flex !important;
  justify-content: flex-end !important;
}
@media screen and (max-width: 75em) {
  form[action="/demande-de-devis-information-disponibilite/"] li.piece-jointe,
  form[action="/en/quote-request-availability-information/"] li.piece-jointe {
    bottom: 25px !important;
  }
}
@media only screen and (max-width: 38em) {
  form[action="/demande-de-devis-information-disponibilite/"] li.piece-jointe,
  form[action="/en/quote-request-availability-information/"] li.piece-jointe {
    margin: auto !important;
    bottom: 0px !important;
  }
  form[action="/demande-de-devis-information-disponibilite/"] .gform_footer.top_label,
  form[action="/en/quote-request-availability-information/"] .gform_footer.top_label {
    justify-content: center !important;
  }
}

.my-account-page .page-type--adresses .woocommerce-column__title, .my-account-page .page-type--lost-password .woocommerce-column__title {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0;
}
.my-account-page .page-type--adresses .woocommerce-column address, .my-account-page .page-type--lost-password .woocommerce-column address {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--adresses address:first-child, .my-account-page .page-type--lost-password address:first-child {
  margin-right: 2rem;
}
.my-account-page .page-type--adresses address h3, .my-account-page .page-type--lost-password address h3 {
  font-size: 2rem;
  font-weight: 500;
}
.my-account-page .page-type--adresses address a.a-button-red, .my-account-page .page-type--lost-password address a.a-button-red {
  margin: 2rem 0;
}
.my-account-page .page-type--adresses address p, .my-account-page .page-type--lost-password address p {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--adresses table, .my-account-page .page-type--lost-password table {
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 5rem 0;
  border-collapse: collapse;
  color: #141216;
  border: 1px solid #dadada;
}
@media screen and (max-width: 38em) {
  .my-account-page .page-type--adresses table, .my-account-page .page-type--lost-password table {
    margin: 2.5rem 0;
  }
}
.my-account-page .page-type--adresses th,
.my-account-page .page-type--adresses td, .my-account-page .page-type--lost-password th,
.my-account-page .page-type--lost-password td {
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  vertical-align: top;
}
.my-account-page .page-type--adresses th a:hover,
.my-account-page .page-type--adresses td a:hover, .my-account-page .page-type--lost-password th a:hover,
.my-account-page .page-type--lost-password td a:hover {
  color: #8c2c2c;
}
.my-account-page .page-type--adresses th, .my-account-page .page-type--lost-password th {
  vertical-align: middle;
  font-size: 1.8rem;
  background: #f0eef1;
}
.my-account-page .page-type--adresses tr td:first-child, .my-account-page .page-type--lost-password tr td:first-child {
  font-weight: 600;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.my-account-page .page-type--adresses tr:first-child th, .my-account-page .page-type--lost-password tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.my-account-page .page-type--adresses tr:first-child th:first-child, .my-account-page .page-type--lost-password tr:first-child th:first-child {
  border-left: none;
}
.my-account-page .page-type--adresses tr:first-child th:last-child, .my-account-page .page-type--lost-password tr:first-child th:last-child {
  border-right: none;
}
.my-account-page .page-type--adresses tr td:last-child, .my-account-page .page-type--lost-password tr td:last-child {
  border-right: none;
  color: #8c2c2c;
  font-weight: 600;
}
.my-account-page .page-type--adresses tr:nth-child(even) td, .my-account-page .page-type--lost-password tr:nth-child(even) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--adresses tr:nth-child(odd) td, .my-account-page .page-type--lost-password tr:nth-child(odd) td {
  background-color: transparent;
}
.my-account-page .page-type--adresses fieldset, .my-account-page .page-type--lost-password fieldset {
  padding: 0;
}
.my-account-page .page-type--adresses form > p:last-child, .my-account-page .page-type--lost-password form > p:last-child {
  background-color: transparent;
}
.my-account-page .page-type--adresses form legend, .my-account-page .page-type--lost-password form legend {
  margin: 2rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--adresses form p, .my-account-page .page-type--lost-password form p {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
  margin: 2rem 0;
}
.my-account-page .page-type--adresses form p input, .my-account-page .page-type--lost-password form p input {
  background: transparent;
  border: none;
  outline: none;
  width: 70%;
  margin-left: 2rem;
}
.my-account-page .page-type--adresses form p.prenom, .my-account-page .page-type--adresses form p.postal, .my-account-page .page-type--lost-password form p.prenom, .my-account-page .page-type--lost-password form p.postal {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.my-account-page .page-type--adresses form p.prenom:after, .my-account-page .page-type--adresses form p.postal:after, .my-account-page .page-type--lost-password form p.prenom:after, .my-account-page .page-type--lost-password form p.postal:after {
  content: "";
  display: block;
  clear: both;
}
.my-account-page .page-type--adresses form p.pseudo input, .my-account-page .page-type--lost-password form p.pseudo input {
  height: 100%;
}
.my-account-page .page-type--adresses form p.nom, .my-account-page .page-type--lost-password form p.nom {
  float: right;
  width: 49%;
}
.my-account-page .page-type--adresses form p.nom:after, .my-account-page .page-type--lost-password form p.nom:after {
  content: "";
  display: block;
  clear: both;
}
.my-account-page .page-type--adresses form .a-button-red, .my-account-page .page-type--lost-password form .a-button-red {
  margin: 4rem auto 0 auto;
  display: flex;
  left: 0;
  outline: none;
}
.my-account-page .page-type--adresses .accordion .accordion-content, .my-account-page .page-type--lost-password .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.my-account-page .page-type--adresses .accordion .accordion-title, .my-account-page .page-type--lost-password .accordion .accordion-title {
  cursor: pointer;
}
.my-account-page .page-type--adresses .accordion .is-open .accordion-content, .my-account-page .page-type--lost-password .accordion .is-open .accordion-content {
  opacity: 1;
  max-height: 100%;
}
.my-account-page .page-type--adresses form > h3, .my-account-page .page-type--lost-password form > h3 {
  margin: 2rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--adresses .woocommerce-address-fields > p, .my-account-page .page-type--lost-password .woocommerce-address-fields > p {
  background-color: transparent !important;
}
.my-account-page .page-type--adresses .woocommerce-address-fields > p button, .my-account-page .page-type--lost-password .woocommerce-address-fields > p button {
  font-weight: 300;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
  margin: 0 auto;
  display: flex;
  left: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
}

.product-wishlist-item .product-wishlist-detail {
  padding: 2rem 3rem;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-wishlist-item .product-wishlist-detail:nth-child(odd) {
  background-color: #f0eef1;
}
.product-wishlist-item .product-wishlist-detail > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.3rem;
}
.product-wishlist-item .product-wishlist-detail button {
  appearance: none;
  background: #8c2c2c;
  border: 1px solid #c5c5c5;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
}
.product-wishlist-item .product-wishlist-detail button a {
  text-decoration: none;
  color: white;
}
.product-wishlist-item .product-wishlist-detail button svg {
  display: none;
}
.product-wishlist-item .product-wishlist-detail button:hover {
  background: #652020;
  border-color: #652020;
}

.my-account-page .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4.5rem;
}
.my-account-page .intro .intro--headline {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.my-account-page .intro p {
  max-width: 75%;
  text-align: center;
  line-height: 2.5rem;
}

.woocommerce-shipping-totals.shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-shipping-totals.shipping h3 {
  margin-top: 0 !important;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}

table.woocomerce-ceckout-review-order td.cart_item td {
  text-align: right !important;
}

.cart_item td {
  text-align: right !important;
}

.cart-subtotal td {
  text-align: right !important;
}

.order-total td {
  text-align: right !important;
}

.my-account-page {
  margin: 0 auto 20rem;
  max-width: 1240px;
}
.my-account-page .woocommerce-notices-wrapper > div {
  position: fixed;
  width: 50%;
  height: 25rem;
  top: calc(50% - 25rem);
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 6;
  border: 2rem solid #f0eef1;
  padding: 16rem 13rem;
  color: #8c2c2c;
}
.my-account-page .woocommerce-notices-wrapper > div:hover:before {
  transform: scale(1.1);
}
.my-account-page .woocommerce-notices-wrapper > div:before {
  content: "X";
  position: absolute;
  right: 3rem;
  top: 3rem;
  color: #141216;
  font-size: 3rem;
  font-weight: 300;
  cursor: pointer !important;
  transition: 0.5s;
}
.my-account-page .coupon {
  position: relative;
  float: left;
  margin-left: 6rem;
}
.my-account-page .coupon #coupon_code, .my-account-page .coupon .button {
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  transform: translateX(-100%);
}
.my-account-page .coupon #coupon_code.is-clicked, .my-account-page .coupon .button.is-clicked {
  opacity: 1;
  transform: translateX(0%);
}
.my-account-page .coupon #coupon_code {
  margin-right: -5px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 0;
  outline: none;
  height: 5rem;
  transition: 0.3s;
}
.my-account-page .coupon button.button {
  margin-right: 2rem;
  outline: none;
  background-color: #141216;
  color: rgba(255, 255, 255, 0.7);
  height: 4.9rem;
  transition: 0.3s;
  border: none;
}
.my-account-page .coupon button.button:hover {
  background-color: #8c2c2c;
}
.my-account-page .my-account--nav {
  display: flex;
}
.my-account-page .my-account--nav > .a-button {
  background: #f0eef1;
  padding: 3.25rem 1.5rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  letter-spacing: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.my-account-page .my-account--nav > .a-button:not(:last-child) {
  margin-right: 3px;
}
.my-account-page .my-account--nav > .a-button:hover {
  background: #e6e3e8;
  color: #141216;
}
.my-account-page .my-account--nav > .a-button svg.logout {
  margin-left: 1.5rem;
  transform: rotate(45deg);
}
.my-account-page .my-account--nav > .a-button.selected {
  color: white;
  background: #8c2c2c;
  overflow: initial;
}
.my-account-page .my-account--nav > .a-button.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 22px solid #8c2c2c;
}
.my-account-page .wrapper {
  margin-top: 10rem;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table {
  width: 100%;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item {
  margin-bottom: 1.5rem;
  display: flex;
  border: solid 1px #c8c8c8;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
  border-right: solid 1px #c8c8c8;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div {
  display: flex;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-thumbnail {
  position: relative;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-thumbnail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  background: radial-gradient(white 0, #f0eef1 50%);
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-thumbnail a {
  display: flex;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-thumbnail img {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  max-height: 17rem;
  object-fit: contain;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 1rem;
  height: 100%;
  max-width: 74px;
  justify-content: space-evenly;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .minus-btn, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .plus-btn {
  font-size: 2.5rem;
  color: #b8b8b8;
  padding: 0 2rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .minus-btn svg, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .plus-btn svg {
  stroke-width: 2px;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .minus-btn:hover, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .minus-btn:focus, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .plus-btn:hover, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity .plus-btn:focus {
  cursor: pointer;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input[type=number], .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input::-webkit-outer-spin-button,
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  text-align: center;
  font-size: 2rem;
  max-width: 64px;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input[type=number]:focus, .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input::-webkit-outer-spin-button:focus,
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity input::-webkit-inner-spin-button:focus {
  outline: none;
  box-shadow: none;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-name {
  width: 100%;
  padding-left: 3rem;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-name a {
  text-decoration: none;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-subtotal {
  align-items: center;
  justify-content: center;
  background-color: #f0eef1;
  width: 43rem;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-subtotal bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-subtotal p {
  font-size: 2rem;
  font-weight: 300;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-subtotal p span {
  font-size: 2.25rem;
}
.my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-remove {
  align-items: center;
  justify-content: center;
  width: 11rem;
}
.my-account-page .wrapper .woocommerce-cart-form .actions {
  margin-right: 6rem;
  text-align: right;
}
.my-account-page .wrapper .cart-collaterals {
  margin-top: 1.5rem;
  border-top: solid 1px #c8c8c8;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form {
  margin-top: 2rem;
}
.my-account-page .wrapper .cart-collaterals .woocommerce-shipping-totals.shipping {
  grid-template-columns: 20% auto 15% !important;
}
.my-account-page .wrapper .cart-collaterals .woocommerce-shipping-destination {
  margin: 2rem 0;
  text-align: center;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2rem;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form a.shipping-calculator-button {
  margin: 2rem 0;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form .button {
  outline: none;
  outline: 0;
  font-weight: 300;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
  appearance: none;
  color: white;
  cursor: pointer;
  font-family: inherit;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
  margin: 2rem auto;
  display: flex;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form .button a {
  text-decoration: none;
  color: white;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form .button:hover {
  background-color: #141216;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form > p {
  width: 100%;
  text-align: left;
  margin: 0.5rem 0;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form > p .select2-container .select2-selection--single {
  margin: 0 !important;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form > p input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 3rem;
}
.my-account-page .wrapper .cart-collaterals .shipping-calculator-form > p #calc_shipping_country {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 1rem 0;
  height: 3rem;
}
.my-account-page .wrapper .cart-collaterals .cart-subtotal, .my-account-page .wrapper .cart-collaterals .shipping, .my-account-page .wrapper .cart-collaterals .order-total {
  display: grid;
  grid-template-columns: 20% auto 22%;
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  align-items: center;
}
.my-account-page .wrapper .cart-collaterals .cart-subtotal {
  border-bottom: solid 1px #c8c8c8;
  padding: 4rem;
}
.my-account-page .wrapper .cart-collaterals .cart-subtotal h3 {
  grid-column: 1/3;
  font-size: 2rem;
  font-weight: 300;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .cart-collaterals .cart-subtotal span {
  font-size: 2rem;
  text-align: center;
}
.my-account-page .wrapper .cart-collaterals .shipping {
  padding-bottom: 4.5rem;
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
.my-account-page .wrapper .cart-collaterals .shipping h3 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .cart-collaterals .shipping .woocommerce-shipping-calculator {
  text-align: center;
  padding: 0 5rem;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .cart-collaterals .shipping .shipping-calculator-button {
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .cart-collaterals .order-total {
  padding: 4.5rem;
  font-family: "futuraPT", sans-serif;
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  background: #f0eef1;
}
.my-account-page .wrapper .cart-collaterals .order-total span {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .cart-collaterals .order-total h3 {
  font-size: 2rem;
  text-transform: uppercase;
  grid-column: 1/3;
  font-weight: 500;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .wrapper .wc-proceed-to-checkout {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.my-account-page .wrapper .wc-proceed-to-checkout .a-button {
  font-size: 1.33rem;
  padding: 3.5rem;
}
.my-account-page .wrapper .wc-proceed-to-checkout > a.a-button {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.my-account-page .page-type--adresses h2.a-title-3 {
  margin-bottom: 5rem;
}
.my-account-page .page-type--adresses .u-columns {
  display: grid;
  grid-template-columns: 49% 49%;
}
.my-account-page .page-type--adresses .u-columns .woocommerce-Address {
  padding: 6rem 3rem;
  border: 2rem solid #f0eef1;
}
.my-account-page .page-type--adresses .u-columns .woocommerce-Address:first-child {
  margin-right: 2rem;
}
.my-account-page .page-type--adresses .u-columns .woocommerce-Address h3 {
  font-size: 2rem;
  font-weight: 500;
}
.my-account-page .page-type--adresses .u-columns .woocommerce-Address a.a-button-red {
  margin: 2rem 0;
}
.my-account-page .page-type--adresses .u-columns .woocommerce-Address p {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--adresses .u-columns > .a-button {
  max-width: fit-content;
  margin: 3rem 0;
}
.my-account-page .woocommerce-shipping-destination, .my-account-page .woocommerce-Price-amount bdi {
  font-size: 2rem;
  font-family: "futuraPT", sans-serif;
}
.my-account-page .cart_totals .woocommerce-Price-amount {
  text-align: right !important;
}
.my-account-page .page-type--infos .woocommerce-column__title {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0;
}
.my-account-page .page-type--infos .woocommerce-column address {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--infos address {
  padding: 6rem 3rem;
  border: 2rem solid #f0eef1;
}
.my-account-page .page-type--infos address:first-child {
  margin-right: 2rem;
}
.my-account-page .page-type--infos address h3 {
  font-size: 2rem;
  font-weight: 500;
}
.my-account-page .page-type--infos address a.a-button-red {
  margin: 2rem 0;
}
.my-account-page .page-type--infos address p {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--infos table {
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 5rem 0;
  border-collapse: collapse;
  color: #141216;
  border: 1px solid #dadada;
}
@media screen and (max-width: 38em) {
  .my-account-page .page-type--infos table {
    margin: 2.5rem 0;
  }
}
.my-account-page .page-type--infos th,
.my-account-page .page-type--infos td {
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  vertical-align: top;
}
.my-account-page .page-type--infos th a:hover,
.my-account-page .page-type--infos td a:hover {
  color: #8c2c2c;
}
.my-account-page .page-type--infos th {
  vertical-align: middle;
  font-size: 1.8rem;
  background: #f0eef1;
}
.my-account-page .page-type--infos tr td:first-child {
  font-weight: 600;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.my-account-page .page-type--infos tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.my-account-page .page-type--infos tr:first-child th:first-child {
  border-left: none;
}
.my-account-page .page-type--infos tr:first-child th:last-child {
  border-right: none;
}
.my-account-page .page-type--infos tr td:last-child {
  border-right: none;
  color: #8c2c2c;
  font-weight: 600;
}
.my-account-page .page-type--infos tr:nth-child(even) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--infos tr:nth-child(odd) td {
  background-color: transparent;
}
.my-account-page .page-type--infos fieldset {
  padding: 0;
}
.my-account-page .page-type--infos form > p:last-child {
  background-color: transparent;
}
.my-account-page .page-type--infos form legend {
  margin: 2rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--infos form p {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
  margin: 2rem 0;
}
.my-account-page .page-type--infos form p input {
  background: transparent;
  border: none;
  outline: none;
  width: 70%;
  margin-left: 2rem;
}
.my-account-page .page-type--infos form p.prenom, .my-account-page .page-type--infos form p.postal {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.my-account-page .page-type--infos form p.prenom:after, .my-account-page .page-type--infos form p.postal:after {
  content: "";
  display: block;
  clear: both;
}
.my-account-page .page-type--infos form p.pseudo input {
  height: 100%;
}
.my-account-page .page-type--infos form p.nom {
  float: right;
  width: 49%;
}
.my-account-page .page-type--infos form p.nom:after {
  content: "";
  display: block;
  clear: both;
}
.my-account-page .page-type--infos form .a-button-red {
  margin: 4rem auto 0 auto;
  display: flex;
  left: 0;
  outline: none;
}
.my-account-page .page-type--infos .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.my-account-page .page-type--infos .accordion .accordion-title {
  cursor: pointer;
}
.my-account-page .page-type--infos .accordion .is-open .accordion-content {
  opacity: 1;
  max-height: 100%;
}
.my-account-page .page-type--orders table {
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 5rem 0;
  border-collapse: collapse;
  color: #141216;
  border: 1px solid #dadada;
}
@media screen and (max-width: 38em) {
  .my-account-page .page-type--orders table {
    margin: 2.5rem 0;
  }
}
.my-account-page .page-type--orders th,
.my-account-page .page-type--orders td {
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  vertical-align: top;
}
.my-account-page .page-type--orders th a:hover,
.my-account-page .page-type--orders td a:hover {
  color: #8c2c2c;
}
.my-account-page .page-type--orders th {
  vertical-align: middle;
  font-size: 1.8rem;
  background: #f0eef1;
}
.my-account-page .page-type--orders tr td:first-child {
  font-weight: 600;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.my-account-page .page-type--orders tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.my-account-page .page-type--orders tr:first-child th:first-child {
  border-left: none;
}
.my-account-page .page-type--orders tr:first-child th:last-child {
  border-right: none;
}
.my-account-page .page-type--orders tr td:last-child {
  border-right: none;
  color: #8c2c2c;
  font-weight: 600;
}
.my-account-page .page-type--orders tr:nth-child(even) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--orders tr:nth-child(odd) td {
  background-color: transparent;
}
.my-account-page .page-type--paiement .woocommerce-bacs-bank-details {
  margin-top: 3rem;
  padding: 6rem 3rem;
  border: 2rem solid #f0eef1;
}
.my-account-page .page-type--paiement .woocommerce-bacs-bank-details h2 {
  margin: 3rem 0;
  font-family: futuraPT, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--paiement .woocommerce-order .woocommerce-order-details__title {
  font-family: futuraPT, sans-serif;
  font-size: 2rem;
  font-weight: 400 !important;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--paiement tr.cart_item .product-name {
  text-align: left !important;
}
.my-account-page .page-type--paiement .woocommerce-Price-amount bdi, .my-account-page .page-type--paiement .woocommerce-shipping-destination, .my-account-page .page-type--paiement .woocommerce-Price-amount {
  font-size: 1.7rem;
}
.my-account-page .page-type--paiement p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  display: inline-block !important;
}
.my-account-page .page-type--paiement p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
  margin: 0;
  min-width: fit-content;
}
.my-account-page .page-type--paiement #stripe-payment-data > p,
.my-account-page .page-type--paiement .payment_method_bacs > p,
.my-account-page .page-type--paiement .payment_method_paypal > p,
.my-account-page .page-type--paiement .woocommerce-privacy-policy-text > p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.my-account-page .page-type--paiement .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  width: 100%;
  height: 4.5rem;
  background-color: #8c2c2c;
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.my-account-page .page-type--paiement .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, .my-account-page .page-type--paiement .woocommerce-order .woocommerce-column {
  padding: 6rem 3rem;
  border: 2rem solid #f0eef1;
}
.my-account-page .page-type--paiement .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li, .my-account-page .page-type--paiement .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details h2, .my-account-page .page-type--paiement .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details address, .my-account-page .page-type--paiement .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details p, .my-account-page .page-type--paiement .woocommerce-order .woocommerce-column li, .my-account-page .page-type--paiement .woocommerce-order .woocommerce-column h2, .my-account-page .page-type--paiement .woocommerce-order .woocommerce-column address, .my-account-page .page-type--paiement .woocommerce-order .woocommerce-column p {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-weight: 500;
}
.my-account-page .page-type--paiement .woocommerce-order .woocommerce-columns {
  display: grid;
  margin: 2rem 0;
  grid-template-columns: 50% 50%;
}
.my-account-page .page-type--paiement .woocommerce-order .woocommerce-order-details__title {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  vertical-align: middle;
  font-size: 1.8rem;
  background: #f0eef1;
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  vertical-align: top;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td a {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr:nth-child(even) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr:nth-child(odd) td {
  background-color: white;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(odd) th, .my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(odd) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(even) th, .my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(even) td {
  background-color: white;
}
.my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details bdi, .my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details span.woocommerce-Price-amount, .my-account-page .page-type--paiement .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  color: #8c2c2c;
  font-weight: 600;
}
.my-account-page .page-type--paiement .woo-commerce-info a {
  color: white;
}
.my-account-page .page-type--paiement span.woocommerce-input-wrapper {
  flex-grow: 1;
}
.my-account-page .page-type--paiement h3#ship-to-different-address label {
  display: flex;
}
.my-account-page .page-type--paiement h3#ship-to-different-address label input {
  margin-right: 0.5rem;
}
.my-account-page .page-type--paiement .woocommerce-privacy-policy-text p {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start !important;
  height: auto !important;
  padding: 2rem !important;
}
.my-account-page .page-type--paiement .woocommerce-privacy-policy-text p a {
  margin-top: 1rem;
}
.my-account-page .page-type--paiement .woocommerce-error, .my-account-page .page-type--paiement .woocommerce-info, .my-account-page .page-type--paiement .woocommerce-message, .my-account-page .page-type--paiement .woocommerce-noreviews, .my-account-page .page-type--paiement p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #8c2c2c;
  margin-left: 0;
  color: #fff;
  clear: both;
  border-left: 1.5rem solid rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  position: relative;
  list-style: none outside;
}
.my-account-page .page-type--paiement .woocommerce-error a, .my-account-page .page-type--paiement .woocommerce-info a, .my-account-page .page-type--paiement .woocommerce-message a, .my-account-page .page-type--paiement .woocommerce-noreviews a, .my-account-page .page-type--paiement p.no-comments a {
  color: white;
}
.my-account-page .page-type--paiement .input-text, .my-account-page .page-type--paiement input[type=email], .my-account-page .page-type--paiement input[type=number], .my-account-page .page-type--paiement input[type=password], .my-account-page .page-type--paiement input[type=search], .my-account-page .page-type--paiement input[type=tel], .my-account-page .page-type--paiement input[type=text], .my-account-page .page-type--paiement input[type=url], .my-account-page .page-type--paiement textarea {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #cfcece;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  outline: snow;
}
.my-account-page .page-type--paiement h3 {
  margin-top: 3rem;
}
.my-account-page .page-type--paiement form.checkout_coupon {
  display: flex;
}
.my-account-page .page-type--paiement form.checkout_coupon input {
  height: 100%;
}
.my-account-page .page-type--paiement form.checkout {
  display: grid;
  grid-template-columns: 50% 50%;
}
.my-account-page .page-type--paiement form.checkout p {
  display: flex;
  height: 100%;
  padding: 1.5rem;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  margin: 2rem 0;
}
.my-account-page .page-type--paiement form.checkout p input {
  background: transparent;
  border: none;
  outline: none;
  min-width: 20%;
  width: 100% !important;
  border-bottom: 1px solid #b3b3b3;
}
.my-account-page .page-type--paiement form.checkout p.notes {
  height: auto;
  display: block;
  padding-top: 2rem;
}
.my-account-page .page-type--paiement form.checkout p.address-field select {
  margin-left: 5rem;
}
.my-account-page .page-type--paiement form.checkout p textarea {
  height: 22rem;
  width: 100%;
  display: block;
  position: relative;
  background-color: #f0eef1;
  color: #393939;
  border: none;
  outline: none;
  padding: 2rem;
}
.my-account-page .page-type--paiement form.checkout .product-name p {
  background-color: transparent;
}
.my-account-page .page-type--paiement #customer_details form > p:last-child {
  background-color: transparent;
}
.my-account-page .page-type--paiement #customer_details form legend {
  margin: 2rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.my-account-page .page-type--paiement #customer_details form p {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
  margin: 2rem 0;
}
.my-account-page .page-type--paiement #customer_details form p input {
  background: transparent;
  border: none;
  outline: none;
  width: 70%;
  margin-left: 2rem;
}
.my-account-page .page-type--paiement #customer_details form .a-button-red {
  margin: 4rem auto 0 auto;
  display: flex;
  left: 0;
  outline: none;
}
.my-account-page .page-type--paiement #order_review {
  margin: 6.5rem 2rem 0 2rem;
  padding-top: 2rem;
  border-top: 1px solid #8c2c2c;
}
.my-account-page .page-type--paiement #order_review .place-order p p {
  padding: 0 !important;
}
.my-account-page .page-type--paiement #order_review .place-order p input {
  margin-left: 0 !important;
  min-width: fit-content !important;
}
.my-account-page .page-type--paiement #order_review .variation {
  align-items: center;
  margin-left: 0 !important;
}
.my-account-page .page-type--paiement #order_review #payment label {
  display: inline !important;
}
.my-account-page .page-type--paiement #order_review .variation-Systme p {
  padding: 0 !important;
}
.my-account-page .page-type--paiement #order_review table {
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
  color: #141216;
  border: 1px solid #dadada;
  margin-bottom: 5rem;
}
@media screen and (max-width: 38em) {
  .my-account-page .page-type--paiement #order_review table {
    margin: 2.5rem 0;
  }
}
.my-account-page .page-type--paiement #order_review th,
.my-account-page .page-type--paiement #order_review td {
  padding: 2rem 3rem;
  border: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  vertical-align: top;
}
.my-account-page .page-type--paiement #order_review th a:hover,
.my-account-page .page-type--paiement #order_review td a:hover {
  color: #8c2c2c;
}
.my-account-page .page-type--paiement #order_review th {
  vertical-align: middle;
  font-size: 1.8rem;
  background: #f0eef1;
  border: 1px solid #dadada;
}
.my-account-page .page-type--paiement #order_review tr td:first-child {
  font-weight: 600;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.my-account-page .page-type--paiement #order_review tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.my-account-page .page-type--paiement #order_review tr:first-child th:first-child {
  border-left: none;
}
.my-account-page .page-type--paiement #order_review tr:first-child th:last-child {
  border-right: none;
}
.my-account-page .page-type--paiement #order_review tr {
  border: 1px solid #dadada;
}
.my-account-page .page-type--paiement #order_review tr td:last-child {
  border-right: none;
  color: #8c2c2c;
  font-weight: 600;
}
.my-account-page .page-type--paiement #order_review tr:nth-child(odd) td {
  background-color: #f0eef1;
}
.my-account-page .page-type--paiement #order_review tr:nth-child(even) td {
  background-color: transparent;
}

.lost-password form.lost_reset_password {
  max-width: 50%;
  margin: 0 auto 5rem auto;
  text-align: center;
}
.lost-password form.lost_reset_password p:first-child {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
  margin: 2rem 0;
}
.lost-password form.lost_reset_password p:first-child input {
  background: transparent;
  border: none;
  outline: none;
  width: 70%;
  margin-left: 2rem;
}

@media only screen and (max-width: 88em) {
  .my-account-page .page-type--adresses .u-columns {
    justify-content: center;
  }
}
@media only screen and (max-width: 75em) {
  .wrapper.page-type--infos {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 1100px) {
  .my-account-page .page-type--infos form p, .my-account-page .page-type--infos form p.nom,
  .my-account-page .page-type--infos form p.prenom, .my-account-page .page-type--infos form p.postal {
    width: 100%;
    display: flex;
    float: none;
  }
}
@media only screen and (max-width: 56em) {
  .my-account-page .page-type--infos form .a-button-red {
    line-height: 1.5;
  }
  .my-account-page .page-type--infos form p {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }
  .my-account-page .page-type--infos form p > span {
    padding: 2rem;
    width: 100%;
  }
  .my-account-page .page-type--infos form p label {
    border: 1px solid white;
    padding: 1rem;
    width: 100%;
  }
  .my-account-page .page-type--infos form p input {
    width: 100%;
    margin-left: 0;
    border: 1px solid white;
    padding: 1rem;
  }
  .my-account-page #showHideOnUserAuth .profil {
    margin-bottom: 2rem;
  }
  .my-account-page .wrapper .cart-collaterals .woocommerce-shipping-totals.shipping {
    grid-template-columns: 100% !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .my-account-page .cart_totals .woocommerce-Price-amount {
    text-align: center !important;
  }
  .my-account-page .wrapper .cart-collaterals .cart-subtotal, .my-account-page .wrapper .cart-collaterals .order-total, .my-account-page .wrapper .cart-collaterals .shipping {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .my-account-page .my-account--nav > .a-button {
    font-size: 0.8rem;
    padding: 2.25rem 0.5rem;
  }
  .my-account-page .wrapper .wc-proceed-to-checkout {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .my-account-page .wrapper .wc-proceed-to-checkout > a.a-button {
    width: fit-content;
    margin: 3rem auto 0 auto;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item {
    flex-direction: column;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-thumbnail {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-quantity .quantity {
    flex-direction: row;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-name {
    height: 10rem;
    justify-content: center;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-subtotal {
    width: 100%;
    height: 10rem;
  }
  .my-account-page .wrapper .woocommerce-cart-form .shop_table .cart_item > div.product-remove {
    width: 100%;
    height: 10rem;
  }
  .my-account-page .wrapper .woocommerce-cart-form .actions {
    margin: 0;
    text-align: center;
  }
  .my-account-page .wrapper .cart-collaterals .cart-subtotal, .my-account-page .wrapper .cart-collaterals .shipping, .my-account-page .wrapper .cart-collaterals .order-total {
    grid-template-columns: 100%;
  }
  .page-type--orders .woocommerce-MyAccount-content {
    overflow: scroll;
  }
  .page-type--orders th, .page-type--orders td {
    padding: 1rem 1rem;
  }
  .my-account-page .page-type--paiement form.checkout {
    grid-template-columns: 100%;
  }
  .my-account-page .page-type--paiement .u-columns {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
  }
  .my-account-page .page-type--adresses .u-columns .woocommerce-Address {
    margin: 2.5rem;
  }
  .my-account-page .page-type--adresses h2.a-title-3 {
    padding: 0 2.5rem;
  }
  .my-account-page .page-type--adresses .u-columns {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 38em) {
  .my-account-page .page-type--paiement form.checkout p.address-field select {
    width: 50%;
  }
  .my-account-page .page-type--paiement form.checkout p {
    font-size: 1rem;
  }
  .my-account-page .wrapper {
    margin-top: 3rem;
  }
  .my-account-page {
    margin: 0 auto 5rem;
  }
}
@media only screen and (max-width: 25em) {
  .my-account-page .my-account--nav > .a-button {
    font-size: 0.8rem;
  }
}
.enregistrer section.main-title .intro-connexion, .contact section.main-title .intro-connexion {
  padding: 6rem 0;
}
.enregistrer section.main-title .intro-connexion:before, .contact section.main-title .intro-connexion:before {
  display: none;
}
.enregistrer section.main-title .intro-connexion p, .contact section.main-title .intro-connexion p {
  font-size: 1.6rem;
  color: #393939;
  max-width: 83rem;
  margin: auto;
  text-align: center;
}
.enregistrer section.main-title .intro-connexion .graph, .contact section.main-title .intro-connexion .graph {
  width: 9rem;
  height: 1.1rem;
  margin: 7rem auto 0 auto;
  opacity: 0.5;
}
.enregistrer section.main-title .intro-connexion .graph svg, .contact section.main-title .intro-connexion .graph svg {
  width: 100% !important;
  height: 100% !important;
}
.enregistrer section.login, .contact section.login {
  padding-bottom: 22rem;
}
.enregistrer section.login .clear, .contact section.login .clear {
  clear: both;
}
.enregistrer section.login .register > p > label, .contact section.login .register > p > label {
  display: flex;
}
.enregistrer section.login form p, .contact section.login form p {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
}
.enregistrer section.login form p input, .contact section.login form p input {
  background: transparent;
  border: none;
  outline: none;
  width: 70%;
  margin-left: 2rem;
}
.enregistrer section.login form p.prenom, .enregistrer section.login form p.postal, .contact section.login form p.prenom, .contact section.login form p.postal {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.enregistrer section.login form p.prenom:after, .enregistrer section.login form p.postal:after, .contact section.login form p.prenom:after, .contact section.login form p.postal:after {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.login form p.nom, .enregistrer section.login form p.city, .contact section.login form p.nom, .contact section.login form p.city {
  float: right;
  width: 49%;
}
.enregistrer section.login form p.nom:after, .enregistrer section.login form p.city:after, .contact section.login form p.nom:after, .contact section.login form p.city:after {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.login form p.mail, .enregistrer section.login form p.pays, .contact section.login form p.mail, .contact section.login form p.pays {
  margin: 2.5rem 0;
}
.enregistrer section.login form p.mdp, .contact section.login form p.mdp {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.enregistrer section.login form .birthday, .contact section.login form .birthday {
  width: 49%;
  float: right;
  display: flex;
}
.enregistrer section.login form .birthday .form-label, .contact section.login form .birthday .form-label {
  width: 50%;
}
.enregistrer section.login form .birthday .grid, .contact section.login form .birthday .grid {
  width: 50%;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.enregistrer section.login form .birthday label, .enregistrer section.login form .birthday select, .contact section.login form .birthday label, .contact section.login form .birthday select {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
}
.enregistrer section.login form .birthday label, .contact section.login form .birthday label {
  cursor: initial;
}
.enregistrer section.login form .birthday select, .contact section.login form .birthday select {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 2px solid white;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(20, 18, 22);
}
.enregistrer section.login form .birthday:after, .contact section.login form .birthday:after {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.login form .a-button-red, .contact section.login form .a-button-red {
  margin-left: auto;
  margin-right: 0px !important;
  margin-top: auto;
  display: flex;
  left: 0;
  outline: none;
}
.enregistrer section.login form .input-checkbox, .contact section.login form .input-checkbox {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.enregistrer section.login form .input-checkbox label, .contact section.login form .input-checkbox label {
  font-size: 1.3rem;
  color: #393939;
  padding-top: 0.5rem;
  font-weight: 400;
}
.enregistrer section.login form .input-checkbox + .required, .contact section.login form .input-checkbox + .required {
  color: #393939;
  font-size: 1.1rem;
  margin-top: 4rem;
}
.enregistrer section.contact .formulaire, .contact section.contact .formulaire {
  margin-bottom: 25rem;
}
.enregistrer section.contact .valid-form, .contact section.contact .valid-form {
  position: relative;
}
.enregistrer section.contact form li.piece-jointe, .contact section.contact form li.piece-jointe {
  width: 29rem;
  height: 6.8rem !important;
  cursor: pointer;
  background: white;
  display: flex;
  padding: 0;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.enregistrer section.contact form li.piece-jointe:hover label:before, .contact section.contact form li.piece-jointe:hover label:before {
  animation: scrollBounceRight 1s infinite alternate;
}
.enregistrer section.contact form li.piece-jointe label, .contact section.contact form li.piece-jointe label {
  cursor: pointer;
  background: white;
  padding: 0;
  font-size: 1.3rem;
}
.enregistrer section.contact form li.piece-jointe label:before, .contact section.contact form li.piece-jointe label:before {
  content: "";
  background: url("../img/common/pict/arrow-button.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.7rem;
  height: 0.9rem;
  margin: 0 3rem 0 5rem;
  display: inline-block;
}
.enregistrer section.contact form li.piece-jointe input.medium, .contact section.contact form li.piece-jointe input.medium {
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  height: 100%;
  width: 100%;
  background: none;
  border-color: transparent;
  outline-color: transparent;
  position: absolute;
  left: -2rem;
  cursor: pointer;
}
.enregistrer section.contact form li.message-area, .contact section.contact form li.message-area {
  flex-direction: column;
  padding: 2rem 0;
  height: auto !important;
}
.enregistrer section.contact form li.message-area .ginput_container, .contact section.contact form li.message-area .ginput_container {
  height: auto;
}
.enregistrer section.contact form li, .contact section.contact form li {
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
  margin: 2rem 0;
}
.enregistrer section.contact form li span label, .enregistrer section.contact form li div label, .contact section.contact form li span label, .contact section.contact form li div label {
  width: inherit;
  min-width: 15rem;
}
.enregistrer section.contact form li.gfield, .enregistrer section.contact form li .ginput_left, .enregistrer section.contact form li div, .contact section.contact form li.gfield, .contact section.contact form li .ginput_left, .contact section.contact form li div {
  display: flex;
  height: 6rem;
}
.enregistrer section.contact form li.gfield .ginput_container, .enregistrer section.contact form li .ginput_left .ginput_container, .enregistrer section.contact form li div .ginput_container, .contact section.contact form li.gfield .ginput_container, .contact section.contact form li .ginput_left .ginput_container, .contact section.contact form li div .ginput_container {
  flex-grow: 1;
}
.enregistrer section.contact form li input, .contact section.contact form li input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
.enregistrer section.contact form .left-col, .contact section.contact form .left-col {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.enregistrer section.contact form .left-col:before, .contact section.contact form .left-col:before {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.contact form .right-col, .contact section.contact form .right-col {
  width: 49%;
  float: right;
}
.enregistrer section.contact form .right-col:after, .contact section.contact form .right-col:after {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.contact form .right-col + .gfield, .contact section.contact form .right-col + .gfield {
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
}
.enregistrer section.contact form select#user_object, .contact section.contact form select#user_object {
  width: 100%;
  margin: 0 2rem;
  font-size: 1.3rem;
}
.enregistrer section.contact form textarea, .contact section.contact form textarea {
  height: 22rem;
  width: 100%;
  display: block;
  position: relative;
  background-color: #f0eef1;
  color: #393939;
  border: none;
  outline: none;
  padding: 2rem;
}
.enregistrer section.contact form .ginput_container_radio, .contact section.contact form .ginput_container_radio {
  display: flex;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio, .contact section.contact form .ginput_container_radio ul.gfield_radio {
  display: flex;
  width: 100%;
  padding-left: 25%;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li, .contact section.contact form .ginput_container_radio ul.gfield_radio li {
  width: 50%;
  height: 6rem;
  margin: 0;
  display: flex;
  cursor: pointer;
  position: relative;
  justify-content: center;
  padding: 0;
  transition: 0.3s;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li:first-child, .contact section.contact form .ginput_container_radio ul.gfield_radio li:first-child {
  border-left: 5px solid white;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li label, .contact section.contact form .ginput_container_radio ul.gfield_radio li label {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li:hover, .contact section.contact form .ginput_container_radio ul.gfield_radio li:hover {
  background-color: #979797;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li:hover label, .contact section.contact form .ginput_container_radio ul.gfield_radio li:hover label {
  background-color: #979797;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked, .contact section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked {
  background-color: #979797;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked label, .contact section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked label {
  background-color: transparent;
  color: white;
  cursor: pointer;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked label:before, .contact section.contact form .ginput_container_radio ul.gfield_radio li.is-clicked label:before {
  content: "";
  display: inline-block;
  margin-right: 1.5rem;
  width: 14px;
  height: 14px;
  background: url("../img/svg/icon-checkForm.svg") no-repeat;
  background-size: cover;
}
.enregistrer section.contact form .ginput_container_radio ul.gfield_radio li input, .contact section.contact form .ginput_container_radio ul.gfield_radio li input {
  background: transparent;
  border: none;
  display: none;
}
.enregistrer section.contact form .gsection, .contact section.contact form .gsection {
  background-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enregistrer section.contact form .gsection .graph, .contact section.contact form .gsection .graph {
  align-items: center;
}
.enregistrer section.contact form .gsection svg, .contact section.contact form .gsection svg {
  width: 9rem;
  height: 1.1rem;
}
.enregistrer section.contact form li.nom, .enregistrer section.contact form li.city, .contact section.contact form li.nom, .contact section.contact form li.city {
  float: right;
  width: 49%;
}
.enregistrer section.contact form li.nom:after, .enregistrer section.contact form li.city:after, .contact section.contact form li.nom:after, .contact section.contact form li.city:after {
  content: "";
  display: block;
  clear: both;
}
.enregistrer section.contact form li.mail, .enregistrer section.contact form li.pays, .contact section.contact form li.mail, .contact section.contact form li.pays {
  margin: 2.5rem 0;
}
.enregistrer section.contact form li.mdp, .contact section.contact form li.mdp {
  width: 49%;
  float: left;
  margin-right: 2rem;
}
.enregistrer section.contact form label, .enregistrer section.contact form select, .contact section.contact form label, .contact section.contact form select {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f0eef1;
  height: 6rem;
}
.enregistrer section.contact form label, .contact section.contact form label {
  cursor: initial;
}
.enregistrer section.contact form select, .contact section.contact form select {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 2px solid white;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(20, 18, 22, 0.5);
}
.enregistrer section.contact form .a-button-red, .contact section.contact form .a-button-red {
  margin-left: auto;
  display: flex;
  outline: none;
  height: 6.8rem;
  width: 22rem;
}
.enregistrer section.contact form .input-checkbox, .contact section.contact form .input-checkbox {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.enregistrer section.contact form .input-checkbox label, .contact section.contact form .input-checkbox label {
  font-size: 1.3rem;
  color: #393939;
  padding-top: 0.5rem;
  font-weight: 400;
}
.enregistrer section.contact form .input-checkbox > a, .contact section.contact form .input-checkbox > a {
  color: #393939 !important;
}
.enregistrer section.contact form .input-checkbox + .required, .contact section.contact form .input-checkbox + .required {
  color: #393939;
  font-size: 1.1rem;
  margin-top: 4rem;
}

.page-type--paiement form p label {
  width: 30%;
}

@media only screen and (max-width: 88em) {
  .enregistrer section.contact .formulaire, .contact section.contact .formulaire, .page-type--paiement {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .enregistrer section.login, .contact section.login {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .enregistrer section.login form p.nom, .enregistrer section.login form p.city, .contact section.login form p.nom, .contact section.login form p.city,
  .enregistrer section.login form p.prenom, .enregistrer section.login form p.postal, .contact section.login form p.prenom, .contact section.login form p.postal,
  .enregistrer section.login form p.mdp, .contact section.login form p.mdp,
  .enregistrer section.login form .birthday, .contact section.login form .birthday {
    float: none;
    width: 100%;
    margin: 2.5rem 0;
  }
  .enregistrer section.login form .input-checkbox, .contact section.login form .input-checkbox, .input-checkbox a {
    display: block;
    margin: 2.5rem 0;
    width: 100%;
  }
  .enregistrer section.login form .input-checkbox {
    overflow: scroll;
  }
}
@media only screen and (max-width: 1100px) {
  .enregistrer section.contact form .left-col, .contact section.contact form .left-col,
  .enregistrer section.contact form .right-col, .contact section.contact form .right-col {
    width: 100%;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 56em) {
  .enregistrer section.login .register label .required {
    padding: 0;
  }
}
@media only screen and (max-width: 38em) {
  .enregistrer section.contact form li.piece-jointe, .contact section.contact form li.piece-jointe {
    position: relative;
  }
  .enregistrer section.contact form .a-button-red, .contact section.contact form .a-button-red {
    left: 0;
  }
  .enregistrer section.contact form li.message-area, .contact section.contact form li.message-area + .field_description_below,
  .contact section.contact form li.statut {
    display: flex;
    flex-direction: column;
    margin-bottom: 8rem;
  }
  .enregistrer section.contact form li.message-area ul, .enregistrer section.contact form li.message-area ul.gfield_radio, .contact section.contact form li.message-area + .field_description_below ul, .contact section.contact form li.message-area + .field_description_below ul.gfield_radio,
  .contact section.contact form li.statut ul,
  .contact section.contact form li.statut ul.gfield_radio {
    padding: 0;
  }
  .enregistrer section.contact form li.message-area label, .contact section.contact form li.message-area + .field_description_below label,
  .contact section.contact form li.statut label {
    padding: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .enregistrer section.contact form li.piece-jointe, .contact section.contact form li.piece-jointe {
    margin-top: 8rem;
  }
  .enregistrer section.main-title .intro-connexion, .contact section.main-title .intro-connexion {
    padding: 6rem 2.5rem;
  }
  .enregistrer section.login form .birthday select, .contact section.login form .birthday select {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 0;
  }
  .enregistrer section.contact .formulaire, .contact section.contact .formulaire {
    margin-bottom: 5rem;
  }
}
/* Atoms
   ========================================================================== */
/* ==========================================================================
   BOUTONS
   ========================================================================== */
/* Base
/*========================================================================== */
#popup-connexion .woocommerce button, #popup-connexion .woocommerce input[type=button], #popup-connexion .woocommerce input[type=reset], #popup-connexion .woocommerce button[type=submit], #popup-connexion .woocommerce input[type=submit], #popup-connexion .woocommerce .button, #popup-connexion .woocommerce .widget a.button, #popup-connexion .a-button, #popup-connexion .input-btn-check input + span, #popup-connexion .input-btn-check input + label, .input-btn-check input + span, .input-btn-check input + label, .a-button-red, .a-button {
  appearance: none;
  background: #fff;
  border: 1px solid #c5c5c5;
  color: #141216;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
  /*+ .btn:not(.as--fullwidth) {
    margin-left:.1rem;
  }*/
}
#popup-connexion .woocommerce button:active, #popup-connexion .woocommerce input[type=button]:active, #popup-connexion .woocommerce input[type=reset]:active, #popup-connexion .woocommerce input[type=submit]:active, #popup-connexion .woocommerce .button:active, #popup-connexion .woocommerce .widget a.button:active, #popup-connexion .a-button:active, #popup-connexion .input-btn-check input + span:active, #popup-connexion .input-btn-check input + label:active, .input-btn-check input + span:active, .input-btn-check input + label:active, .a-button-red:active, .a-button:active {
  box-shadow: inset 0 0 0.4rem 0 rgba(0, 0, 0, 0.2);
  background: #979797;
}
#popup-connexion .woocommerce button.as--icon, #popup-connexion .woocommerce input.as--icon[type=button], #popup-connexion .woocommerce input.as--icon[type=reset], #popup-connexion .woocommerce input.as--icon[type=submit], #popup-connexion .woocommerce .as--icon.button, #popup-connexion .woocommerce .widget a.as--icon.button, #popup-connexion .as--icon.a-button, #popup-connexion .input-btn-check input + span.as--icon, #popup-connexion .input-btn-check input + label.as--icon, .input-btn-check input + span.as--icon, .input-btn-check input + label.as--icon, .as--icon.a-button-red, .as--icon.a-button {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
#popup-connexion .woocommerce button.as--icon:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon[type=button]:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon[type=reset]:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon[type=submit]:not(.as--right) .a-icon, #popup-connexion .woocommerce .as--icon.button:not(.as--right) .a-icon, #popup-connexion .as--icon.a-button:not(.as--right) .a-icon, #popup-connexion .input-btn-check input + span.as--icon:not(.as--right) .a-icon, #popup-connexion .input-btn-check input + label.as--icon:not(.as--right) .a-icon, .input-btn-check input + span.as--icon:not(.as--right) .a-icon, .input-btn-check input + label.as--icon:not(.as--right) .a-icon, .as--icon.a-button-red:not(.as--right) .a-icon, .as--icon.a-button:not(.as--right) .a-icon {
  margin: -0.2rem 0.5rem 0 0;
}
#popup-connexion .woocommerce button.as--icon.as--right, #popup-connexion .woocommerce input.as--icon.as--right[type=button], #popup-connexion .woocommerce input.as--icon.as--right[type=reset], #popup-connexion .woocommerce input.as--icon.as--right[type=submit], #popup-connexion .woocommerce .as--icon.as--right.button, #popup-connexion .as--icon.as--right.a-button, #popup-connexion .input-btn-check input + span.as--icon.as--right, #popup-connexion .input-btn-check input + label.as--icon.as--right, .input-btn-check input + span.as--icon.as--right, .input-btn-check input + label.as--icon.as--right, .as--icon.as--right.a-button-red, .as--icon.as--right.a-button {
  flex-direction: row-reverse;
}
#popup-connexion .woocommerce button.as--icon.as--right .a-icon, #popup-connexion .woocommerce input.as--icon.as--right[type=button] .a-icon, #popup-connexion .woocommerce input.as--icon.as--right[type=reset] .a-icon, #popup-connexion .woocommerce input.as--icon.as--right[type=submit] .a-icon, #popup-connexion .woocommerce .as--icon.as--right.button .a-icon, #popup-connexion .as--icon.as--right.a-button .a-icon, #popup-connexion .input-btn-check input + span.as--icon.as--right .a-icon, #popup-connexion .input-btn-check input + label.as--icon.as--right .a-icon, .input-btn-check input + span.as--icon.as--right .a-icon, .input-btn-check input + label.as--icon.as--right .a-icon, .as--icon.as--right.a-button-red .a-icon, .as--icon.as--right.a-button .a-icon {
  margin: -0.2rem 0 0 0.5rem;
}
#popup-connexion .woocommerce button.as--icon.as--fullwidth, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=button], #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=reset], #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=submit], #popup-connexion .woocommerce .as--icon.as--fullwidth.button, #popup-connexion .as--icon.as--fullwidth.a-button, #popup-connexion .input-btn-check input + span.as--icon.as--fullwidth, #popup-connexion .input-btn-check input + label.as--icon.as--fullwidth, .input-btn-check input + span.as--icon.as--fullwidth, .input-btn-check input + label.as--icon.as--fullwidth, .as--icon.as--fullwidth.a-button-red, .as--icon.as--fullwidth.a-button {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
#popup-connexion .woocommerce button.as--icon.as--fullwidth .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=button] .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=reset] .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=submit] .a-icon, #popup-connexion .woocommerce .as--icon.as--fullwidth.button .a-icon, #popup-connexion .as--icon.as--fullwidth.a-button .a-icon, #popup-connexion .input-btn-check input + span.as--icon.as--fullwidth .a-icon, #popup-connexion .input-btn-check input + label.as--icon.as--fullwidth .a-icon, .input-btn-check input + span.as--icon.as--fullwidth .a-icon, .input-btn-check input + label.as--icon.as--fullwidth .a-icon, .as--icon.as--fullwidth.a-button-red .a-icon, .as--icon.as--fullwidth.a-button .a-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
#popup-connexion .woocommerce button.as--icon.as--fullwidth:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=button]:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=reset]:not(.as--right) .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth[type=submit]:not(.as--right) .a-icon, #popup-connexion .woocommerce .as--icon.as--fullwidth.button:not(.as--right) .a-icon, #popup-connexion .as--icon.as--fullwidth.a-button:not(.as--right) .a-icon, #popup-connexion .input-btn-check input + span.as--icon.as--fullwidth:not(.as--right) .a-icon, #popup-connexion .input-btn-check input + label.as--icon.as--fullwidth:not(.as--right) .a-icon, .input-btn-check input + span.as--icon.as--fullwidth:not(.as--right) .a-icon, .input-btn-check input + label.as--icon.as--fullwidth:not(.as--right) .a-icon, .as--icon.as--fullwidth.a-button-red:not(.as--right) .a-icon, .as--icon.as--fullwidth.a-button:not(.as--right) .a-icon {
  left: 1.3rem;
}
#popup-connexion .woocommerce button.as--icon.as--fullwidth.as--right .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth.as--right[type=button] .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth.as--right[type=reset] .a-icon, #popup-connexion .woocommerce input.as--icon.as--fullwidth.as--right[type=submit] .a-icon, #popup-connexion .woocommerce .as--icon.as--fullwidth.as--right.button .a-icon, #popup-connexion .as--icon.as--fullwidth.as--right.a-button .a-icon, #popup-connexion .input-btn-check input + span.as--icon.as--fullwidth.as--right .a-icon, #popup-connexion .input-btn-check input + label.as--icon.as--fullwidth.as--right .a-icon, .input-btn-check input + span.as--icon.as--fullwidth.as--right .a-icon, .input-btn-check input + label.as--icon.as--fullwidth.as--right .a-icon, .as--icon.as--fullwidth.as--right.a-button-red .a-icon, .as--icon.as--fullwidth.as--right.a-button .a-icon {
  right: 1.3rem;
}
#popup-connexion .woocommerce button.as--loading, #popup-connexion .woocommerce input.as--loading[type=button], #popup-connexion .woocommerce input.as--loading[type=reset], #popup-connexion .woocommerce input.as--loading[type=submit], #popup-connexion .woocommerce .as--loading.button, #popup-connexion .woocommerce .widget a.as--loading.button, #popup-connexion .as--loading.a-button, #popup-connexion .input-btn-check input + span.as--loading, #popup-connexion .input-btn-check input + label.as--loading, .input-btn-check input + span.as--loading, .input-btn-check input + label.as--loading, .as--loading.a-button-red, .as--loading.a-button {
  cursor: default;
  pointer-events: none;
}
#popup-connexion .woocommerce button.as--disabled, #popup-connexion .woocommerce input.as--disabled[type=button], #popup-connexion .woocommerce input.as--disabled[type=reset], #popup-connexion .woocommerce input.as--disabled[type=submit], #popup-connexion .woocommerce .as--disabled.button, #popup-connexion .woocommerce .widget a.as--disabled.button, #popup-connexion .as--disabled.a-button, #popup-connexion .input-btn-check input + span.as--disabled, #popup-connexion .input-btn-check input + label.as--disabled, .input-btn-check input + span.as--disabled, .input-btn-check input + label.as--disabled, .as--disabled.a-button-red, .as--disabled.a-button, #popup-connexion .woocommerce button[disabled], #popup-connexion .woocommerce input[disabled][type=button], #popup-connexion .woocommerce input[disabled][type=reset], #popup-connexion .woocommerce input[disabled][type=submit], #popup-connexion .woocommerce [disabled].button, #popup-connexion .woocommerce .widget a[disabled].button, #popup-connexion [disabled].a-button, #popup-connexion .input-btn-check input + span[disabled], #popup-connexion .input-btn-check input + label[disabled], .input-btn-check input + span[disabled], .input-btn-check input + label[disabled], [disabled].a-button-red, [disabled].a-button {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.see-all {
  font-size: 1.3rem;
  color: #393939;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  bottom: 0;
  width: fit-content;
  position: relative;
}
.see-all:after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
  background-color: #d6d4d7;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}
.see-all:hover::after {
  width: 0%;
}

.a-button-red {
  font-weight: 300;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
}

.a-button.as--black {
  border-color: #000;
  background: #000;
  color: #fff;
}
.a-button.as--black:hover {
  background: black;
  border-color: black;
}
.a-button.as--black.as--icon-round:hover {
  background: #000;
}
.a-button.as--black.as--ghost {
  border-color: #000;
  background: transparent;
}
.a-button.as--black.as--ghost:not([class*=h-color-]) {
  color: #000;
}
.a-button.as--black.as--ghost:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: #000;
}

.a-button.as--grey-1 {
  border-color: #393939;
  background: #393939;
  color: #fff;
}
.a-button.as--grey-1:hover {
  background: #202020;
  border-color: #202020;
}
.a-button.as--grey-1.as--icon-round:hover {
  background: #393939;
}
.a-button.as--grey-1.as--ghost {
  border-color: #393939;
  background: transparent;
}
.a-button.as--grey-1.as--ghost:not([class*=h-color-]) {
  color: #393939;
}
.a-button.as--grey-1.as--ghost:hover {
  background: rgba(57, 57, 57, 0.85);
  border-color: #393939;
}

.a-button.as--grey-2 {
  border-color: #fffefe;
  background: #fffefe;
}
.a-button.as--grey-2:hover {
  background: #ffcbcb;
  border-color: #ffcbcb;
}
.a-button.as--grey-2.as--icon-round:hover {
  background: #fffefe;
}
.a-button.as--grey-2.as--ghost {
  border-color: #fffefe;
  background: transparent;
}
.a-button.as--grey-2.as--ghost:not([class*=h-color-]) {
  color: #fffefe;
}
.a-button.as--grey-2.as--ghost:hover {
  background: rgba(255, 254, 254, 0.85);
  border-color: #fffefe;
}

.a-button.as--grey-3 {
  border-color: #f0eef1;
  background: #f0eef1;
}
.a-button.as--grey-3:hover {
  background: #d7d2da;
  border-color: #d7d2da;
}
.a-button.as--grey-3.as--icon-round:hover {
  background: #f0eef1;
}
.a-button.as--grey-3.as--ghost {
  border-color: #f0eef1;
  background: transparent;
}
.a-button.as--grey-3.as--ghost:not([class*=h-color-]) {
  color: #f0eef1;
}
.a-button.as--grey-3.as--ghost:hover {
  background: rgba(240, 238, 241, 0.85);
  border-color: #f0eef1;
}

.a-button.as--grey-4 {
  border-color: #979797;
  background: #979797;
  color: #fff;
}
.a-button.as--grey-4:hover {
  background: #7e7e7e;
  border-color: #7e7e7e;
}
.a-button.as--grey-4.as--icon-round:hover {
  background: #979797;
}
.a-button.as--grey-4.as--ghost {
  border-color: #979797;
  background: transparent;
}
.a-button.as--grey-4.as--ghost:not([class*=h-color-]) {
  color: #979797;
}
.a-button.as--grey-4.as--ghost:hover {
  background: rgba(151, 151, 151, 0.85);
  border-color: #979797;
}

.a-button.as--white {
  border-color: #fff;
  background: #fff;
}
.a-button.as--white:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.a-button.as--white.as--icon-round:hover {
  background: #fff;
}
.a-button.as--white.as--ghost {
  border-color: #fff;
  background: transparent;
}
.a-button.as--white.as--ghost:not([class*=h-color-]) {
  color: #fff;
}
.a-button.as--white.as--ghost:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: #fff;
}

.a-button.as--primary {
  border-color: #141216;
  background: #141216;
  color: #fff;
}
.a-button.as--primary:hover {
  background: black;
  border-color: black;
}
.a-button.as--primary.as--icon-round:hover {
  background: #141216;
}
.a-button.as--primary.as--ghost {
  border-color: #141216;
  background: transparent;
}
.a-button.as--primary.as--ghost:not([class*=h-color-]) {
  color: #141216;
}
.a-button.as--primary.as--ghost:hover {
  background: rgba(20, 18, 22, 0.85);
  border-color: #141216;
}

.a-button.as--secondary {
  border-color: #8c2c2c;
  background: #8c2c2c;
  color: #fff;
}
.a-button.as--secondary:hover {
  background: #652020;
  border-color: #652020;
}
.a-button.as--secondary.as--icon-round:hover {
  background: #8c2c2c;
}
.a-button.as--secondary.as--ghost {
  border-color: #8c2c2c;
  background: transparent;
}
.a-button.as--secondary.as--ghost:not([class*=h-color-]) {
  color: #8c2c2c;
}
.a-button.as--secondary.as--ghost:hover {
  background: rgba(140, 44, 44, 0.85);
  border-color: #8c2c2c;
}

.a-button.as--facebook {
  border-color: #3b5998;
  background: #3b5998;
  color: #fff;
}
.a-button.as--facebook:hover {
  background: #2d4373;
  border-color: #2d4373;
}
.a-button.as--facebook.as--icon-round:hover {
  background: #3b5998;
}
.a-button.as--facebook.as--ghost {
  border-color: #3b5998;
  background: transparent;
}
.a-button.as--facebook.as--ghost:not([class*=h-color-]) {
  color: #3b5998;
}
.a-button.as--facebook.as--ghost:hover {
  background: rgba(59, 89, 152, 0.85);
  border-color: #3b5998;
}

.a-button.as--twitter {
  border-color: #00aced;
  background: #00aced;
  color: #fff;
}
.a-button.as--twitter:hover {
  background: #0087ba;
  border-color: #0087ba;
}
.a-button.as--twitter.as--icon-round:hover {
  background: #00aced;
}
.a-button.as--twitter.as--ghost {
  border-color: #00aced;
  background: transparent;
}
.a-button.as--twitter.as--ghost:not([class*=h-color-]) {
  color: #00aced;
}
.a-button.as--twitter.as--ghost:hover {
  background: rgba(0, 172, 237, 0.85);
  border-color: #00aced;
}

.a-button.as--linkedin {
  border-color: #0077b5;
  background: #0077b5;
  color: #fff;
}
.a-button.as--linkedin:hover {
  background: #005582;
  border-color: #005582;
}
.a-button.as--linkedin.as--icon-round:hover {
  background: #0077b5;
}
.a-button.as--linkedin.as--ghost {
  border-color: #0077b5;
  background: transparent;
}
.a-button.as--linkedin.as--ghost:not([class*=h-color-]) {
  color: #0077b5;
}
.a-button.as--linkedin.as--ghost:hover {
  background: rgba(0, 119, 181, 0.85);
  border-color: #0077b5;
}

.a-button.as--pinterest {
  border-color: #cb2028;
  background: #cb2028;
  color: #fff;
}
.a-button.as--pinterest:hover {
  background: #9f191f;
  border-color: #9f191f;
}
.a-button.as--pinterest.as--icon-round:hover {
  background: #cb2028;
}
.a-button.as--pinterest.as--ghost {
  border-color: #cb2028;
  background: transparent;
}
.a-button.as--pinterest.as--ghost:not([class*=h-color-]) {
  color: #cb2028;
}
.a-button.as--pinterest.as--ghost:hover {
  background: rgba(203, 32, 40, 0.85);
  border-color: #cb2028;
}

.a-button.as--gplus {
  border-color: #cc3732;
  background: #cc3732;
  color: #fff;
}
.a-button.as--gplus:hover {
  background: #a32c28;
  border-color: #a32c28;
}
.a-button.as--gplus.as--icon-round:hover {
  background: #cc3732;
}
.a-button.as--gplus.as--ghost {
  border-color: #cc3732;
  background: transparent;
}
.a-button.as--gplus.as--ghost:not([class*=h-color-]) {
  color: #cc3732;
}
.a-button.as--gplus.as--ghost:hover {
  background: rgba(204, 55, 50, 0.85);
  border-color: #cc3732;
}

.a-button.as--youtube {
  border-color: #cd201f;
  background: #cd201f;
  color: #fff;
}
.a-button.as--youtube:hover {
  background: #a11918;
  border-color: #a11918;
}
.a-button.as--youtube.as--icon-round:hover {
  background: #cd201f;
}
.a-button.as--youtube.as--ghost {
  border-color: #cd201f;
  background: transparent;
}
.a-button.as--youtube.as--ghost:not([class*=h-color-]) {
  color: #cd201f;
}
.a-button.as--youtube.as--ghost:hover {
  background: rgba(205, 32, 31, 0.85);
  border-color: #cd201f;
}

.a-button.as--viadeo {
  border-color: #eb6311;
  background: #eb6311;
  color: #fff;
}
.a-button.as--viadeo:hover {
  background: #bb4f0e;
  border-color: #bb4f0e;
}
.a-button.as--viadeo.as--icon-round:hover {
  background: #eb6311;
}
.a-button.as--viadeo.as--ghost {
  border-color: #eb6311;
  background: transparent;
}
.a-button.as--viadeo.as--ghost:not([class*=h-color-]) {
  color: #eb6311;
}
.a-button.as--viadeo.as--ghost:hover {
  background: rgba(235, 99, 17, 0.85);
  border-color: #eb6311;
}

.a-button.as--vimeo {
  border-color: #009FDE;
  background: #009FDE;
  color: #fff;
}
.a-button.as--vimeo:hover {
  background: #007aab;
  border-color: #007aab;
}
.a-button.as--vimeo.as--icon-round:hover {
  background: #009FDE;
}
.a-button.as--vimeo.as--ghost {
  border-color: #009FDE;
  background: transparent;
}
.a-button.as--vimeo.as--ghost:not([class*=h-color-]) {
  color: #009FDE;
}
.a-button.as--vimeo.as--ghost:hover {
  background: rgba(0, 159, 222, 0.85);
  border-color: #009FDE;
}

.a-button.as--instagram {
  border-color: #3f729b;
  background: #3f729b;
  color: #fff;
}
.a-button.as--instagram:hover {
  background: #305777;
  border-color: #305777;
}
.a-button.as--instagram.as--icon-round:hover {
  background: #3f729b;
}
.a-button.as--instagram.as--ghost {
  border-color: #3f729b;
  background: transparent;
}
.a-button.as--instagram.as--ghost:not([class*=h-color-]) {
  color: #3f729b;
}
.a-button.as--instagram.as--ghost:hover {
  background: rgba(63, 114, 155, 0.85);
  border-color: #3f729b;
}

.a-button.as--tumblr {
  border-color: #529ecc;
  background: #529ecc;
  color: #fff;
}
.a-button.as--tumblr:hover {
  background: #3685b5;
  border-color: #3685b5;
}
.a-button.as--tumblr.as--icon-round:hover {
  background: #529ecc;
}
.a-button.as--tumblr.as--ghost {
  border-color: #529ecc;
  background: transparent;
}
.a-button.as--tumblr.as--ghost:not([class*=h-color-]) {
  color: #529ecc;
}
.a-button.as--tumblr.as--ghost:hover {
  background: rgba(82, 158, 204, 0.85);
  border-color: #529ecc;
}

.a-button.as--flickr {
  border-color: #ff0084;
  background: #ff0084;
  color: #fff;
}
.a-button.as--flickr:hover {
  background: #cc006a;
  border-color: #cc006a;
}
.a-button.as--flickr.as--icon-round:hover {
  background: #ff0084;
}
.a-button.as--flickr.as--ghost {
  border-color: #ff0084;
  background: transparent;
}
.a-button.as--flickr.as--ghost:not([class*=h-color-]) {
  color: #ff0084;
}
.a-button.as--flickr.as--ghost:hover {
  background: rgba(255, 0, 132, 0.85);
  border-color: #ff0084;
}

/* ghost buttons
/*========================================================================== */
.a-button.as--ghost {
  background: transparent;
  border-color: #141216;
}
.a-button.as--ghost:hover {
  background: rgba(240, 238, 241, 0.85);
  border-color: black;
}

/* btn circle
/*========================================================================== */
.a-button.as--circle {
  width: 6rem;
  height: 6rem;
  padding: 0;
  line-height: 5.8rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2rem;
}

/* Close button
/*========================================================================== */
.a-button.as--close {
  border-color: #141216;
  background: #141216;
  color: #fff;
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  padding: 0;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-family: arial;
  font-weight: 400;
  font-size: 5rem;
}
.a-button.as--close:hover {
  background: black;
  border-color: black;
}
.as--icon-round.a-button.as--close:hover {
  background: #141216;
}
.as--ghost.a-button.as--close {
  border-color: #141216;
  background: transparent;
}
.as--ghost.a-button.as--close:not([class*=h-color-]) {
  color: #141216;
}
.as--ghost.a-button.as--close:hover {
  background: rgba(20, 18, 22, 0.85);
  border-color: #141216;
}

/* Misc buttons
/*========================================================================== */
.as--fullwidth {
  display: block;
  width: 100%;
}

.a-button.as--no-hover {
  cursor: default;
}
.a-button.as--no-hover:active {
  box-shadow: none;
}

/* ==========================================================================
 SVG ICONS
 ========================================================================== */
.a-icon {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: currentColor;
  stroke: transparent;
  /*  }*/
}
.a-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.35s;
}

.as--black {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #000;
  stroke: transparent;
  /*  }*/
}

.as--grey-1 {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #393939;
  stroke: transparent;
  /*  }*/
}

.as--grey-2 {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #fffefe;
  stroke: transparent;
  /*  }*/
}

.as--grey-3 {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #f0eef1;
  stroke: transparent;
  /*  }*/
}

.as--grey-4 {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #979797;
  stroke: transparent;
  /*  }*/
}

.as--white {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #fff;
  stroke: transparent;
  /*  }*/
}

.as--primary {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #141216;
  stroke: transparent;
  /*  }*/
}

.as--secondary {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #8c2c2c;
  stroke: transparent;
  /*  }*/
}

.as--facebook {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #3b5998;
  stroke: transparent;
  /*  }*/
}

.as--twitter {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #00aced;
  stroke: transparent;
  /*  }*/
}

.as--linkedin {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #0077b5;
  stroke: transparent;
  /*  }*/
}

.as--pinterest {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #cb2028;
  stroke: transparent;
  /*  }*/
}

.as--gplus {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #cc3732;
  stroke: transparent;
  /*  }*/
}

.as--youtube {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #cd201f;
  stroke: transparent;
  /*  }*/
}

.as--viadeo {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #eb6311;
  stroke: transparent;
  /*  }*/
}

.as--vimeo {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #009FDE;
  stroke: transparent;
  /*  }*/
}

.as--instagram {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #3f729b;
  stroke: transparent;
  /*  }*/
}

.as--tumblr {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #529ecc;
  stroke: transparent;
  /*  }*/
}

.as--flickr {
  /*  path,
    polygon,
    circle,
    rect,
    ellipse {*/
  fill: #ff0084;
  stroke: transparent;
  /*  }*/
}

.a-icon.as--5 {
  width: 0.5rem;
  height: 0.5rem;
}

.a-icon.as--8 {
  width: 0.8rem;
  height: 0.8rem;
}

.a-icon.as--10 {
  width: 1rem;
  height: 1rem;
}

.a-icon.as--12 {
  width: 1.2rem;
  height: 1.2rem;
}

.a-icon.as--15 {
  width: 1.5rem;
  height: 1.5rem;
}

.a-icon.as--20 {
  width: 2rem;
  height: 2rem;
}

.a-icon.as--25 {
  width: 2.5rem;
  height: 2.5rem;
}

.a-icon.as--24 {
  width: 2.4rem;
  height: 2.4rem;
}

.a-icon.as--34 {
  width: 3.4rem;
  height: 3.4rem;
}

.a-icon.as--35 {
  width: 3.5rem;
  height: 3.5rem;
}

.a-icon.as--40 {
  width: 4rem;
  height: 4rem;
}

.a-icon.as--44 {
  width: 4.4rem;
  height: 4.4rem;
}

.a-icon.as--54 {
  width: 5.4rem;
  height: 5.4rem;
}

.a-icon.as--70 {
  width: 7rem;
  height: 7rem;
}

.a-icon.as--72 {
  width: 7.2rem;
  height: 7.2rem;
}

.a-icon.as--200 {
  width: 20rem;
  height: 20rem;
}

.a-icon.as--240 {
  width: 24rem;
  height: 24rem;
}

.a-icon.as--300 {
  width: 30rem;
  height: 30rem;
}

/* ==========================================================================
   HEADINGS
   ========================================================================== */
/* headings Type
   ========================================================================== */
.a-title-1 {
  font-family: "futuraPT", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #141216;
  margin: 2rem 0;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-right: -0.5rem;
  position: relative;
}

.intro-title {
  position: relative;
  margin-bottom: 8rem;
}
.intro-title > .a-title-1 {
  margin: 0;
}
.intro-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 170%;
  width: 100%;
  background-color: white;
  z-index: 2;
  top: -22rem;
}
.intro-title svg {
  fill: #d2d1d3;
  width: 20rem;
  height: 40rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -27rem;
}

.a-title-1-top {
  font-family: "futuraPT", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #141216;
  margin: 2rem 0;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-right: -0.5rem;
  position: relative;
  height: 16rem;
  overflow: hidden;
  z-index: 3;
}

.a-title-2 {
  margin: 1rem 0;
  font-family: "futuraPT", sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  color: #393939;
  line-height: 1.1;
  text-decoration: none;
}

.a-title-3 {
  margin: 1rem 0;
  font-family: "futuraPT", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}

.a-title-4 {
  margin: 1rem 0;
  font-family: "futuraPT", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}

@media only screen and (max-width: 56em) {
  .intro-title {
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
  .a-title-2 {
    font-size: 3rem;
    text-align: center;
  }
  .a-title-1, .a-title-2 {
    line-height: 1.4;
  }
}
.as--loading {
  cursor: default;
  position: relative;
}
.as--loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35) url(../img/common/loading.gif) no-repeat center;
  z-index: 2;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
/* Base
/*========================================================================== */
[data-pict] {
  display: block;
  position: relative;
  overflow: hidden;
}
[data-pict] img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.no-objectfit [data-pict] img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.no-objectfit [data-pict*=homothetic] img {
  position: static;
  width: 100%;
  min-height: 0;
  min-width: 0;
  transform: translate(0, 0);
}

[data-pict*=left] img {
  object-position: 0 50%;
}
.no-objectfit [data-pict*=left] img {
  left: 0;
  transform: translate(0, -50%);
}

[data-pict*=right] img {
  object-position: 100% 50%;
}
.no-objectfit [data-pict*=right] img {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}

[data-pict*=top] img {
  object-position: 50% 0;
}
.no-objectfit [data-pict*=top] img {
  top: 0;
  transform: translate(-50%, 0);
}
[data-pict*=top][data-pict*=left] img {
  object-position: 0 0;
}
.no-objectfit [data-pict*=top][data-pict*=left] img {
  transform: translate(0, 0);
}
[data-pict*=top][data-pict*=right] img {
  object-position: 100% 0;
}
.no-objectfit [data-pict*=top][data-pict*=right] img {
  transform: translate(0, 0);
}

[data-pict*=bottom] img {
  object-position: 50% 100%;
}
.no-objectfit [data-pict*=bottom] img {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
[data-pict*=bottom][data-pict*=left] img {
  object-position: 0 100%;
}
.no-objectfit [data-pict*=bottom][data-pict*=left] img {
  transform: translate(0, 0);
}
[data-pict*=bottom][data-pict*=right] img {
  object-position: 100% 100%;
}
.no-objectfit [data-pict*=bottom][data-pict*=right] img {
  transform: translate(0, 0);
}

[data-pict*=bg-contain] img {
  object-fit: contain;
}
.no-objectfit [data-pict*=bg-contain] img {
  max-width: 100%;
  max-height: 100%;
}

[data-pict*=default] img {
  object-fit: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.no-objectfit [data-pict*=default] img {
  position: static;
  min-width: 0;
  min-height: 0;
  transform: translate(0, 0);
}

/* Responsive Helper
 * shows current breakpoint in bottom left corner on resize
 * if localstorage 'responsive-debug' is true
   ========================================================================== */
.responsive-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9999999999;
  border-radius: 0 4px 0 0;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.responsive-helper.as--visible {
  display: block;
}
@media screen and (max-width: $mq-1) {
  .responsive-helper:before {
    content: "MQ-1";
  }
}
@media screen and (min-width: $mq-10.0625) and (max-width: $mq-2) {
  .responsive-helper:before {
    content: "MQ-2";
  }
}
@media screen and (min-width: $mq-20.0625) and (max-width: $mq-3) {
  .responsive-helper:before {
    content: "MQ-3";
  }
}
@media screen and (min-width: $mq-30.0625) and (max-width: $mq-4) {
  .responsive-helper:before {
    content: "MQ-4";
  }
}
@media screen and (min-width: $mq-40.0625) and (max-width: $mq-5) {
  .responsive-helper:before {
    content: "MQ-5";
  }
}
@media screen and (min-width: $mq-50.0625) and (max-width: $mq-6) {
  .responsive-helper:before {
    content: "MQ-6";
  }
}
@media screen and (min-width: $mq-60.0625) and (max-width: $mq-7) {
  .responsive-helper:before {
    content: "MQ-7";
  }
}
@media screen and (min-width: $mq-70.0625) {
  .responsive-helper:before {
    content: "MQ---";
  }
}

/* ==========================================================================
   RICH TEXT
   ========================================================================== */
.column-count {
  column-count: 2;
}
@media only screen and (max-width: 56em) {
  .column-count {
    column-count: 1;
  }
}

.editor-wysiwyg {
  position: relative;
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
  font-family: "Montserrat", sans-serif;
  /* Image
     ========================================================================== */
  /*--- extend styles pour wordpress ---*/
}
.editor-wysiwyg:after {
  clear: both;
}
.editor-wysiwyg h2,
.editor-wysiwyg h3,
.editor-wysiwyg h4,
.editor-wysiwyg h5,
.editor-wysiwyg h6 {
  margin-bottom: 1em;
}
.editor-wysiwyg h2 {
  font-size: 3rem !important;
  margin: 1rem 0;
  font-family: "futuraPT", sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  color: #393939;
  line-height: 1.1;
  text-decoration: none;
}
.editor-wysiwyg h3 {
  margin: 1rem 0;
  font-family: "futuraPT", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #141216;
  text-transform: none;
  line-height: 1.1;
  text-decoration: none;
}
.editor-wysiwyg h4 {
  font-size: 1em; /* 16px */
}
.editor-wysiwyg h5 {
  font-size: 1em; /* 16px */
}
.editor-wysiwyg h6 {
  font-size: 1em; /* 16px */
}
.editor-wysiwyg p,
.editor-wysiwyg ul,
.editor-wysiwyg ol,
.editor-wysiwyg table,
.editor-wysiwyg iframe,
.editor-wysiwyg blockquote {
  margin-bottom: 1.5em;
}
.editor-wysiwyg .table-scroll {
  overflow: auto;
  margin-bottom: 1.5em;
}
.editor-wysiwyg .table-scroll table {
  margin: 0;
}
.editor-wysiwyg p:empty,
.editor-wysiwyg ul:empty,
.editor-wysiwyg ol:empty {
  display: none;
}
.editor-wysiwyg ul,
.editor-wysiwyg ol {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
.editor-wysiwyg ul.column-2,
.editor-wysiwyg ol.column-2 {
  column-count: 2;
  column-gap: 40px;
}
.editor-wysiwyg ul ul,
.editor-wysiwyg ul ol,
.editor-wysiwyg ol ul,
.editor-wysiwyg ol ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-wysiwyg li {
  margin-bottom: 0.5em;
}
.editor-wysiwyg ul > li {
  align-items: center;
  color: #393939;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .editor-wysiwyg ul > li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .editor-wysiwyg ul > li {
    font-size: 1.3rem;
  }
}
.editor-wysiwyg ul > li:before {
  content: "";
  display: inline-block;
  line-height: 1;
  margin-right: 2rem;
  width: 7px;
  height: 7px;
  background-color: #8c2c2c;
}
.editor-wysiwyg ol {
  counter-reset: my-badass-counter;
}
.editor-wysiwyg ol > li {
  position: relative;
  margin-left: 2.5em;
}
.editor-wysiwyg ol > li:before {
  position: absolute;
  top: 0.1em;
  left: -1.3em;
  padding: 0 6px 0 0;
  margin-right: 0;
  font-size: 0.9em;
  font-weight: 700;
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
}
.editor-wysiwyg a:not(.a-button) {
  color: #8c2c2c;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .editor-wysiwyg a:not(.a-button) {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .editor-wysiwyg a:not(.a-button) {
    text-decoration: underline;
  }
}
.editor-wysiwyg a:not(.a-button):after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
  background-color: #d6d4d7;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.editor-wysiwyg a:not(.a-button):hover::after {
  width: 0%;
}
.editor-wysiwyg table {
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 5rem 0;
  border-collapse: collapse;
  color: #141216;
}
@media screen and (max-width: 38em) {
  .editor-wysiwyg table {
    margin: 2.5rem 0;
  }
}
.editor-wysiwyg th,
.editor-wysiwyg td {
  padding: 2rem 3rem;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  vertical-align: top;
}
.editor-wysiwyg tbody {
  border-bottom: 1rem solid #f0eef1;
}
.editor-wysiwyg td {
  text-align: center;
  font-size: 1.4rem;
}
.editor-wysiwyg th {
  vertical-align: middle;
  font-size: 1.6rem;
  background: #f0eef1;
  text-align: center;
}
.editor-wysiwyg th:first-child {
  text-transform: uppercase;
}
.editor-wysiwyg tr td:first-child {
  font-weight: 600;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.editor-wysiwyg tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.editor-wysiwyg tr:first-child th:first-child {
  border-left: none;
}
.editor-wysiwyg tr:first-child th:last-child {
  border-right: none;
}
.editor-wysiwyg tr {
  text-align: center;
}
.editor-wysiwyg tr td:last-child {
  border-right: none;
  color: #8c2c2c;
  font-weight: 600;
}
.editor-wysiwyg tr:nth-child(odd) td {
  background-color: #f0eef1;
}
.editor-wysiwyg tr:nth-child(even) td {
  background-color: transparent;
}
.editor-wysiwyg iframe {
  width: 100%;
}
.editor-wysiwyg img {
  max-width: 100%;
}
.editor-wysiwyg blockquote,
.editor-wysiwyg q {
  font-style: italic;
}
.editor-wysiwyg blockquote:before,
.editor-wysiwyg q:before {
  content: "« ";
}
.editor-wysiwyg blockquote:after,
.editor-wysiwyg q:after {
  content: " »";
}
.editor-wysiwyg blockquote p,
.editor-wysiwyg q p {
  display: inline;
}
.editor-wysiwyg .img-wysiwyg {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .img-wysiwyg img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .img-wysiwyg p,
.editor-wysiwyg .img-wysiwyg figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
.editor-wysiwyg .img-wysiwyg-left {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .img-wysiwyg-left img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .img-wysiwyg-left p,
.editor-wysiwyg .img-wysiwyg-left figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .img-wysiwyg-left {
    max-width: 50%;
    float: left;
    margin: 0 2em 2em 0;
  }
}
@media screen and (max-width: 38em) {
  .editor-wysiwyg .img-wysiwyg-left {
    clear: both;
    display: block;
    margin: 0 auto 2em;
  }
  .editor-wysiwyg .img-wysiwyg-left img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-left p,
  .editor-wysiwyg .img-wysiwyg-left figcaption {
    padding: 0.75em 0;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
  }
  .editor-wysiwyg .img-wysiwyg-left img {
    margin: 0 auto;
  }
  .editor-wysiwyg .img-wysiwyg-left p,
  .editor-wysiwyg .img-wysiwyg-left figcaption {
    text-align: center;
  }
}
.editor-wysiwyg .img-wysiwyg-right {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .img-wysiwyg-right img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .img-wysiwyg-right p,
.editor-wysiwyg .img-wysiwyg-right figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .img-wysiwyg-right {
    max-width: 50%;
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media screen and (max-width: 38em) {
  .editor-wysiwyg .img-wysiwyg-right {
    clear: both;
    display: block;
    margin: 0 auto 2em;
  }
  .editor-wysiwyg .img-wysiwyg-right img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-right p,
  .editor-wysiwyg .img-wysiwyg-right figcaption {
    padding: 0.75em 0;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
  }
  .editor-wysiwyg .img-wysiwyg-right img {
    margin: 0 auto;
  }
  .editor-wysiwyg .img-wysiwyg-right p,
  .editor-wysiwyg .img-wysiwyg-right figcaption {
    text-align: center;
  }
}
.editor-wysiwyg .img-wysiwyg-center {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .img-wysiwyg-center img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .img-wysiwyg-center p,
.editor-wysiwyg .img-wysiwyg-center figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
.editor-wysiwyg .img-wysiwyg-center img {
  margin: 0 auto;
}
.editor-wysiwyg .img-wysiwyg-center p,
.editor-wysiwyg .img-wysiwyg-center figcaption {
  text-align: center;
}
.editor-wysiwyg .alignnone {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .alignnone img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .alignnone p,
.editor-wysiwyg .alignnone figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
.editor-wysiwyg .alignleft {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .alignleft img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .alignleft p,
.editor-wysiwyg .alignleft figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .alignleft {
    max-width: 50%;
    float: left;
    margin: 0 2em 2em 0;
  }
}
@media screen and (max-width: 38em) {
  .editor-wysiwyg .alignleft {
    clear: both;
    display: block;
    margin: 0 auto 2em;
  }
  .editor-wysiwyg .alignleft img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .alignleft p,
  .editor-wysiwyg .alignleft figcaption {
    padding: 0.75em 0;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
  }
  .editor-wysiwyg .alignleft img {
    margin: 0 auto;
  }
  .editor-wysiwyg .alignleft p,
  .editor-wysiwyg .alignleft figcaption {
    text-align: center;
  }
}
.editor-wysiwyg .alignright {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .alignright img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .alignright p,
.editor-wysiwyg .alignright figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .alignright {
    max-width: 50%;
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media screen and (max-width: 38em) {
  .editor-wysiwyg .alignright {
    clear: both;
    display: block;
    margin: 0 auto 2em;
  }
  .editor-wysiwyg .alignright img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .alignright p,
  .editor-wysiwyg .alignright figcaption {
    padding: 0.75em 0;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
  }
  .editor-wysiwyg .alignright img {
    margin: 0 auto;
  }
  .editor-wysiwyg .alignright p,
  .editor-wysiwyg .alignright figcaption {
    text-align: center;
  }
}
.editor-wysiwyg .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2em;
}
.editor-wysiwyg .aligncenter img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-wysiwyg .aligncenter p,
.editor-wysiwyg .aligncenter figcaption {
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
.editor-wysiwyg .aligncenter img {
  margin: 0 auto;
}
.editor-wysiwyg .aligncenter p,
.editor-wysiwyg .aligncenter figcaption {
  text-align: center;
}
.editor-wysiwyg hr {
  clear: both;
}
.editor-wysiwyg hr.clearfix {
  border: 0;
}
.editor-wysiwyg > :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 75em) {
  section.editor-wysiwyg img {
    height: auto;
  }
}
@media only screen and (max-width: 56em) {
  .equipe .main-content > .editor-wysiwyg table {
    height: auto !important;
  }
  .equipe .main-content > .editor-wysiwyg table tbody {
    display: flex;
    overflow: scroll;
  }
  .equipe .main-content > .editor-wysiwyg table tr {
    margin-bottom: 0px;
    height: auto !important;
    border: 1px solid #f0eef1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .equipe .main-content > .editor-wysiwyg table td {
    display: flex;
    text-align: right;
    min-height: 100px !important;
    width: 100% !important;
    border: 1px solid #f0eef1;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
  }
  .equipe .main-content > .editor-wysiwyg table td > span {
    margin-left: 0.5rem;
  }
  .equipe .main-content > .editor-wysiwyg table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .editor-wysiwyg blockquote, .editor-wysiwyg iframe, .editor-wysiwyg ol, .editor-wysiwyg p, .editor-wysiwyg table, .editor-wysiwyg ul {
    font-size: 1.3rem;
  }
  .editor-wysiwyg {
    padding: 0 2.5rem;
  }
  .editor-wysiwyg .alignnone {
    object-fit: cover;
  }
  .editor-wysiwyg h2 {
    font-size: 2rem !important;
  }
  .editor-wysiwyg.text-left .text, .editor-wysiwyg.text-right .text {
    padding: 3rem 0rem 0 0 !important;
  }
  .editor-wysiwyg th, .editor-wysiwyg td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 32em) {
  section.tableau .inner-wrap {
    overflow: scroll;
    width: 100%;
  }
}
div.texte_centrer a {
  text-decoration: none !important;
}

/* A tooltip helpers
   ========================================================================== */
.a-tip {
  appearance: none;
  background: #141216;
  border: 1px solid #141216;
  color: #fff;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  top: -0.4rem;
  margin-left: 0.7rem;
  padding: 0;
}
.a-tip .a-tip-label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
}
.a-tip .a-tip-text {
  font-weight: 400;
  text-align: left;
  font-size: 1.1rem;
  padding: 0.7rem;
  width: 15rem;
  position: absolute;
  z-index: -1;
  bottom: 150%;
  left: -1rem;
  background: #141216;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear 300ms;
}
.a-tip .a-tip-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2rem;
  width: 0;
  height: 0;
  border-top: 0.7rem solid #141216;
  border-right: 0.7rem solid transparent;
}
.a-tip:hover .a-tip-text, .a-tip:focus .a-tip-text {
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear;
  transform: translateY(0);
  opacity: 1;
  z-index: 0;
}

@keyframes toBottom {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@keyframes opacity {
  to {
    opacity: 0;
  }
}
@keyframes scrollTop {
  to {
    margin-top: -100rem;
  }
}
@keyframes scrollDown {
  to {
    margin-bottom: -100%;
  }
}
@keyframes scrollMinHeight {
  to {
    max-height: 0%;
  }
}
@keyframes hoverNav {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-item-inview:not(.product-stairs) {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(200px);
}

.is-inview:not(.product-stairs) {
  opacity: 1;
  transform: translateY(0px);
}

.js-item-inview-bis:not(.product-stairs) {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transition-delay: 0.2s;
  transform: translateY(200px);
}

.is-inview-bis:not(.product-stairs) {
  opacity: 1;
  transform: translateY(0px);
}

/* Components
   ========================================================================== */
/* ==========================================================================
   MESSAGES BANNER ( Cookies / warning / news ...)
   ========================================================================== */
.c-banner-messages {
  position: relative;
  margin: 0 auto;
  padding: 4rem 12rem 4rem 6rem;
  background: #f0eef1;
  align-items: left;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 88em) {
  .c-banner-messages {
    padding: 3rem 9rem 3rem 3rem;
  }
}
@media screen and (max-width: 38em) {
  .c-banner-messages {
    padding: 1.5rem 7.5rem 1.5rem 1.5rem;
  }
}
.c-banner-messages p {
  margin: 0 30% 1rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 56em) {
  .c-banner-messages p {
    margin: 0;
  }
}
.c-banner-messages p a {
  color: inherit;
  font-weight: 700;
}
.c-banner-messages .a-button:not(.as--close) {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
.c-banner-messages .a-button.as--close {
  top: 4rem;
  right: 6rem;
}
@media screen and (max-width: 88em) {
  .c-banner-messages .a-button.as--close {
    top: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 38em) {
  .c-banner-messages .a-button.as--close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.c-breadcrumb {
  margin: 0.5rem 0 2rem;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 56em) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb:before {
  left: 0;
  margin-left: 0;
}
.c-breadcrumb li {
  display: inline-block;
  color: #141216;
}
.c-breadcrumb li a {
  transition: 0.3s;
  color: inherit;
  text-decoration: underline;
}
.c-breadcrumb li a:hover {
  text-decoration: none;
}
.c-breadcrumb li:after {
  content: " / ";
  display: inline-block;
  margin: 0 0.5rem;
}
.c-breadcrumb li:last-child:after {
  display: none;
}
.c-breadcrumb li:last-child a {
  text-decoration: none;
  cursor: text;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
button, input, select, textarea {
  border-radius: 0;
}

.form-group > legend {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.form-field {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 1rem;
  /* Labels
     ========================================================================== */
  /* Inputs
   ========================================================================== */
  /*.input-file {
    input[type="file"] {
      cursor: pointer;
      font-size: 10rem;
      height: 100%;
      opacity: 0.01;
      position: absolute;
      right: 0;
      top: 0;
    }
    .file-text-holder {
      width: calc(100% - 1rem);
      line-height: 3.8rem;
    }
  }*/
  /* Textarea
   ========================================================================== */
  /* Select
   ========================================================================== */
  /* errors
     ========================================================================== */
}
.form-field > label {
  display: block;
  margin-bottom: 1rem;
  padding: 1.3rem 0.5rem 0 0;
  line-height: 1.9rem;
  color: #141216;
  font-weight: 700;
}
.form-field > label .ex {
  font-size: 1.4rem;
  display: block;
  text-transform: none;
  font-weight: normal;
}
.form-field.as--icon > div {
  position: relative;
}
.form-field.as--icon > div > .a-icon,
.form-field.as--icon > div > .a-button {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 5;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-field.as--icon input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]) {
  padding-right: 4rem;
}
.form-field.as--icon.as--btn-password .a-button {
  cursor: pointer;
  pointer-events: auto;
  transition: 0.35s;
  opacity: 0.8;
  border: 0;
  background: none;
  padding: 0;
}
.form-field.as--icon.as--btn-password .a-button:hover {
  opacity: 1;
}
.form-field.as--icon.as--btn-password .btn-password-hide {
  display: none;
}
.form-field.as--icon.as--btn-password.as--visible .btn-password-hide {
  display: block;
}
.form-field.as--icon.as--btn-password.as--visible .btn-password-show {
  display: none;
}
.form-field.as--btn-clear input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]) {
  padding-right: 4rem;
}
.form-field.as--btn-clear > div {
  position: relative;
}
.form-field.as--btn-clear .btn-clear {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  color: #f0eef1;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  transition: 0.35s;
}
.form-field.as--btn-clear .btn-clear:hover {
  color: #fffefe;
}
.form-field.as--btn-clear .btn-clear .as--icon.form-field.as--btn-clear .btn-clear {
  right: 3.5rem;
}
.form-field.as--btn-clear.as--not-empty .btn-clear {
  display: block;
}
.form-field.as--btn-clear.as--icon input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]) {
  padding-right: 8rem;
}
.form-field.as--btn-clear.as--icon .btn-clear {
  right: 3.5rem;
}
.form-field.field-animated {
  padding-top: 3rem;
}
.form-field.field-animated > label {
  position: absolute;
  top: 3rem;
  left: 1.8rem;
  z-index: 1;
  margin: 0;
  pointer-events: none;
  transition: 0.2s;
}
.form-field.as--focused > label {
  top: 0;
  left: 0;
  padding: 0;
  font-size: 1.3rem;
}
.form-field ::-webkit-input-placeholder {
  color: rgba(20, 18, 22, 0.8);
  font-family: inherit;
}
.form-field ::-moz-placeholder {
  color: rgba(20, 18, 22, 0.8);
  font-family: inherit;
}
.form-field :-ms-input-placeholder {
  color: rgba(20, 18, 22, 0.8) !important;
  font-family: inherit !important;
}
.form-field input:-moz-placeholder {
  color: rgba(20, 18, 22, 0.8);
  font-family: inherit;
}
.form-field input.placeholder {
  color: rgba(20, 18, 22, 0.8);
  font-family: inherit;
}
.form-field textarea,
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]),
.form-field select {
  font-family: inherit;
  font-weight: 600;
  color: #141216;
  appearance: none;
}
.form-field textarea.h-no-border,
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]).h-no-border,
.form-field select.h-no-border {
  border: 0 !important;
}
.form-field textarea.h-no-bg,
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]).h-no-bg,
.form-field select.h-no-bg {
  background: transparent !important;
}
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]),
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  line-height: 1.9rem;
  font-size: 1.6rem;
  border: 0.1rem solid #999;
  padding: 1.3rem 1.8rem;
  background: #fff;
}
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]):focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #bfbfbf;
  outline: none;
}
.form-field input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset])::-ms-clear,
.form-field select::-ms-clear,
.form-field textarea::-ms-clear {
  display: none;
}
.form-field textarea {
  resize: vertical;
  height: 14rem;
}
.form-field .select-wrapper {
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #999;
  background: #fff;
  padding: 0;
}
.form-field .select-wrapper.h-no-border {
  border: 0 !important;
}
.form-field .select-wrapper.h-no-bg {
  background: transparent !important;
}
.form-field .select-wrapper:focus-within {
  border-color: #bfbfbf;
}
.form-field .select-wrapper select {
  height: 100%;
  width: 100%;
  padding-right: 3rem;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
.form-field .select-wrapper select::-ms-expand {
  display: none;
}
.form-field .select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  border: transparent solid;
  border-width: 1rem 0.5rem 0 0.5rem;
  margin-top: -0.5rem;
  border-top-color: #141216;
  pointer-events: none;
}
.form-field .select-wrapper.h-color-black {
  border-color: #000;
}
.form-field .select-wrapper.h-color-black:focus-within {
  border-color: #262626;
}
.form-field .select-wrapper.h-color-black select {
  color: #000;
}
.form-field .select-wrapper.h-color-black::after {
  border-top-color: #000;
}
.form-field .select-wrapper.h-color-grey-1 {
  border-color: #393939;
}
.form-field .select-wrapper.h-color-grey-1:focus-within {
  border-color: #5f5f5f;
}
.form-field .select-wrapper.h-color-grey-1 select {
  color: #393939;
}
.form-field .select-wrapper.h-color-grey-1::after {
  border-top-color: #393939;
}
.form-field .select-wrapper.h-color-grey-2 {
  border-color: #fffefe;
}
.form-field .select-wrapper.h-color-grey-2:focus-within {
  border-color: white;
}
.form-field .select-wrapper.h-color-grey-2 select {
  color: #fffefe;
}
.form-field .select-wrapper.h-color-grey-2 select option {
  color: #141216;
}
.form-field .select-wrapper.h-color-grey-2::after {
  border-top-color: #fffefe;
}
.form-field .select-wrapper.h-color-grey-3 {
  border-color: #f0eef1;
}
.form-field .select-wrapper.h-color-grey-3:focus-within {
  border-color: white;
}
.form-field .select-wrapper.h-color-grey-3 select {
  color: #f0eef1;
}
.form-field .select-wrapper.h-color-grey-3 select option {
  color: #141216;
}
.form-field .select-wrapper.h-color-grey-3::after {
  border-top-color: #f0eef1;
}
.form-field .select-wrapper.h-color-grey-4 {
  border-color: #979797;
}
.form-field .select-wrapper.h-color-grey-4:focus-within {
  border-color: #bdbdbd;
}
.form-field .select-wrapper.h-color-grey-4 select {
  color: #979797;
}
.form-field .select-wrapper.h-color-grey-4::after {
  border-top-color: #979797;
}
.form-field .select-wrapper.h-color-white {
  border-color: #fff;
}
.form-field .select-wrapper.h-color-white:focus-within {
  border-color: white;
}
.form-field .select-wrapper.h-color-white select {
  color: #fff;
}
.form-field .select-wrapper.h-color-white select option {
  color: #141216;
}
.form-field .select-wrapper.h-color-white::after {
  border-top-color: #fff;
}
.form-field .select-wrapper.h-color-primary {
  border-color: #141216;
}
.form-field .select-wrapper.h-color-primary:focus-within {
  border-color: #3a3440;
}
.form-field .select-wrapper.h-color-primary select {
  color: #141216;
}
.form-field .select-wrapper.h-color-primary::after {
  border-top-color: #141216;
}
.form-field .select-wrapper.h-color-secondary {
  border-color: #8c2c2c;
}
.form-field .select-wrapper.h-color-secondary:focus-within {
  border-color: #c34141;
}
.form-field .select-wrapper.h-color-secondary select {
  color: #8c2c2c;
}
.form-field .select-wrapper.h-color-secondary::after {
  border-top-color: #8c2c2c;
}
.form-field .select-wrapper.h-color-facebook {
  border-color: #3b5998;
}
.form-field .select-wrapper.h-color-facebook:focus-within {
  border-color: #5f7ec1;
}
.form-field .select-wrapper.h-color-facebook select {
  color: #3b5998;
}
.form-field .select-wrapper.h-color-facebook::after {
  border-top-color: #3b5998;
}
.form-field .select-wrapper.h-color-twitter {
  border-color: #00aced;
}
.form-field .select-wrapper.h-color-twitter:focus-within {
  border-color: #3bc9ff;
}
.form-field .select-wrapper.h-color-twitter select {
  color: #00aced;
}
.form-field .select-wrapper.h-color-twitter::after {
  border-top-color: #00aced;
}
.form-field .select-wrapper.h-color-linkedin {
  border-color: #0077b5;
}
.form-field .select-wrapper.h-color-linkedin:focus-within {
  border-color: #03a9ff;
}
.form-field .select-wrapper.h-color-linkedin select {
  color: #0077b5;
}
.form-field .select-wrapper.h-color-linkedin::after {
  border-top-color: #0077b5;
}
.form-field .select-wrapper.h-color-pinterest {
  border-color: #cb2028;
}
.form-field .select-wrapper.h-color-pinterest:focus-within {
  border-color: #e4545a;
}
.form-field .select-wrapper.h-color-pinterest select {
  color: #cb2028;
}
.form-field .select-wrapper.h-color-pinterest::after {
  border-top-color: #cb2028;
}
.form-field .select-wrapper.h-color-gplus {
  border-color: #cc3732;
}
.form-field .select-wrapper.h-color-gplus:focus-within {
  border-color: #dc726f;
}
.form-field .select-wrapper.h-color-gplus select {
  color: #cc3732;
}
.form-field .select-wrapper.h-color-gplus::after {
  border-top-color: #cc3732;
}
.form-field .select-wrapper.h-color-youtube {
  border-color: #cd201f;
}
.form-field .select-wrapper.h-color-youtube:focus-within {
  border-color: #e55453;
}
.form-field .select-wrapper.h-color-youtube select {
  color: #cd201f;
}
.form-field .select-wrapper.h-color-youtube::after {
  border-top-color: #cd201f;
}
.form-field .select-wrapper.h-color-viadeo {
  border-color: #eb6311;
}
.form-field .select-wrapper.h-color-viadeo:focus-within {
  border-color: #f39156;
}
.form-field .select-wrapper.h-color-viadeo select {
  color: #eb6311;
}
.form-field .select-wrapper.h-color-viadeo::after {
  border-top-color: #eb6311;
}
.form-field .select-wrapper.h-color-vimeo {
  border-color: #009FDE;
}
.form-field .select-wrapper.h-color-vimeo:focus-within {
  border-color: #2cc3ff;
}
.form-field .select-wrapper.h-color-vimeo select {
  color: #009FDE;
}
.form-field .select-wrapper.h-color-vimeo::after {
  border-top-color: #009FDE;
}
.form-field .select-wrapper.h-color-instagram {
  border-color: #3f729b;
}
.form-field .select-wrapper.h-color-instagram:focus-within {
  border-color: #6698c1;
}
.form-field .select-wrapper.h-color-instagram select {
  color: #3f729b;
}
.form-field .select-wrapper.h-color-instagram::after {
  border-top-color: #3f729b;
}
.form-field .select-wrapper.h-color-tumblr {
  border-color: #529ecc;
}
.form-field .select-wrapper.h-color-tumblr:focus-within {
  border-color: #8dbfdd;
}
.form-field .select-wrapper.h-color-tumblr select {
  color: #529ecc;
}
.form-field .select-wrapper.h-color-tumblr::after {
  border-top-color: #529ecc;
}
.form-field .select-wrapper.h-color-flickr {
  border-color: #ff0084;
}
.form-field .select-wrapper.h-color-flickr:focus-within {
  border-color: #ff4da9;
}
.form-field .select-wrapper.h-color-flickr select {
  color: #ff0084;
}
.form-field .select-wrapper.h-color-flickr::after {
  border-top-color: #ff0084;
}
.form-field.as--valid input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]) {
  border-color: #5aa700;
  color: #5aa700;
}
.form-field.as--invalid input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]) {
  border-color: #e0182d;
  color: #e0182d;
}
.form-field .form-msg-error {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #e0182d;
  margin-top: 0.5rem;
}
.form-field .input-helper {
  display: none;
}
.form-field .input-btn-check-group {
  margin: -0.7rem;
  font-size: 0;
  flex: auto;
}

/* Radio + Checkbox
   ========================================================================== */
.input-checkbox,
.input-radio {
  line-height: 1.6rem;
  padding: 0.5rem 0;
  display: inline-block;
  white-space: nowrap;
}
.input-checkbox input,
.input-radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.input-checkbox input + span, .input-checkbox input + label,
.input-radio input + span,
.input-radio input + label {
  position: relative;
  cursor: pointer;
  text-transform: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.input-checkbox input + span::before, .input-checkbox input + span::after, .input-checkbox input + label::before, .input-checkbox input + label::after,
.input-radio input + span::before,
.input-radio input + span::after,
.input-radio input + label::before,
.input-radio input + label::after {
  content: "";
  position: absolute;
  transition: 0.2s;
}
.input-checkbox input + span::before, .input-checkbox input + label::before,
.input-radio input + span::before,
.input-radio input + label::before {
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  border: 0.1rem solid #999;
  background: #fff;
}
.input-checkbox input:focus + span::before, .input-checkbox input:focus + label::before,
.input-radio input:focus + span::before,
.input-radio input:focus + label::before {
  border-color: #bfbfbf;
}
.input-checkbox input[disabled] + span, .input-checkbox input[disabled] + label,
.input-radio input[disabled] + span,
.input-radio input[disabled] + label {
  opacity: 0.5;
  cursor: default;
}

.input-checkbox input + span, .input-checkbox input + label {
  padding-left: 3.5rem;
}
.input-checkbox input + span::after, .input-checkbox input + label::after {
  left: 1.2rem;
  top: 1.2rem;
  height: 0;
  width: 0;
  background: #141216;
}
.input-checkbox input:checked + span::after, .input-checkbox input:checked + label::after {
  left: 0.6rem;
  top: 0.6rem;
  height: 1.3rem;
  width: 1.3rem;
}

.input-radio input + span::before, .input-radio input + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  border: 0.1rem solid #999;
  border-radius: 50%;
  background: #141216;
  box-shadow: inset 0 0 0 1.3rem #fff;
  transition: 0.3s;
}
.input-radio input:checked + span::before, .input-radio input:checked + label::before {
  box-shadow: inset 0 0 0 0.6rem #fff;
}

.input-btn-check {
  padding: 0.7rem;
  display: inline-block;
  white-space: nowrap;
}
.input-btn-check input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.input-btn-check input + span, .input-btn-check input + label {
  border-color: #141216;
  background: #141216;
  color: #fff;
  margin: 0;
}
.input-btn-check input + span:hover, .input-btn-check input + label:hover {
  background: black;
  border-color: black;
}
.input-btn-check input + span.as--icon-round:hover, .input-btn-check input + label.as--icon-round:hover {
  background: #141216;
}
.input-btn-check input + span.as--ghost, .input-btn-check input + label.as--ghost {
  border-color: #141216;
  background: transparent;
}
.input-btn-check input + span.as--ghost:not([class*=h-color-]), .input-btn-check input + label.as--ghost:not([class*=h-color-]) {
  color: #141216;
}
.input-btn-check input + span.as--ghost:hover, .input-btn-check input + label.as--ghost:hover {
  background: rgba(20, 18, 22, 0.85);
  border-color: #141216;
}
.input-btn-check input + span:not(.as--no-hover):hover, .input-btn-check input + label:not(.as--no-hover):hover {
  color: #fff;
  background: rgba(140, 44, 44, 0.9);
}
.input-btn-check input:checked + span, .input-btn-check input:checked + label {
  background: transparent;
  color: #8c2c2c;
}
.input-btn-check input:checked + span:not(.a-button.as--no-hover):hover, .input-btn-check input:checked + label:not(.a-button.as--no-hover):hover {
  color: #8c2c2c;
  background: rgba(140, 44, 44, 0.1);
}
.input-btn-check input[disabled] + span, .input-btn-check input[disabled] + label {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.form-help {
  color: #141216;
  font-style: italic;
}

.form-field-autosuggest {
  position: relative;
}
.form-field-autosuggest input {
  position: relative;
  z-index: 4;
}

.form-field-autosuggest-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  margin-top: 2rem;
  padding: 1rem 0;
  background: #8c2c2c;
  font-weight: 700;
  color: #fff;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.form-field-autosuggest-dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 2rem;
  border: transparent solid;
  border-width: 0 1.1rem 1.1rem 1.1rem;
  border-bottom-color: #8c2c2c;
}
.form-field-autosuggest-dropdown li {
  padding: 1rem 3rem;
  cursor: pointer;
  transition: 0.35s;
}
.form-field-autosuggest-dropdown li:hover {
  text-decoration: underline;
}
.onlyMarmite input:focus ~ .form-field-autosuggest-dropdown {
  display: block;
}

li#field_1_23 select {
  width: 99%;
}

.required {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}

@media only screen and (max-width: 56em) {
  li#field_1_29 {
    flex-direction: column;
  }
  li#field_1_29 label {
    text-align: center;
    justify-content: center;
    padding: 2rem;
  }
  li#field_1_21,
  li#field_4_21 {
    flex-direction: column;
    height: auto;
  }
  .contact section.contact form .ginput_container_radio ul.gfield_radio li label, .enregistrer section.contact form .ginput_container_radio ul.gfield_radio li label {
    font-size: 1rem;
  }
  .contact section.contact form .ginput_container_radio ul.gfield_radio, .enregistrer section.contact form .ginput_container_radio ul.gfield_radio {
    padding-left: 0;
  }
  .gfield select {
    width: 100%;
  }
  .contact section.contact form .ginput_container_radio ul.gfield_radio li:first-child, .enregistrer section.contact form .ginput_container_radio ul.gfield_radio li:first-child {
    border-left: none;
  }
}
div.mailpoet_form {
  white-space: normal;
  width: 100% !important;
  border-color: #979797 !important;
}
.home-page div.mailpoet_form {
  margin: -8rem 0 4rem !important;
}
@media only screen and (max-width: 56em) {
  .home-page div.mailpoet_form {
    margin-top: -4rem !important;
  }
}
div.mailpoet_form .mailpoet_form_form > .mailpoet_form_columns > .mailpoet_form_column .mailpoet_form_image + .mailpoet_form_paragraph {
  padding: 0 2.5rem !important;
}
@media only screen and (max-width: 56em) {
  div.mailpoet_form input.mailpoet_text {
    border: 0.1rem solid #979797 !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 56em) {
  div.mailpoet_form input.mailpoet_text {
    border: 0.1rem solid #979797 !important;
    font-size: 1.5rem !important;
  }
}
div.mailpoet_form .mailpoet_submit {
  width: 16rem !important;
  display: block !important;
  margin: 0 auto !important;
}
div.mailpoet_form .parsley-errors-list li {
  font-size: 1rem !important;
}
div.mailpoet_form .parsley-errors-list li:before {
  display: none !important;
}

/* ==========================================================================
   MESSAGE BLOCK
   ========================================================================== */
.c-msg-block {
  margin: 2rem 0;
  padding: 1rem 2rem;
  border: 1px solid #999;
  background: #979797;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-msg-block > .title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.c-msg-block ul, .c-msg-block li, .c-msg-block ol {
  list-style: initial;
  text-align: left;
}
.c-msg-block ul {
  margin-top: 1rem;
}
.c-msg-block.msg-info {
  color: #5aaafa;
  border-color: #5aaafa;
  background-color: #f8fcff;
}
.c-msg-block.msg-success {
  color: #5aa700;
  border-color: #5aa700;
  background-color: #acff4b;
}
.c-msg-block.msg-error {
  color: #e0182d;
  border-color: #e0182d;
  background-color: #f5a6ae;
}
.c-msg-block.msg-warning {
  color: #efc100;
  border-color: #efc100;
  background-color: #ffea93;
}

/* ==========================================================================
   Paginations
   ========================================================================== */
.c-pagination {
  text-align: center;
}
.c-pagination > * {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 88em) {
  .c-pagination > *:not(.dots) {
    display: none;
  }
}
.c-pagination a:hover {
  text-decoration: none;
}
.c-pagination .as--active a {
  text-decoration: none;
  pointer-events: none;
}

/**
CARDS - PRODUCTS
 */
.product-item {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 31vw;
  background: radial-gradient(circle, rgb(252, 252, 252) 0%, rgb(240, 238, 241) 100%);
  transition: all ease 0.25s;
  text-decoration: unset;
}
.product-item:hover .product-details {
  opacity: 1;
}
.product-item:hover .product-details button, .product-item:hover .product-details .a-button {
  transition: 0.3s;
}
.product-item:hover .product-details button:hover, .product-item:hover .product-details .a-button:hover {
  background: #8c2c2c;
}
.product-item:hover .product-details button:hover svg, .product-item:hover .product-details .a-button:hover svg {
  fill: white !important;
  color: white;
}
.product-item:not(.sentinel):hover, .product-item:not(.sentinel):focus {
  background: #e7e5eb;
}
.product-item:not(.sentinel):hover .product-picture .product-picture-hover, .product-item:not(.sentinel):focus .product-picture .product-picture-hover {
  opacity: 1;
}
.product-item a {
  width: 100%;
  height: 100%;
  text-decoration: unset;
}
.product-item .product-picture {
  position: relative;
  height: 75%;
  transition: 0.5s;
}
.product-item .product-picture img {
  width: 100%;
  height: 476px;
}
.product-item .product-picture .product-picture-hover {
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  background: #e7e5eb;
  position: absolute;
}
.product-item .product-picture .product-picture-img {
  object-fit: contain;
  transition: 0.3s;
  background: radial-gradient(circle, #fcfcfc 0, #f0eef1 100%);
}
.product-item .product-details {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-item .product-details .a-button {
  background-color: rgb(239, 239, 239);
}
.product-item .product-details button, .product-item .product-details .a-button {
  padding: 1rem;
  border-radius: 0;
  position: relative;
  outline: none;
}
.product-item .product-details button:first-child, .product-item .product-details .a-button:first-child {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 0;
}
.product-item .product-details button:last-child, .product-item .product-details .a-button:last-child {
  border: 1px solid #dadada;
}
.product-item .product-details button.added, .product-item .product-details .a-button.added {
  background: #8c2c2c;
}
.product-item .product-details button.added.save svg, .product-item .product-details button.added.cart svg, .product-item .product-details .a-button.added.save svg, .product-item .product-details .a-button.added.cart svg {
  fill: #e7e5eb;
}
.product-item .product-details button.added .as--removed, .product-item .product-details .a-button.added .as--removed {
  display: none;
}
.product-item .product-details button.added .as--added, .product-item .product-details .a-button.added .as--added {
  display: block;
}
.product-item .product-details button:not(.added) .as--added, .product-item .product-details .a-button:not(.added) .as--added {
  display: none;
}
.product-item .product-details button:not(.added) .as--removed, .product-item .product-details .a-button:not(.added) .as--removed {
  display: block;
}
.product-item .product-details button:not(.added).save svg, .product-item .product-details button:not(.added).cart svg, .product-item .product-details .a-button:not(.added).save svg, .product-item .product-details .a-button:not(.added).cart svg {
  fill: #9a9a9a;
}
.product-item .product-details button.cart a, .product-item .product-details .a-button.cart a {
  position: absolute;
  top: 0;
  font-size: 0;
  left: 0;
}
.product-item .product-infos {
  display: flex;
  min-height: 25%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.product-item .product-infos .name {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
.product-item .product-infos .price {
  font-weight: 700;
  margin-top: 10px;
}

@media only screen and (max-width: 56em) {
  .product-item .a-button {
    width: 50%;
  }
  .product-item .product-details .a-button:last-child, .product-item .product-details button:last-child {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .product-item .product-picture {
    height: auto;
  }
  .product-item .product-picture img {
    height: auto;
  }
  .product-item .product-details {
    opacity: 1;
  }
  .intro p {
    max-width: 100% !important;
  }
  .product-list {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .product-list .slider-content bdi {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .product-list .slider-content span {
    display: block;
  }
  .intro .intro--headline {
    text-align: center;
  }
}
@media only screen and (max-width: 32em) {
  .product-item .product-details {
    position: relative;
    bottom: -4rem;
    transform: translate(0);
    left: 0;
    right: 0;
  }
  .product-item {
    margin-bottom: 5rem;
  }
  .product-item .product-picture {
    margin-bottom: 3rem;
  }
}
/**
<<<<<<< HEAD
  PRODUCT
=======
  PRODUCTS - SHEET
>>>>>>> inte--list_products
 */
.attribute_text_value {
  font-weight: 500 !important;
  color: #212529 !important;
  font-size: 13px !important;
  padding-left: 1rem;
  text-align: right;
  padding-right: 1rem;
  outline: 0;
  box-shadow: none;
  background-image: none;
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif !important;
  border: 0 none;
}

.product-page {
  /*Pour le simulateur*/
  /*fin simulateur*/
}
.product-page .a-title-1 {
  margin: 2rem 0 7.5rem 0;
}
.product-page .product-head {
  margin-top: 7rem;
  margin-bottom: 5em;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.product-page .product-head .hero-title .a-button {
  border: 1px solid #d9d8d8;
  width: auto;
  height: 3.5rem;
  font-size: 1.3rem;
  padding: 1.5rem;
  border-radius: 5px;
}
.product-page .product-head .hero-title .a-button svg {
  width: 3.3rem;
  height: 2.1rem;
  margin-right: 1.5rem;
}
.product-page .product-head .mcp {
  justify-content: end;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(3, 96px);
  grid-auto-rows: 96px;
}
.product-page .product-head ul {
  grid-column: 1/4;
  justify-self: end;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 98px;
}
.product-page .product-head ul.as--active {
  opacity: 1;
}
.product-page .product-head ul li {
  height: 96px;
  width: 96px;
}
.product-page .product-head ul li:last-child {
  margin-top: 2px;
}
.product-page .product-head ul li a {
  z-index: 2;
  align-items: center;
  height: 100%;
  background: rgb(240, 238, 241);
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
  transition: background 0.3s;
  position: relative;
}
.product-page .product-head ul li a:hover, .product-page .product-head ul li a:focus {
  cursor: pointer;
}
.product-page .product-head ul li a:hover:after, .product-page .product-head ul li a:focus:after {
  opacity: 1;
}
.product-page .product-head ul li a:after {
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(240, 238, 241) 50%);
}
.product-page .product-head ul li a.sm-facebook svg {
  height: 35px;
  width: 17px;
  margin: auto;
}
.product-page .product-head ul li a.sm-twitter img {
  position: relative;
  z-index: 2;
}
.product-page .product-head ul li a.sm-twitter svg {
  height: 34px;
  width: 38px;
  margin: auto;
}
.product-page .product-head ul li a svg {
  z-indeX: 1;
  stroke-width: 4px;
}
.product-page .product-head .mcp .save, .product-page .product-head .mcp .contact, .product-page .product-head .mcp .sm-share {
  height: 100%;
  background: #f0eef1;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
  transition: all ease 0.25s;
}
.product-page .product-head .mcp .save span, .product-page .product-head .mcp .contact span, .product-page .product-head .mcp .sm-share span {
  color: #141216;
  letter-spacing: 0;
  z-index: 1;
  font-weight: normal;
}
.product-page .product-head .mcp .save > svg, .product-page .product-head .mcp .contact > svg, .product-page .product-head .mcp .sm-share > svg {
  z-index: 1;
  margin: 0 auto 10px;
}
.product-page .product-head .mcp .save:not(.added):hover, .product-page .product-head .mcp .contact:hover, .product-page .product-head .mcp .sm-share:hover {
  cursor: pointer;
  background: #f5f3f6;
}
.product-page .product-head .mcp .save:not(.added):hover:after, .product-page .product-head .mcp .contact:hover:after, .product-page .product-head .mcp .sm-share:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(white 0, #f5f3f6 50%);
}
.product-page .product-head .mcp .save {
  outline: none;
  border: none;
  align-items: center;
}
.product-page .product-head .mcp .save .as--removed {
  position: absolute;
  margin-bottom: 0 !important;
  bottom: 53%;
  fill: #979797;
}
.product-page .product-head .mcp .save:not(.added) .as--removed {
  visibility: visible;
}
.product-page .product-head .mcp .save:not(.added) .as--added {
  visibility: hidden;
}
.product-page .product-head .mcp .save.added {
  background: #8c2c2c;
  transition: all 0.25s ease;
}
.product-page .product-head .mcp .save.added span {
  color: white;
}
.product-page .product-head .mcp .save.added .as--removed {
  visibility: hidden;
}
.product-page .product-head .mcp .save.added .as--added {
  fill: white;
  visibility: visible;
  animation-duration: 0.5s;
  animation-name: addFav;
}
@keyframes addFav {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 32em) {
  .product-page .product-head {
    flex-direction: column-reverse;
    margin-bottom: 1em;
  }
  .product-page .product-head .hero {
    margin-top: 20px;
  }
}
.product-page .product-wrapper {
  margin-bottom: 6em;
}
.product-page .product-wrapper .product_content_wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}
.product-page .product-wrapper .product_content_wrapper .variations_form button[type=submit] {
  position: relative !important;
}
.product-page .product-wrapper .product_content_wrapper picture img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: radial-gradient(circle, #fcfcfc 0, #f0eef1 100%);
}
@media screen and (max-width: 56em) {
  .product-page .product-wrapper .product_content_wrapper picture img {
    height: auto;
    padding: 0 10%;
  }
}
@media screen and (max-width: 32em) {
  .product-page .product-wrapper .product_content_wrapper picture img {
    padding: 0;
  }
}
.product-page .product-wrapper .product_content_wrapper .product_infos {
  padding: 0 0 0 10%;
  line-height: 1.66;
}
.product-page .product-wrapper .product_content_wrapper .product_infos a.see-more.a-button {
  display: flex;
  max-width: fit-content;
  margin: auto;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .entry-title {
  max-width: 84%;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 500;
  font-family: "futura", sans-serif;
  margin: 0 0 3rem 0;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description h2.title {
  margin: 2.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.features, .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.finishing {
  transition: all ease 0.5s;
  padding-left: 2rem;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.features li, .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.finishing li {
  font-size: 1.6rem;
  list-style: initial;
  color: #393939;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.features {
  height: fit-content;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul:not(.as--active) {
  overflow: hidden;
  margin-bottom: 2rem;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.features.as--active, .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container ul.finishing.as--active {
  height: auto;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container a {
  padding-left: 2rem;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.4rem;
  color: #393939;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container .read-more.toggle-trigger {
  display: none;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container .toggle-item li {
  list-style: none !important;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container .toggle-item li:before {
  content: "";
  display: inline-block;
  background-color: #141216;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 10px;
  position: absolute;
  left: 0px;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container .toggle-item li:nth-child(n+6) {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .toggle-container .toggle-item.as--active li:nth-child(n+6) {
  max-height: 100%;
  opacity: 1;
  transition: all 0.2s ease;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price {
  display: grid;
  grid-template-columns: max-content auto max-content;
  grid-auto-rows: auto;
  align-items: center;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .wc-default-select {
  margin: 0 auto;
  max-width: 164px;
  padding: 0.5rem;
  border-radius: 4px;
  background: white;
  border-color: #979797;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .wc-default-select .ss-single-selected, .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .wc-default-select .ss-content, .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .wc-default-select .slim-select-price {
  font-weight: 600;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .price {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-right: 4rem;
}
.product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .price .price_from {
  font-size: initial;
  font-weight: initial;
}
@media screen and (max-width: 32em) {
  .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price {
    grid-template-columns: auto;
    grid-template-areas: "choice choice" "label price";
  }
  .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .title {
    grid-area: label;
  }
  .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price select {
    grid-area: choice;
    margin: 0;
    justify-self: right;
  }
  .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .price {
    grid-area: price;
  }
}
@media screen and (max-width: 56em) {
  .product-page .product-wrapper .product_content_wrapper .product_infos {
    margin-top: 5%;
  }
}
@media screen and (max-width: 32em) {
  .product-page .product-wrapper .product_content_wrapper .product_infos {
    padding: 0;
  }
}
@media screen and (max-width: 56em) {
  .product-page .product-wrapper .product_content_wrapper {
    grid-template-columns: auto;
  }
}
.product-page .product-wrapper form.cart {
  display: grid;
  grid-template-columns: 36% auto;
  position: relative;
}
.product-page .product-wrapper form.cart button[type=submit] {
  border-color: #8c2c2c;
  background: #8c2c2c;
  color: #fff;
}
.product-page .product-wrapper form.cart .quantity {
  width: auto;
  display: flex;
  align-items: center;
  height: 5rem;
  border-top: #b8b8b8 solid 1px;
  border-left: #b8b8b8 solid 1px;
  border-bottom: #b8b8b8 solid 1px;
  justify-content: space-around;
  padding: 1rem;
}
.product-page .product-wrapper form.cart .quantity.hidden {
  display: none;
}
.product-page .product-wrapper form.cart .quantity.hidden + .a-button-red:not(.add_to_cart_button) {
  margin: 1rem auto;
  position: absolute;
  left: 0;
  right: 0;
}
.product-page .product-wrapper form.cart .quantity .minus-btn, .product-page .product-wrapper form.cart .quantity .plus-btn {
  font-size: 2em;
  color: #141216;
  padding: 0 2rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.product-page .product-wrapper form.cart .quantity .minus-btn:hover, .product-page .product-wrapper form.cart .quantity .minus-btn:focus, .product-page .product-wrapper form.cart .quantity .plus-btn:hover, .product-page .product-wrapper form.cart .quantity .plus-btn:focus {
  cursor: pointer;
}
.product-page .product-wrapper form.cart .quantity input[type=number], .product-page .product-wrapper form.cart .quantity input::-webkit-outer-spin-button,
.product-page .product-wrapper form.cart .quantity input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  text-align: center;
  font-size: 2rem;
  max-width: 64px;
}
.product-page .product-wrapper form.cart .quantity input[type=number]:focus, .product-page .product-wrapper form.cart .quantity input::-webkit-outer-spin-button:focus,
.product-page .product-wrapper form.cart .quantity input::-webkit-inner-spin-button:focus {
  outline: none;
  box-shadow: none;
}
.product-page .product-wrapper .save_to_pdf {
  margin: auto;
  display: flex;
  width: max-content;
}
.product-page .product-wrapper .delay-msg {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
.product-page .product-wrapper .delay-msg a {
  font-weight: 600;
  cursor: pointer;
  color: #505050;
  margin-bottom: 5px;
  border-bottom: #505050 solid 1px;
  text-decoration: none;
}
.product-page .slider-product-fiche .inner-wrap {
  position: relative;
}
.product-page .slider-product-fiche .slick-arrow {
  display: none !important;
}
.product-page .slider-product-fiche .slick-prev {
  top: -5rem;
  bottom: 10rem;
  left: 0rem;
  margin: auto 0;
  position: absolute;
  z-index: 4;
  width: 6rem;
  height: 3.5rem;
  background-color: white;
}
.product-page .slider-product-fiche .slick-next {
  top: -5rem;
  bottom: 10rem;
  right: 0rem;
  margin: auto 0;
  position: absolute;
  z-index: 4;
  width: 6rem;
  height: 3.5rem;
  background-color: white;
}
.product-page .slider-product-fiche .see-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-page .product-gallery {
  position: relative;
  overflow: hidden;
  padding: 0rem;
  margin: 0rem;
}
.product-page .product-gallery .inner-wrap {
  position: relative;
}
.product-page .product-gallery .is-empty {
  height: 100%;
  border-left: 2rem solid white;
}
.product-page .product-gallery .slick-dots {
  display: flex;
  justify-content: center;
  margin: 10rem 0;
}
.product-page .product-gallery .slick-dots li {
  cursor: pointer;
}
.product-page .product-gallery .slick-dots li button {
  font-size: 0;
  width: 8rem;
  height: 0rem;
  background-color: rgba(64, 64, 64, 0.15);
  margin: 0 0.5rem;
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 0;
  transition: 0.3s;
}
.product-page .product-gallery .slick-dots li.slick-active button, .product-page .product-gallery .slick-dots li.presentation:hover button {
  background-color: rgb(64, 64, 64);
}
.product-page .product-gallery .slick-arrow {
  width: 5rem;
  height: 1.5rem;
  border: none;
  outline: none;
  background: transparent;
}
.product-page .product-gallery .slick-arrow.slick-prev {
  margin-left: 5%;
}
.product-page .product-gallery .slick-arrow.slick-prev:hover {
  animation: scrollBounceLeft 1s infinite alternate;
}
.product-page .product-gallery .slick-arrow.slick-next {
  margin-right: 7%;
}
.product-page .product-gallery .slick-arrow.slick-next:hover {
  animation: scrollBounceRight 1s infinite alternate;
}
.product-page .product-gallery .slick-container-product-preview {
  width: 100%;
  height: 100%;
}
.product-page .product-gallery .slick-track .slick-current + .slick-active + .slick-active + .slick-slide {
  width: 62rem;
  transition: 0.3s;
}
.product-page .product-gallery .slick-track .slick-slide {
  transition: 0.3s;
  width: 265px;
  height: 41rem;
}
.product-page .product-gallery .slick-track .slick-slide > div {
  height: 100%;
}
.product-page .product-gallery .slick-track .slick-slide .slide {
  height: 100%;
}
.product-page .product-gallery .slick-track .slick-slide .slide .slider-header {
  height: 100%;
}
.product-page .product-gallery .slick-track .slick-slide img {
  padding: 0 10px;
}
.product-page .product-gallery .slick-track .slick-slide.slick-active img {
  padding: 0 10px 0 0;
}
.product-page .product-gallery .slick-track .slick-slide.slick-active + .slick-slide + .slick-slide + .slick-slide img {
  padding: 0;
}
.product-page .product-gallery .slick-track .slick-slide.slick-current {
  transition: 0.3s;
  width: 27rem;
}
.product-page .product-gallery .slick-track .slick-slide picture {
  height: 100%;
}
.product-page .product-gallery .slick-track .slick-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 56em) {
  .product-page .product-gallery {
    padding: 2em 4% 0;
  }
}
@media screen and (max-width: 75em) {
  .product-page {
    padding: 2.5%;
  }
}
.product-page .product-wrapper .delay-msg {
  order: 2;
  margin-top: 2rem;
}
.product-page .product-wrapper .variations_form {
  grid-template-columns: 100% !important;
  margin-top: -1rem;
}
.product-page .product-wrapper .variations_form .reset_variations {
  background-color: #141216;
  outline: 0;
  font-weight: 300;
  border: none;
  font-size: 1.3rem;
  appearance: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
  margin: 2rem auto;
  max-width: fit-content;
  grid-column: 1/3;
}
.product-page .product-wrapper .variations_form .variations {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.product-page .product-wrapper .variations_form .variations td {
  vertical-align: middle;
}
.product-page .product-wrapper .variations_form .variations .attribute-systeme {
  justify-content: space-between;
}
.product-page .product-wrapper .variations_form .variations .attribute-systeme .label {
  width: max-content;
}
.product-page .product-wrapper .variations_form .variations .attribute-systeme .value {
  width: 80%;
  align-items: flex-end;
}
.product-page .product-wrapper .variations_form .variations .attribute-habillage .value {
  align-items: flex-end;
}
.product-page .product-wrapper .variations_form .variations .value, .product-page .product-wrapper .variations_form .variations td:not(.label) {
  justify-content: flex-end;
  align-items: flex-end;
}
.product-page .product-wrapper .variations_form .variations h3 {
  padding: 0;
  display: flex;
  align-items: center;
  outline: 0;
  box-shadow: none;
  color: #141216;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: transparent !important;
  height: 6rem;
  font-family: "futuraPT", sans-serif;
}
.product-page .product-wrapper .variations_form .variations select {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 1em;
  user-select: none;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  font-weight: 500;
  color: #212529;
  font-size: 13px;
}
.product-page .product-wrapper .variations_form .quantity {
  border-right: #b8b8b8 solid 1px;
}
.product-page .product-wrapper .variations_form button[type=submit] {
  margin: 2rem auto;
  display: flex;
  order: 3;
}
.product-page .product-wrapper .product_content_wrapper {
  grid-template-columns: 60% 40%;
}
.product-page .product-wrapper .product_content_wrapper .variations .label {
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
  margin: 0 !important;
  font-size: 13px !important;
  color: #212529 !important;
  font-weight: 600 !important;
}
.product-page .product-wrapper .product_content_wrapper .variations tbody {
  display: flex;
  flex-direction: column;
}
.product-page .product-wrapper .product_content_wrapper .variations .radio-label-variation {
  text-align: left !important;
  text-transform: initial !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #212529 !important;
}
.product-page .product-wrapper .product_content_wrapper .variations .variation-radio-container {
  display: flex;
  justify-content: flex-end;
  float: right;
}
.product-page .product-wrapper .product_content_wrapper .variations tr {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
.product-page .product-wrapper .product_content_wrapper .variations td:not(.label) {
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
}
.product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery {
  position: relative;
  top: 0;
  max-height: 100%;
  min-height: fit-content;
  height: 100%;
  margin-top: unset;
}
.product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: auto;
  position: absolute;
  top: 0;
}
.product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-middle-container {
  height: auto;
  position: fixed;
  top: 150px;
}
.product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-bottom-container {
  height: auto;
  position: absolute;
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 56em) {
  .product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    height: auto;
    position: relative;
  }
  .product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-bottom-container, .product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-middle-container {
    position: relative;
    top: 0;
  }
}
.product-page .product-wrapper .product_content_wrapper picture img {
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1400px) {
  .product-page .product-wrapper .product_content_wrapper picture img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 1400px) {
  .product-page .product-wrapper .product_content_wrapper picture img {
    object-fit: contain;
  }
}
.product-page .product-wrapper .product_content_wrapper picture img {
  background: white !important;
}
.product-page .reset_variations-container {
  display: flex;
  justify-content: flex-end;
}
.product-page .reset_variations-container .reset_variations {
  margin: 2rem 0px !important;
}
.product-page .single_variation_wrap .woocommerce-variation-price {
  text-align: center;
  margin-right: 4rem;
}
.product-page .variations .variation-radio-container input {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}
@media only screen and (max-width: 88em) {
  .product-page .variations .attribute-systeme td.value, .product-page .variations .attribute-habillage td.value {
    text-align: right;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.product-page .variations .attribute-longueur select, .product-page .variations .attribute-hauteur select {
  text-align: -webkit-right;
  text-align: right !important;
  padding-right: 3rem !important;
  direction: rtl;
  text-align-last: right !important;
}
.product-page .variations .attribute-longueur select option, .product-page .variations .attribute-hauteur select option {
  text-align: -webkit-right;
  text-align: right !important;
  text-align-last: right !important;
  direction: ltr;
}
.product-page .variations .select {
  position: relative;
}
.product-page .variations .select:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
  z-index: 5;
}
.product-page .variations .select select {
  border: none !important;
}
.product-page .variations .woocommerce-product-gallery {
  max-height: 100% !important;
}

#pop-up-img {
  top: 0px;
  position: fixed;
  outline: none;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 16rem 13rem;
  text-align: center;
  left: 0;
  right: 0;
}
#pop-up-img a.bouton-close {
  color: white;
}
#pop-up-img .slick-arrow svg {
  fill: white !important;
}
#pop-up-img .slider-popUp-product .slick-slide img {
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
}
#pop-up-img .slick-arrow {
  margin-top: 5rem;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 200px;
  height: 200px;
}

.hover-result {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  opacity: 0;
  z-index: -1;
}
.hover-result.is-hover {
  opacity: 1;
  z-index: 1;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100%;
  height: 100%;
}

/**
  PRODUCTS LIST
 */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4.5rem 0 4.5rem 0;
}
.intro .intro--headline {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.intro p {
  max-width: 50%;
  text-align: center;
  line-height: 2.5rem;
  color: #393939;
}

.list-filter-product {
  justify-content: center;
  display: flex;
}
.list-filter-product div {
  width: 100%;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #c5c5c5;
}
.list-filter-product div .a-button {
  border: none;
  background-color: transparent;
  opacity: 0.8;
}
.list-filter-product div .a-button.a-button-red {
  background-color: transparent;
  color: #8c2c2c;
  border-bottom: 1px solid #8c2c2c;
  font-size: 1rem;
  font-weight: 600;
  opacity: 1;
}
.list-filter-product div .a-button:hover {
  color: #8c2c2c;
}

.product-list {
  padding-right: 15rem;
  padding-left: 15rem;
}
.product-list .intro {
  position: relative;
}
.product-list .intro .intro--headline {
  text-align: center;
}
.product-list .intro .a-button {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d9d8d8;
  width: fit-content;
  height: 3.5rem;
  font-size: 1.3rem;
  padding: 1.5rem;
  border-radius: 5px;
}
.product-list .intro .a-button svg {
  width: 3.3rem;
  height: 2.1rem;
  margin-right: 1.5rem;
}
.product-list .slick-arrow {
  display: none !important;
}
.product-list .product-list-filters {
  display: flex;
  padding: 0 1rem;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.product-list .product-list-filters .woocommerce .price_slider_wrapper {
  flex-direction: row-reverse;
}
.product-list .product-list-filters .woocommerce .price_slider_wrapper .price_slider {
  top: 0;
  bottom: 0;
  margin-bottom: 0rem;
  margin: auto 0 auto 9rem;
}
.product-list .product-list-filters .price_slider_amount {
  display: flex;
}
.product-list .product-list-filters .widget_price_filter {
  width: 30rem;
  font-weight: 700 !important;
  color: #666;
  font-size: 13px;
}
.product-list .product-list-filters .widget_price_filter h2 {
  font-weight: 700 !important;
  color: #666;
  font-size: 13px;
}
.product-list .product-list-filters .widget_price_filter .price_label {
  font-size: 13px !important;
}
.product-list .product-list-filters .widget_price_filter .button {
  height: 3rem;
  padding: 0.75rem 1.25rem;
  width: 8rem;
  max-width: 100%;
  min-width: 8rem;
}
.product-list .product-list-filters .woocommerce .price_slider_wrapper {
  position: relative;
  display: flex;
  padding-top: 35px;
}
.product-list .product-list-filters .filters-offcanvas-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-align: center;
}
.product-list .product-list-filters .filters, .product-list .product-list-filters .orderby {
  background: white;
}
.product-list .product-list-filters .woocommerce-ordering {
  display: flex;
  align-items: flex-end;
}
.product-list .product-list-filters .filters {
  height: 3.5rem;
  padding: 0 1.25rem;
  border: 1px solid #dcdee2;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .product-list-filters .filters svg {
  margin-right: 1rem;
}
.product-list .product-list-filters .woocommerce-ordering.by-categories {
  width: 25%;
  display: flex;
  align-items: center;
}
.product-list .product-list-filters .woocommerce-ordering.by-categories select {
  margin: 0.5rem 0;
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.product-list .product-list-filters .woocommerce-ordering:not(.by-categories) .ss-content.ss-open {
  width: max-content;
  right: 0;
}
.product-list .product-list-filters .woocommerce-ordering .ss-single-selected, .product-list .product-list-filters .woocommerce-ordering .ss-content, .product-list .product-list-filters .woocommerce-ordering .slim-select-price {
  font-weight: 700;
  padding: 0.75rem 1.25rem;
}
.product-list .product-list-filters .woocommerce-ordering .ss-content .ss-list .ss-option:hover, .product-list .product-list-filters .woocommerce-ordering .ss-content .ss-list .ss-option.ss-highlighted {
  background: white;
  color: initial;
  font-weight: 600;
}
.product-list .product-list-filters .woocommerce-ordering .ss-content .ss-list .ss-option:not(:last-child) {
  border-bottom: 1px solid #ecebeb;
}

.productList .slider-slick.product-list {
  margin-bottom: 2px;
}

.product-list-gallery-wrapper {
  padding: 1rem;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .delay-msg {
  order: 2;
}

.product-list--see-more {
  display: flex;
  justify-content: center;
  margin: 6rem 0 20rem 0;
}

p.soldout {
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
  border: 0.5rem solid #f0eef1;
  padding: 3rem;
  color: #8c2c2c;
  font-size: 2rem;
}

.woocommerce-variation-availability {
  position: relative;
  height: 100%;
}

p.stock.in-stock {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 56em) {
  .product-page .product-wrapper .product_content_wrapper .product_infos .woocommerce-product-details__short-description .woocommerce-product-price .price {
    padding-right: 0;
    text-align: right;
  }
  .product-page .product-wrapper .product_content_wrapper {
    grid-template-columns: 100%;
  }
  .product-wrapper .product_content_wrapper .a-button.as--secondary {
    margin: auto;
    display: flex;
    max-width: fit-content;
  }
  .product-list .product-list-filters {
    flex-direction: column;
  }
  .product-list .product-list-filters .woocommerce .price_slider_wrapper {
    margin-bottom: 2rem;
    padding-right: 2rem;
  }
  .intro {
    padding: 0 2.5rem;
  }
  .main-content .lost-password {
    padding-bottom: 10rem;
  }
  .main-content .lost-password form.lost_reset_password {
    max-width: 100%;
    padding: 0 2.5rem;
  }
  .main-content .lost-password form.lost_reset_password p:first-child input {
    width: 50%;
  }
  .list-filter-product div .a-button {
    padding: 0 1.5rem;
    height: 3rem;
  }
}
/* mediaprint */
@media print {
  header,
  .product-page .product-head,
  ul.breadcrumb,
  .product-gallery,
  .product-page .product-wrapper .product_content_wrapper .variations_form button[type=submit],
  .single_variation_wrap .woocommerce-variation-add-to-cart .delay-msg,
  .product-page .product-wrapper .variations_form .reset_variations,
  .product-page .product-wrapper .save_to_pdf,
  .col-sticky {
    display: none;
  }
  .product-page .product-wrapper .product_content_wrapper {
    grid-template-columns: 50% 50%;
  }
  .product-page .product-wrapper .product_content_wrapper .product_infos {
    padding: 0 5%;
  }
  .product-page .product-wrapper .product_content_wrapper picture img {
    object-fit: none;
  }
  .product-page .product-wrapper .product_content_wrapper .variations tr {
    justify-content: space-between;
  }
  .product-page .product-wrapper .product_content_wrapper .variations .label {
    width: max-content;
  }
  .product-page .product-wrapper .product_content_wrapper .variations td:not(.label) {
    width: max-content;
  }
  .product-page .product-wrapper .product_content_wrapper .product_infos .entry-title {
    margin-top: 3cm;
  }
  .product-page .product-wrapper .product_content_wrapper picture img {
    height: auto;
    width: 400px;
    object-fit: inherit;
    margin-top: 3cm;
  }
  .product-page .product-wrapper .product_content_wrapper .woocommerce-product-gallery {
    max-height: 100%;
  }
  .wcml-dropdown {
    width: 10em !important;
  }
  .product-page .product-wrapper .product_content_wrapper .variations .variation-radio-container,
  .product-page .product-wrapper .variations_form .variations .attribute-systeme .value {
    width: max-content;
  }
}
.main-content {
  position: relative;
}

.col-sticky {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

.home-page .col-sticky {
  height: 100%;
  position: absolute;
  right: 2rem;
  padding-bottom: 114rem;
  top: 50vh;
  padding-top: 100vh;
}

.pop-up-block {
  width: 150vh;
}

#popup-connexion {
  background-color: #f0eef1;
  border: 2rem solid white;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(200vh);
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 80vh;
  left: 0;
}
#popup-connexion.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
#popup-connexion button[type=submit] {
  max-width: fit-content !important;
  margin: 8rem auto 0 auto !important;
}
#popup-connexion h1 {
  margin-bottom: 10rem;
}
#popup-connexion .login {
  display: grid;
  grid-template-columns: 50% 50%;
}
#popup-connexion .createAccount p {
  margin: 1rem 0;
}
#popup-connexion .login form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  width: 100%;
  margin: 1rem 0;
}
#popup-connexion .login form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 4rem;
  font-weight: 600;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeacaf;
  background-color: #f0eef1;
}
#popup-connexion .login form .form-row {
  display: flex;
  width: 100%;
  clear: both;
  float: none;
  flex-direction: column;
}
#popup-connexion .login form .form-row .woocommerce-Button {
  max-width: fit-content;
  margin: 8rem auto 0 auto;
}
#popup-connexion .login form p {
  grid-column: 1/3;
}
#popup-connexion label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin: 2rem 0;
}

body.overlay-open {
  position: relative;
}
body.overlay-open:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}

#popup-search {
  padding: 6rem 3rem;
  background-color: #f0eef1;
  border: 2rem solid white;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(200vh);
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 80vh;
  left: 0;
}
#popup-search .pop-up-content > form {
  flex-direction: column;
  position: relative;
  margin: 10rem auto 5rem auto !important;
  max-width: 80%;
}
#popup-search .pop-up-content > form #search-clear {
  position: absolute;
  top: -32px;
  right: -30px;
  border: none;
  width: 9rem;
  height: 9rem;
}
#popup-search.is-open {
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(0%);
}
#popup-search #search-clear {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeacaf;
  outline: none;
  padding-bottom: 1.3rem;
  background: none;
}
#popup-search #search-clear svg {
  width: 1.5rem;
  height: 1.5rem;
}
#popup-search #search-input {
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #141216;
  font-size: 2rem;
  font-weight: 300;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeacaf;
  background-color: #f0eef1;
}
#popup-search .pop-up-content > form {
  display: flex;
  justify-content: center;
  margin: 10rem 0 5rem 0;
}
#popup-search ul {
  padding: 0;
  width: 100%;
  overflow: scroll;
  max-height: 30rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#popup-search ul::-webkit-scrollbar {
  width: 0px;
}
#popup-search ul::-webkit-scrollbar-track {
  background: transparent;
}
#popup-search ul::-webkit-scrollbar-thumb {
  background: #393939;
}
#popup-search ul::-webkit-scrollbar-thumb:hover {
  background: #141216;
}
#popup-search ul li a {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  width: 100%;
  text-decoration: none;
  padding: 2rem 0;
  align-items: center;
  border-bottom: 1px solid #aeacaf;
}
#popup-search ul li a:hover p {
  color: #8c2c2c;
}
#popup-search ul li a picture {
  width: 7rem;
  height: 5rem;
  position: relative;
}
#popup-search ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#popup-search ul li a p {
  color: #141216;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
}

a.popup-tel {
  width: 8rem;
  height: 8rem;
  background-color: #8c2c2c;
  position: sticky;
  right: 5rem;
  top: 80vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  padding-right: 1rem;
  text-decoration: none;
  transition: 0.3s;
}
a.popup-tel svg {
  width: 2.9rem !important;
  height: 3.8rem !important;
}
a.popup-tel:hover {
  filter: brightness(80%);
}

#popup-connexion .woocommerce button, #popup-connexion .woocommerce input[type=button], #popup-connexion .woocommerce input[type=reset], #popup-connexion .woocommerce button[type=submit], #popup-connexion .woocommerce input[type=submit], #popup-connexion .woocommerce .button, #popup-connexion .woocommerce .widget a.button, #popup-connexion .a-button, #popup-connexion .input-btn-check input + span, #popup-connexion .input-btn-check input + label {
  font-weight: 300;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
}

#colorbox {
  z-index: 9999;
  position: fixed !important;
  outline: none !important;
  width: 100vh !important;
  top: 0 !important;
  height: 60vh !important;
}

.pop-up-block {
  outline: none;
  background-color: white;
  border: 2rem solid #f0eef1;
  padding: 16rem 13rem;
  position: relative;
  text-align: center;
}
.pop-up-block .popup-tel {
  max-width: 73rem;
  margin: 2rem auto;
}
.pop-up-block .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up-block .tel p {
  color: #8c2c2c;
  font-size: 3.2rem;
  font-weight: 500;
}
.pop-up-block .tel svg {
  margin-right: 3rem;
}
.pop-up-block p {
  font-size: 1.5rem;
  color: #393939;
  line-height: 2.5rem;
}

.bouton-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: transparent;
  color: #141216;
  transition: 0.3s;
  font-size: 4rem;
  font-weight: 200;
  z-index: 50;
  cursor: pointer;
}
.bouton-close:hover {
  transform: scale(1.1);
}
.bouton-close:hover, .bouton-close:focus {
  background-color: transparent;
  outline: none;
}

#pop-up-coupon {
  outline: none;
  background-color: white;
  border: 2rem solid #f0eef1;
  padding: 16rem 13rem;
  position: relative;
  text-align: center;
}
#pop-up-coupon #coupon_code, #pop-up-coupon button.button {
  height: 7.2rem;
  transition: 0.3s;
}
#pop-up-coupon #coupon_code {
  margin-right: -5px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 0;
  outline: none;
}
#pop-up-coupon button.button {
  border: 1px solid #141216;
  margin-right: 2rem;
  outline: none;
  background-color: #141216;
  color: rgba(255, 255, 255, 0.7);
}
#pop-up-coupon button.button:hover {
  background-color: #8c2c2c;
  border-color: #8c2c2c;
}

#popup-tel {
  position: fixed;
  top: 100px;
  width: 60%;
  margin: 2rem auto;
  left: 0;
  right: 0;
}
#popup-tel .a-title-1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

#cboxClose {
  display: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #popup-search .pop-up-content > form #search-clear {
      top: -29px;
      right: -20px;
    }
  }
}
@media only screen and (max-width: 75em) {
  .pop-up-block {
    width: 100%;
  }
  #popup-search ul li a {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 56em) {
  #popup-search {
    height: 100%;
    top: 9rem;
  }
  #popup-connexion .login {
    display: grid;
    grid-template-columns: 100%;
  }
  #popup-connexion.is-visible {
    height: 100%;
    overflow-y: scroll;
  }
  #popup-connexion h1 {
    margin-bottom: 0;
  }
  #popup-connexion .woocommerce .button {
    margin: 2rem auto !important;
  }
  .col-sticky, .home-page .col-sticky {
    position: fixed;
    height: fit-content;
    width: fit-content;
    z-index: 999;
    top: auto;
    bottom: 2rem;
    padding: 0;
  }
  a.popup-tel {
    position: initial;
    width: 5rem;
    height: 5rem;
    padding-right: 0;
  }
  a.popup-tel svg {
    width: 2rem !important;
    height: 3rem !important;
    margin-left: -5px;
  }
  #popup-tel {
    width: 100%;
  }
  .pop-up-block {
    width: 100%;
    padding: 16rem 2rem;
  }
  #popup-search {
    width: 90vh;
  }
  #popup-search #search-input {
    font-size: 2rem;
  }
  #popup-search .pop-up-content > form {
    margin: 4rem 0;
  }
  #popup-search #search-clear {
    padding-bottom: 0.3rem;
  }
  #popup-search ul li a {
    display: flex;
    flex-direction: column;
  }
  .bouton-close {
    top: 1rem;
    right: 3rem;
  }
  .bouton-close .a-icon.as--35 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  #popup-search {
    width: 100%;
  }
  .pop-up-block {
    width: 100%;
    padding: 7rem 2rem;
  }
}
@media only screen and (max-width: 32em) {
  .pop-up-block {
    height: 100vh;
    top: 0;
  }
  .pop-up-block .tel p {
    font-size: 1.5rem;
  }
  #popup-connexion .login form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    display: block;
    width: 100%;
    margin: 5rem 0 0 0;
  }
  #popup-connexion .login form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
    font-size: 2rem;
  }
  .bouton-close {
    top: 1rem;
  }
  #popup-tel .a-title-1 {
    font-size: 2rem;
  }
  .pop-up-block .tel {
    flex-direction: column;
  }
  .pop-up-block .tel svg {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
#map-canvas {
  width: 100% !important;
  height: 70rem !important;
}
#map-canvas .custom-marker {
  background: url("../img/common/pict/default-marker.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.map-wrap {
  position: relative;
}
.map-wrap div {
  font-size: 1.8rem;
  font-weight: 500;
}
.map-wrap *[class^=map-address] {
  background-color: #000000;
  max-width: max-content;
  border: 1px solid #999;
  position: absolute;
  top: 5rem;
  left: 4rem;
  z-index: 500;
  padding-bottom: 3rem;
}
.map-wrap *[class^=map-address] h1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 3rem;
  padding: 6rem 0 3rem 3rem;
  margin: 0 0 1.5rem 0;
  background-color: #8c2c2c;
}
.map-wrap *[class^=map-address] p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  margin-left: 3rem;
  line-height: 2rem;
  padding-right: 7rem;
}
.map-wrap *[class^=map-address] a.a-button-red {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-top: 3.5rem;
  justify-content: flex-start;
}
.map-wrap *[class^=map-address] a.a-button-red svg {
  margin-right: 2rem;
}

.contact .formulaire .gform_footer input[type=submit] {
  left: 0;
}
.contact .formulaire li.gfield:last-child {
  background-color: transparent;
}

.leaflet-top {
  z-index: 800;
}

@media only screen and (max-width: 56em) {
  #map-canvas {
    height: 40rem;
  }
  .map-wrap [class^=map-address] h1 {
    padding: 2rem;
  }
}
@media only screen and (max-width: 38em) {
  .map-wrap *[class^=map-address] {
    top: 0;
    left: 0;
  }
  .map-wrap *[class^=map-address] h1 {
    font-size: 2rem;
    margin: 3rem 0 3rem 5rem;
  }
  .map-wrap *[class^=map-address] p {
    font-size: 1rem;
    margin-left: 5rem;
  }
  .map-wrap *[class^=map-address] a.a-button-red {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 25em) {
  .formulaire {
    padding: 3rem !important;
  }
}
/*! nouislider - 14.6.2 - 9/16/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.as--filter-opened {
  overflow-y: hidden;
}
.as--filter-opened .off-canvas-overlay {
  opacity: 1;
  pointer-events: auto;
}
.as--filter-opened .off-canvas.position-left {
  transform: translateX(0);
}

.off-canvas {
  position: fixed;
  top: 10rem;
  left: 0;
  background: white;
  transition: 0.35s;
  z-index: 9;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.off-canvas .btn-close-filter {
  border: 0;
  margin-bottom: 5rem;
  background-color: transparent !important;
  outline: none;
}
.off-canvas .btn-close-filter:hover {
  transform: scale(1.1);
  background-color: transparent !important;
  color: #141216 !important;
}
.off-canvas::-webkit-scrollbar {
  width: 2px;
}
.off-canvas::-webkit-scrollbar-track {
  background: transparent;
}
.off-canvas::-webkit-scrollbar-thumb {
  background: #393939;
}
.off-canvas::-webkit-scrollbar-thumb:hover {
  background: #141216;
}
.off-canvas.position-left {
  height: 100%;
  width: 590px;
  max-width: 100vw;
  overflow-y: auto;
  transform: translateX(-100%);
}
.off-canvas.position-top {
  width: 100%;
  height: 33%;
}

.off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.35s;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

/* off canvas content */
.filters-offcanvas {
  background: white;
  min-height: 100%;
  position: relative;
  padding: 30px 40px;
}
@media only screen and (min-width: 38.0625em) {
  .filters-offcanvas {
    padding: 60px 80px;
  }
}
.filters-offcanvas .woocommerce {
  font-size: 1.5rem;
  padding: 0 10px;
  margin-bottom: 5rem;
}
.filters-offcanvas .filters-offcanvas-icon {
  display: block;
  margin: 15px auto;
}
.filters-offcanvas .widget-title {
  font-size: 5rem;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
}
.filters-offcanvas .filters-offcanvas-subtitle {
  text-align: left;
  color: #8c2c2c;
  margin-bottom: 100px;
}
.filters-offcanvas .widgettitle {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #8c2c2c;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}
.filters-offcanvas select {
  width: 100%;
}

.woocommerce .widget-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #8c2c2c;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  text-align: left;
}
.woocommerce .price_slider_wrapper {
  position: relative;
  padding-top: 35px;
}
.woocommerce .price_slider_wrapper .price_slider {
  width: 68%;
}
@media only screen and (max-width: 38em) {
  .woocommerce .price_slider_wrapper .price_slider {
    width: 100%;
  }
}
.woocommerce .price_slider_wrapper .price_label {
  position: absolute;
  top: 0;
}
.woocommerce .price_slider_amount input[type=text] {
  display: none;
}
.woocommerce .price_slider_amount .button {
  outline: none;
  outline: 0;
  font-weight: 300;
  border: none;
  font-size: 1.3rem;
  background-color: #8c2c2c;
  appearance: none;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: 5rem;
  letter-spacing: 2px;
  align-items: center;
}
.woocommerce .price_slider_amount .button:hover {
  background-color: #141216;
}
@media only screen and (max-width: 38em) {
  .woocommerce .price_slider_amount .button {
    margin-top: 1.5rem;
  }
}
.woocommerce .price_slider_amount .price_slider {
  flex: auto;
  margin-right: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 38em) {
  .woocommerce .price_slider_amount .price_slider {
    margin-right: 1.5rem;
  }
}
.woocommerce .price_slider_amount .price_label {
  flex: 0 0 100%;
  font-size: 1.5rem;
}
.woocommerce .noUi-horizontal {
  height: 9px;
}
.woocommerce .noUi-target {
  background: #e0dbd8;
  border-color: #e0dbd8;
  box-shadow: none;
}
.woocommerce .noUi-connect {
  background-color: #8c2c2c;
}
.woocommerce .noUi-horizontal .noUi-handle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #8c2c2c;
}
.woocommerce .noUi-horizontal .noUi-handle::before, .woocommerce .noUi-horizontal .noUi-handle::after {
  display: none;
}
.woocommerce .product-collections .cat-item,
.woocommerce .product-categories .cat-item {
  display: flex;
}
.woocommerce .product-collections .cat-item.current-cat a::before,
.woocommerce .product-categories .cat-item.current-cat a::before {
  background-color: #8c2c2c;
}
.woocommerce .product-collections .cat-item a,
.woocommerce .product-categories .cat-item a {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  padding-right: 4px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce .product-collections .cat-item a::before, .woocommerce .product-collections .cat-item a::after,
.woocommerce .product-categories .cat-item a::before,
.woocommerce .product-categories .cat-item a::after {
  content: "";
  position: absolute;
  transition: 0.2s;
}
.woocommerce .product-collections .cat-item a::before,
.woocommerce .product-categories .cat-item a::before {
  top: 0;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 0.1rem solid #8c2c2c;
  background: #fff;
}
.woocommerce .product-categories .cat-item .count {
  display: none;
}

.price_slider {
  margin-bottom: 1em;
}

.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}

.price_slider_amount .button {
  font-size: 1.15em;
}

.price_slider_amount .button {
  float: left;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #e7e7e7;
  outline: none;
  top: -0.3em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #8c2c2c;
  box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #141216;
}

.ui-slider-horizontal {
  height: 0.5em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

@media only screen and (max-width: 56em) {
  .product-list .intro .a-button {
    position: relative;
  }
  .product-list .product-list-filters .woocommerce .price_slider_wrapper .price_slider {
    margin: 0;
    left: 0;
    right: auto;
  }
  .product-list .product-list-filters .woocommerce .price_slider_wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 38em) {
  .filters-offcanvas {
    padding: 30px 40px 80px 40px;
  }
}
form#perso-cave {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
form#perso-cave .variations:not(.devise) {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form#perso-cave .variations.devise {
  display: none !important;
  flex-direction: column;
  width: 100%;
}
form#perso-cave .header-choice {
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 2px;
  background-color: #fff;
  color: #000;
  border: solid #000;
  border-width: 2px 0;
  font-weight: 600;
  margin-top: 5px;
}
form#perso-cave .value {
  justify-content: center;
}
form#perso-cave .content1, form#perso-cave .content2, form#perso-cave .content3 {
  width: 100%;
}
form#perso-cave .label {
  cursor: unset;
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
form#perso-cave .content1 {
  position: unset;
  margin-left: -35px;
  margin-right: -35px;
  padding: 15px 0 15px 0;
  max-height: unset;
}
form#perso-cave .content1 .attribute-systeme {
  width: 100%;
}
form#perso-cave .content1 .attribute-systeme .value {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.desactivated .system-choice {
  display: none;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated {
  height: 100%;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .system-choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .system-choice .container-img-buttonback {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .system-choice .container-img-buttonback .img-system {
  width: 100%;
  height: auto;
  cursor: unset;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .description-system {
  width: 50%;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .switch-system {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  appearance: none;
  background: #fff;
  color: #141216;
  font-weight: 600;
  font-family: inherit;
  width: fit-content;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #d9d8d8;
  height: 3.5rem;
  font-size: 11px;
  padding: 1.5rem;
  border-radius: 5px;
}
form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .switch-system .a-icon {
  width: 3.3rem;
  height: 2.1rem;
  margin-right: 1.5rem;
}
form#perso-cave .content1 .attribute-systeme .choice-container:not(.activated):not(.desactivated):hover {
  z-index: 2;
}
form#perso-cave .content1 .attribute-systeme .choice-container:not(.activated):not(.desactivated) {
  z-index: 1;
  width: 50%;
}
form#perso-cave .content1 .attribute-systeme .choice-container:not(.activated):not(.desactivated) .system-choice:hover {
  box-shadow: 0 5px 20px #cccccc;
}
form#perso-cave .content1 .attribute-systeme .choice-container:not(.activated):not(.desactivated) .system-choice {
  cursor: pointer;
  padding: 10px;
}
form#perso-cave .content1 .attribute-systeme .choice-container .system-choice {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: 100%;
  gap: 5px;
}
form#perso-cave .content1 .attribute-systeme .choice-container .system-choice .title {
  font-family: "Futura Std Book", sans-serif;
  font-size: 20px;
}
form#perso-cave .content1 .attribute-systeme .choice-container .system-choice .description {
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
  font-weight: 400;
  color: #393939;
  font-size: 13px;
  padding: 10px 0;
}
form#perso-cave .content1 .attribute-systeme .choice-container .system-choice .img-system {
  width: 100%;
  height: auto;
  z-index: 1;
}
form#perso-cave .content1 .attribute-systeme .choice-container .system-choice .description-system {
  padding: 10px;
  font-size: 0.9em;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
}
form#perso-cave .content1 .attribute-systeme .choice-container .variation-radio-container {
  display: none !important;
}
form#perso-cave .content1 .attribute-systeme .switch-system {
  display: none;
}
@media screen and (max-width: 56em) {
  form#perso-cave .content1 .attribute-systeme .value {
    flex-direction: column;
  }
  form#perso-cave .content1 .attribute-systeme .value .choice-container:not(.activated):not(.desactivated) {
    width: 100%;
  }
  form#perso-cave .content1 .attribute-systeme .value .choice-container:not(.activated):not(.desactivated) .img-system {
    aspect-ratio: 2.5;
    object-fit: contain;
    object-position: center;
  }
  form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .system-choice {
    flex-direction: column;
  }
  form#perso-cave .content1 .attribute-systeme .value .choice-container.activated .system-choice .description-system {
    width: 100%;
  }
}
form#perso-cave .content1 .infos-link {
  display: flex;
  padding: 10px 20px;
}
form#perso-cave .content1 .infos-link a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #505050;
  margin-bottom: 5px;
  border-bottom: #505050 solid 1px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 56em) {
  form#perso-cave .content1 .infos-link a {
    font-size: 9px;
  }
}
form#perso-cave .attribute-systeme.no-info .infos-link {
  display: none;
}
form#perso-cave .content2 {
  overflow-y: hidden;
  max-height: 0;
  transition-duration: 0.3s;
  padding: 5px 0;
}
form#perso-cave .content2 .attribute-longueur, form#perso-cave .content2 .attribute-hauteur {
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
form#perso-cave .content2 .attribute-longueur .label, form#perso-cave .content2 .attribute-hauteur .label {
  height: 100%;
}
form#perso-cave .content2 .attribute-longueur .label label, form#perso-cave .content2 .attribute-hauteur .label label {
  cursor: default;
}
form#perso-cave .content2 .attribute-longueur .value, form#perso-cave .content2 .attribute-hauteur .value {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form#perso-cave .content2 .attribute-longueur .value .select select, form#perso-cave .content2 .attribute-hauteur .value .select select {
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
}
form#perso-cave .content2 .attribute-longueur .value .select option, form#perso-cave .content2 .attribute-hauteur .value .select option {
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
}
form#perso-cave .content2 .attribute-flancs-lateraux {
  padding: 0 35px;
  height: 60px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
form#perso-cave .content2 .attribute-habillage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
form#perso-cave .content2 .attribute-habillage .habillage-divtop {
  padding: 0 35px;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
form#perso-cave .content2 .attribute-habillage, form#perso-cave .content2 .attribute-flancs-lateraux {
  /* Rounded sliders */
}
form#perso-cave .content2 .attribute-habillage .label, form#perso-cave .content2 .attribute-flancs-lateraux .label {
  height: 100%;
}
form#perso-cave .content2 .attribute-habillage .label label, form#perso-cave .content2 .attribute-flancs-lateraux .label label {
  cursor: default;
}
form#perso-cave .content2 .attribute-habillage .variation-radio-container, form#perso-cave .content2 .attribute-flancs-lateraux .variation-radio-container {
  display: none !important;
}
form#perso-cave .content2 .attribute-habillage .switch, form#perso-cave .content2 .attribute-flancs-lateraux .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
form#perso-cave .content2 .attribute-habillage .switch:not(.disabled) input, form#perso-cave .content2 .attribute-flancs-lateraux .switch:not(.disabled) input {
  opacity: 0;
  width: 0;
  height: 0;
}
form#perso-cave .content2 .attribute-habillage .slider.disabled, form#perso-cave .content2 .attribute-flancs-lateraux .slider.disabled {
  cursor: not-allowed;
}
form#perso-cave .content2 .attribute-habillage .slider, form#perso-cave .content2 .attribute-flancs-lateraux .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}
form#perso-cave .content2 .attribute-habillage .slider .oui, form#perso-cave .content2 .attribute-habillage .slider .non, form#perso-cave .content2 .attribute-flancs-lateraux .slider .oui, form#perso-cave .content2 .attribute-flancs-lateraux .slider .non {
  display: none;
}
form#perso-cave .content2 .attribute-habillage .slider:not(.disabled), form#perso-cave .content2 .attribute-flancs-lateraux .slider:not(.disabled) {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
form#perso-cave .content2 .attribute-habillage .slider:before, form#perso-cave .content2 .attribute-flancs-lateraux .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2.5px;
  bottom: 2px;
  background-color: white;
}
form#perso-cave .content2 .attribute-habillage .slider:not(.disabled):before, form#perso-cave .content2 .attribute-flancs-lateraux .slider:not(.disabled):before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
form#perso-cave .content2 .attribute-habillage input:not(.disabled):checked + .slider, form#perso-cave .content2 .attribute-flancs-lateraux input:not(.disabled):checked + .slider {
  background-color: black;
}
form#perso-cave .content2 .attribute-habillage input:not(.disabled):focus + .slider, form#perso-cave .content2 .attribute-flancs-lateraux input:not(.disabled):focus + .slider {
  box-shadow: 0 0 1px black;
}
form#perso-cave .content2 .attribute-habillage input:not(.disabled):checked + .slider:before, form#perso-cave .content2 .attribute-flancs-lateraux input:not(.disabled):checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
form#perso-cave .content2 .attribute-habillage .slider.round, form#perso-cave .content2 .attribute-flancs-lateraux .slider.round {
  border-radius: 17px;
}
form#perso-cave .content2 .attribute-habillage .slider.round.habillage, form#perso-cave .content2 .attribute-flancs-lateraux .slider.round.habillage {
  height: 17px;
}
form#perso-cave .content2 .attribute-habillage .slider.round:before, form#perso-cave .content2 .attribute-flancs-lateraux .slider.round:before {
  border-radius: 50%;
}
form#perso-cave .content2 .text-info-hab {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 0 35px;
  margin-top: -18px;
}
form#perso-cave .content2 .text-info-hab p {
  color: #212529;
  padding: 10px 0;
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
form#perso-cave .content2 .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  gap: 5px;
  height: 60px;
}
form#perso-cave .content2 .contact p {
  color: #212529;
  padding: 10px 0;
  font-family: Montserrat, "Helvetica Neue", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
form#perso-cave .content2 .contact a.contactez-nous {
  appearance: none;
  background: #141216;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  letter-spacing: 1px;
  align-items: center;
}
form#perso-cave .content3 {
  overflow-y: hidden;
  max-height: 0;
  transition-duration: 0.3s;
  padding: 5px 0;
}
form#perso-cave .content3 .attribute-depth, form#perso-cave .content3 .attribute-maximum-capacity-bottles {
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
form#perso-cave .content3 .attribute-depth .label, form#perso-cave .content3 .attribute-maximum-capacity-bottles .label {
  height: 100%;
}
form#perso-cave .content3 .attribute-depth .label label, form#perso-cave .content3 .attribute-maximum-capacity-bottles .label label {
  cursor: default;
}
form#perso-cave .content3 .attribute-depth .attribute_hidden, form#perso-cave .content3 .attribute-maximum-capacity-bottles .attribute_hidden {
  display: none;
}
form#perso-cave .reset_variations-container {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: end;
}
form#perso-cave .reset_variations-container a.reset_variations {
  appearance: none;
  background: #fff;
  border: 1px solid #c5c5c5;
  color: #141216;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  z-index: 1;
  height: fit-content;
  letter-spacing: 2px;
  align-items: center;
}
form#perso-cave .single_variation_wrap.hidden {
  display: none !important;
}
form#perso-cave .single_variation_wrap.visible {
  display: block;
  width: 100%;
}
form#perso-cave .woocommerce-variation.single_variation {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-rows: auto;
  -webkit-box-align: center;
  align-items: center;
}
form#perso-cave .single_variation h2 {
  margin: 2.5rem 0;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
form#perso-cave .woocommerce-variation-price {
  font-size: 2.5rem;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
}
form#perso-cave .woocommerce-variation-availability {
  font-family: Montserrat;
  font-size: 13px;
  color: #141216;
  font-weight: 600;
  letter-spacing: 1px;
}
form#perso-cave .woocommerce-variation-availability p {
  text-transform: uppercase;
}
form#perso-cave .save_to_pdf {
  display: none;
}

#product-5108 .woocommerce-product-details__short-description, #product-10533 .woocommerce-product-details__short-description, #product-12381 .woocommerce-product-details__short-description {
  display: none;
}
#product-5108 .woocommerce-product-gallery, #product-10533 .woocommerce-product-gallery, #product-12381 .woocommerce-product-gallery {
  position: relative;
  top: 0;
  max-height: 100%;
  min-height: fit-content;
  height: 100%;
  margin-top: unset;
}
@media screen and (max-width: 56em) {
  #product-5108 .product_infos, #product-10533 .product_infos, #product-12381 .product_infos {
    padding: 0 10% 0 10%;
  }
}
@media print {
  #product-5108 .product_content_wrapper, #product-10533 .product_content_wrapper, #product-12381 .product_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #product-5108 .product_content_wrapper .woocommerce-product-gallery, #product-10533 .product_content_wrapper .woocommerce-product-gallery, #product-12381 .product_content_wrapper .woocommerce-product-gallery {
    width: 40% !important;
  }
  #product-5108 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, #product-10533 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, #product-12381 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    top: 0;
    height: auto;
    position: relative;
  }
  #product-5108 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-bottom-container, #product-5108 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-middle-container, #product-10533 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-bottom-container, #product-10533 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-middle-container, #product-12381 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-bottom-container, #product-12381 .product_content_wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.img-middle-container {
    top: 0;
    position: relative;
  }
  #product-5108 .product_content_wrapper .product_title, #product-10533 .product_content_wrapper .product_title, #product-12381 .product_content_wrapper .product_title {
    font-size: 3rem !important;
  }
  #product-5108 .product_content_wrapper .product_infos, #product-10533 .product_content_wrapper .product_infos, #product-12381 .product_content_wrapper .product_infos {
    width: 60% !important;
  }
  #product-5108 .product_content_wrapper .content1:not(.open), #product-5108 .product_content_wrapper .content2:not(.open), #product-5108 .product_content_wrapper .content3:not(.open), #product-10533 .product_content_wrapper .content1:not(.open), #product-10533 .product_content_wrapper .content2:not(.open), #product-10533 .product_content_wrapper .content3:not(.open), #product-12381 .product_content_wrapper .content1:not(.open), #product-12381 .product_content_wrapper .content2:not(.open), #product-12381 .product_content_wrapper .content3:not(.open) {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .header-choice, #product-10533 .product_content_wrapper .header-choice, #product-12381 .product_content_wrapper .header-choice {
    text-transform: uppercase;
    height: 30px !important;
  }
  #product-5108 .product_content_wrapper .content1, #product-10533 .product_content_wrapper .content1, #product-12381 .product_content_wrapper .content1 {
    width: 100%;
  }
  #product-5108 .product_content_wrapper .content1 .infos-link, #product-10533 .product_content_wrapper .content1 .infos-link, #product-12381 .product_content_wrapper .content1 .infos-link {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.desactivated, #product-10533 .product_content_wrapper .content1 .choice-container.desactivated, #product-12381 .product_content_wrapper .content1 .choice-container.desactivated {
    display: none;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.activated, #product-10533 .product_content_wrapper .content1 .choice-container.activated, #product-12381 .product_content_wrapper .content1 .choice-container.activated {
    width: 100% !important;
    height: fit-content !important;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.activated .system-choice, #product-10533 .product_content_wrapper .content1 .choice-container.activated .system-choice, #product-12381 .product_content_wrapper .content1 .choice-container.activated .system-choice {
    width: 100%;
    height: fit-content !important;
    padding: 0 !important;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.activated .system-choice .description-system, #product-10533 .product_content_wrapper .content1 .choice-container.activated .system-choice .description-system, #product-12381 .product_content_wrapper .content1 .choice-container.activated .system-choice .description-system {
    width: 100% !important;
    padding: 0 !important;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.activated .system-choice .container-img-buttonback, #product-10533 .product_content_wrapper .content1 .choice-container.activated .system-choice .container-img-buttonback, #product-12381 .product_content_wrapper .content1 .choice-container.activated .system-choice .container-img-buttonback {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content1 .choice-container.activated .switch-system, #product-10533 .product_content_wrapper .content1 .choice-container.activated .switch-system, #product-12381 .product_content_wrapper .content1 .choice-container.activated .switch-system {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .slider:before, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:before, #product-10533 .product_content_wrapper .content2 .attribute-habillage .slider:before, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:before, #product-12381 .product_content_wrapper .content2 .attribute-habillage .slider:before, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:before {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .slider.activated .oui, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .oui, #product-10533 .product_content_wrapper .content2 .attribute-habillage .slider.activated .oui, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .oui, #product-12381 .product_content_wrapper .content2 .attribute-habillage .slider.activated .oui, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .oui {
    display: flex !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .slider.activated .non, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .non, #product-10533 .product_content_wrapper .content2 .attribute-habillage .slider.activated .non, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .non, #product-12381 .product_content_wrapper .content2 .attribute-habillage .slider.activated .non, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider.activated .non {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .non, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .non, #product-10533 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .non, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .non, #product-12381 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .non, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .non {
    display: flex !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .oui, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .oui, #product-10533 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .oui, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .oui, #product-12381 .product_content_wrapper .content2 .attribute-habillage .slider:not(.activated) .oui, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .slider:not(.activated) .oui {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content2 .attribute-habillage .text-info-hab, #product-5108 .product_content_wrapper .content2 .attribute-flancs-lateraux .text-info-hab, #product-10533 .product_content_wrapper .content2 .attribute-habillage .text-info-hab, #product-10533 .product_content_wrapper .content2 .attribute-flancs-lateraux .text-info-hab, #product-12381 .product_content_wrapper .content2 .attribute-habillage .text-info-hab, #product-12381 .product_content_wrapper .content2 .attribute-flancs-lateraux .text-info-hab {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .content2 .contact, #product-10533 .product_content_wrapper .content2 .contact, #product-12381 .product_content_wrapper .content2 .contact {
    display: none !important;
  }
  #product-5108 .product_content_wrapper a.reset_variations, #product-10533 .product_content_wrapper a.reset_variations, #product-12381 .product_content_wrapper a.reset_variations {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .woocommerce-variation-add-to-cart, #product-10533 .product_content_wrapper .woocommerce-variation-add-to-cart, #product-12381 .product_content_wrapper .woocommerce-variation-add-to-cart {
    display: none !important;
  }
  #product-5108 .product_content_wrapper .stock, #product-10533 .product_content_wrapper .stock, #product-12381 .product_content_wrapper .stock {
    display: none;
  }
  #product-5108 .product_content_wrapper div.woocommerce-variation.single_variation, #product-10533 .product_content_wrapper div.woocommerce-variation.single_variation, #product-12381 .product_content_wrapper div.woocommerce-variation.single_variation {
    margin-top: 20px !important;
  }
  #product-5108 .product_content_wrapper div.devise, #product-10533 .product_content_wrapper div.devise, #product-12381 .product_content_wrapper div.devise {
    display: none !important;
  }
  #product-5108 .save_to_pdf, #product-10533 .save_to_pdf, #product-12381 .save_to_pdf {
    display: none !important;
  }
}

/* Helpers & Theming
   ========================================================================== */
/* ====================== */
/* HELPERS - UNCOMMENT IF NEEDED */
/* ====================== */
/* ====================== */
/* colors, bg, btn, icons */
/* ====================== */
/* define color array with values you will need */
.h-color-black {
  color: #000;
}

.h-bg-black {
  background-color: #000;
}

.h-color-grey-1 {
  color: #393939;
}

.h-bg-grey-1 {
  background-color: #393939;
}

.h-color-grey-2 {
  color: #fffefe;
}

.h-bg-grey-2 {
  background-color: #fffefe;
}

.h-color-grey-3 {
  color: #f0eef1;
}

.h-bg-grey-3 {
  background-color: #f0eef1;
}

.h-color-grey-4 {
  color: #979797;
}

.h-bg-grey-4 {
  background-color: #979797;
}

.h-color-white {
  color: #fff;
}

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

.h-color-primary {
  color: #141216;
}

.h-bg-primary {
  background-color: #141216;
}

.h-color-secondary {
  color: #8c2c2c;
}

.h-bg-secondary {
  background-color: #8c2c2c;
}

.h-color-facebook {
  color: #3b5998;
}

.h-bg-facebook {
  background-color: #3b5998;
}

.h-color-twitter {
  color: #00aced;
}

.h-bg-twitter {
  background-color: #00aced;
}

.h-color-linkedin {
  color: #0077b5;
}

.h-bg-linkedin {
  background-color: #0077b5;
}

.h-color-pinterest {
  color: #cb2028;
}

.h-bg-pinterest {
  background-color: #cb2028;
}

.h-color-gplus {
  color: #cc3732;
}

.h-bg-gplus {
  background-color: #cc3732;
}

.h-color-youtube {
  color: #cd201f;
}

.h-bg-youtube {
  background-color: #cd201f;
}

.h-color-viadeo {
  color: #eb6311;
}

.h-bg-viadeo {
  background-color: #eb6311;
}

.h-color-vimeo {
  color: #009FDE;
}

.h-bg-vimeo {
  background-color: #009FDE;
}

.h-color-instagram {
  color: #3f729b;
}

.h-bg-instagram {
  background-color: #3f729b;
}

.h-color-tumblr {
  color: #529ecc;
}

.h-bg-tumblr {
  background-color: #529ecc;
}

.h-color-flickr {
  color: #ff0084;
}

.h-bg-flickr {
  background-color: #ff0084;
}

/* ====================== */
/* Font size */
/* ====================== */
/* define font-size array with values you will need */
.h-fz-13 {
  font-size: 1.3rem;
}

.h-fz-15 {
  font-size: 1.5rem;
}

.h-fz-17 {
  font-size: 1.7rem;
}

/* ====================== */
/* Margin & Padding */
/* ====================== */
/* define spacing array with values you will need */
.h-margin-0 {
  margin: 0rem;
}

.h-margin-top-0 {
  margin-top: 0rem;
}

.h-margin-bottom-0 {
  margin-bottom: 0rem;
}

.h-margin-left-0 {
  margin-left: 0rem;
}

.h-margin-right-0 {
  margin-right: 0rem;
}

.h-margin-vertical-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.h-margin-horizontal-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.h-padding-0 {
  padding: 0rem;
}

.h-padding-top-0 {
  padding-top: 0rem;
}

.h-padding-bottom-0 {
  padding-bottom: 0rem;
}

.h-padding-left-0 {
  padding-left: 0rem;
}

.h-padding-right-0 {
  padding-right: 0rem;
}

.h-padding-vertical-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.h-padding-horizontal-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.h-margin-15 {
  margin: 1.5rem;
}

.h-margin-top-15 {
  margin-top: 1.5rem;
}

.h-margin-bottom-15 {
  margin-bottom: 1.5rem;
}

.h-margin-left-15 {
  margin-left: 1.5rem;
}

.h-margin-right-15 {
  margin-right: 1.5rem;
}

.h-margin-vertical-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h-margin-horizontal-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.h-padding-15 {
  padding: 1.5rem;
}

.h-padding-top-15 {
  padding-top: 1.5rem;
}

.h-padding-bottom-15 {
  padding-bottom: 1.5rem;
}

.h-padding-left-15 {
  padding-left: 1.5rem;
}

.h-padding-right-15 {
  padding-right: 1.5rem;
}

.h-padding-vertical-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.h-padding-horizontal-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.h-margin-20 {
  margin: 2rem;
}

.h-margin-top-20 {
  margin-top: 2rem;
}

.h-margin-bottom-20 {
  margin-bottom: 2rem;
}

.h-margin-left-20 {
  margin-left: 2rem;
}

.h-margin-right-20 {
  margin-right: 2rem;
}

.h-margin-vertical-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h-margin-horizontal-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.h-padding-20 {
  padding: 2rem;
}

.h-padding-top-20 {
  padding-top: 2rem;
}

.h-padding-bottom-20 {
  padding-bottom: 2rem;
}

.h-padding-left-20 {
  padding-left: 2rem;
}

.h-padding-right-20 {
  padding-right: 2rem;
}

.h-padding-vertical-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.h-padding-horizontal-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h-margin-30 {
  margin: 3rem;
}

.h-margin-top-30 {
  margin-top: 3rem;
}

.h-margin-bottom-30 {
  margin-bottom: 3rem;
}

.h-margin-left-30 {
  margin-left: 3rem;
}

.h-margin-right-30 {
  margin-right: 3rem;
}

.h-margin-vertical-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.h-margin-horizontal-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.h-padding-30 {
  padding: 3rem;
}

.h-padding-top-30 {
  padding-top: 3rem;
}

.h-padding-bottom-30 {
  padding-bottom: 3rem;
}

.h-padding-left-30 {
  padding-left: 3rem;
}

.h-padding-right-30 {
  padding-right: 3rem;
}

.h-padding-vertical-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h-padding-horizontal-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* ====================== */
/* Misc */
/* ====================== */
.h-fw-400 {
  font-weight: 400;
}

.h-fw-700 {
  font-weight: 700;
}

.h-fs-normal {
  font-style: normal;
}

.h-fs-italic {
  font-style: italic;
}

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

.h-align-left {
  text-align: left;
}

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

.h-uppercase {
  text-transform: uppercase;
}

.h-lowercase {
  text-transform: lowercase;
}

/* Print
   ========================================================================== */
/* ====================== */
/* print */
/* ====================== */
@media print {
  * {
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    size: portrait 21cm 29.7cm;
    margin: 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .block-notice,
  #footer,
  .links-nav,
  .print-page {
    display: none;
  }
  .title-article {
    font-size: 3em;
  }
  .chapo {
    font-size: 1.4em;
  }
  .editor-wysiwyg a {
    text-decoration: underline;
  }
  .editor-wysiwyg ul, .editor-wysiwyg ul > li {
    list-style: disc;
  }
  .editor-wysiwyg ul:before, .editor-wysiwyg ul > li:before {
    display: none;
  }
  .editor-wysiwyg ol, .editor-wysiwyg ol > li {
    list-style: decimal;
  }
  .editor-wysiwyg ol > li:before {
    display: none;
  }
}
/* Library JS
============================== */

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