@charset "UTF-8";
@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-Italic.eot");
  src: url("./fonts/Barlow-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/Barlow-Italic.woff2") format("woff2"), url("./fonts/Barlow-Italic.woff") format("woff"), url("./fonts/Barlow-Italic.ttf") format("truetype"), url("./fonts/Barlow-Italic.svg#Barlow-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-Light.eot");
  src: url("./fonts/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Barlow-Light.woff2") format("woff2"), url("./fonts/Barlow-Light.woff") format("woff"), url("./fonts/Barlow-Light.ttf") format("truetype"), url("./fonts/Barlow-Light.svg#Barlow-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-SemiBold.eot");
  src: url("./fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Barlow-SemiBold.woff2") format("woff2"), url("./fonts/Barlow-SemiBold.woff") format("woff"), url("./fonts/Barlow-SemiBold.ttf") format("truetype"), url("./fonts/Barlow-SemiBold.svg#Barlow-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-SemiBold.eot");
  src: url("./fonts/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("./fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("./fonts/PlayfairDisplay-SemiBold.ttf") format("truetype"), url("./fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/PlayfairDisplay-BoldItalic.eot");
  src: url("./fonts/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("./fonts/PlayfairDisplay-BoldItalic.woff") format("woff"), url("./fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"), url("./fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.ttf?6nsdhz") format("truetype"), url("./fonts/icomoon.woff?6nsdhz") format("woff"), url("./fonts/icomoon.svg?6nsdhz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-boutique:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-croix:before {
  content: "";
  color: #23663f;
}

.icon-menu:before {
  content: "";
  color: #23663f;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-bulles:before {
  content: "";
  color: #23663f;
}

.icon-chaussure:before {
  content: "";
  color: #23663f;
}

.icon-conseils:before {
  content: "";
  color: #23663f;
}

.icon-etoile:before {
  content: "";
  color: #23663f;
}

.icon-marteau:before {
  content: "";
  color: #23663f;
}

.icon-pschiit:before {
  content: "";
  color: #23663f;
}

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

/*
 * Disable animations styles when reduced motion is enabled
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/*
 * Change the cursor on busy elements in all browsers.
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers.
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers.
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers.
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto and min-height: auto on flex and grid children
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
  min-height: 0;
  /* 2 */
}

/*
 * 1. Remove the grey highlight on links in iOS 
 * 2. Prevent orientation font changes in iOS
 * 3. Breaks words to prevent overflow in all browsers
 */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
  margin: 0;
  font-family: "Barlow";
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #ffffff;
  color: red;
  overflow-x: hidden;
}

/*
 * Headings
 */
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  color: red;
}

/*
 * Links
 */
a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/*
 * Vertical rythm
 */
h1,
.h1-like,
h2,
.h2-like {
  margin-top: 0;
  margin-bottom: 2rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
dt,
dd {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*
 * Nested elements
 */
ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Lists
 */
ul,
ol {
  list-style: none;
  padding-left: 0;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*
 * Embed content
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
pre,
code,
input,
textarea,
select,
video,
svg,
iframe {
  max-width: 100%;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
}

img {
  border-style: none;
}

/**
 * Remove the border on iframes in all browsers
 */
iframe {
  border-style: none;
}

/*
 * Fill color matching to text color
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/*
 * Tables
 */
table {
  border-collapse: collapse;
}

/*
 * Rulers
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 2rem 0;
  clear: both;
  color: inherit;
}

/*
 * table styles
 */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

/* ----------------------------- */
/* ==Reset (forms)               */
/* ----------------------------- */
/*
 * Remove the tapping delay on clickable elements in all browsers .
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*
 * 1. Change the inconsistent appearance in all browsers.
 * 2. Add typography inheritance in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 1 */
  font-family: inherit;
  /* 2 */
  font-size: inherit;
  /* 2 */
  line-height: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  vertical-align: middle;
}

/*
 * Basic User Interface reset
 */
button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  border: 0;
}

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

pre {
  tab-size: 2;
  white-space: pre-wrap;
  line-height: normal;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/*
 * Show overflow in IE/Edge
 */
button,
input {
  overflow: visible;
}

/* 
 * Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

/*
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

form,
fieldset {
  border: none;
}

fieldset {
  margin: 0;
  padding: 2rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 0;
  color: inherit;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* ----------------------------- */
/* Form oddities                 */
/* ----------------------------- */
/*
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/*
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }

  p,
.p-like,
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
blockquote,
label,
ul,
ol {
    color: #000;
    margin: auto;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

  /* no orphans, no widows */
  p,
.p-like,
blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */
  blockquote,
ul,
ol {
    page-break-inside: avoid;
  }

  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
caption {
    page-break-after: avoid;
  }

  a {
    color: #000;
  }

  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
.h1 {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 2.8rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 5.5rem;
  }
}

.h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 600;
  display: block;
  color: #141615;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .h2 {
    padding-bottom: 22px;
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
}
.h2.with-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 47px;
  background: #23663f;
}
@media (min-width: 992px) {
  .h2.with-line:after {
    height: 6px;
  }
}

.h3-spe {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 600;
  display: block;
  color: #141615;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .h3-spe {
    padding-bottom: 22px;
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
}
.h3-spe.with-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 47px;
  background: #23663f;
}
@media (min-width: 992px) {
  .h3-spe.with-line:after {
    height: 6px;
  }
}

.h3 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 2rem;
  color: #141615;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 3.4rem;
  }
}
.h3.with-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 47px;
  transform: translateX(-50%);
  left: 50%;
  background: #23663f;
}
@media (min-width: 992px) {
  .h3.with-line:after {
    height: 6px;
    left: 0;
    transform: none;
  }
}

.h4 {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 1.2rem;
  color: #141615;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-bottom: 18px;
  text-align: left;
}
@media (min-width: 992px) {
  .h4 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
.h4.with-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 43px;
  background: #23663f;
}
@media (min-width: 992px) {
  .h4.with-line:after {
    height: 6px;
  }
}

.flex {
  display: flex;
}

img {
  max-width: 100%;
  width: auto;
  display: block;
}

.h100 {
  height: 100%;
}

.trigger {
  cursor: pointer;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #141615;
}

/********************************************/
/********** MIXINS & PLACEHOLDER ************/
/********************************************/
.page-contact .contact-form .contact-form-img, .main-title-details .title-details-img img, .section-mea-contact .inner img, .section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details, .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name .boutique-img, .bloc-cms.bloc-video .cms-video-btn:after, .bloc-cms.bloc-video .cms-video-btn span, .bloc-cms.bloc-video .cms-video-btn, .bloc-cms.bloc-text .cms-step span, .bloc-cms.bloc-text .cms-step, .bloc-cms .bloc-cms-infos .bloc-cms-infos-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .contact-form form .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn {
  text-transform: uppercase;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 1.3rem;
  background: #23663f;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.btn:hover {
  background: #114426;
}
.btn.btn-fw {
  width: 100%;
}
.btn.btn-green {
  padding: 0 35px;
  color: #ffffff;
}
.btn.btn-small {
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .btn.btn-small {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 1.1rem;
  }
}

.btn-link {
  color: #23663f;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.1rem;
  }
}
.btn-link:before, .btn-link:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #23663f;
  left: 0;
  bottom: -2px;
  transition: all 0s ease 0s;
}
.btn-link:after {
  width: 100%;
}
.btn-link:before {
  width: 0;
}
.btn-link:hover:after {
  left: 100%;
  width: 0;
  transition: all 0.3s ease 0s;
}
.btn-link:hover:before {
  width: 100%;
  transition: all 0.3s ease 0.25s;
}

.flex,
.col,
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.xxs1 {
  -webkit-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-xxs1 {
  margin-left: 8.3333333333%;
}

.xxs2 {
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-xxs2 {
  margin-left: 16.6666666667%;
}

.xxs3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.offset-xxs3 {
  margin-left: 25%;
}

.xxs4 {
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-xxs4 {
  margin-left: 33.3333333333%;
}

.xxs5 {
  -webkit-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-xxs5 {
  margin-left: 41.6666666667%;
}

.xxs6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.offset-xxs6 {
  margin-left: 50%;
}

.xxs7 {
  -webkit-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-xxs7 {
  margin-left: 58.3333333333%;
}

.xxs8 {
  -webkit-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-xxs8 {
  margin-left: 66.6666666667%;
}

.xxs9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.offset-xxs9 {
  margin-left: 75%;
}

.xxs10 {
  -webkit-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-xxs10 {
  margin-left: 83.3333333333%;
}

.xxs11 {
  -webkit-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-xxs11 {
  margin-left: 91.6666666667%;
}

.xxs12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.offset-xxs12 {
  margin-left: 100%;
}

.xxs {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.start-xxs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xxs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xxs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.around-xxs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xxs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-xxs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.middle-xxs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bottom-xxs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

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

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

.hide-xxs,
.hidden-xxs {
  display: none;
}

.show-xxs {
  display: block;
}

.show-ib-xxs {
  display: inline-block;
}

.xxs1,
.offset-xxs1,
.xxs2,
.offset-xxs2,
.xxs3,
.offset-xxs3,
.xxs4,
.offset-xxs4,
.xxs5,
.offset-xxs5,
.xxs6,
.offset-xxs6,
.xxs7,
.offset-xxs7,
.xxs8,
.offset-xxs8,
.xxs9,
.offset-xxs9,
.xxs10,
.offset-xxs10,
.xxs11,
.offset-xxs11,
.xxs12,
.offset-xxs12 {
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 480px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.xxs {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.start-xxs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xxs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xxs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.around-xxs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xxs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-xxs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.middle-xxs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bottom-xxs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

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

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

.hide-xxs,
.hidden-xxs {
  display: none;
}

.show-xxs {
  display: block;
}

.ctn {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.ctn-fluid {
  width: 100%;
}
@media (min-width: 992px) {
  .ctn-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .ctn-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/****************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover,
a:focus,
a:active {
  outline: 0;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

.block-tag .block-tag-header .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-social .icon,
.enabled-filters ul li:not(.clear-filters) a i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.flex,
.col,
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ctn-fluid,
.ctn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ctn {
  width: 100%;
}

.row,
.col {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row-xxs {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-xxs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xxs1 {
  -webkit-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-xxs1 {
  margin-left: 8.3333333333%;
}

.xxs2 {
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-xxs2 {
  margin-left: 16.6666666667%;
}

.xxs3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.offset-xxs3 {
  margin-left: 25%;
}

.xxs4 {
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-xxs4 {
  margin-left: 33.3333333333%;
}

.xxs5 {
  -webkit-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-xxs5 {
  margin-left: 41.6666666667%;
}

.xxs6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.offset-xxs6 {
  margin-left: 50%;
}

.xxs7 {
  -webkit-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-xxs7 {
  margin-left: 58.3333333333%;
}

.xxs8 {
  -webkit-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-xxs8 {
  margin-left: 66.6666666667%;
}

.xxs9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.offset-xxs9 {
  margin-left: 75%;
}

.xxs10 {
  -webkit-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-xxs10 {
  margin-left: 83.3333333333%;
}

.xxs11 {
  -webkit-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-xxs11 {
  margin-left: 91.6666666667%;
}

.xxs12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.offset-xxs12 {
  margin-left: 100%;
}

.xxs {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.start-xxs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xxs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.center-xxs-notext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.end-xxs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.around-xxs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xxs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-xxs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.middle-xxs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bottom-xxs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

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

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

.hide-xxs,
.hidden-xxs {
  display: none;
}

.show-xxs {
  display: block;
}

.show-ib-xxs {
  display: inline-block;
}

.xxs1,
.offset-xxs1,
.xxs2,
.offset-xxs2,
.xxs3,
.offset-xxs3,
.xxs4,
.offset-xxs4,
.xxs5,
.offset-xxs5,
.xxs6,
.offset-xxs6,
.xxs7,
.offset-xxs7,
.xxs8,
.offset-xxs8,
.xxs9,
.offset-xxs9,
.xxs10,
.offset-xxs10,
.xxs11,
.offset-xxs11,
.xxs12,
.offset-xxs12 {
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 480px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ctn {
    width: 100%;
  }

  .row,
.col {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row-xs {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xs1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-xs1 {
    margin-left: 8.3333333333%;
  }

  .xs2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-xs2 {
    margin-left: 16.6666666667%;
  }

  .xs3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-xs3 {
    margin-left: 25%;
  }

  .xs4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-xs4 {
    margin-left: 33.3333333333%;
  }

  .xs5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-xs5 {
    margin-left: 41.6666666667%;
  }

  .xs6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-xs6 {
    margin-left: 50%;
  }

  .xs7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-xs7 {
    margin-left: 58.3333333333%;
  }

  .xs8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-xs8 {
    margin-left: 66.6666666667%;
  }

  .xs9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-xs9 {
    margin-left: 75%;
  }

  .xs10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-xs10 {
    margin-left: 83.3333333333%;
  }

  .xs11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-xs11 {
    margin-left: 91.6666666667%;
  }

  .xs12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-xs12 {
    margin-left: 100%;
  }

  .xs {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

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

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

  .hide-xs,
.hidden-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  .show-ib-xs {
    display: inline-block;
  }

  .xs1,
.offset-xs1,
.xs2,
.offset-xs2,
.xs3,
.offset-xs3,
.xs4,
.offset-xs4,
.xs5,
.offset-xs5,
.xs6,
.offset-xs6,
.xs7,
.offset-xs7,
.xs8,
.offset-xs8,
.xs9,
.offset-xs9,
.xs10,
.offset-xs10,
.xs11,
.offset-xs11,
.xs12,
.offset-xs12 {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ctn {
    width: 720px;
  }

  .row,
.col {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row-sm {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sm1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-sm1 {
    margin-left: 8.3333333333%;
  }

  .sm2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-sm2 {
    margin-left: 16.6666666667%;
  }

  .sm3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-sm3 {
    margin-left: 25%;
  }

  .sm4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-sm4 {
    margin-left: 33.3333333333%;
  }

  .sm5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-sm5 {
    margin-left: 41.6666666667%;
  }

  .sm6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-sm6 {
    margin-left: 50%;
  }

  .sm7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-sm7 {
    margin-left: 58.3333333333%;
  }

  .sm8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-sm8 {
    margin-left: 66.6666666667%;
  }

  .sm9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-sm9 {
    margin-left: 75%;
  }

  .sm10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-sm10 {
    margin-left: 83.3333333333%;
  }

  .sm11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-sm11 {
    margin-left: 91.6666666667%;
  }

  .sm12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-sm12 {
    margin-left: 100%;
  }

  .sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

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

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

  .hide-sm,
.hidden-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .show-ib-sm {
    display: inline-block;
  }

  .sm1,
.offset-sm1,
.sm2,
.offset-sm2,
.sm3,
.offset-sm3,
.sm4,
.offset-sm4,
.sm5,
.offset-sm5,
.sm6,
.offset-sm6,
.sm7,
.offset-sm7,
.sm8,
.offset-sm8,
.sm9,
.offset-sm9,
.sm10,
.offset-sm10,
.sm11,
.offset-sm11,
.sm12,
.offset-sm12 {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ctn {
    width: 960px;
  }

  .row,
.col {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row-md {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-md1 {
    margin-left: 8.3333333333%;
  }

  .md2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-md2 {
    margin-left: 16.6666666667%;
  }

  .md3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-md3 {
    margin-left: 25%;
  }

  .md4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-md4 {
    margin-left: 33.3333333333%;
  }

  .md5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-md5 {
    margin-left: 41.6666666667%;
  }

  .md6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-md6 {
    margin-left: 50%;
  }

  .md7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-md7 {
    margin-left: 58.3333333333%;
  }

  .md8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-md8 {
    margin-left: 66.6666666667%;
  }

  .md9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-md9 {
    margin-left: 75%;
  }

  .md10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-md10 {
    margin-left: 83.3333333333%;
  }

  .md11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-md11 {
    margin-left: 91.6666666667%;
  }

  .md12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-md12 {
    margin-left: 100%;
  }

  .md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

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

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

  .hide-md,
.hidden-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .show-ib-md {
    display: inline-block;
  }

  .md1,
.offset-md1,
.md2,
.offset-md2,
.md3,
.offset-md3,
.md4,
.offset-md4,
.md5,
.offset-md5,
.md6,
.offset-md6,
.md7,
.offset-md7,
.md8,
.offset-md8,
.md9,
.offset-md9,
.md10,
.offset-md10,
.md11,
.offset-md11,
.md12,
.offset-md12 {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ctn {
    width: 1170px;
  }

  .row,
.col {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row-lg {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lg1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-lg1 {
    margin-left: 8.3333333333%;
  }

  .lg2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-lg2 {
    margin-left: 16.6666666667%;
  }

  .lg3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-lg3 {
    margin-left: 25%;
  }

  .lg4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-lg4 {
    margin-left: 33.3333333333%;
  }

  .lg5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-lg5 {
    margin-left: 41.6666666667%;
  }

  .lg6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-lg6 {
    margin-left: 50%;
  }

  .lg7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-lg7 {
    margin-left: 58.3333333333%;
  }

  .lg8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-lg8 {
    margin-left: 66.6666666667%;
  }

  .lg9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-lg9 {
    margin-left: 75%;
  }

  .lg10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-lg10 {
    margin-left: 83.3333333333%;
  }

  .lg11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-lg11 {
    margin-left: 91.6666666667%;
  }

  .lg12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-lg12 {
    margin-left: 100%;
  }

  .lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

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

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

  .hide-lg,
.hidden-lg {
    display: none;
  }

  .show-lg {
    display: block;
  }

  .show-ib-lg {
    display: inline-block;
  }

  .lg1,
.offset-lg1,
.lg2,
.offset-lg2,
.lg3,
.offset-lg3,
.lg4,
.offset-lg4,
.lg5,
.offset-lg5,
.lg6,
.offset-lg6,
.lg7,
.offset-lg7,
.lg8,
.offset-lg8,
.lg9,
.offset-lg9,
.lg10,
.offset-lg10,
.lg11,
.offset-lg11,
.lg12,
.offset-lg12 {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1320px) {
  .ctn-fluid,
.ctn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ctn {
    width: 1290px;
  }

  .row,
.col {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row-xl {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xl1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-xl1 {
    margin-left: 8.3333333333%;
  }

  .xl2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-xl2 {
    margin-left: 16.6666666667%;
  }

  .xl3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .offset-xl3 {
    margin-left: 25%;
  }

  .xl4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-xl4 {
    margin-left: 33.3333333333%;
  }

  .xl5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-xl5 {
    margin-left: 41.6666666667%;
  }

  .xl6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .offset-xl6 {
    margin-left: 50%;
  }

  .xl7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-xl7 {
    margin-left: 58.3333333333%;
  }

  .xl8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-xl8 {
    margin-left: 66.6666666667%;
  }

  .xl9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .offset-xl9 {
    margin-left: 75%;
  }

  .xl10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-xl10 {
    margin-left: 83.3333333333%;
  }

  .xl11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-xl11 {
    margin-left: 91.6666666667%;
  }

  .xl12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-xl12 {
    margin-left: 100%;
  }

  .xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .around-xl {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .middle-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

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

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

  .hide-xl,
.hidden-xl {
    display: none;
  }

  .show-xl {
    display: block;
  }

  .show-ib-xl {
    display: inline-block;
  }

  .xl1,
.offset-xl1,
.xl2,
.offset-xl2,
.xl3,
.offset-xl3,
.xl4,
.offset-xl4,
.xl5,
.offset-xl5,
.xl6,
.offset-xl6,
.xl7,
.offset-xl7,
.xl8,
.offset-xl8,
.xl9,
.offset-xl9,
.xl10,
.offset-xl10,
.xl11,
.offset-xl11,
.xl12,
.offset-xl12 {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .xxs12,
[class*=xxs]:not([class*=-xxs]) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nogrow {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.grow {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.grow1 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.grow2 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.grow3 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.grow4 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.grow5 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.styleguide-body {
  background-color: #efefef;
  padding: 0 45px;
}

.styleguide-body hr {
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.styleguide-header {
  border-bottom: 1px solid grey;
  margin: 50px auto;
  padding: 25px 15px 15px;
}

.styleguide-header .styleguide-title {
  font-size: 40px;
}

.styleguide-header .styleguide-projet-name {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.code {
  background: #292929;
  color: #fff;
  display: inline-block;
  font-style: italic;
  padding: 3px 5px;
}

.styleguide-bloc-ctn .styleguide-bloc {
  border-radius: 3px;
  margin-bottom: 50px;
}

.styleguide-bloc-ctn .styleguide-bloc .styleguide-bloc-title {
  background: #292929;
  color: #fff;
  display: block;
  font-size: 25px;
  padding: 7px 20px;
}

.styleguide-bloc-ctn .styleguide-bloc .styleguide-bloc-subtitle {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 0;
}

.styleguide-bloc-ctn .styleguide-bloc .styleguide-bloc-content-infos {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 10px;
}

.styleguide-bloc-ctn .styleguide-bloc ul {
  padding: 5px 15px;
}

.styleguide-bloc-ctn .styleguide-bloc ul li {
  list-style-position: inside;
  list-style-type: disc;
}

.styleguide-bloc-ctn .styleguide-bloc.fonts .font-family-bloc {
  margin-bottom: 30px;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section {
  margin-bottom: 45px;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .row {
  margin-left: -5px;
  margin-right: -5px;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile {
  display: inline-block;
  font-size: 1.3rem;
  height: 90px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  width: calc((100% / 5) - 10px);
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile span {
  display: block;
  line-height: 1.6;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile.color-1 {
  background: #d00063;
  color: #fff;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile.color-2 {
  background: #171717;
  color: #fff;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile.color-3 {
  background: #faf8f9;
  color: #000;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile.color-4 {
  background: #7e7e7f;
  color: #000;
}

.styleguide-bloc-ctn .styleguide-bloc.colors .styleguide-bloc-color-section .color-tile.color-5 {
  background: #e9e5e7;
  color: #000;
}

.styleguide-bloc-ctn .styleguide-bloc.boutons .btn-exemple {
  margin-bottom: 30px;
}

.styleguide-bloc-ctn .styleguide-bloc.boutons .btn-exemple > .btn,
.styleguide-bloc-ctn .styleguide-bloc.boutons .btn-exemple > .btn-link {
  margin-bottom: 10px;
  margin-right: 20px;
}

.styleguide-bloc-ctn .styleguide-bloc.formulaires form {
  margin-bottom: 30px;
}

.styleguide-bloc-content {
  background-color: #fff;
  display: block;
  padding: 20px;
}

.alert {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
}

.alert-success {
  background-color: #76d46c;
  color: #fff;
}

.alert-warning {
  background-color: orange;
  border: orange;
  color: #fff;
}

.alert-danger {
  background-color: #e90a4e;
  border: #e90a4e;
  color: #fff;
}

.alert-info {
  background-color: lightgray;
  border: lightgray;
  color: #171717;
}

.label-success {
  color: #76d46c;
}

.label-warning {
  color: orange;
}

.label-danger {
  color: #d00063;
}

.section-block {
  padding: 50px 0;
}

.section-block .section-block-header {
  text-align: center;
}

.block-info {
  background: #faf8f9;
  height: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 2.5rem;
  position: relative;
}

.block-info-inner {
  margin: 0;
}

.block-info-title {
  border-bottom: 0.1rem solid #e9e5e7;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-info-strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.block-info .block-info-content {
  font-size: 1.3rem;
  line-height: 1.5;
}

.block-info .block-info-content img {
  max-width: 100%;
}

.block-info-footer {
  margin-top: 1.5rem;
}

.order-recap-address {
  background: #fff;
}

.order-recap-address .block-address-title {
  border-bottom: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.block {
  display: block;
  margin-bottom: 15px;
}

.fancy-block {
  border-color: #d00063;
  min-height: 5rem;
  min-width: 5rem;
  padding: 2rem;
  position: relative;
}

.fancy-block .border {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 1;
}

.fancy-block .border-top {
  border-top-width: 0.1rem;
  left: 2rem;
  right: 2rem;
  top: 0;
}

.fancy-block .border-left {
  border-left-width: 0.1rem;
  bottom: 2rem;
  left: 0;
  top: 2rem;
}

.fancy-block .border-right {
  border-right-width: 0.1rem;
  bottom: 2rem;
  right: 0;
  top: 2rem;
}

.fancy-block .border-bottom {
  border-bottom-width: 0.1rem;
  bottom: 0;
  left: 2rem;
  right: 2rem;
}

.fancy-block .corner {
  border-color: inherit;
  border-style: solid;
  border-width: 0.1rem;
  height: 1rem;
  position: absolute;
  width: 1rem;
}

.fancy-block .corner::after,
.fancy-block .corner::before {
  border-color: inherit;
  border-style: solid;
  border-width: 0.1rem;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  width: 1rem;
}

.fancy-block .corner-top-left {
  left: 0;
  top: 0;
}

.fancy-block .corner-top-left::before {
  border-left: 0;
  border-top-color: transparent;
  left: 0.9rem;
  top: -0.1rem;
}

.fancy-block .corner-top-left::after {
  border-left-color: transparent;
  border-top: 0;
  left: -0.1rem;
  top: 0.9rem;
}

.fancy-block .corner-top-right {
  right: 0;
  top: 0;
}

.fancy-block .corner-top-right::before {
  border-right: 0;
  border-top-color: transparent;
  right: 0.9rem;
  top: -0.1rem;
}

.fancy-block .corner-top-right::after {
  border-right-color: transparent;
  border-top: 0;
  right: -0.1rem;
  top: 0.9rem;
}

.fancy-block .corner-bottom-right {
  bottom: 0;
  right: 0;
}

.fancy-block .corner-bottom-right::before {
  border-bottom-color: transparent;
  border-right: 0;
  bottom: -0.1rem;
  right: 0.9rem;
}

.fancy-block .corner-bottom-right::after {
  border-bottom: 0;
  border-right-color: transparent;
  bottom: 0.9rem;
  right: -0.1rem;
}

.fancy-block .corner-bottom-left {
  bottom: 0;
  left: 0;
}

.fancy-block .corner-bottom-left::before {
  border-bottom-color: transparent;
  border-left: 0;
  bottom: -0.1rem;
  left: 0.9rem;
}

.fancy-block .corner-bottom-left::after {
  border-bottom: 0;
  border-left-color: transparent;
  bottom: 0.9rem;
  left: -0.1rem;
}

.fancy-block .fancy-icon {
  display: inline-block;
  padding: 1rem 0 2rem;
  z-index: 2;
}

.category_colored .fancy-block {
  border-color: rgba(255, 255, 255, 0.5);
}

.category_dark_text .fancy-block {
  border-color: #d00063;
}

.bg-grey .corner-top-left.before {
  border-top-color: #faf8f9;
}

.bg-grey .corner-top-left.after {
  border-left-color: #faf8f9;
}

.bg-grey .corner-top-right.before {
  border-top-color: #faf8f9;
}

.bg-grey .corner-top-right.after {
  border-right-color: #faf8f9;
}

.bg-grey .corner-bottom-right.before {
  border-bottom-color: #faf8f9;
}

.bg-grey .corner-bottom-right.after {
  border-right-color: #faf8f9;
}

.bg-grey .corner-bottom-left.before {
  border-bottom-color: #faf8f9;
}

.bg-grey .corner-bottom-left.after {
  border-left-color: #faf8f9;
}

.block_icon_bordered {
  border: 0.1rem solid #e9e5e7;
  margin: 5rem 0 1rem;
  padding: 1rem 0.5rem;
}

@media (min-width: 992px) {
  .block_icon_bordered {
    margin: 0 0 1rem;
    padding: 1rem 3.5rem 1rem 0.5rem;
  }
}
.block_icon_bordered img {
  margin-top: -5rem;
}

@media (min-width: 992px) {
  .block_icon_bordered img {
    margin-top: 0;
  }
}
.block_icon_bordered-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
  margin-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .block_icon_bordered-title {
    margin-top: 3.5rem;
    text-align: left;
  }
}
.block_icon_bordered-title a {
  display: block;
  text-align: center;
  text-transform: none;
}

@media (min-width: 992px) {
  .block_icon_bordered-title a {
    display: inline-block;
    margin-left: 2rem;
  }
}
.block_icon_bordered .block_icon_bordered-ctn {
  display: none;
  margin-top: 1rem;
}

.block_icon_bordered .block_icon_bordered-ctn .form-control {
  font-family: "Quicksand";
  margin-bottom: 1rem;
  min-height: 13rem;
  padding: 1rem;
}

.block_icon_bordered .alert {
  display: none;
}

.block_icon_help .block_icon_bordered-title {
  margin-top: 0;
}

.block_icon_loyalty {
  background-color: #fef4f6;
  margin: 7rem 0 1rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .block_icon_loyalty {
    margin: 2rem 0 1rem;
    padding: 0.5rem;
  }
}
.block_icon_loyalty img {
  margin-top: -5rem;
}

@media (min-width: 768px) {
  .block_icon_loyalty img {
    margin-top: 0;
  }
}
.block_icon_loyalty-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .block_icon_loyalty-title {
    text-align: left;
  }
}
.block_icon_loyalty-description {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .block_icon_loyalty-description {
    text-align: left;
  }
}
.block_icon_loyalty-description span {
  color: #d00063;
}

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

.block_icon_loyalty-links a {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .block_icon_loyalty-links a {
    display: inline;
    text-align: left;
  }
}
.block_icon_loyalty-links span {
  display: none;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .block_icon_loyalty-links span {
    display: inline-block;
  }
}
#account-creation_form .block_icon_loyalty {
  margin: 6rem 0 1rem;
}

@media (min-width: 768px) {
  #account-creation_form .block_icon_loyalty {
    margin: 2rem 0 1rem;
  }
}
#account-creation_form .block_icon_loyalty img {
  width: 8rem;
}

#account-creation_form .block_icon_loyalty-title {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

@media (min-width: 768px) {
  #account-creation_form .block_icon_loyalty-title {
    text-align: left;
  }
}
#account-creation_form .block_icon_loyalty-description {
  font-size: 1.2rem;
}

#account-creation_form .block_icon_loyalty .form-group-text label {
  height: 3.5rem;
  line-height: 3.5rem;
}

#account-creation_form .block_icon_loyalty .form-group-text .form-control {
  font-size: 1.4rem;
  height: 3.5rem;
}

.fancy-title {
  font-size: 3.2rem;
}

.fancy-title.big {
  font-size: 4.8rem;
}

strong {
  font-weight: 600;
}

.barre {
  text-decoration: line-through;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.wysiwyg i {
  font-style: italic;
}

@media (min-width: 1200px) {
  .ctn-fluid.padded {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.block {
  margin-bottom: 3rem;
}

.fh {
  height: 100%;
}

.fw {
  width: 100%;
}

.nw {
  white-space: nowrap;
}

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

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

.text-small {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.img-responsive {
  max-width: 100%;
}

.cover {
  background-size: cover;
}

.valign-middle > * {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.medium-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 107rem;
}

.small-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 65rem;
}

.xs-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 45rem;
}

.unvisible {
  display: none;
}

.underline {
  text-decoration: underline;
}

.lowercase {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

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

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

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

.bg-primary {
  background-color: #d00063;
}

.bg-grey {
  background-color: #faf8f9;
}

.after_grey_bg {
  position: relative;
}

.after_grey_bg::after {
  background: #faf8f9;
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.after_grey_bg.top::after {
  bottom: auto;
  top: 0;
}

.after_grey_bg.h60::after {
  height: 60%;
}

.link:hover {
  text-decoration: underline;
}

.video-ctn {
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  position: relative;
}

.video-ctn iframe {
  border: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0 0 0 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.mention {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .mention {
    font-size: 1.4rem;
  }
}
.font-size-default {
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .font-size-default {
    font-size: 1.6rem;
  }
}
@-webkit-keyframes custom-loader {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes custom-loader {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.custom-loader-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 248, 249, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.custom-loader div {
  -webkit-animation: custom-loader 0.8s cubic-bezier(0.42, 0.02, 0.47, 0.86) infinite;
  animation: custom-loader 0.8s cubic-bezier(0.42, 0.02, 0.47, 0.86) infinite;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0 0 #d00063;
  height: 3.5rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 3.5rem;
}

.custom-loader-eclipse {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 5rem;
  overflow: hidden;
  width: 5rem;
}

.custom-loader {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
}

.custom-loader div {
  box-sizing: content-box;
}

.breadcrumb_ctn {
  background-color: #faf8f9;
  position: relative;
  z-index: 1;
}

.breadcrumb_ctn .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  overflow-x: auto;
  padding: 0 1.5rem 1rem;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .breadcrumb_ctn .breadcrumb {
    padding: 0 0.9rem 1rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumb_ctn .breadcrumb {
    padding: 0 1.5rem 1rem;
  }
}
.breadcrumb_ctn .breadcrumb-pipe {
  display: inline-block;
  padding: 0 0.5rem 0 0.2rem;
}

.breadcrumb_ctn .breadcrumb a {
  font-size: 11px;
  letter-spacing: 0;
  text-decoration: none;
}

.breadcrumb_ctn .breadcrumb a:hover,
.breadcrumb_ctn .breadcrumb a:focus {
  text-decoration: underline;
}

.category-default .breadcrumb_ctn {
  background-color: transparent;
}

.category_colored .breadcrumb_ctn {
  background-color: transparent;
}

.category_colored .breadcrumb_ctn .breadcrumb {
  color: #fff;
}

.category_colored .breadcrumb_ctn .breadcrumb a,
.category_colored .breadcrumb_ctn .breadcrumb span {
  color: #fff;
}

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

.product-qty-ctn {
  border: 0.1rem solid #e9e5e7;
  border-radius: 2.5rem;
  margin: 0 auto;
  max-width: 15rem;
  padding: 1rem;
  position: relative;
}

@media (min-width: 1200px) {
  .product-qty-ctn {
    max-width: 100%;
  }
}
.product-qty-down,
.product-qty-up,
.product-qty .up,
.product-qty .down {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  color: #171717;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 3.6rem;
  outline: none;
  position: absolute;
  text-decoration: none;
  top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 4.5rem;
  z-index: 2;
}

.product-qty-down:hover,
.product-qty-up:hover,
.product-qty .up:hover,
.product-qty .down:hover,
.product-qty-down:focus,
.product-qty-up:focus,
.product-qty .up:focus,
.product-qty .down:focus {
  color: #d00063;
}

.product-qty-down,
.product-qty .down {
  border-right: 0.1rem solid #e9e5e7;
  left: 0;
}

.product-qty-up,
.product-qty .up {
  border-left: 0.1rem solid #e9e5e7;
  right: 0;
}

.product-qty-btn {
  font-weight: 600;
}

.product-qty-input {
  background-color: transparent;
  border: 0;
  color: #171717;
  font-family: "Quicksand";
  font-size: 2rem;
  height: 3rem;
  line-height: 3rem;
  outline: none;
  padding: 0 4.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.product-qty.small .product-qty-ctn {
  padding: 0.5rem;
}

.product-qty.small .product-qty-input {
  font-size: 2rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.product-qty.small .product-qty-down,
.product-qty.small .product-qty-up {
  height: 2.5rem;
  line-height: 3rem;
  top: 0.5rem;
}

@-webkit-keyframes croqueAfter {
  0% {
    right: -1.2rem;
    top: -0.8rem;
  }
  49% {
    right: -1.2rem;
    top: -0.8rem;
  }
  50% {
    right: -0.8rem;
    top: -0.4rem;
  }
  100% {
    right: -0.8rem;
    top: -0.4rem;
  }
}
@keyframes croqueAfter {
  0% {
    right: -1.2rem;
    top: -0.8rem;
  }
  49% {
    right: -1.2rem;
    top: -0.8rem;
  }
  50% {
    right: -0.8rem;
    top: -0.4rem;
  }
  100% {
    right: -0.8rem;
    top: -0.4rem;
  }
}
@-webkit-keyframes croqueBefore {
  0% {
    right: 1.3rem;
    top: -0.9rem;
  }
  49% {
    right: 1.3rem;
    top: -0.9rem;
  }
  50% {
    right: 1.7rem;
    top: -0.5rem;
  }
  100% {
    right: 1.7rem;
    top: -0.5rem;
  }
}
@keyframes croqueBefore {
  0% {
    right: 1.3rem;
    top: -0.9rem;
  }
  49% {
    right: 1.3rem;
    top: -0.9rem;
  }
  50% {
    right: 1.7rem;
    top: -0.5rem;
  }
  100% {
    right: 1.7rem;
    top: -0.5rem;
  }
}
@-webkit-keyframes croqueAfterSmall {
  0% {
    right: -1.2rem;
    top: -0.9rem;
  }
  49% {
    right: -1.2rem;
    top: -0.9rem;
  }
  50% {
    right: -0.8rem;
    top: -0.5rem;
  }
  100% {
    right: -0.8rem;
    top: -0.5rem;
  }
}
@keyframes croqueAfterSmall {
  0% {
    right: -1.2rem;
    top: -0.9rem;
  }
  49% {
    right: -1.2rem;
    top: -0.9rem;
  }
  50% {
    right: -0.8rem;
    top: -0.5rem;
  }
  100% {
    right: -0.8rem;
    top: -0.5rem;
  }
}
@-webkit-keyframes croqueBeforeSmall {
  0% {
    right: 0.8rem;
    top: -0.9rem;
  }
  49% {
    right: 0.8rem;
    top: -0.9rem;
  }
  50% {
    right: 1.2rem;
    top: -0.5rem;
  }
  100% {
    right: 1.2rem;
    top: -0.5rem;
  }
}
@keyframes croqueBeforeSmall {
  0% {
    right: 0.8rem;
    top: -0.9rem;
  }
  49% {
    right: 0.8rem;
    top: -0.9rem;
  }
  50% {
    right: 1.2rem;
    top: -0.5rem;
  }
  100% {
    right: 1.2rem;
    top: -0.5rem;
  }
}
.registration .social_connect_ctn {
  margin-bottom: 2rem;
}

.panel-content .social_connect_ctn {
  margin-top: 2rem;
}

.social_connect_btn {
  border-radius: 0.4rem;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  height: 3.3rem;
  line-height: 3.3rem;
  margin: 0 auto 1rem;
  outline: 0;
  padding-left: 4rem;
  position: relative;
  text-align: left;
  width: 21rem;
}

@media (min-width: 480px) {
  .social_connect_btn {
    display: inline-block;
    margin: 0 1rem;
  }
}
.social_connect_btn img {
  left: 1rem;
  position: absolute;
  top: 0.7rem;
}

.social_connect_btn.social_connect_facebook {
  background-color: #3b5999;
  color: #fff;
}

.social_connect_btn.social_connect_google {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: inline-block;
  font-weight: 300;
  font-family: "Barlow";
  font-size: 1.3rem;
}

@media (min-width: 480px) {
  .form-group label {
    margin-bottom: 10px;
  }
}
.form-group .form-control {
  border: 1px solid #e9e5e7;
  height: 4.5rem;
  padding: 0 10px;
  width: 100%;
}

.form-group.password-change > label {
  height: auto;
}

@media (min-width: 992px) {
  .form-group.password-change > label {
    height: 45px;
  }
}
.form-group.password-valid {
  margin-top: 20px;
}

.form-group.form-ok .form-control {
  border-color: #76d46c;
  color: #171717;
}

.form-group.form-error .form-control {
  border-color: #e90a4e;
  color: #e90a4e;
}

.block-valid-change .block-std-footer > div {
  margin-bottom: 15px;
}

.input-button-ctn {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-button-ctn.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row .input-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-button .custom-checkbox,
.input-button .custom-radio {
  padding: 0;
}

.input-button .custom-checkbox::before,
.input-button .custom-radio::before,
.input-button .custom-checkbox::after,
.input-button .custom-radio::after {
  content: none;
}

.input-button .custom-radio,
.input-button .custom-checkbox,
.input-button label {
  height: 100%;
}

.input-button .checked label,
.input-button:hover label {
  background-color: #171717;
  color: #fff;
}

.input-button label {
  background-color: #fff;
  border: 1px solid #e9e5e7;
  border-radius: 3px;
  color: #171717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}

.custom-select {
  position: relative;
}

.custom-select > label {
  color: #000;
  display: block;
  margin-bottom: 7px;
  text-align: left;
}

@media (min-width: 480px) {
  .custom-select > label {
    margin-bottom: 10px;
  }
}
.custom-select > span {
  background-color: #fff;
  border: 1px solid #e9e5e7;
  color: #171717;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  height: 4.5rem;
  line-height: 4.3rem;
  overflow: hidden;
  padding: 0 5rem 0 1rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.custom-select > span::after {
  color: #171717;
  content: "";
  cursor: pointer;
  display: block;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
  margin-top: -8px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 7px 9px 0;
  -ms-transform-origin: 7px 9px 0;
  transform-origin: 7px 9px 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 10px;
}

.custom-select > span.open::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select > ul {
  background: #fff;
  border: 1px solid #e9e5e7;
  display: none;
  margin: -1px 0 0 0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.custom-select > ul li {
  color: #171717;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1.2rem 1rem;
}

.custom-select > ul li input {
  height: 30px;
  width: 100%;
}

.custom-select > ul li:hover,
.custom-select > ul li.selected {
  background-color: #faf8f9;
}

.custom-select > ul.open {
  display: block;
}

.custom-select.disabled > span {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-select.disabled > label .label {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-select > select {
  display: none;
}

.custom-checkbox {
  overflow: hidden;
  position: relative;
}

.custom-checkbox label {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
}

.custom-checkbox label a {
  text-decoration: none;
}

.custom-checkbox input {
  box-sizing: border-box;
  cursor: pointer;
  height: 2rem;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 2rem;
  z-index: 3;
}

.custom-checkbox::before {
  background-color: #fff;
  border: 1px solid #171717;
  border-radius: 0.4rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 2rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 2rem;
  z-index: 1;
}

.custom-checkbox::after {
  color: #171717;
  content: "";
  cursor: pointer;
  display: block;
  font-family: "icomoon";
  font-size: 1.4rem;
  left: 4px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 15px;
  z-index: 2;
}

.custom-checkbox.checked label {
  font-weight: 600;
}

.custom-checkbox.checked::before {
  border-color: #d00063;
}

.custom-checkbox.checked::after {
  color: #d00063;
  opacity: 1;
}

.custom-checkbox.inline::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.custom-checkbox.inline label {
  color: #010102;
  display: inline-block;
  letter-spacing: 0;
  line-height: 18px;
  max-width: 85%;
  padding-top: 1px;
  text-transform: none;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.custom-radio {
  clear: both;
  padding: 0 0 0 28px;
  position: relative;
}

.custom-radio label {
  color: #171717;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  vertical-align: top;
}

.custom-radio label small {
  display: block;
  font-size: 12px;
}

.custom-radio input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.custom-radio::before {
  background-color: transparent;
  border: 1px solid #171717;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.custom-radio::after {
  background-color: #d00063;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 11px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 11px;
}

.custom-radio.checked::before {
  border: 1px solid #d00063;
}

.custom-radio.checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.custom-radio.inline label {
  margin-bottom: 0;
  max-width: 100%;
}

.custom-radio.inline::before {
  color: #3d333b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  vertical-align: middle;
}

.radio-special .custom-radio.inline {
  padding: 0;
  position: relative;
  top: 0;
}

.radio-special .custom-radio.inline::before,
.radio-special .custom-radio.inline::after {
  display: none;
}

.radio-special .custom-radio.inline label {
  border: 1px solid #e9e5e7;
  border-radius: 0.3rem;
  padding: 1rem 3rem;
  top: 0;
}

.radio-special .custom-radio.inline.checked label,
.radio-special .custom-radio.inline:hover label {
  background-color: #faf8f9;
  color: #fff;
}

.radio-block .custom-radio.inline {
  padding: 0;
  position: relative;
  top: 0;
}

.radio-block .custom-radio.inline::before,
.radio-block .custom-radio.inline::after {
  display: none;
}

.radio-block .custom-radio.inline label {
  background-color: #fff;
  border: 1px solid #e9e5e7;
  border-radius: 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.4rem 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .radio-block .custom-radio.inline label {
    font-size: 1.4rem;
  }
}
.radio-block .custom-radio.inline.checked label,
.radio-block .custom-radio.inline:hover label {
  background-color: #000;
  color: #fff;
}

.custom-file {
  height: 3.6rem;
  position: relative;
}

.custom-file label {
  height: 2rem;
}

.custom-file .form-control {
  cursor: pointer;
  height: 3.6rem;
  opacity: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.custom-file .filename {
  background-color: #fff;
  border: 1px solid #e9e5e7;
  border-radius: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.custom-file .filename,
.custom-file .action {
  display: inline-block;
  font-weight: 600;
  height: 3.6rem;
  left: 0;
  line-height: 3.4rem;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.custom-file .action {
  background-color: transparent;
  border-left: 0;
  cursor: pointer;
  left: calc(50% + 1rem);
  text-align: center;
  text-decoration: underline;
}

.custom-file .action:hover {
  color: #d00063;
}

.radio-box {
  cursor: pointer;
}

.radio-box > label {
  display: block;
}

.radio-box > input {
  cursor: pointer;
  height: 49px;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.radio-box .filename {
  background: #f2eceb;
  border: 0;
  color: #bba3a2;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  max-width: 60%;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.radio-box .action {
  color: #bba3a2;
  display: inline-block;
  font-family: "fjalla";
  text-transform: uppercase;
  vertical-align: middle;
}

.radio-box .action::after {
  color: #ceb5b4;
  content: "";
  display: inline-block;
  font-family: "icomoon";
  font-size: 20px;
  margin-left: 6px;
  position: relative;
  top: 3px;
}

.label-required {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (min-width: 768px) {
  .label-required {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .label-required {
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: auto;
  }
}
.form-group-text {
  position: relative;
}

.form-group-text input {
  font-size: 0;
}

.form-group-text.selected input {
  font-size: 1.2rem;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .form-group-text.selected input {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
}
.form-group-text.custom-select label {
  z-index: 2;
}

.form-group-text.custom-select span {
  font-size: 0;
}

.form-group-text.custom-select.selected label {
  display: none;
}

.form-group-text.custom-select.selected span {
  font-size: 1.2rem;
}

.form-group-text textarea.form-control {
  min-height: 10rem;
  padding-top: 2.5rem;
}

.row > .form-group-text label {
  left: 2.5rem;
}

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2.4rem);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  border: 0.1rem solid #e9e5e7;
  border-radius: 50%;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.6rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 4.8rem;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  box-shadow: 2px 0 1rem rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.owl-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  height: 10pxpx;
  width: 10pxpx;
  background: #faf8f9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel:hover .owl-nav .owl-prev:not(.disabled) {
  left: 1rem;
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-next:not(.disabled) {
  opacity: 1;
  right: 1rem;
}

.page-heading .inner {
  background: #faf8f9;
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .page-heading .inner {
    padding: 4rem 0;
  }
}
.page-heading .page-heading-title {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .page-heading .page-heading-title {
    margin-bottom: 20px;
  }
}
.page-heading .page-heading-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .page-heading .page-heading-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.page-heading.category-default .inner {
  background: transparent;
  position: relative;
}

@media (min-width: 992px) {
  .page-heading.category-default .inner {
    padding: 5rem 0 8rem;
  }
}
.page-heading.category-default .page-heading-content {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .page-heading.order-process,
.page-heading.authentication {
    padding-top: 0;
  }
}
.page-heading.order-process .title,
.page-heading.authentication .title {
  margin: auto;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  text-align: center;
  color: #000;
  font-family: "Quicksand";
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .page-heading.order-process .title,
.page-heading.authentication .title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-heading.order-process .title,
.page-heading.authentication .title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .page-heading.order-process .title,
.page-heading.authentication .title {
    margin-bottom: 4.5rem;
    margin-top: 4rem;
    max-width: none;
  }
}
.page-heading.order-process .title + .short-desc,
.page-heading.authentication .title + .short-desc {
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}

@media (min-width: 480px) {
  .page-heading.order-process .title + .short-desc,
.page-heading.authentication .title + .short-desc {
    margin-top: -1rem;
  }
}
.page-heading.order-process .mention,
.page-heading.authentication .mention {
  font-family: "Quicksand";
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-transform: none;
}

.page-heading.order-process .short-desc,
.page-heading.authentication .short-desc {
  font-family: "Quicksand";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-transform: none;
}

.page-heading.stores .page-heading .inner {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .page-heading.stores .page-heading .inner {
    padding: 4rem 0 2rem;
  }
}
.page-heading.storedetails .page-heading-title {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 992px) {
  .page-heading.storedetails .page-heading-title {
    margin-bottom: 2rem;
    padding: 0 14rem;
  }
}
.page-heading.storedetails .page-heading-title .btn-ctn {
  display: block;
  margin-top: 2rem;
}

.page-heading.storedetails .page-heading-title .btn-ctn .btn {
  display: inline-block;
  font-weight: 400;
}

@media (min-width: 992px) {
  .page-heading.storedetails .page-heading-title .btn-ctn {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .panel-open {
    overflow: hidden;
  }
}
.panel {
  background: #fff;
  bottom: 0;
  max-width: 100%;
  overflow-x: auto;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 768px) {
  .panel {
    max-width: 100%;
    right: -530px;
    width: 520px;
  }

  .panel-fw {
    right: -100%;
    width: 100%;
  }
}
.panel-head {
  background: #faf8f9;
  padding: 0 2rem;
  position: relative;
}

.panel-block {
  padding: 2rem;
}

.panel-message {
  margin: 2rem 5rem 0;
}

.panel-messages {
  margin-bottom: 1.5rem;
  width: 100%;
}

.panel-title {
  background-color: #faf8f9;
  border-bottom: 0.1rem solid #e9e5e7;
  display: block;
  margin-bottom: 0;
  padding: 2rem 5rem 2rem 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.panel-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2.5rem 0;
}

.panel-close {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.panel-close:hover {
  color: #171717;
}

.panel-message {
  display: none;
  padding: 10px 30px;
}

.panel-buttons {
  padding: 0;
}

.panel-buttons .panel-block {
  padding: 2.5rem 2rem;
}

.panel-buttons .btn-link {
  padding: 1.5rem 0;
}

.panel .product-delivery-infos {
  margin-top: 1.5rem;
}

.panel-footer {
  margin-top: 15px;
}

.panel.open {
  right: 0;
}

.panel-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  z-index: 200;
}

.panel .small-ctn {
  padding: 3rem 5rem;
}

.panel .crossseling {
  overflow: hidden;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .panel .crossseling .product-ctn .btn-express {
    bottom: -1.8rem;
    line-height: 1rem;
    margin: 0 1rem;
    padding: 0.8rem 3.2rem 0.8rem 1.5rem;
    position: relative;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1200px) {
  .panel .crossseling .product-ctn .btn-express {
    padding: 0.8rem 3.2rem 0.8rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .panel .crossseling .product-ctn .btn-express .price {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .panel .crossseling .product-ctn .btn-express .price {
    display: block;
  }
}
@media (min-width: 992px) {
  .panel .crossseling .product-ctn .btn-express .text {
    font-size: 1rem;
  }
}
.panel .crossseling .product-ctn .btn-express .text i {
  display: none;
}

@media (min-width: 992px) {
  .panel .crossseling .product-ctn .btn-express .text i {
    display: inline;
  }
}
@media (min-width: 768px) {
  .panel .crossseling .product-ctn .btn-express .icon {
    right: 0.25rem;
  }
}
.panels.open .panel-overlay {
  opacity: 1;
  pointer-events: auto;
}

.panel-cms {
  z-index: 1100;
}

.panel-product {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.1rem solid #e9e5e7;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 0;
  position: relative;
}

.panel-product-img-ctn {
  padding: 0 1.5rem 0 0;
  position: relative;
  width: 20%;
}

.panel-product-reduction {
  position: absolute;
  left: 20px;
  top: 5px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.panel-product-infos {
  padding: 0 1.5rem 0 0;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.panel-product-infos .panel-product-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

.panel-product-infos .panel-product-description {
  line-height: 1.1;
}

.panel-product-infos .panel-product-attributes {
  color: #171717;
  font-size: 12px;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

.panel-product-infos .panel-product-prices {
  text-align: right;
}

.panel-product-infos .panel-product-prices .panel-product-old-price {
  color: #171717;
  font-size: 12px;
}

.panel-product-prices {
  text-align: right;
  width: 30%;
}

.cart_block_list .panel-product-prices {
  padding-right: 2rem;
}

.panel-account .panel-no-account-block {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.panel-account .panel-block-label {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.panel-account .submit {
  margin-top: 30px;
}

.panel-account .btn-link {
  margin-top: 1rem;
}

.panel-account .tab-radio {
  font-weight: 600;
  padding: 30px 0;
}

.panel-account .birthdate label {
  display: block;
  margin-bottom: 0.5rem;
}

.panel-account .birthdate .row {
  margin: 0 -0.5rem;
}

.panel-account .birthdate .xxs {
  padding: 0 0.5rem;
}

.panel-account-menu .account-links {
  margin-bottom: 2rem;
}

.panel-account-menu .account-links a {
  display: inline-block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.panel-account-menu .account-links a:hover {
  font-weight: 600;
}

.panel-gift-card p {
  margin-bottom: 2rem;
}

.panel-gift-card p:last-child {
  margin-bottom: 0;
}

.panel-gift-card-img {
  font-size: 0;
  line-height: 0;
  padding-top: 2rem;
}

.panel-gift-card-img img {
  width: 100%;
}

.panel-message-card {
  margin-top: 2rem;
  position: relative;
}

.panel-message-card img {
  width: 100%;
}

.panel-message-card .panel-message-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 2rem;
  width: 100%;
}

.panel-personalized-product .panel-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.panel-personalized-product.open .panel-close {
  display: block;
}

.panel-personalized-product .prepacked-item::before {
  background-color: #d00063;
  content: "";
  display: block;
  height: 13rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.panel-personalized-product .prepacked-item .prepacked-item-imgs {
  text-align: center;
  width: 100%;
}

.panel-personalized-product .prepacked-item .prepacked-item-title {
  padding-left: 0;
  text-align: center;
}

.panel-personalized-product .prepacked-item .prepacked-item-description {
  font-weight: 600;
  margin-bottom: 3rem;
}

.panel-personalized-product .prepacked-item .prepacked-item-features {
  margin: 0;
}

.panel-personalized-product .prepacked-item .prepacked-item-features .prepacked-item-feature {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.panel-personalized-product .prepacked-item .prepacked-item-feature-content {
  background-color: #faf8f9;
  font-size: 1.4rem;
  height: 100%;
  padding: 1.5rem;
}

.panel-personalized-product .prepacked-item .prepacked-item-feature-value {
  color: #d00063;
  font-weight: 600;
  line-height: 1;
}

.panel-personalized-product .prepacked-item .block-tag {
  padding-left: 0;
  padding-right: 0;
}

.product-main.product-main-qv {
  padding-top: 2rem;
}

.product-main.product-main-qv img {
  max-width: 100%;
}

.product-main.product-main-qv .short-description {
  margin-bottom: 1rem;
}

.product-main.product-main-qv .current-price {
  font-size: 2.4rem;
  font-weight: 600;
}

.product-main.product-main-qv .product-qty-ctn {
  margin: 0;
}

.panel-map-item .panel-head {
  padding: 0;
}

.panel-map-item .panel-title {
  background-color: #faf8f9;
  border-bottom: 0;
  padding: 0;
}

.panel-map-item .panel-close {
  color: #fff;
  top: 2rem;
}

.panel-map-item .map-prepacked-item .item-modal-content {
  padding: 0 2rem;
}

.panel-map-item .map-prepacked-item-category {
  color: #d00063;
}

.panel-map-item .map-prepacked-item.prepacked-item-multiple::before {
  background-color: #d00063;
  content: "";
  display: block;
  height: 18rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.panel-map-item .map-prepacked-item .prepacked-item-imgs {
  display: inline-block;
  margin-top: 0;
  max-width: 100%;
  opacity: 1;
  position: relative;
}

.panel-map-item .map-prepacked-item .prepacked-item-img {
  max-width: 100%;
}

.panel-map-item .map-prepacked-item .prepacked-item-description {
  font-weight: 600;
  margin-bottom: 3rem;
}

.panel-map-item .map-prepacked-item .prepacked-item-features {
  margin: 0;
}

.panel-map-item .map-prepacked-item .prepacked-item-feature {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.panel-map-item .map-prepacked-item .prepacked-item-feature:last-child {
  margin-right: 0;
}

.panel-map-item .map-prepacked-item .prepacked-item-feature-content {
  background-color: #faf8f9;
  font-size: 1.4rem;
  height: 100%;
  padding: 1.5rem;
}

.panel-map-item .map-prepacked-item .prepacked-item-feature-value {
  color: #d00063;
  font-weight: 600;
  line-height: 1;
}

.popover .popover-title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border: 0;
  font-weight: 600;
}

.popover .popover-content {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  left: 50%;
  top: calc(-100% + 15px);
  background: #faf8f9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #171717;
  max-width: 200px;
  min-width: 100px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 1;
}

.popover .popover-content .inner {
  position: relative;
  z-index: 3;
}

.popover .popover-content::after {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
  background: #fff;
  content: "";
  z-index: 2;
}

.popover .popover-content::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  background: #fff;
  border: 1px solid #dfdad9;
  content: "";
  height: 16px;
  margin: 0 0 0 -8px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16px;
  z-index: 1;
}

.popover:hover .popover-content {
  opacity: 1;
  z-index: 3;
}

.product-ctn {
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .product-ctn {
    margin-bottom: 5.5rem;
  }
}
.product-ctn .inner {
  background: #faf8f9;
  position: relative;
}

.product-ctn .advwishlist-list-ctn {
  display: none;
}

.product-ctn .product-img-ctn {
  font-size: 0;
  line-height: 0;
}

.product-ctn .product-img-ctn .product-img {
  display: block;
}

.product-ctn .product-pins {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #fff;
  width: calc(100% - 10px);
}

.product-ctn .product-pins li {
  font-size: 10px;
  font-size: 1rem;
  color: #d00063;
  font-weight: bold;
  padding: 7px 3px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .product-ctn .product-pins li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .product-ctn .product-pins li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.product-ctn .product-pins li img {
  display: none;
  max-width: 3.5rem;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-110%, 0);
}

@media (min-width: 768px) {
  .product-ctn .product-pins li img {
    display: inline-block;
  }
}
.product-ctn .product-infos {
  padding: 1rem 0 0;
}

@media (min-width: 992px) {
  .product-ctn .product-infos {
    padding: 2rem 1rem 0;
  }
}
.product-ctn .product-name {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  overflow: hidden;
  padding: 0 1rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .product-ctn .product-name {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.product-ctn .product-name a {
  line-height: 1;
  text-decoration: none;
}

.product-ctn .product-desc {
  font-size: 1.2rem;
  height: 4.5rem;
  line-height: 1.2;
  overflow: hidden;
  padding: 0 1rem;
  text-align: center;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .product-ctn .product-desc {
    font-size: 1.6rem;
  }
}
.product-ctn .btn-express {
  bottom: -1.8rem;
  margin: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .product-ctn .btn-express {
    bottom: -2.2rem;
    margin: 0 2.5rem;
    width: calc(100% - 5rem);
  }
}
.product-ctn.alt .inner {
  border-color: #e9e5e7;
}

.product-ctn.alt .product-infos {
  background: #faf8f9;
}

.product-ctn.alt .product-name {
  color: #171717;
}

.product-row {
  background-color: #faf8f9;
  margin-bottom: 0.5rem;
  padding: 2rem 1.5rem;
  position: relative;
}

.product-row .product-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.product-row .product-description_short {
  line-height: 1;
}

.product-row .product-conditioning {
  color: #7e7e7f;
  font-size: 1.2rem;
  line-height: 1;
}

.product-row .product-delete {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .product-row .product-delete {
    position: static;
  }
}
.product-row .product-delete a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1rem;
  text-decoration: none;
}

.product-row .current-price {
  font-size: 1.8rem;
  line-height: 1;
}

.product-row .conditioning-price {
  color: #7e7e7f;
  font-size: 1.2rem;
  line-height: 1;
}

.product-row .product-total {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .product-row .product-total {
    margin-top: 0;
  }
}
.product-row .product-img {
  max-width: 65px;
}

@media (min-width: 992px) {
  .product-row .product-img {
    max-width: 100%;
  }
}
.product-row .product-img-ctn {
  font-size: 0;
  line-height: 0;
}

.product-row .product-img-ctn a {
  display: inline-block;
}

.product-row .product-qty {
  padding: 0;
}

.product-row .product-qty-ctn {
  max-width: 155px;
}

@media (max-width: 992px) {
  .product-row .product-qty .product-qty-ctn {
    padding: 0.5rem;
  }

  .product-row .product-qty .product-qty-input {
    font-size: 2rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .product-row .product-qty .product-qty-down,
.product-row .product-qty .product-qty-up {
    height: 2.5rem;
    line-height: 3rem;
    top: 0.5rem;
  }
}
.product-row .product-availability {
  margin-top: 1rem;
}

.product-row .product-infos .customization {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: 1rem 0 0;
  padding: 1rem 0;
  position: relative;
}

.product-row .product-infos .customization .cart_delete {
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.product-row .product-infos .customization .cart_delete .product-delete {
  position: static;
  text-decoration: none;
}

.product-row .product-infos .customization .product-attributes {
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .product-row .product-infos .customization .product-attributes {
    padding-right: 0;
  }
}
.product-row .product-infos .customization .product-qty {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .product-row .product-infos .customization .product-qty {
    margin: 0;
  }
}
.product-row .product-infos .customization .product-qty .cart_quantity_button {
  margin-left: 1.5rem;
  margin-right: 0;
}

.table-div {
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .table-div {
    border: 1px solid #e9e5e7;
    border-radius: 3px;
    margin-bottom: 30px;
  }
}
.table-div .table-head {
  background: none;
  color: #171717;
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding: 5px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .table-div .table-head {
    background: #faf8f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
.table-div .table-head-cell {
  display: none;
}

@media (min-width: 992px) {
  .table-div .table-head-cell {
    display: inline-block;
  }
}
.table-div .table-row {
  border: 1px #171717;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .table-div .table-row {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.table-div .table-row .table-cell {
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .table-div .table-row .table-cell {
    display: inline-block;
    padding: 15px;
  }
}
.table-div .table-row ul {
  margin: 0;
}

.table-div .title-mobile {
  color: #000;
  display: block;
}

@media (min-width: 992px) {
  .table-div .title-mobile {
    display: none;
  }
}
.table-div .label-mobile {
  color: #171717;
  display: inline-block;
  font-weight: 600;
}

@media (min-width: 992px) {
  .table-div .label-mobile {
    display: none;
  }
}
.accordion {
  max-width: 100%;
  padding: 0;
}

.accordion-content {
  border-bottom: 0.1rem solid #e9e5e7;
  display: none;
  padding: 0 0 1rem 1.5rem;
}

@media (min-width: 768px) {
  .accordion-content {
    border: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .accordion.no-desktop {
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .accordion.no-desktop .accordion-content {
    display: block;
  }
}
.header-main {
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150;
}

.header-main .overtop {
  background-color: #fff;
  color: #d00063;
  font-size: 1.2rem;
  height: 3rem;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .header-main .overtop {
    font-size: 1.3rem;
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .header-main .overtop .advconstructor-overtop {
    -webkit-animation: 12s linear 1s banner_anim infinite;
    animation: 12s linear 1s banner_anim infinite;
    display: inline-block;
    left: -200%;
    position: relative;
  }
}
.header-main .header-top {
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}

@media (min-width: 992px) {
  .header-main .header-top {
    padding: 0 4rem;
  }
}
.header-main .header-top-inner {
  background-color: #faf8f9;
  padding: 2rem 2rem 5.5rem;
  position: relative;
  -webkit-transition: background-color 0.2s 0.1s, padding 0.2s;
  transition: background-color 0.2s 0.1s, padding 0.2s;
}

@media (min-width: 992px) {
  .header-main .header-top-inner {
    padding: 2rem 8rem;
  }
}
.header-main .header-top-inner::after {
  border-bottom: 1px solid #e9e5e7;
  bottom: 0;
  content: "";
  display: none;
  left: 2rem;
  position: absolute;
  right: 2rem;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}

@media (min-width: 992px) {
  .header-main .header-top-inner::after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-main .header-top-inner::after {
    left: 4rem;
    right: 4rem;
  }
}
.header-main .header-top-left {
  left: 2rem;
  position: absolute;
}

@media (min-width: 1200px) {
  .header-main .header-top-left {
    left: 4rem;
  }
}
.header-main .header-logo {
  text-align: center;
}

.header-main .header-logo a {
  display: inline-block;
  text-decoration: none;
}

.header-main .header-logo .icon {
  color: #d00063;
  font-size: 6.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header-main .header-logo .icon {
    font-size: 8.4rem;
  }
}
.header-main .header-top-right {
  padding-right: 0.5rem;
  position: absolute;
  right: 2rem;
  text-align: right;
}

@media (min-width: 1200px) {
  .header-main .header-top-right {
    right: 4rem;
  }
}
.header-main .header-icon {
  font-size: 1.6rem;
  margin: 0 0 0 1.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .header-main .header-icon {
    margin: 0 0 0 2.5rem;
  }
}
.header-main .header-icon:first-child {
  margin: 0;
}

.header-main .header-icon a {
  display: block;
  text-decoration: none;
}

.header-main .header-icon i {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-main .header-icon i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.header-main .header-icon .header-pin {
  position: absolute;
  bottom: -0.4rem;
  right: -0.5rem;
  background: #d00063;
  border-radius: 50%;
  color: #fff;
  height: 1.7rem;
  line-height: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.7rem;
  font-size: 10px;
  font-size: 1rem;
}

.display-search-desktop {
  display: none;
}

@media (min-width: 992px) {
  .display-search-desktop {
    display: inline-block;
  }
}
.display-search-mobile {
  display: inline-block;
}

@media (min-width: 992px) {
  .display-search-mobile {
    display: none;
  }
}
@-webkit-keyframes banner_anim {
  0% {
    left: 100%;
  }
  95% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  100% {
    left: -140%;
    opacity: 0;
  }
}
@keyframes banner_anim {
  0% {
    left: 100%;
  }
  95% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  100% {
    left: -140%;
    opacity: 0;
  }
}
@-webkit-keyframes header-top-right-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header-top-right-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.category_colored .header-top-inner::after {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.category_colored.header-stack .header-main .header-top-inner {
  background-color: #faf8f9 !important;
}

.category_colored.header-stack .header-main .header-icon a {
  color: #171717;
}

.category_colored.header-stack .header-main .header-icon .header-pin {
  background-color: #d00063;
  color: #fff;
}

@media (min-width: 992px) {
  .header-main:hover .header-top-inner {
    background-color: #faf8f9;
  }

  .header-main:hover .header-top-inner::after {
    border-bottom-color: #e9e5e7;
  }
}
@media (min-width: 992px) {
  .header-main:hover .header-icon a {
    color: #171717;
  }
}
@media (min-width: 992px) {
  .header-main:hover .advmenu_bg {
    background-color: #faf8f9 !important;
  }
}
@media (min-width: 992px) {
  .header-main:hover .advmenu .advmenu-root-link {
    color: #171717;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.header-stack.category_colored .category-header-img-bg {
  top: -68px;
}

@media (min-width: 992px) {
  .header-stack.category_colored .category-header-img-bg {
    top: -122px;
  }
}
.header-stack.category_colored .header-main .header-logo .icon {
  color: #d00063;
}

.header-stack.category_dark_text .category-header-img-bg {
  top: -68px;
}

@media (min-width: 992px) {
  .header-stack.category_dark_text .category-header-img-bg {
    top: -122px;
  }
}
.header-stack .header-main {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.header-stack .header-main .overtop {
  background-color: transparent;
  font-size: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-stack .header-main .header-desktop .ctn {
  max-width: 100%;
  width: 100%;
}

.header-stack .header-main .header-desktop .ctn .advmenu-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .header-stack .header-main .header-icon {
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .header-stack .header-main .header-icon {
    margin: 0 0 0 2rem;
  }
}
.header-stack .header-main .header-icon a {
  color: #171717;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .header-stack .header-main .header-icon i {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .header-stack .header-main .header-icon i {
    font-size: 2rem;
  }
}
@media (min-width: 1320px) {
  .header-stack .header-main .header-icon i {
    font-size: 2.4rem;
  }
}
.header-stack .header-top-left {
  padding-left: 0;
}

@media (min-width: 992px) {
  .header-stack .header-top-left {
    padding-left: 6.5rem;
  }
}
@media (min-width: 992px) {
  .header-stack .header-top-right {
    -webkit-animation: 0.4s header-top-right-opacity;
    animation: 0.4s header-top-right-opacity;
    right: 0;
    top: 1.9rem;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .header-stack .header-top-right {
    top: 1.7rem;
  }
}
@media (min-width: 1320px) {
  .header-stack .header-top-right {
    top: 1.5rem;
  }
}
.header-stack .header-logo .icon {
  font-size: 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-stack .header-top-inner {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 992px) {
  .header-stack .header-top-inner {
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .header-stack .header-top-inner::after {
    border: 0;
  }

  .header-stack .header-logo {
    font-size: 0;
    line-height: 0;
  }

  .header-stack .header-logo a {
    font-size: 0;
    line-height: 0;
  }

  .header-stack .header-logo a .icon {
    font-size: 0;
  }
}
.header-stack .site-content {
  padding-top: 7.2rem;
}

@media (min-width: 992px) {
  .header-stack .site-content {
    padding-top: 5.7rem;
  }
}
.index .header-main {
  background-color: transparent;
}

.index .header-main:hover .header-logo .icon {
  color: #d00063 !important;
}

@media (max-width: 991px) {
  .index .header-main .header-logo .icon {
    color: #d00063 !important;
  }
}
@media (min-width: 992px) {
  .index .header-top-inner {
    background-color: transparent;
  }
}
.index .header-top-inner::after {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
  .index .header-icon a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .index .advmenu-ctn .advmenu_bg {
    background-color: transparent;
  }

  .index .advmenu-ctn .advmenu-root-link {
    color: #fff;
  }
}
.cms-type-map .header-main:hover .header-top-inner {
  background-color: #faf8f9;
}

.cms-type-map .header-main .header-top-inner {
  background-color: #f9e9ec;
}

.cms-type-map .header-main .header-top-inner::after {
  border-bottom-color: #fff;
}

.cms-type-map.header-stack .header-main .header-top-inner {
  background-color: #faf8f9;
}

.cms-type-map .advmenu-ctn .advmenu_bg {
  background-color: #f9e9ec;
}

.product-333 .header-main,
.product-336 .header-main {
  background-color: transparent;
  box-shadow: none;
}

.product-333 .header-main:hover .header-icon .header-pin,
.product-336 .header-main:hover .header-icon .header-pin {
  background-color: #d00063;
  color: #fff;
}

.product-333.header-stack .header-main .header-icon .header-pin,
.product-336.header-stack .header-main .header-icon .header-pin {
  background-color: #d00063;
  color: #fff;
}

@media (min-width: 992px) {
  .product-333 .header-top-inner,
.product-336 .header-top-inner {
    background-color: transparent;
  }
}
.product-333 .header-top-inner::after,
.product-336 .header-top-inner::after {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
  .product-333 .header-icon a,
.product-336 .header-icon a {
    color: #fff;
  }
}
.product-333 .header-icon .header-pin,
.product-336 .header-icon .header-pin {
  background-color: #fff;
  color: #d00063;
}

@media (min-width: 992px) {
  .product-333 .advmenu-ctn .advmenu_bg,
.product-336 .advmenu-ctn .advmenu_bg {
    background-color: transparent;
  }
}
.product-333 .header-search .search-input,
.product-336 .header-search .search-input {
  color: #fff;
}

.product-333 .header-search .search-input::-webkit-input-placeholder,
.product-336 .header-search .search-input::-webkit-input-placeholder,
.product-333 .header-search .search-input:-ms-input-placeholder,
.product-336 .header-search .search-input:-ms-input-placeholder,
.product-333 .header-search .search-input::-webkit-input-placeholder,
.product-336 .header-search .search-input::-webkit-input-placeholder {
  color: #fff;
}

.product-333 .header-search .search-input::-webkit-input-placeholder,
.product-336 .header-search .search-input::-webkit-input-placeholder,
.product-333 .header-search .search-input:-ms-input-placeholder,
.product-336 .header-search .search-input:-ms-input-placeholder,
.product-333 .header-search .search-input::placeholder,
.product-336 .header-search .search-input::placeholder {
  color: #fff;
}

.product-333 .header-search button,
.product-336 .header-search button {
  color: #fff;
}

.footer-main .footer-main-social {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .footer-main .footer-main-social {
    padding: 2.5rem 0 3.5rem;
  }
}
.footer-main .footer-main-social #gdpr_consent {
  margin-bottom: -1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 992px) {
  .footer-main .footer-main-social #gdpr_consent {
    margin-bottom: -2.5rem;
    padding-top: 1rem;
  }
}
.footer-main .footer-main-social #gdpr_consent .psgdpr_consent_message {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
}

.footer-main .footer-main-social #gdpr_consent .psgdpr_consent_message a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: underline;
}

.footer-main .footer-main-social #gdpr_consent .custom-checkbox::before {
  border-color: transparent;
}

.gototop {
  background-color: #fff;
  border: 0.1rem solid #e9e5e7;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 4.8rem;
  line-height: 4.6rem;
  position: fixed;
  right: -200px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 4.8rem;
  z-index: 500;
}

@media (min-width: 768px) {
  .gototop {
    bottom: 50px;
  }
}
.gototop i {
  display: inline-block;
  font-size: 2rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gototop:hover,
.gototop:focus {
  box-shadow: 0.5rem 0.2rem 0.8rem -0.2rem rgba(0, 0, 0, 0.2);
}

.gototop.active {
  right: 20px;
}

@media (min-width: 768px) {
  .gototop.active {
    right: 50px;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.site-content {
  -webkit-transition: padding 0.2s ease 0s;
  transition: padding 0.2s ease 0s;
  padding-top: 17rem;
}

@media (min-width: 480px) {
  .site-content {
    padding-top: 18rem;
  }
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 18rem;
  }
}
@media (min-width: 992px) {
  .site-content {
    padding-top: 20.7rem;
  }
}
@media (min-width: 1200px) {
  .site-content {
    padding-top: 22.546rem;
  }
}
@media (min-width: 992px) {
  .index .site-content {
    padding-top: 0;
  }
}
.footer-main .footer-bottom {
  padding: 15px 0;
  text-align: center;
}

.owl-carousel,
.owl-carousel .owl-item {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

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

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

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

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

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

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  width: 80px;
  z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #d6d6d6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

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

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "flexslider-icon";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .slides::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 10;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -10px;
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important;
}

.flex-pauseplay a {
  bottom: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 20px;
  z-index: 10;
}

.flex-pauseplay a::before {
  content: "";
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play::before {
  content: "";
}

.flex-control-nav {
  bottom: -40px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}

.flex-control-paging li a {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}

.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%;
}

.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.lg-icon {
  font-family: "icomoon";
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #000;
}

.lg-actions .lg-next::before,
.lg-actions .lg-prev::before {
  content: "";
  font-family: "icomoon";
}

.lg-actions .lg-prev::before {
  content: "";
}

.lg-actions .lg-next {
  right: 50px;
}

.lg-actions .lg-prev {
  left: 50px;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
}

.lg-toolbar .lg-close::before {
  content: "";
  font-family: "icomoon";
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  width: 50px;
}

.lg-toolbar .lg-icon:hover {
  color: #000;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-outer .lg-thumb-outer {
  bottom: 0;
  max-height: 350px;
  position: absolute;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 100%;
  z-index: 1080;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  height: 100%;
  margin-bottom: -5px;
  padding: 10px 0;
}

.lg-outer .lg-thumb-item {
  border: 2px solid #fff;
  border-radius: 5px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  display: none;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
  width: 100%;
  z-index: 1080;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button::after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button::after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
}

#lg-zoom-in::after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out::after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  width: 120px;
}

.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen::after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen::after {
  content: "";
}

.group {
  *zoom: 1;
}

.group::before,
.group::after {
  content: "";
  display: table;
  line-height: 0;
}

.group::after {
  clear: both;
}

.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  width: 100%;
  z-index: 1050;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lg-outer .lg-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

.lg-outer .lg-item {
  background: url("../img/loader.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

.lg-outer .lg-item::before,
.lg-outer .lg-img-wrap::before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}

.lg-outer .lg-img-wrap {
  bottom: 0;
  left: 0;
  padding: 0 5px;
  right: 0;
  top: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  z-index: 1040;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  left: 0;
  opacity: 0;
  position: absolute;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  outline: none;
  overflow: scroll !important;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  right: 10px;
  top: 0;
  width: 8px;
}

.scroll-wrapper > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-wrapper > .scroll-element .scroll-element_outer,
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scroll-wrapper > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scroll-wrapper > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scroll-wrapper > .scroll-element.scroll-x {
  display: none !important;
}

.bloc-main-section {
  text-align: center;
}
@media (min-width: 992px) {
  .bloc-main-section {
    padding-top: 60px !important;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .bloc-main-section .bloc-main {
    padding-top: 80px;
  }
}
.bloc-main-section .bloc-main > img {
  margin: 0 auto;
}
.bloc-main-section .bloc-main .bloc-main-infos {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .bloc-main-section .bloc-main .bloc-main-infos {
    margin-top: 40px;
  }
}
.bloc-main-section .bloc-main .bloc-main-infos .bloc-main-infos-img {
  max-width: 80px;
  margin-bottom: 10px;
  margin: auto;
}
@media (min-width: 992px) {
  .bloc-main-section .bloc-main .bloc-main-infos .bloc-main-infos-img {
    margin: 0 0 5px 0;
  }
}
.bloc-main-section .bloc-main .bloc-main-infos a {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .bloc-main-section .bloc-main .bloc-main-infos a {
    margin-top: 30px;
  }
}
.bloc-main-section .bloc-main .bloc-main-infos p {
  margin-bottom: 30px;
}

.bloc-produit .bloc-produit-infos .bloc-produit-inner {
  position: relative;
}
.bloc-produit .bloc-produit-img {
  position: relative;
}
.bloc-produit .bloc-produit-img .bloc-produit-img-inner {
  position: absolute;
  left: 0;
  top: 50px;
}
@media (min-width: 1200px) {
  .bloc-produit .bloc-produit-img .bloc-produit-img-inner {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bloc-produit .bloc-produit-img .bloc-produit-img-inner img {
  margin-left: auto;
}
.bloc-produit .logos-marques {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .bloc-produit .logos-marques {
    padding-top: 15px;
  }
}
.bloc-produit .logos-marques li {
  display: inline-block;
}
.bloc-produit .logos-marques li img {
  max-width: 120px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .bloc-produit .logos-marques li img {
    max-width: none;
  }
}
.bloc-produit p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bloc-produit p {
    margin-bottom: 30px;
  }
}

.bloc-cms .bloc-cms-infos {
  position: relative;
}
.bloc-cms .bloc-cms-infos .bloc-cms-title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.bloc-cms .bloc-cms-infos ol {
  list-style: visible inside;
}
.bloc-cms .bloc-cms-infos ol li {
  padding: 5px 0;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .bloc-cms .bloc-cms-infos ol li {
    font-size: 1.6rem;
  }
}
.bloc-cms .bloc-cms-infos p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bloc-cms .bloc-cms-infos p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-cms .bloc-cms-infos p {
    margin-bottom: 30px;
  }
}
.bloc-cms .bloc-cms-infos .bloc-cms-infos-img {
  position: absolute;
  top: 0;
  max-width: 80px;
}
@media (min-width: 992px) {
  .bloc-cms .bloc-cms-infos .bloc-cms-infos-img {
    max-width: none;
  }
}
.bloc-cms.bloc-text .bloc-cms-title {
  font-size: 1.6rem;
  padding-top: 50px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bloc-cms.bloc-text .bloc-cms-title {
    padding-top: 70px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-cms.bloc-text .bloc-cms-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-top: 120px;
  }
}
.bloc-cms.bloc-text .cms-step {
  width: 80px;
  height: 80px;
  display: block;
  background: #23663f;
  border-radius: 50%;
  top: 0;
}
@media (min-width: 768px) {
  .bloc-cms.bloc-text .cms-step {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .bloc-cms.bloc-text .cms-step {
    width: 190px;
    height: 190px;
  }
}
.bloc-cms.bloc-text .cms-step span {
  position: absolute;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 4rem;
  top: 35px;
}
@media (min-width: 768px) {
  .bloc-cms.bloc-text .cms-step span {
    font-size: 6rem;
    top: 45px;
  }
}
@media (min-width: 992px) {
  .bloc-cms.bloc-text .cms-step span {
    font-size: 10rem;
    top: 80px;
  }
}
.bloc-cms.bloc-video .bloc-cms-img {
  position: relative;
}
.bloc-cms.bloc-video .bloc-cms-img iframe {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.bloc-cms.bloc-video .bloc-cms-img.video-open iframe {
  pointer-events: auto;
  opacity: 1;
}
.bloc-cms.bloc-video .bloc-cms-title {
  padding-top: 20px;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .bloc-cms.bloc-video .bloc-cms-title {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}
.bloc-cms.bloc-video .bloc-cms-subtitle {
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .bloc-cms.bloc-video .bloc-cms-subtitle {
    font-size: 1.6rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.bloc-cms.bloc-video p {
  margin-top: 5px;
}
.bloc-cms.bloc-video p:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .bloc-cms.bloc-video p {
    margin-top: 10px;
  }
  .bloc-cms.bloc-video p:nth-child(2) {
    margin-top: 30px;
  }
}
.bloc-cms.bloc-video .cms-video-btn {
  width: 90px;
  height: 90px;
  display: block;
  background: #23663f;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .bloc-cms.bloc-video .cms-video-btn {
    width: 120px;
    height: 120px;
  }
}
.bloc-cms.bloc-video .cms-video-btn span {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #ffffff;
}
.bloc-cms.bloc-video .cms-video-btn:after {
  content: "";
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #ffffff;
}
.bloc-cms.bloc-video .cms-video-btn:hover:after {
  animation-duration: 0.3s;
  animation-name: explode;
}
.bloc-cms.bloc-cms-atelier {
  text-align: center;
}
.bloc-cms.bloc-cms-atelier .bloc-cms-infos {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .bloc-cms.bloc-cms-atelier .bloc-cms-infos {
    padding-top: 100px;
  }
}
.bloc-cms.bloc-cms-atelier .bloc-cms-title {
  text-transform: none;
}

.bloc-timeline {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .bloc-timeline {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .bloc-timeline {
    margin-top: 180px;
    margin-bottom: 100px;
  }
}
.bloc-timeline .bloc-timeline-title {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-title {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-title {
    margin-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-inner {
    background-image: url("../img/page-atelier/timeline-pattern.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
  }
}
.bloc-timeline .bloc-timeline-inner > .ctn > .row {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-inner > .ctn > .row {
    overflow-x: unset;
  }
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner > .ctn > .row {
    padding-right: 0;
    display: flex;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item {
  text-align: center;
  text-align: center;
  display: inline-flex;
  white-space: normal;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item {
    display: block;
    padding-right: 15px;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item .timeline-date {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 25px 0 10px;
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item .timeline-date {
    padding: 35px 0 20px;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item .timeline-item-inner {
  position: relative;
}
.bloc-timeline .bloc-timeline-inner .timeline-item .timeline-item-inner img {
  max-width: 180px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item .timeline-item-inner img {
    max-width: none;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item.item-1 .timeline-item-inner {
  top: 0;
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-1 .timeline-item-inner {
    top: -15px;
  }
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-1 .timeline-item-inner {
    top: 0;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item.item-2 .timeline-item-inner {
  top: 0;
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-2 .timeline-item-inner {
    top: -50px;
  }
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-2 .timeline-item-inner {
    top: -80px;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item.item-3 .timeline-item-inner {
  top: 0;
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-3 .timeline-item-inner {
    top: 30px;
  }
}
.bloc-timeline .bloc-timeline-inner .timeline-item.item-4 .timeline-item-inner {
  top: 0;
}
@media (min-width: 768px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-4 .timeline-item-inner {
    top: -60px;
  }
}
@media (min-width: 992px) {
  .bloc-timeline .bloc-timeline-inner .timeline-item.item-4 .timeline-item-inner {
    top: -110px;
  }
}

.page-boutique .bloc-boutique:nth-child(odd) .bloc-boutique-left {
  order: 2;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique:nth-child(odd) .bloc-boutique-left {
    order: 1;
  }
}
.page-boutique .bloc-boutique:nth-child(odd) .bloc-boutique-right {
  order: 1;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique:nth-child(odd) .bloc-boutique-right {
    order: 2;
  }
}
.page-boutique .bloc-boutique:nth-child(even) .bloc-boutique-left {
  order: 2;
}
.page-boutique .bloc-boutique:nth-child(even) .bloc-boutique-right {
  order: 1;
}
.page-boutique .bloc-boutique + .bloc-boutique {
  margin-top: 30px;
}
.page-boutique .bloc-boutique-left,
.page-boutique .bloc-boutique-right {
  width: 100%;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-left {
    width: 51%;
  }
}
.page-boutique .bloc-boutique-left .bloc-left-map {
  height: 200px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-left .bloc-left-map {
    height: 400px;
  }
}
.page-boutique .bloc-boutique-left .bloc-left-map iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-left .bloc-left-map iframe {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right {
    width: 49%;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner {
  text-align: left;
  background: #f2f7f4;
  padding: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner {
    height: 100%;
    padding: 50px 50px;
  }
}
@media (min-width: 1320px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner {
    padding: 50px 90px;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name {
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name {
    background: none !important;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name .boutique-img {
  top: -10px;
  max-width: 110px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name .boutique-img {
    max-width: none;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name .boutique-name-title {
  margin-bottom: 0;
  overflow: visible;
  position: relative;
  text-align: center;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-name .boutique-name-title {
    text-align: left;
    padding: 30px 0 30px 120px;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos {
    margin-top: 40px;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc {
    margin-bottom: 20px;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc img {
  margin-right: 20px;
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc a,
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc span {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc a,
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc span {
    font-size: 2rem;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc + .boutique-infos-bloc {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-infos .boutique-infos-bloc + .boutique-infos-bloc {
    margin-bottom: 40px;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-title {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-list {
  margin-top: 15px;
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-list .boutique-services-item {
  margin-right: 10px;
  margin-bottom: 20px;
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-list .boutique-services-item img {
  max-width: 85px;
}
.page-boutique .bloc-boutique-right .bloc-right-inner .boutique-services .boutique-services-list .boutique-services-item.spe img {
  max-width: 168px;
}

@keyframes explode {
  from {
    border-width: 25px 0 25px 43.3px;
    opacity: 1;
    margin-left: 5px;
  }
  to {
    border-width: 40px 0 40px 69.3px;
    opacity: 0;
    margin-left: 7px;
  }
}
html.menu-open {
  overflow-y: hidden;
}
html.menu-open body {
  overflow-y: hidden;
}
html.menu-open body .open-menu .icon {
  font-size: 1.8rem;
}
html.menu-open body .open-menu .icon:before {
  content: "";
}
html.menu-open body .menu {
  left: 0;
}

body.page-details header, body.page-boutiques header, body.page-atelier header {
  border-bottom: 1px solid #c2cdc6;
}

header {
  position: relative;
}
@media (min-width: 992px) {
  header {
    height: 118px;
  }
}
header .header-mobile {
  padding: 15px 0;
}
header .header-mobile .open-menu {
  width: 35px;
  padding: 5px;
}
header .header-mobile .gotostores {
  width: 35px;
  padding: 5px;
}
header .header-mobile .gotostores .icon {
  font-size: 2rem;
}
@media (min-width: 992px) {
  header .navigation {
    height: 118px;
  }
}
header .navigation > .menu-item {
  height: 100%;
  width: 100%;
  padding: 0 15px;
  border-bottom: 1px solid #c2cdc6;
}
@media (min-width: 992px) {
  header .navigation > .menu-item {
    padding: 0 10px;
    width: auto;
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  header .navigation > .menu-item {
    padding: 0 8px;
  }
}
@media (min-width: 1320px) {
  header .navigation > .menu-item {
    padding: 0 15px;
  }
}
@media (min-width: 1450px) {
  header .navigation > .menu-item {
    padding: 0 23px;
  }
}
header .navigation > .menu-item .menu-link {
  color: #141615;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  height: 100%;
  transition: border 0.2s ease 0s;
  position: relative;
  align-items: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 992px) {
  header .navigation > .menu-item .menu-link {
    padding-top: 32px;
    padding-bottom: 32px;
    width: auto;
    display: block;
    text-align: center;
    align-items: unset;
    align-self: unset;
  }
}
header .navigation > .menu-item .menu-link i {
  font-size: 2rem;
  margin-bottom: 5px;
}
header .navigation > .menu-item .menu-link i.gosub {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .navigation > .menu-item .menu-link img {
  margin-right: 15px;
}
header .navigation > .menu-item .menu-link span {
  font-weight: 600;
  font-family: "Barlow";
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .navigation > .menu-item .menu-link span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  header .navigation > .menu-item .menu-link span {
    font-size: 1.3rem;
  }
}
header .navigation > .menu-item .menu-link small {
  display: block;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 4px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  header .navigation > .menu-item .menu-link small {
    margin-top: -2px;
  }
}
header .navigation > .menu-item:hover > .menu-link {
  transition: border 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .navigation > .menu-item:hover > .menu-link {
    border-bottom: 5px solid #23663f;
  }
}
header .navigation > .menu-item:hover > .menu-link > span {
  color: #23663f;
}
header .navigation > .menu-item:hover .submenu {
  opacity: 1;
  pointer-events: auto;
}
header .navigation .submenu {
  background: #ffffff;
  border-top: 1px solid #c2cdc6;
  z-index: 1;
  position: fixed;
  left: -100%;
  width: 100%;
  top: 71px;
  bottom: 0;
  overflow: auto;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .navigation .submenu {
    overflow: hidden;
    padding: 40px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: auto;
    width: auto;
    pointer-events: none;
    box-shadow: 10px 2040px 10px 2000px rgba(0, 0, 0, 0.5);
  }
}
header .navigation .submenu .submenu-bloc {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  header .navigation .submenu .submenu-bloc {
    margin-bottom: 0;
  }
}
header .navigation .submenu .submenu-bloc:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  header .navigation .submenu .submenu-bloc:after {
    content: none;
  }
}
header .navigation .submenu .submenu-bloc .submenu-img {
  position: relative;
}
header .navigation .submenu .submenu-bloc .submenu-img:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #141615;
  opacity: 0.5;
  content: none;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .navigation .submenu .submenu-bloc .submenu-img:after {
    content: "";
  }
}
header .navigation .submenu .submenu-bloc .submenu-img img {
  margin-bottom: 15px;
}
header .navigation .submenu .submenu-bloc span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  z-index: 1;
  letter-spacing: 1px;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .navigation .submenu .submenu-bloc span {
    color: #141615;
    width: auto;
    z-index: auto;
    letter-spacing: 0;
    position: relative;
    font-size: 1.8rem;
    top: 0;
    left: 0;
    transform: none;
  }
}
header .navigation .submenu .submenu-bloc:hover .submenu-img:after {
  opacity: 0;
}
@media (min-width: 992px) {
  header .navigation .submenu .submenu-bloc:hover span {
    color: #23663f;
  }
}
header .navigation .submenu.open {
  left: 0;
}
header .navigation .submenu .back {
  padding: 15px;
  background: #f2f7f4;
  margin-bottom: 15px;
}
header .navigation .submenu .back .icon {
  font-size: 1.2rem;
}
header .navigation .submenu .back span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}
header .navigation .submenu > .ctn {
  padding: 0;
}
@media (min-width: 992px) {
  header .navigation .submenu > .ctn {
    padding-left: 15px;
    padding-right: 1px;
  }
}
header .menu {
  position: fixed;
  top: 71px;
  left: -100%;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  z-index: 1000;
  display: block;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  header .menu {
    display: flex;
    background: transparent;
    position: inherit;
    z-index: auto;
  }
}
header .bloc-left {
  padding: 0;
}
@media (min-width: 992px) {
  header .bloc-left {
    padding: 0 15px;
  }
}
header .bloc-left .menu-item:first-child {
  border-top: 1px solid #c2cdc6;
}
@media (min-width: 992px) {
  header .bloc-left .menu-item:first-child {
    padding-left: 0;
    border-top: 0;
  }
}
header .bloc-right {
  padding: 0;
}
@media (min-width: 992px) {
  header .bloc-right {
    padding: 0 15px;
  }
  header .bloc-right .menu-item:last-child {
    padding-right: 0;
  }
}
header .bloc-center {
  text-align: center;
}
header .logo {
  text-align: center;
  color: #141615;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
header .logo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  height: 1px;
  bottom: 6px;
  background: #141615;
}
@media (min-width: 992px) {
  header .logo:after {
    bottom: 7px;
  }
}
@media (min-width: 1200px) {
  header .logo:after {
    bottom: 10px;
  }
}
header .logo:hover {
  color: #141615;
}
header .logo .logo-title {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 992px) {
  header .logo .logo-title {
    padding-bottom: 2px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  header .logo .logo-title {
    padding-bottom: 7px;
    font-size: 3.8rem;
  }
}
header .logo .logo-subtitle {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  background: #ffffff;
  z-index: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header .logo .logo-subtitle {
    padding: 0 8px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  header .logo .logo-subtitle {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}

.slider {
  position: relative;
}
@media (min-width: 992px) {
  .slider img {
    width: 100%;
  }
}
.slider .slider-title {
  position: absolute;
  max-width: 850px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.slider .slider-title .h1-subtitle {
  font-weight: 300;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 4px;
  display: block;
}
@media (min-width: 992px) {
  .slider .slider-title .h1-subtitle {
    font-size: 2rem;
  }
}
.slider .slider-title h1 {
  text-transform: uppercase;
  line-height: 1.1;
}
.slider.slider-home .h1-subtitle {
  margin-bottom: 15px;
}

.main {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .main {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .main {
    padding: 60px 0;
  }
}
.main.page-index {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .main.page-index {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .main.page-details {
    padding: 0;
  }
}
.main.page-details section {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .main.page-details section {
    padding: 80px 0 0;
  }
}
.main.page-details hr {
  margin-top: 40px;
  display: block;
  color: #c2cdc6;
}
@media (min-width: 992px) {
  .main.page-details hr {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .main.page-conseils {
    padding: 0;
  }
}
.main.page-conseils section {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .main.page-conseils section {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .main.page-conseils section {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .main.page-conseils section {
    padding: 80px 0;
  }
}
.main section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .main section {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .main section {
    padding: 80px 0;
  }
}

.section-services .services-left .services-infos .h3 {
  white-space: nowrap;
}
.section-services .services-right {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .section-services .services-right {
    margin-top: 0;
  }
}
.section-services .services-right .service-item {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-services .services-right .service-item {
    margin-bottom: 50px;
  }
}
.section-services .services-right .service-item img {
  margin: auto;
  max-width: 150px;
  width: 100%;
}
@media (min-width: 480px) {
  .section-services .services-right .service-item img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .section-services .services-right .service-item img {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .section-services .services-right .service-item img {
    width: auto;
    max-width: none;
  }
}
.section-services .services-right .service-item span {
  margin: auto;
  display: block;
  margin-top: 10px;
  font-family: "Barlow";
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  .section-services .services-right .service-item span {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .section-services .services-right .service-item span {
    font-size: 1.8rem;
  }
}

.section-boutique .boutique-item > .inner > img {
  margin: 0 auto;
}
.section-boutique .boutique-item .boutique-infos {
  text-align: center;
  position: relative;
  background: #f2f7f4;
}
.section-boutique .boutique-item .boutique-infos .boutique-employe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section-boutique .boutique-item .boutique-infos .boutique-name {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 70px;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-boutique .boutique-item .boutique-infos .boutique-name {
    font-size: 1.8rem;
  }
}
.section-boutique .boutique-item .boutique-infos .boutique-adresse {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-boutique .boutique-item .boutique-infos .boutique-adresse {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.section-boutique .boutique-item .boutique-infos .boutique-horaires {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .section-boutique .boutique-item .boutique-infos .boutique-horaires {
    font-size: 1.3rem;
  }
}
.section-boutique .boutique-item .boutique-infos .boutique-actions {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .section-boutique .boutique-item .boutique-infos .boutique-actions {
    margin-top: 20px;
  }
}
.section-boutique .boutique-item .boutique-infos .boutique-actions a {
  width: calc(50% - 0.5px);
}
@media (min-width: 992px) {
  .section-boutique .boutique-item .boutique-infos .boutique-actions a {
    width: calc(50% - 1px);
  }
}
.section-boutique .boutique-item + .boutique-item {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .section-boutique .boutique-item + .boutique-item {
    margin-top: 0;
  }
}

.section-conseils > .row {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-conseils > .row {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .section-conseils > .row {
    padding-right: 0;
    display: flex;
  }
}
.section-conseils .conseil-item {
  text-align: center;
  display: inline-block;
  white-space: normal;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item {
    display: block;
    padding-right: 15px;
  }
}
.section-conseils .conseil-item .inner {
  margin-top: 80px;
  position: relative;
  background: #f2f7f4;
  padding: 15px 15px 30px;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item .inner {
    padding: 30px;
    margin-top: 210px;
  }
}
.section-conseils .conseil-item .inner img {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: 120px;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item .inner img {
    width: auto;
    max-width: none;
  }
}
.section-conseils .conseil-item .inner .conseil-infos {
  margin-top: 30px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item .inner .conseil-infos {
    padding-top: 180px;
  }
}
.section-conseils .conseil-item .inner .conseil-infos .conseil-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item .inner .conseil-infos .conseil-title {
    font-size: 1.4rem;
  }
}
.section-conseils .conseil-item .inner .conseil-infos .conseil-desc {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .section-conseils .conseil-item .inner .conseil-infos .conseil-desc {
    font-size: 1.4rem;
  }
}

.section-avis .section-avis-left {
  text-align: center;
}
@media (min-width: 992px) {
  .section-avis .section-avis-left {
    text-align: left;
  }
}
.section-avis .section-avis-left p {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .section-avis .section-avis-left p {
    margin-bottom: 10px;
  }
}
.section-avis .section-avis-right > .row {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-right: 15px;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .section-avis .section-avis-right > .row {
    padding-right: 0;
    display: flex;
    overflow: visible;
  }
}
.section-avis .section-avis-right .avis-item {
  display: inline-block;
  white-space: normal;
  padding-right: 0px;
  width: 75%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .section-avis .section-avis-right .avis-item {
    display: block;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-avis .section-avis-right .avis-item .inner {
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(20, 22, 21, 0.25);
}
@media (min-width: 992px) {
  .section-avis .section-avis-right .avis-item .inner {
    padding: 30px;
  }
}
.section-avis .section-avis-right .avis-item .inner .avis-rank .icon {
  font-size: 1.1rem;
}
.section-avis .section-avis-right .avis-item .inner .avis-date {
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section-avis .section-avis-right .avis-item .inner .avis-date {
    font-size: 1.2rem;
  }
}
.section-avis .section-avis-right .avis-item .inner .avis-detail {
  margin-top: 20px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .section-avis .section-avis-right .avis-item .inner .avis-detail {
    margin-bottom: 60px;
  }
}
.section-avis .section-avis-right .avis-item .inner .avis-author {
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section-avis .section-avis-right .avis-item .inner .avis-author {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 80px;
  }
}
footer .prefooter {
  text-align: center;
}
footer .prefooter > .ctn-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  footer .prefooter > .ctn-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
footer .prefooter img {
  margin: auto;
  max-width: 85px;
}
@media (min-width: 768px) {
  footer .prefooter img {
    max-width: none;
  }
}
footer .prefooter .prefooter-title {
  margin-top: 15px;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  footer .prefooter .prefooter-title {
    font-size: 2.5rem;
  }
}
footer .prefooter .prefooter-title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(98, 100, 99, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
@media (min-width: 992px) {
  footer .prefooter .prefooter-title:after {
    bottom: -13px;
  }
}
footer .prefooter .prefooter-subtitle {
  font-weight: 300;
  font-family: "Barlow";
  text-transform: uppercase;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  padding: 0 5px;
  background: #ffffff;
  z-index: 1;
  font-size: 0.6rem;
  top: -4px;
}
@media (min-width: 992px) {
  footer .prefooter .prefooter-subtitle {
    top: 0;
    padding: 0 10px;
    font-size: 1rem;
  }
}
footer .footer {
  padding: 30px 0;
}
@media (min-width: 992px) {
  footer .footer {
    padding: 35px 0;
  }
}
footer .footer .footer-links-bloc {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer .footer-links-bloc {
    margin-bottom: 0;
  }
}
footer .footer .footer-links-bloc.open .footer-links-title:before {
  content: "";
}
footer .footer .footer-links-bloc.social {
  margin-top: 15px;
}
@media (min-width: 992px) {
  footer .footer .footer-links-bloc.social {
    margin-top: 0;
  }
}
footer .footer .footer-links-bloc.social .footer-links-title {
  display: none;
}
@media (min-width: 992px) {
  footer .footer .footer-links-bloc.social .footer-links-title {
    display: block;
  }
}
footer .footer .footer-links-title {
  position: relative;
}
footer .footer .footer-links-title:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  footer .footer .footer-links-title:before {
    content: none !important;
  }
}
footer .footer .footer-links {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer .footer-links {
    margin-bottom: 10px;
    display: block;
  }
}
footer .footer .footer-links .footer-item {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  footer .footer .footer-links .footer-item {
    font-size: 1.4rem;
  }
}
footer .footer .footer-links .footer-item a {
  padding: 3px 0;
  display: inline-block;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  footer .footer .footer-links .footer-item a {
    padding: 5px 0;
  }
}
footer .footer .footer-links .footer-item a:hover {
  color: #23663f;
}
footer .footer .footer-links .footer-item + .footer-item {
  margin-top: 10px;
}
footer .footer .footer-links.rs {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer .footer-links.rs {
    width: auto;
    text-align: left;
  }
}
footer .footer .footer-links.rs .footer-item {
  display: inline-block;
  margin-top: 0;
}
footer .footer .footer-links.rs .footer-item img {
  max-width: 30px;
}
@media (min-width: 768px) {
  footer .footer .footer-links.rs .footer-item img {
    max-width: none;
  }
}
footer .footer .footer-links.rs .footer-item + .footer-item {
  margin-left: 5px;
}
@media (min-width: 992px) {
  footer .footer .footer-links.rs .footer-item + .footer-item {
    margin-left: 10px;
  }
}
footer .footer .footer-links.open {
  display: block;
}
footer .footer .see-you-soon {
  display: block;
  width: 100%;
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: italic;
  color: #23663f;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer .see-you-soon {
    font-size: 2rem;
    text-align: left;
  }
}
footer .footer .copy {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 992px) {
  footer .footer .copy {
    margin-top: 50px;
    font-size: 1.2rem;
  }
}

.section-stats .section-stats-titles {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-stats .section-stats-titles {
    margin-bottom: 40px;
  }
}
.section-stats .section-stats-titles span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.section-stats .section-stats-titles span:first-child {
  color: #141615;
}
.section-stats .section-stats-titles span:last-child {
  color: #23663f;
}
.section-stats .section-stats-infos > .row {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-stats .section-stats-infos > .row {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .section-stats .section-stats-infos > .row {
    padding-right: 0;
    display: flex;
  }
}
.section-stats .section-stats-infos .stats-infos-item {
  display: inline-block;
  white-space: normal;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section-stats .section-stats-infos .stats-infos-item {
    display: block;
    padding-right: 15px;
  }
}
.section-stats .section-stats-infos .stats-infos-item .inner {
  position: relative;
}
.section-stats .section-stats-infos .stats-infos-item .item-bulle {
  width: 223px;
  height: 223px;
  background: #23663f;
  display: block;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-stats .section-stats-infos .stats-infos-item .item-bulle {
    width: 55%;
    height: 100%;
  }
}
.section-stats .section-stats-infos .stats-infos-item .bulle-gauche {
  left: 0;
}
@media (max-width: 992px) {
  .section-stats .section-stats-infos .stats-infos-item img {
    width: 55%;
  }
}
.section-stats .section-stats-infos .stats-infos-item .bulle-droite {
  right: 0;
  top: 0;
  background: #23663f;
  text-align: center;
}
.section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details {
  display: block;
  width: 90%;
}
.section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details span {
  font-size: 1.3rem;
  font-family: "Barlow";
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
@media (min-width: 992px) {
  .section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details span {
    font-size: 1.6rem;
  }
}
.section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details span:first-child {
  font-weight: 600;
  margin-bottom: 15px;
}
.section-stats .section-stats-infos .stats-infos-item .bulle-droite .stats-details span:last-child {
  font-weight: 300;
}

.section-mea-contact .inner {
  text-align: center;
  background: #f2f7f4;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .section-mea-contact .inner {
    padding-bottom: 70px;
    margin-top: 100px;
    padding-top: 130px;
  }
}
.section-mea-contact .inner img {
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  max-width: 100px;
}
@media (min-width: 992px) {
  .section-mea-contact .inner img {
    max-width: none;
  }
}
.section-mea-contact .inner .mea-contact-infos {
  position: relative;
  z-index: 1;
}
.section-mea-contact .inner .mea-contact-infos span {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section-mea-contact .inner .mea-contact-infos span {
    font-size: 1.8rem;
  }
}
.section-mea-contact .inner .mea-contact-infos p {
  margin-bottom: 35px;
}

.premain {
  background: #23663f;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .premain {
    padding: 45px 0;
  }
}

.page-conseils .section-conseils > .row {
  display: flex;
  white-space: normal;
  overflow-x: auto;
  padding-right: 0;
}
.page-conseils .conseil-item {
  margin-bottom: 20px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-conseils .conseil-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .page-conseils .conseil-item {
    margin-bottom: 90px;
  }
}

@media (max-width: 992px) {
  .main-title-details .ctn-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-title-details .inner-fluid {
  background: #f2f7f4;
  margin-top: 130px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .main-title-details .inner-fluid {
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  .main-title-details .inner-fluid {
    padding-bottom: 75px;
    margin-top: 300px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .main-title-details .inner-fluid {
    margin-top: 400px;
  }
}
.main-title-details .title-details-img {
  margin: auto;
  position: relative;
}
.main-title-details .title-details-img img {
  margin: auto;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .main-title-details .title-details-img img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .main-title-details .title-details-img img {
    max-width: 100%;
    width: auto;
  }
}
.main-title-details .title-details-infos {
  padding-top: 80px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .main-title-details .title-details-infos {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .main-title-details .title-details-infos {
    padding-top: 250px;
  }
}
@media (min-width: 1200px) {
  .main-title-details .title-details-infos {
    padding-top: 315px;
  }
}

.title-details-intro {
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .title-details-intro {
    margin: 70px 0 0;
  }
}
.title-details-intro .title-details-intro-bloc {
  padding: 0 0 30px;
}
.title-details-intro .title-details-intro-bloc .title-details-intro-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
}
.title-details-intro .title-details-intro-bloc .title-details-intro-desc.spec {
  color: #23663f;
  font-weight: 600;
  padding: 10px 0;
}

.main-title-atelier {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .main-title-atelier {
    padding-top: 80px;
  }
}
.main-title-atelier .main-title-atelier-inner .icon {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .main-title-atelier .main-title-atelier-inner .icon {
    font-size: 3.8rem;
  }
}
.main-title-atelier .main-title-atelier-inner .main-atelier-title {
  text-transform: uppercase;
  color: #141615;
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .main-title-atelier .main-title-atelier-inner .main-atelier-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .main-title-atelier .main-title-atelier-inner .main-atelier-title {
    font-size: 5.5rem;
  }
}
.main-title-atelier .main-title-atelier-inner .main-atelier-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .main-title-atelier .main-title-atelier-inner .main-atelier-subtitle {
    font-size: 1.8rem;
  }
}

.main-title-boutique {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .main-title-boutique {
    padding-top: 30px;
  }
}
.main-title-boutique .main-title-boutique-inner .icon {
  font-size: 4.5rem;
}
@media (min-width: 992px) {
  .main-title-boutique .main-title-boutique-inner .icon {
    font-size: 6.8rem;
  }
}
.main-title-boutique .main-title-boutique-inner .main-boutique-title {
  text-transform: uppercase;
  color: #141615;
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .main-title-boutique .main-title-boutique-inner .main-boutique-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .main-title-boutique .main-title-boutique-inner .main-boutique-title {
    font-size: 5.5rem;
  }
}
.main-title-boutique .main-title-boutique-inner .main-boutique-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .main-title-boutique .main-title-boutique-inner .main-boutique-subtitle {
    font-size: 1.8rem;
  }
}

.bloc-page-atelier {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bloc-page-atelier {
    margin-bottom: 0;
  }
}
.bloc-page-atelier .bloc-text,
.bloc-page-atelier .bloc-img-mobile,
.bloc-page-atelier .bloc-img {
  width: 100%;
}
@media (min-width: 992px) {
  .bloc-page-atelier .bloc-text,
.bloc-page-atelier .bloc-img-mobile,
.bloc-page-atelier .bloc-img {
    width: 50%;
  }
}
.bloc-page-atelier .bloc-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 992px) {
  .bloc-page-atelier .bloc-img {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .bloc-page-atelier .bloc-img-mobile {
    display: none;
  }
}
.bloc-page-atelier .bloc-text {
  background: #23663f;
  padding: 15px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .bloc-page-atelier .bloc-text {
    padding: 70px 90px;
  }
}
@media (min-width: 1200px) {
  .bloc-page-atelier .bloc-text {
    padding: 105px 120px;
  }
}
.bloc-page-atelier .bloc-text .bloc-text-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bloc-page-atelier .bloc-text .bloc-text-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-page-atelier .bloc-text .bloc-text-title {
    margin-bottom: 40px;
  }
}
.bloc-page-atelier .bloc-text .bloc-text-title:after {
  background: #ffffff;
}
.bloc-page-atelier .bloc-text p {
  text-align: center;
}
@media (min-width: 992px) {
  .bloc-page-atelier .bloc-text p {
    text-align: left;
  }
}
.bloc-page-atelier .bloc-text p + p {
  margin-top: 25px;
}

.page-atelier .bloc-cms {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-atelier .bloc-cms {
    margin-top: 30px;
  }
}
.page-atelier .picture-team {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .page-boutique {
    padding: 30px 0;
  }
}

.page-contact {
  padding: 0;
  margin: 0;
}
.page-contact .page-contact-inner {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page-contact .page-contact-inner {
    padding-top: 75px;
    padding-bottom: 175px;
  }
}
.page-contact .contact-title {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.page-contact .contact-title .h1-subtitle {
  font-weight: 300;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 4px;
  display: block;
}
@media (min-width: 992px) {
  .page-contact .contact-title .h1-subtitle {
    font-size: 2rem;
  }
}
.page-contact .contact-title h1 {
  text-transform: uppercase;
  line-height: 1.1;
}
.page-contact .contact-form {
  background: #ffffff;
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-contact .contact-form {
    margin-top: 120px;
    padding-bottom: 65px;
  }
}
.page-contact .contact-form .contact-form-img {
  max-width: 80px;
  top: 0;
}
@media (min-width: 992px) {
  .page-contact .contact-form .contact-form-img {
    max-width: 130px;
  }
}
.page-contact .contact-form p {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .page-contact .contact-form p {
    padding-top: 100px;
  }
}
.page-contact .contact-form form {
  margin-top: 30px;
}
.page-contact .contact-form form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.page-contact .contact-form form .form-group label {
  left: 15px;
  margin-bottom: 0;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}
.page-contact .contact-form form .form-group label.notEmpty {
  top: 11px;
  left: 17px;
  font-size: 1.2rem;
}
.page-contact .contact-form form .form-group textarea,
.page-contact .contact-form form .form-group input {
  width: 100%;
  border: 2px solid #23663f;
  padding: 0 15px;
  font-size: 1.6rem;
}
.page-contact .contact-form form .form-group input {
  height: 45px;
  padding-top: 5px;
}
.page-contact .contact-form form .form-group textarea {
  height: 190px;
  resize: none;
  padding-top: 18px;
}
.page-contact .contact-form form .form-group.textarea-group label {
  top: 24px;
}
.page-contact .contact-form form .form-group.textarea-group label.notEmpty {
  top: 14px;
}
.page-contact .contact-form form #submit {
  cursor: pointer;
}
.page-contact .section-boutique {
  padding-top: 30px;
}
.page-contact .section-boutique > h2 {
  display: none;
}
.page-contact .send-message {
  width: 100%;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}
.page-contact .send-message.send-ok {
  background: #23663f;
}
.page-contact .send-message.send-error {
  background: red;
}

body {
  background: #fff;
  color: #141615;
  line-height: 1.2;
}

p {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.4rem;
  }
}
p.spe {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  p.spe {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  p.spe {
    font-size: 1.6rem;
  }
}

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