/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./less/shop.less ***!
  \***********************************************************************************************************************************************************************************************************/
@charset "utf-8";
/*
-- PROFIL WEB - 2014-2022
-- Manu.L
*/
/* stylelint-disable */
/* stylelint-enable */
/*
@font-face {
    font-family: @font;
    src:
        local('My Font'),
        local('MyFont'),
        url('../fonts/myfont.woff2') format('woff2'),
        url('../fonts/myfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*/
@font-face {
  font-family: 'pwstarterkit';
  src: url(pwstarterkit.woff?21fc5u) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"],
[class*=" icon-"],
.picto-font {
  font-family: 'pwstarterkit' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* .duo {
    position: relative;

    &::before {
        position: absolute;
        color: @color;
    }

    &::after {
        color: @color2;
    }
}

/* stylelint-disable */
/* @duotone: realtime, travel, map, scolaire, search, sav, info, tickets, horaire, actu, contact;

each(@duotone, {
    @icon : "icon-@{value}";
    @icon1 : "icon-@{value}1";
    @icon2 : "icon-@{value}2";

    .icon-@{value} {
        &::before {
            content: @@icon;
        }

        .duo& {
            &::before {
                content: @@icon1;
            }

            &::after {
                content: @@icon2;
            }
        }
    }
})

/* stylelint-enable */
.icon-payment::before {
  content: "\e924";
}
.icon-italic::before {
  content: "\e90a";
}
.icon-bold::before {
  content: "\e920";
}
.icon-underline::before {
  content: "\e921";
}
.icon-valid::before {
  content: "\e907";
}
.icon-invalid::before {
  content: "\e911";
}
.icon-call::before {
  content: "\e908";
}
.icon-adresses::before {
  content: "\e90d";
}
.icon-recommande::before {
  content: "\e90e";
}
.icon-account::before {
  content: "\e90f";
}
.icon-logout::before {
  content: "\e910";
}
.icon-list-commandes::before {
  content: "\e912";
}
.icon-img::before {
  content: "\e915";
}
.icon-france::before {
  content: "\e916";
}
.icon-livraison::before {
  content: "\e917";
}
.icon-reload::before {
  content: "\e918";
}
.icon-cart::before {
  content: "\e919";
}
.icon-texte::before {
  content: "\e91b";
}
.icon-zoom::before {
  content: "\e91d";
}
.icon-cc-mastercard::before {
  content: "\e904";
}
.icon-cc-paypal::before {
  content: "\e905";
}
.icon-cc-visa::before {
  content: "\e906";
}
.icon-heart::before {
  content: "\e909";
}
.icon-bottom::before {
  content: "\e922";
}
.icon-top::before {
  content: "\e923";
}
.icon-trash::before {
  content: "\e91e";
}
.icon-rotate::before {
  content: "\e91f";
}
.icon-check::before {
  content: "\e903";
}
.icon-close::before {
  content: "\e935";
}
.icon-select::before {
  content: "\e927";
}
.icon-prev::before {
  content: "\e914";
}
.icon-next::before {
  content: "\e913";
}
.icon-search::before {
  content: "\e933";
}
.icon-facebook::before {
  content: "\e900";
}
.icon-x::before {
  content: "\e901";
}
.icon-linkedin::before {
  content: "\e902";
}
.icon-pinterest::before {
  content: "\e90c";
}
.icon-instagram::before {
  content: "\e90b";
}
.icon-tiktok::before {
  content: "\e91a";
}
.icon-youtube::before {
  content: "\e91c";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent iOS bug fond gris état focus */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --wrap-w: 1770px;
  --logo-w: 140px;
  --social-color: #b88d74;
  --social-fz: 4rem;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  color: #25262c;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
body .main-content {
  flex-grow: 1;
}
.logo img {
  width: var(--logo-w);
}
.debug {
  display: block;
  padding: 20px;
  margin: 20px 20px 40px 80px;
  color: #eee;
  background-color: #333;
}
.hide {
  display: none !important;
}
.hidden {
  visibility: hidden !important;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
a {
  color: #b88d74;
  text-decoration: none;
  transition: all 250ms ease;
}
@media print {
  a {
    text-decoration: underline;
  }
}
strong,
b {
  font-weight: 700;
}
abbr {
  border-bottom: 1px dotted #555;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
.blur {
  opacity: 0.4;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: var(--wrap-w);
  padding: 0 10px;
  position: relative;
}
.cols {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.gcols {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 20px;
}
.gcols.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.gcols.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.social a {
  font-size: var(--social-fz);
  color: var(--social-color);
  /* stylelint-disable */
}
.social a.facebook:hover {
  color: #1877f2;
}
.social a.x:hover {
  color: #000;
}
.social a.pinterest:hover {
  color: #bd2126;
}
.social a.instagram:hover {
  color: #f24966;
}
.social a.linkedin:hover {
  color: #0077b5;
}
.social a.youtube:hover {
  color: #ff0000;
}
.social a.tiktok:hover {
  color: #000;
}
.social a.tumblr:hover {
  color: #34465d;
}
.social a.vimeo:hover {
  color: #1ab7ea;
}
.social a.whatsapp:hover {
  color: #25d366;
}
span.tarteaucitron-magic-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  max-width: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
:root {
  --form-h: 50px;
  --form-color: #25262c;
  --form-bg: #decbbc;
  --form-border-color: #b88d74;
  --form-color-hover: #b26f65;
  --form-border-color-hover: #decbbc;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="tel"],
input[type="url"],
textarea {
  appearance: none;
  outline: 0 none;
  color: var(--form-color);
  padding: 0 15px;
  height: var(--form-h);
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  border: 1px solid var(--form-border-color);
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 25px;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--form-color);
  opacity: 0.45;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--form-color);
  opacity: 0.45;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--form-color);
  opacity: 0.45;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: 0 none !important;
  border-color: var(--form-color-hover);
  color: var(--form-color-hover);
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
}
input[type="number"] {
  appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
input[type="submit"] {
  font-family: "Lato", sans-serif;
  appearance: none;
  cursor: pointer;
}
button {
  font-family: "Lato", sans-serif;
  appearance: none;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  border-radius: 0;
}
textarea {
  resize: vertical;
  padding: 20px 10px;
  min-height: 160px;
}
.input {
  position: relative;
}
.variant .input {
  border-bottom: 1px solid var(--form-border-color);
}
.input.active label,
.input.filled label {
  align-items: flex-start;
  height: auto;
  transform: translateY(-25px) scale(0.8);
}
.input.active input,
.input.filled input {
  opacity: 1;
}
.input > * {
  border: 0 none !important;
  margin: 0 !important;
}
.input input {
  opacity: 0;
  width: 100%;
  transition: all 250ms ease;
}
.input label {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  transition: all 250ms ease;
}
.input.active {
  border-color: var(--form-border-color-hover);
}
label,
.label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
label em,
.label em {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
label a:hover,
.label a:hover {
  text-decoration: underline;
}
.pwd-msg.success {
  color: #4da652;
}
.pwd-msg.warning {
  color: #f58e28;
}
.pwd-msg.error {
  color: #c31616;
}
progress[value] {
  flex-grow: 1;
  appearance: none;
  max-width: 600px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: var(--form-color);
  border: 2px solid #464d5d;
  border-radius: 10px;
}
progress[value]::-webkit-progress-bar {
  background-color: #b88d74;
  border: 2px solid var(--form-color-hover);
  border-radius: 10px;
}
progress[value]::-ms-fill {
  background-color: var(--form-color-hover);
}
progress[value]::-moz-progress-bar {
  background-color: var(--form-color-hover);
}
progress[value]::-webkit-progress-value {
  background-color: var(--form-color-hover);
}
.checkbox {
  position: relative;
  z-index: 1;
}
.checkbox label {
  font-family: "Lato", sans-serif;
  text-transform: none;
  display: flex;
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: '';
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 2px solid var(--form-border-color);
  margin-right: 10px;
  padding-right: 15px;
}
.checkbox label::after {
  font-family: 'pwstarterkit' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "\e903";
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  font-size: 1.9rem;
  transition: all 250ms ease;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0 none;
  z-index: -1;
  appearance: none;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::before {
  border-color: var(--form-color-hover);
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  color: var(--form-color-hover);
  outline: none;
}
.radio-push {
  color: var(--form-color);
  margin-bottom: 20px;
  justify-content: center;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, minmax(auto, 150px));
  gap: 0;
}
.radio-push label {
  border-top: 1px solid var(--form-color);
  border-bottom: 1px solid var(--form-color);
  height: 50px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .radio-push label {
    font-size: 1.3rem;
  }
}
.radio-push label:first-of-type {
  border-left: 1px solid var(--form-color);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.radio-push label:last-of-type {
  border-right: 1px solid var(--form-color);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.radio-push input {
  display: none;
}
.radio-push input:checked + label {
  color: #fff;
  background-color: var(--form-color);
}
.radio-push input:disabled + label {
  opacity: 0.5;
  font-style: italic;
}
.checkbox-custom {
  background-color: #fff;
  height: 26px;
  width: 54px;
  position: relative;
  border-radius: 13px;
}
.checkbox-custom.checked i {
  left: 30px;
  background-color: #b88d74;
}
.checkbox-custom.checked i::before {
  opacity: 1;
}
.checkbox-custom i {
  position: absolute;
  left: 3px;
  top: 3px;
  min-height: 20px;
  min-width: 20px;
  background-color: #eee;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  transition: all 250ms ease;
}
.checkbox-custom i::before {
  opacity: 0;
}
.list-radio {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.list-radio li {
  margin-bottom: 5px;
}
.list-radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.list-radio label::before {
  content: '';
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid var(--form-border-color);
  margin-right: 10px;
  border-radius: 50%;
  transition: all 250ms ease;
}
.list-radio label::after {
  position: absolute;
  left: 6px;
  top: 6px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 250ms ease;
}
.list-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0 none;
  z-index: -1;
  appearance: none;
  border-radius: 50%;
}
.list-radio input[type="radio"]:checked + label {
  font-weight: 700;
}
.list-radio input[type="radio"]:checked + label::before {
  border-color: var(--form-color-hover);
}
.list-radio input[type="radio"]:checked + label::after {
  background-color: var(--form-color-hover);
}
.list-radio.inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.list-radio.inline li {
  margin-right: 15px;
}
.habillage {
  height: 50px;
  min-width: 250px;
  margin-bottom: 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid var(--form-border-color);
  flex-grow: 1;
  overflow: hidden;
  border-radius: 25px;
}
.habillage::after {
  font-family: 'pwstarterkit' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.6rem;
  height: 50px;
  width: 50px;
  color: #b88d74;
  z-index: 97;
  content: "\e927";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.habillage select {
  position: absolute;
  left: 0;
  top: 0;
  appearance: none;
  background-color: transparent;
  text-overflow: '';
  border: 0 none;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  height: 100%;
  color: var(--form-color);
  width: 100%;
  padding: 0 45px 0 15px;
  z-index: 98;
}
.input-file {
  width: auto;
  max-width: 300px;
}
.input-file .btn {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
}
.input-file i {
  font-size: 2.5rem;
  margin-right: 5px;
  font-weight: 300;
}
.input-file input {
  min-height: 50px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.input-file .file-selected {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  padding: 0;
  color: var(--form-color);
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
  border-radius: 10px;
}
.input-file .file-selected:not(:empty) {
  background-color: var(--form-bg);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
}
.input-file .file-selected:not(:empty)::before {
  content: "Fichier sélectionné : ";
  display: block;
  font-style: italic;
  font-weight: 300;
  color: var(--form-color);
}
.input-file .file-selected:not(:empty)::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px;
  border-color: transparent transparent var(--form-bg) transparent;
}
.cp {
  max-width: 150px;
}
.full {
  width: 100%;
}
.cp-ville {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
.select {
  --ss-width: 450px;
  --ss-primary-color: #b88d74;
  --ss-bg-color: #fff;
  --ss-font-color: #25262c;
  --ss-font-placeholder-color: #25262c;
  --ss-disabled-color: #decbbc;
  --ss-border-color: #b88d74;
  --ss-highlight-color: #b26f65;
  --ss-success-color: #4da652;
  --ss-error-color: #c31616;
  --ss-focus-color: #b88d74;
  --ss-main-height: 50px;
  --ss-content-height: 300px;
  --ss-spacing-l: 14px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 25px;
  max-width: var(--ss-width);
  min-width: 280px;
}
@media screen and (max-width: 999px) {
  .select {
    min-width: 210px;
  }
}
.select .ss-arrow {
  width: 32px;
  height: 15px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #464d5d;
  border-color: #464d5d;
}
.flatpickr-mobile {
  position: relative;
}
.flatpickr-mobile::after {
  color: var(--form-color);
  opacity: 0.45;
  content: attr(placeholder);
  font-size: 1.6rem;
  position: absolute;
  left: 20px;
}
.flatpickr-input[value]:not([value=""]) + .flatpickr-mobile::after {
  content: '';
}
form .iconcaptcha-widget {
  margin-bottom: 20px;
  min-height: 80px;
}
form .iconcaptcha-widget .iconcaptcha-modal {
  height: 100%;
}
form .iconcaptcha-widget .iconcaptcha-modal__header {
  border-bottom-width: 1px !important;
}
form .iconcaptcha-widget .iconcaptcha-modal__footer {
  display: none !important;
}
form .iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body-circle {
  top: 24px;
}
form .iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body,
form .iconcaptcha-widget.iconcaptcha-success .iconcaptcha-modal__body {
  height: 100%;
}
form .iconcaptcha-widget.iconcaptcha-success .iconcaptcha-modal__body-title {
  top: 32px;
}
form .iconcaptcha-widget.iconcaptcha-success .iconcaptcha-modal__body-checkmark {
  top: 26px;
}
form .iconcaptcha-widget.iconcaptcha-success.iconcaptcha-theme-light .iconcaptcha-modal__body-title {
  color: #4da652;
}
form .iconcaptcha-widget.iconcaptcha-success.iconcaptcha-theme-light .iconcaptcha-modal__body-checkmark svg {
  stroke: #4da652;
}
form .iconcaptcha-widget .iconcaptcha-modal__body-info {
  display: none !important;
}
form .iconcaptcha-widget .iconcaptcha-modal__body-title em {
  display: block;
  text-transform: none;
  font-weight: 400;
  padding-top: 6px;
}
.btn {
  margin: auto;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 20px;
  min-height: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid transparent;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 25px;
  transition: all 250ms ease;
}
@media print {
  .btn {
    display: none;
  }
}
.btn span {
  margin-right: 10px;
}
.btn-color {
  border-color: #b88d74;
  background-color: #b88d74;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color:not(.nohov):hover {
    background-color: transparent;
    color: #b88d74;
  }
}
.btn-color.actif {
  background-color: transparent;
  color: #b88d74;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color.hover-variant:not(.nohov):hover {
    background-color: #fff;
    border-color: #fff;
    color: #b88d74;
  }
}
.btn-color.hover-variant.actif {
  background-color: #fff;
  border-color: #fff;
  color: #b88d74;
}
.btn-color.invert {
  color: #b88d74;
  border-color: #b88d74;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color.invert:not(.nohov):hover {
    color: #fff;
    background-color: #b88d74;
  }
}
.btn-color.invert.actif {
  color: #fff;
  background-color: #b88d74;
}
.btn-color2 {
  border-color: #464d5d;
  background-color: #464d5d;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color2:not(.nohov):hover {
    background-color: transparent;
    color: #464d5d;
  }
}
.btn-color2.actif {
  background-color: transparent;
  color: #464d5d;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color2.hover-variant:not(.nohov):hover {
    background-color: #fff;
    border-color: #fff;
    color: #464d5d;
  }
}
.btn-color2.hover-variant.actif {
  background-color: #fff;
  border-color: #fff;
  color: #464d5d;
}
.btn-color2.invert {
  color: #464d5d;
  border-color: #464d5d;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color2.invert:not(.nohov):hover {
    color: #fff;
    background-color: #464d5d;
  }
}
.btn-color2.invert.actif {
  color: #fff;
  background-color: #464d5d;
}
.h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
.h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.sharer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.sharer a {
  position: relative;
  margin-bottom: 0;
  color: #b88d74;
  margin-right: 8px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.sharer a i {
  font-size: 2.7rem;
}
.sharer a span {
  position: absolute;
  color: #fff;
  top: -30px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  width: 90px;
  height: 25px;
  font-size: 1.5rem;
  z-index: -1;
  transition: all 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.sharer a span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0;
}
.sharer a:hover span {
  z-index: 99;
  opacity: 1;
  transform: translateY(-5px);
}
.sharer a.share-facebook span {
  background-color: #1877f2;
}
.sharer a.share-facebook span::after {
  border-color: #1877f2 transparent transparent transparent;
}
.sharer a.share-facebook:hover i {
  color: #1877f2;
}
.sharer a.share-x span {
  background-color: #000;
}
.sharer a.share-x span::after {
  border-color: #000 transparent transparent transparent;
}
.sharer a.share-x:hover i {
  color: #000;
}
.sharer a.share-pinterest span {
  background-color: #bd2126;
}
.sharer a.share-pinterest span::after {
  border-color: #bd2126 transparent transparent transparent;
}
.sharer a.share-pinterest:hover i {
  color: #bd2126;
}
.sharer a.share-instagram span {
  background-color: #f24966;
}
.sharer a.share-instagram span::after {
  border-color: #f24966 transparent transparent transparent;
}
.sharer a.share-instagram:hover i {
  color: #f24966;
}
.sharer a.share-linkedin span {
  background-color: #0077b5;
}
.sharer a.share-linkedin span::after {
  border-color: #0077b5 transparent transparent transparent;
}
.sharer a.share-linkedin:hover i {
  color: #0077b5;
}
.sharer a.share-youtube span {
  background-color: #ff0000;
}
.sharer a.share-youtube span::after {
  border-color: #ff0000 transparent transparent transparent;
}
.sharer a.share-youtube:hover i {
  color: #ff0000;
}
.sharer a.share-tiktok span {
  background-color: #000;
}
.sharer a.share-tiktok span::after {
  border-color: #000 transparent transparent transparent;
}
.sharer a.share-tiktok:hover i {
  color: #000;
}
.sharer a.share-tumblr span {
  background-color: #34465d;
}
.sharer a.share-tumblr span::after {
  border-color: #34465d transparent transparent transparent;
}
.sharer a.share-tumblr:hover i {
  color: #34465d;
}
.sharer a.share-vimeo span {
  background-color: #1ab7ea;
}
.sharer a.share-vimeo span::after {
  border-color: #1ab7ea transparent transparent transparent;
}
.sharer a.share-vimeo:hover i {
  color: #1ab7ea;
}
.sharer a.share-whatsapp span {
  background-color: #25d366;
}
.sharer a.share-whatsapp span::after {
  border-color: #25d366 transparent transparent transparent;
}
.sharer a.share-whatsapp:hover i {
  color: #25d366;
}
body.mode-popup {
  overflow: hidden;
}
body.mode-popup::after {
  display: block;
  content: '';
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
.popup {
  display: none;
  color: #25262c;
  position: fixed;
  top: 8%;
  left: 50%;
  height: auto;
  width: 90%;
  max-width: 790px;
  margin-left: -395px;
  z-index: 9999;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 999px) {
  .popup {
    left: 5%;
    right: 5%;
    top: 5%;
    width: auto;
    max-width: 90%;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .popup {
    inset: 0;
    max-width: 100%;
  }
}
.popup .popup-heading {
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .popup .popup-heading {
    height: auto;
    line-height: 1;
  }
}
.popup .popup-content {
  padding: 20px;
  padding-top: 25px;
}
.popup .cols {
  display: flex;
  justify-content: space-between;
}
.popup .cols > div:first-child {
  margin-right: 20px;
}
.popup input[type="email"] {
  min-width: 300px;
}
.popup.open {
  display: block;
}
.popup .close-popup {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #b88d74;
}
.popup .close-popup i {
  font-size: 3.5rem;
}
.popup .close-popup:hover {
  color: #464d5d;
}
@media screen and (max-width: 639px) {
  .popup .close-popup {
    position: fixed;
  }
}
.pagination {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pagination li {
  display: inline-block;
  padding: 5px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.navigation a {
  padding-top: 2px;
}
.pagination li.navigation a i {
  font-size: 2.5rem;
}
.pagination li.navigation.full a i:last-child {
  margin-left: -18px;
}
.pagination a {
  width: 27px;
  height: 27px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.8px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.onglet-content {
  display: none;
}
.onglet-content.open {
  display: block;
}
.toggle-item .toggle-content {
  display: none;
}
.toggle-item.open .toggle-content {
  display: block;
}
.msg-info {
  padding: 10px 20px;
  height: auto;
  min-height: 50px;
  line-height: 1;
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.msg-info.flash {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  min-height: 0;
  text-transform: uppercase;
  transition: all ease 0.15s;
  opacity: 0;
  padding-left: 80px;
  text-align: left;
  border-radius: 0;
}
.msg-info.flash.open {
  height: 50px;
  opacity: 1;
}
.msg-info:empty {
  display: none;
}
.msg-info.success {
  background-color: rgba(77, 166, 82, 0.9);
}
.msg-info.error {
  background-color: rgba(195, 22, 22, 0.9);
}
.msg-info.warning {
  background-color: rgba(245, 142, 40, 0.9);
}
.msg-info p {
  text-align: left;
}
.map {
  width: 100%;
  height: 300px;
}
.map.grayscale .leaflet-tile-pane {
  filter: grayscale(100%);
}
.slick-list {
  width: 100%;
}
.outdated-browser {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #b88d74;
}
.outdated-browser .wrap {
  max-width: 800px;
}
.outdated-browser h3,
.outdated-browser p {
  margin-bottom: 20px;
}
.outdated-browser nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .outdated-browser nav {
    flex-direction: column;
  }
}
.outdated-browser .btn {
  margin: 0 10px;
}
@media screen and (max-width: 639px) {
  .outdated-browser .btn {
    margin-bottom: 10px;
  }
}
.form-search {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background-color: #464d5d;
  z-index: 9999;
  transition: all 250ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.form-search.open {
  left: 0;
}
.form-search .main-title {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-size: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.form-search .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 4rem;
}
.form-search form {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.form-search form input[type='search'] {
  margin-bottom: 0;
  border-radius: 25px;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.form-search form button {
  color: #b88d74;
  font-size: 3rem;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-cart {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 1770px) {
  .nav-cart {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(80, 80, 80, 0.4);
    position: fixed;
    z-index: 9997;
    padding-right: 20px;
    top: 0;
    right: 70px;
  }
}
.nav-cart a {
  margin: 0 10px;
  text-align: center;
  color: #b88d74;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-cart a i {
  font-size: 3rem;
  margin-bottom: 5px;
  transition: all 250ms ease;
}
.nav-cart a:hover i {
  color: #b88d74;
}
.nav-cart .panier-link {
  position: relative;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-cart .panier-link i {
  color: #b88d74;
}
.nav-cart .panier-link::before {
  content: '';
  display: none;
  height: 0;
  width: 0;
  position: absolute;
  top: 85%;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #b88d74;
  border-left: 8px solid transparent;
}
.nav-cart .panier-link:hover .preview-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .nav-cart .panier-link:hover .preview-cart {
    display: none;
  }
}
.nav-cart .panier-link:hover::before {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nav-cart .panier-link:hover::before {
    display: none;
  }
}
.preview-cart {
  background-color: #b88d74;
  position: absolute;
  z-index: 9999;
  top: 100%;
  right: -30px;
  padding: 20px;
  width: 400px;
  color: #fff;
  display: none;
  border-radius: 10px;
}
.preview-cart .btn {
  color: #fff;
  border-color: #fff;
}
.preview-cart .total-preview {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.preview-cart .item-preview-cart {
  max-width: 100%;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.preview-cart .item-preview-cart .item-preview-content {
  flex-grow: 1;
}
.preview-cart .item-preview-cart .title {
  font-weight: 600;
}
.preview-cart .item-preview-cart img {
  max-width: 80px;
  margin-right: 20px;
}
.btn-cart {
  background-color: #b88d74;
  color: #fff;
  display: flex;
  height: 45px;
  width: 100%;
}
.btn-cart span {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
.btn-cart i {
  font-size: 4rem;
  margin-right: 5px;
}
.btn-cart.disabled {
  background-color: #999;
  color: #eee;
  cursor: not-allowed;
}
.btn-cart.disabled span {
  line-height: 1;
  font-size: 1.4rem;
}
.btn-cart.disabled:hover {
  background-color: #999;
}
.btn-cart:hover {
  background-color: #a67f68;
}
.legend-btn {
  font-family: "Lato", sans-serif;
  font-size: 1.9rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.link {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #464d5d;
}
.light .link {
  color: #fff;
}
.link:hover {
  color: #fff;
}
.link:hover::after {
  height: 125%;
  right: -10px;
  left: -10px;
}
.back {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .back {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 0;
  }
}
.back i {
  color: #464d5d;
  margin-right: 5px;
}
.back span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #b88d74;
}
.back:hover span {
  color: #464d5d;
}
.link-shop {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
.link-shop::after {
  margin-top: -2px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #b88d74;
}
.link-shop:hover {
  color: #464d5d;
}
.link-shop:hover::after {
  background-color: #464d5d;
}
.sml-txt {
  font-size: 0.9em;
  opacity: 0.8;
  text-transform: none;
}
.breadcrumb {
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.art-item {
  border: 0 none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.art-item a:hover img {
  opacity: 0.7;
}
.art-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  order: 0;
  height: auto;
}
.art-item h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  order: 1;
  color: #fff;
  background-color: #b88d74;
  margin-bottom: 10px;
  height: 20px;
  min-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 3px;
}
@media screen and (max-width: 1199px) {
  .art-item h4 {
    height: 40px;
  }
}
.art-item h3 {
  order: 2;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1;
}
.art-item p {
  order: 4;
  line-height: 1.2;
}
.art-item p a {
  color: #25262c;
}
.art-item p a:hover {
  color: #b88d74;
}
.art-item .btn {
  order: 5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.liste .list li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .liste .list li {
    flex-direction: column;
  }
}
.liste .list li a:hover img {
  opacity: 0.7;
}
.liste .list li img {
  width: 300px;
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .liste .list li img {
    width: 250px;
  }
}
@media screen and (max-width: 639px) {
  .liste .list li img {
    margin-bottom: 5px;
  }
}
.liste .list li .txt {
  width: 525px;
  flex-grow: 1;
  min-height: 213px;
  margin-left: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .liste .list li .txt {
    width: 655px;
  }
}
@media screen and (max-width: 999px) {
  .liste .list li .txt {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .liste .list li .txt {
    margin-left: 0;
  }
}
.liste .list li .txt p {
  width: 525px;
}
@media screen and (max-width: 1199px) {
  .liste .list li .txt p {
    width: 655px;
  }
}
@media screen and (max-width: 999px) {
  .liste .list li .txt p {
    width: 100%;
  }
}
.liste .list li .txt span {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  color: #25262c;
}
.liste .list li .txt span.date {
  margin-top: 17px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.liste .list li .txt span.title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.liste .list li .txt a {
  margin: 0;
  margin-top: 7px;
}
.liste .list li .txt::before {
  display: block;
  content: '';
  width: 160px;
  height: 1px;
  background-color: #b88d74;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .liste .list li .txt::before {
    display: none;
  }
}
.liste .pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.liste .pager .prev {
  margin-right: 10px;
}
.liste .pager .next {
  margin-left: 10px;
}
.bubble {
  height: 30px;
  width: 30px;
  padding: 10px;
  font-size: 1.34rem;
  margin-left: 5px;
  border: 1px solid #464d5d;
  color: #464d5d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
}
.nav-onglet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.nav-onglet a {
  min-height: 50px;
  min-width: 180px;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-onglet a strong {
  margin-right: 10px;
}
.nav-onglet a.actif,
.nav-onglet a:hover {
  border-color: #464d5d;
  color: #464d5d;
}
.nav-onglet a:only-child {
  display: none;
}
.onglet-content {
  display: none;
}
.onglet-content h2 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.onglet-content.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.table-list {
  margin-bottom: 25px;
  width: 100%;
}
.table-list th {
  text-transform: uppercase;
  height: 50px;
  vertical-align: middle;
  color: #000;
  text-align: left;
}
.table-list tbody tr:nth-child(odd) {
  background-color: #e3e4e7;
}
.table-list td {
  vertical-align: middle;
  height: 50px;
  padding: 15px;
  line-height: 1;
}
.table-list td.ref {
  width: 140px;
}
.table-list td.action {
  text-align: right;
  width: 230px;
}
.table-list a {
  color: #464d5d;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.table-list a i {
  font-size: 2.7rem;
  margin-left: 5px;
}
.table-list a:hover {
  color: #23272f;
}
.shop-alert .main-content {
  border-top: 5px solid #b88d74;
  text-align: center;
  padding-top: 60px;
}
.shop-alert .logo {
  width: 250px;
  min-height: 100px;
  margin: auto;
  margin-bottom: 40px;
}
.shop-alert .txt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 50px;
}
.encart {
  background-color: #ededef;
  padding: 10px;
  margin-bottom: 15px;
}
.reassurance {
  background-color: #b88d74;
  padding: 50px 0;
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .reassurance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.item-rea {
  margin: 0 40px;
  color: #b26f65;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .item-rea {
    width: 100%;
    margin: 10px 0;
  }
}
.item-rea:hover i {
  transform: scale(1.2);
}
.item-rea i {
  font-size: 6rem;
  margin-bottom: 10px;
  display: block;
  transition: all 250ms ease;
}
.item-rea span {
  text-align: center;
}
.item-rea strong {
  text-transform: uppercase;
  display: block;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #b88d74;
  border-radius: 50%;
  padding: 1px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .close {
    top: 5px;
    right: 5px;
  }
}
.close i {
  font-size: 2rem;
}
.close:hover {
  background-color: #b88d74;
  border-color: #b88d74;
  color: #fff;
}
.upper {
  text-transform: uppercase;
}
.popup-adress .popup-content {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .popup-adress .popup-content {
    max-width: 90%;
  }
}
.popup-adress .popup-content .cols {
  margin: 10px 0;
}
.popup-adress input[type='text'],
.popup-adress input[type='password'] {
  background-color: #464d5d;
  margin-bottom: 0;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .popup-adress input[type='text'],
  .popup-adress input[type='password'] {
    max-width: 100%;
  }
}
.block-container-adresse {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.block-adresse {
  width: 280px;
  height: 280px;
  margin: 20px;
  border: 1px solid #464d5d;
  padding: 20px;
  position: relative;
  transition: all 250ms ease;
}
.block-adresse:hover {
  border: 1px solid #b88d74;
  transform: scale(1.1);
}
.block-adresse .btn {
  margin-top: 30px;
}
.block-adresse p {
  padding: 0 0 5px !important;
}
.block-adresse.add {
  background-color: #b88d74;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.block-adresse.add:hover {
  background-color: #c6a490;
}
.block-adresse.add:hover i {
  transform: scale(1.2);
}
.block-adresse.add i {
  font-size: 10rem;
  margin-bottom: 20px;
  transition: all 250ms ease;
}
.block-adresse.add p {
  font-family: "Lato", sans-serif;
  color: #464d5d;
  font-size: 2rem;
  text-align: center;
  max-width: 120px;
  font-weight: 500;
}
.noUi-base {
  background-color: #eee;
}
.noUi-connect {
  background-color: #464d5d;
}
.noUi-horizontal {
  height: 7px;
}
.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #464d5d;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.deconnexion {
  color: #464d5d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.deconnexion i {
  margin-left: 10px;
}
.banner-prov {
  width: 100%;
}
.banner-prov img {
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .banner-prov .desktop {
    display: none;
  }
}
.banner-prov .mobile {
  display: none;
}
@media screen and (max-width: 639px) {
  .banner-prov .mobile {
    display: flex;
  }
}
.img-slider {
  max-width: 100%;
  width: 100%;
}
.head-cat {
  padding: 50px;
  background-color: #b88d74;
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.top-link {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  box-shadow: 0 3px 3px rgba(80, 80, 80, 0.4);
  z-index: 9996;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  padding: 0.25em;
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link svg {
  fill: #b88d74;
  width: 24px;
  height: 12px;
}
.top-link:hover {
  background-color: #eee;
  box-shadow: 0 9px 9px rgba(80, 80, 80, 0.4);
}
.top-link:hover svg {
  fill: #464d5d;
}
@media print {
  header {
    display: none;
  }
}
header .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .menu {
    position: fixed;
    background-color: #b88d74;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 999px) {
  .menu.showing-nav {
    right: 0;
  }
}
.menu li {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.menu li:hover .submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .menu a {
    color: #fff;
  }
}
.submenu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
}
@media screen and (max-width: 999px) {
  .submenu {
    position: static;
  }
}
.submenu a {
  padding: 10px;
}
.toggle-nav {
  display: none;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: transparent;
}
@media screen and (max-width: 999px) {
  .toggle-nav {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .toggle-nav.menu-open {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}
.toggle-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 26px;
  height: 4px;
  background-color: #b88d74;
  transform: rotate(0);
  border-radius: 2px;
  transition: all 250ms ease;
}
.toggle-nav span::before,
.toggle-nav span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 4px;
  background-color: #b88d74;
  transform: translateY(-8px);
  transition: all 250ms ease;
}
.toggle-nav span::after {
  transform: translateY(0);
  top: 8px;
}
.menu-open.toggle-nav span {
  background-color: transparent;
}
.menu-open.toggle-nav span::before {
  background-color: #fff;
  transform: rotate(-45deg);
}
.menu-open.toggle-nav span::after {
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: 22px -2px 0;
}
@media print {
  footer {
    display: none;
  }
}
.demo .toggle-section {
  margin-bottom: 40px;
}
.demo .toggle-item .toggle-content {
  display: none;
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #eee;
}
.demo .toggle-item.open .toggle-launcher::after {
  transform: rotate(180deg);
}
.demo .toggle-item.open .toggle-content {
  display: block;
}
.demo .toggle-item .toggle-launcher {
  height: 50px;
  background-color: #eee;
  color: #b88d74;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.demo .toggle-item .toggle-launcher:hover {
  background-color: #b88d74;
  color: #fff;
}
.demo .toggle-item .toggle-launcher .title {
  flex-grow: 1;
}
.demo .toggle-item .toggle-launcher .bubble {
  margin-left: 10px;
  border: 0 none;
  background-color: #464d5d;
  color: #fff;
}
.demo .toggle-item:nth-child(odd) .toggle-launcher {
  background-color: #ccc;
}
.demo .toggle-item:nth-child(odd) .toggle-launcher:hover {
  background-color: #b88d74;
}
:root {
  --ck-bg: #fff;
}
.gabcols {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 20px;
}
.gabcols > * {
  border: 1px solid #ccc;
  padding: 30px;
}
.gabcols.col1 {
  grid-template-columns: 1fr;
}
.gabcols.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .gabcols.col2 {
    grid-template-columns: 1fr;
  }
}
.gabcols.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999px) {
  .gabcols.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gabcols.col3 {
    grid-template-columns: 1fr;
  }
}
.gabcols.col3.span1-2 > *:last-child {
  grid-column: span 2;
}
.gabcols.col3.span2-1 > *:first-child {
  grid-column: span 2;
}
.gabcols.col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199px) {
  .gabcols.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gabcols.col4 {
    grid-template-columns: 1fr;
  }
}
.gabcols.col4.span1-3 > *:last-child {
  grid-column: span 3;
}
.gabcols.col4.span3-1 > *:first-child {
  grid-column: span 3;
}
.gabcols.col4.span1-2-1 > *:nth-child(2) {
  grid-column: span 2;
}
.gabcols.col4.span1-1-2 > *:last-child {
  grid-column: span 2;
}
.gabcols.col4.span2-1-1 > *:first-child {
  grid-column: span 2;
}
.ck,
.cke_editable {
  min-height: auto;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.ck .h1-like,
.cke_editable .h1-like {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.ck .h2-like,
.cke_editable .h2-like {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.ck .h3-like,
.cke_editable .h3-like {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
.ck .h4-like,
.cke_editable .h4-like {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.ck .h5-like,
.cke_editable .h5-like {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.ck h2,
.cke_editable h2 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.ck h3,
.cke_editable h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
.ck h4,
.cke_editable h4 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.ck h5,
.cke_editable h5 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.ck p,
.cke_editable p {
  font-weight: 400;
  margin-bottom: 15px;
}
.ck em,
.cke_editable em,
.ck i,
.cke_editable i {
  font-style: italic;
}
.ck b,
.cke_editable b,
.ck strong,
.cke_editable strong {
  font-weight: 700;
}
.ck a:not(.btn),
.cke_editable a:not(.btn) {
  color: #b88d74;
}
.ck a:not(.btn):hover,
.cke_editable a:not(.btn):hover {
  text-decoration: underline;
}
.ck a:not(.btn):hover > img,
.cke_editable a:not(.btn):hover > img {
  opacity: 0.6;
}
.ck .btn,
.cke_editable .btn {
  display: inline-flex;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.ck img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
}
.ck img.img-right,
.cke_editable img.img-right {
  width: 50%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .ck img.img-right,
  .cke_editable img.img-right {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
.ck img.img-left,
.cke_editable img.img-left {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .ck img.img-left,
  .cke_editable img.img-left {
    width: auto;
    float: none;
    margin-right: 0;
  }
}
.ck .clear,
.cke_editable .clear {
  clear: both;
}
.ck .encart,
.cke_editable .encart {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}
.ck .encart.bgcolor,
.cke_editable .encart.bgcolor {
  background-color: rgba(184, 141, 116, 0.2);
  color: #b88d74;
}
.ck .encart > *:last-child,
.cke_editable .encart > *:last-child {
  margin-bottom: 0;
}
.ck table,
.cke_editable table {
  margin-bottom: 25px;
  width: 100%;
}
.ck table tr,
.cke_editable table tr {
  background-color: #f9f5f2;
}
.ck table tr:nth-child(odd),
.cke_editable table tr:nth-child(odd) {
  background-color: #dadbdf;
}
.ck table tr td,
.cke_editable table tr td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.ck table tr td h4,
.cke_editable table tr td h4 {
  color: #b88d74;
}
.ck table tr td p,
.cke_editable table tr td p {
  max-width: 200px;
  text-align: left;
}
.ck table tr td > strong,
.cke_editable table tr td > strong {
  font-size: 1.6rem;
  color: #b88d74;
}
.ck table tr td img,
.cke_editable table tr td img {
  margin: 0 5px;
}
.ck ul,
.cke_editable ul {
  margin-bottom: 45px;
}
.ck ul li,
.cke_editable ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}
.ck ul li::before,
.cke_editable ul li::before {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #464d5d;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
.ck .bloc-cols-img,
.cke_editable .bloc-cols-img {
  margin-bottom: 20px;
}
.ck .bloc-cols-img.img-left,
.cke_editable .bloc-cols-img.img-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img.img-left,
  .cke_editable .bloc-cols-img.img-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.ck .bloc-cols-img.img-right,
.cke_editable .bloc-cols-img.img-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img.img-right,
  .cke_editable .bloc-cols-img.img-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.ck .bloc-cols-img.image-to-image,
.cke_editable .bloc-cols-img.image-to-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img.image-to-image,
  .cke_editable .bloc-cols-img.image-to-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.ck .bloc-cols-img.text-to-text,
.cke_editable .bloc-cols-img.text-to-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img.text-to-text,
  .cke_editable .bloc-cols-img.text-to-text {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.ck .bloc-cols-img .img-container,
.cke_editable .bloc-cols-img .img-container {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img .img-container,
  .cke_editable .bloc-cols-img .img-container {
    width: 100%;
  }
}
.ck .bloc-cols-img .img-container img,
.cke_editable .bloc-cols-img .img-container img {
  max-width: 100%;
  height: auto !important;
}
.ck .bloc-cols-img article,
.cke_editable .bloc-cols-img article {
  padding: 0 20px;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.ck .bloc-cols-img article nav,
.cke_editable .bloc-cols-img article nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.ck .bloc-cols-img article nav a,
.cke_editable .bloc-cols-img article nav a {
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 999px) {
  .ck .bloc-cols-img article,
  .cke_editable .bloc-cols-img article {
    padding: 0;
    max-width: 100%;
  }
}
.ck .table-fluid,
.cke_editable .table-fluid {
  max-width: 100vw;
  overflow-x: auto;
}
.ck .table-fluid > table,
.cke_editable .table-fluid > table {
  min-width: 800px;
}
.cke_editable {
  margin-bottom: 20px;
}
.cke_editable.cke_editable_themed {
  background-color: var(--ck-bg);
  padding: 0;
}
.list-products {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-produit {
  max-width: 350px;
  width: 100%;
  margin: 0 20px 30px 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: all 250ms ease;
}
@media screen and (max-width: 639px) {
  .item-produit {
    max-width: 300px;
  }
}
.item-produit:hover {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
}
.item-produit img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.item-produit .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.item-produit .infos .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #25262c;
}
.item-produit .infos .price {
  font-weight: 700;
  color: #464d5d;
}
.produit-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .produit-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .quantity {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .quantity .box-add-remove {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .quantity .box-add-remove label {
    margin-bottom: 10px;
  }
}
.produit-content .title-product {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.produit-content .price {
  font-size: 3rem;
  font-weight: 700;
  color: #464d5d;
}
.produit-content .visuels-produit {
  max-width: 500px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .produit-content .visuels-produit {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .visuels-produit {
    max-width: 320px;
  }
}
.produit-content .visuels-produit img {
  border-radius: 10px;
  max-width: 100%;
}
.produit-content .visuels-produit .miniatures {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .produit-content .visuels-produit .miniatures {
    justify-content: center;
  }
}
.produit-content .visuels-produit .miniatures img {
  margin: 0 10px 20px 0;
}
.produit-content .subtitle {
  font-size: 2rem;
}
.produit-content p {
  margin-bottom: 20px;
}
.box-add-remove {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.quantity {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.quantity .quantity-control {
  height: 50px;
  border: 1px solid #000;
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
.quantity label {
  margin-bottom: 0;
}
.quantity .quantity-button {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.quantity .quantity-button:hover {
  background-color: #464d5d;
  color: #fff;
}
.quantity input {
  background-color: transparent;
  border-radius: 0;
  min-height: auto;
  text-align: center;
  height: auto;
  min-width: none;
  margin-bottom: 0;
  width: 80px !important;
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 639px) {
  .quantity input {
    width: 50px !important;
  }
}
.quantity input:focus {
  color: #000;
}
.form-checkout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .form-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.form-checkout .buttons {
  justify-content: flex-start;
  width: 100%;
}
.form-checkout .items-panier-container,
.form-checkout .form-panier {
  flex-grow: 1;
  padding: 0 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .form-checkout .items-panier-container,
  .form-checkout .form-panier {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0;
  }
}
.form-checkout .quantity {
  margin-bottom: 0;
}
.form-checkout .cart-checkout {
  padding: 20px;
  background-color: #ddefee;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .form-checkout .cart-checkout {
    max-width: 350px;
  }
}
@media screen and (max-width: 999px) {
  .form-checkout .cart-checkout {
    max-width: 100%;
  }
}
.form-checkout .cart-checkout p,
.form-checkout .cart-checkout .row-checkout {
  margin-bottom: 20px;
  width: 100%;
}
.form-checkout .cart-checkout .row-checkout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.form-checkout .cart-checkout .recap-final {
  padding: 20px 0;
  border-top: 1px solid #464d5d;
}
.form-checkout .item-panier {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.form-checkout .item-panier .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.form-checkout .item-panier .icon-supprimer {
  font-size: 3rem;
  color: #464d5d;
}
@media screen and (max-width: 639px) {
  .form-checkout .item-panier img {
    display: none;
  }
}
.form-checkout .item-panier .price {
  color: #464d5d;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
}
.panier-checkout .img-card-checkout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.panier-checkout img {
  max-width: 55px;
  border-radius: 10px;
  margin-right: 10px;
}
.shop-panier input[type='text'],
.shop-panier textarea,
.shop-panier .habillage {
  width: 100%;
  max-width: 100%;
}
.shop-panier .btn-container {
  padding: 20px 0;
}
.shop-panier .section {
  padding: 20px 0;
  width: 100%;
  max-width: 100%;
}
.shop-panier p {
  margin-bottom: 20px;
}
.shop-panier .panier-title {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.shop-panier .panier-title span {
  background-color: #464d5d;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.prices .reduction {
  color: #464d5d;
  margin-right: 20px;
  font-weight: 700;
}
.prices .old-price {
  text-decoration: line-through;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .btn-cart {
    margin-top: 20px;
  }
}
.item-product {
  margin: 0 20px 20px;
  padding-bottom: 10px;
  max-width: 260px;
  width: 100%;
  height: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  transition: all 250ms ease;
}
@media screen and (max-width: 999px) {
  .item-product {
    height: auto;
  }
}
.item-product:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.item-product:hover .wish,
.item-product:hover .panier {
  display: flex;
  z-index: 1500;
}
.item-product h4 {
  text-transform: uppercase;
}
.item-product .lien {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.item-product .details {
  color: #595959;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.item-product .prices {
  padding-top: 20px;
  text-align: center;
}
.item-product .price {
  font-family: "Lato", sans-serif;
}
.item-product .price.barre {
  text-decoration: line-through;
  font-style: italic;
  padding-left: 10px;
}
.item-product .img-article {
  position: relative;
  transition: all 250ms ease;
}
.item-product .img-article img {
  display: block;
  max-width: 100%;
}
.item-product .img-article a {
  position: absolute;
  color: #fff;
  display: none;
}
.item-product .img-article a::before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
}
.item-product .img-article a i {
  position: absolute;
  font-size: 3rem;
}
.item-product .img-article .wish {
  bottom: 0;
  right: 0;
}
.item-product .img-article .wish i {
  bottom: 13px;
  right: 10px;
  font-size: 2rem;
}
.item-product .img-article .wish::before {
  border-bottom: 70px solid #d6b98d;
  border-left: 70px solid transparent;
  bottom: 0;
  right: 0;
}
.item-product .img-article .panier {
  left: 0;
  top: 0;
}
.item-product .img-article .panier::before {
  border-top: 70px solid #d6b98d;
  border-right: 70px solid transparent;
}
.item-product .img-article .panier i {
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 999px) {
  .infos-produit {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .infos-produit .content {
    margin: auto;
  }
}
.infos-produit .prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.infos-produit .price {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  color: #b88d74;
}
.infos-produit .resume {
  margin-bottom: 20px;
}
.infos-produit .go-dt {
  margin: 20px 0;
}
.infos-produit .go-dt a {
  color: #565656;
  margin-right: 20px;
}
.infos-produit .go-dt a.actif {
  text-decoration: underline;
}
.infos-produit .go-dt a:hover {
  color: #b88d74;
}
.checkout {
  margin-bottom: 20px;
}
.checkout .quantite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .checkout .quantite {
    flex-direction: column;
    justify-content: center;
  }
}
.checkout .quantite label {
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.checkout .declinaison {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.checkout .declinaison .cols {
  align-items: center;
}
@media screen and (max-width: 999px) {
  .checkout .declinaison .cols {
    margin: 10px auto;
  }
}
.checkout .declinaison .cols .wish {
  font-size: 2.5rem;
  margin-left: 20px;
  font-weight: 700;
}
.checkout .declinaison .habillage {
  margin-bottom: 0;
  min-width: 150px;
  margin-left: 15px;
}
@media screen and (max-width: 639px) {
  .checkout .declinaison .habillage {
    min-width: 130px;
  }
}
@media screen and (max-width: 639px) {
  .checkout .declinaison .habillage select {
    padding-left: 5px;
  }
}
.checkout .taille {
  margin-bottom: 20px;
}
.checkout .taille label {
  margin-bottom: 0;
}
.checkout .reserved-nonrot {
  padding: 10px;
  line-height: 1.1;
  margin-bottom: 10px;
  background-color: #464d5d;
  color: #fff;
}
.checkout button {
  max-width: 250px;
}
.visuels-produit figure {
  overflow: hidden;
  width: 100%;
  height: 650px;
  background-color: #ebebeb;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .visuels-produit figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .visuels-produit figure {
    height: auto;
  }
}
.visuels-produit .nav-slider a {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
}
.visuels-produit .nav-slider a:hover,
.visuels-produit .nav-slider a.cycle-pager-active {
  opacity: 1;
}
.visuels-produit .nav-slider img {
  display: block;
  width: 115px;
  height: 178px;
}
.details-techniques {
  padding-top: 20px;
}
.details-techniques h2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0.25rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start, flex-start;
  justify-content: space-between;
  gap: 0;
}
.details-techniques h2::after {
  display: block;
  margin-top: 5px;
  content: '';
  background-color: #b88d74;
  height: 1px;
  width: 100%;
}
.details-techniques .ck {
  margin-bottom: 20px;
}
.more-products {
  margin-bottom: 120px;
}
.more-products h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .more-products h2 {
    text-align: center;
  }
}
.more-products .sort-more-products {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.more-products .sort-more-products .item-product {
  margin: 20px 0 0 20px;
}
.shop-produit h1,
.shop-produit .titre {
  text-align: center;
  position: relative;
  padding: 30px 0;
}
.shop-produit h1::before,
.shop-produit .titre::before {
  content: '';
  inset: 0 0 0 50%;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #464d5d;
}
@media screen and (max-width: 999px) {
  .shop-produit h1::before,
  .shop-produit .titre::before {
    display: none;
  }
}
.produit-content {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .produit-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.produit-content .onglet-content {
  align-items: flex-start;
}
.produit-content .subtitle {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.produit-content .cols {
  justify-content: flex-start;
}
.produit-content .infos-produit {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  background-color: #464d5d;
  padding: 50px;
  z-index: 50;
  min-height: 650px;
  max-height: 670px;
}
@media screen and (max-width: 999px) {
  .produit-content .infos-produit {
    position: static;
  }
}
.produit-content .infos-produit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 999px) {
  .produit-content .infos-produit::before {
    display: none;
  }
}
.produit-content .infos-produit .content {
  max-width: 450px;
}
.produit-content .visuels-produit {
  position: relative;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .produit-content .visuels-produit {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .visuels-produit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
}
.produit-content .visuels-produit .reduc-percent {
  right: auto;
  left: 20px;
  z-index: 99999;
}
.produit-content .visuels-produit figure {
  max-width: 450px;
}
@media screen and (max-width: 999px) {
  .produit-content .visuels-produit figure {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .produit-content .visuels-produit figure {
    max-width: 320px;
  }
}
.old-price {
  margin-right: 10px;
  text-decoration: line-through;
}
.reduc-percent {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #343033;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.item-product-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
  max-height: 400px;
  left: 10px;
  padding: 10px 20px;
  margin: 0 20px 30px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  transition: all 250ms ease;
}
.item-product-content:hover {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
}
.item-product-content:hover .hover-product {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  .item-product-content {
    max-width: 300px;
  }
}
.item-product-content img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.item-product-content .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.item-product-content .infos .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #25262c;
}
.item-product-content .infos .price {
  font-weight: 700;
  color: #464d5d;
}
.hover-product {
  position: absolute;
  top: 10px;
  left: 20px;
  right: 0;
  margin-top: -50px;
  transition: all 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.hover-product i {
  color: #25262c;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
  font-size: 2.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: all 250ms ease;
}
.hover-product i:hover {
  background-color: #464d5d;
  color: #fff;
}
.nav-cate-product {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.nav-cate-product .title {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #25262c;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 10px;
}
.nav-cate-product a {
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
  color: #7c7d80;
}
.nav-cate-product a.hidden {
  display: none;
}
.top-cat {
  align-items: flex-start;
}
.filter-button {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.filter-button i {
  font-size: 3rem;
  margin: 0 10px;
}
@media screen and (max-width: 999px) {
  .filter-button i {
    font-size: 4rem;
    margin-top: -10px;
  }
}
@media screen and (max-width: 999px) {
  .filter-button span {
    display: none;
  }
}
.noUi-base {
  background-color: #eee;
}
.noUi-connect {
  background-color: #464d5d;
}
.noUi-horizontal {
  height: 7px;
}
.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #464d5d;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.form-login {
  width: 540px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .form-login {
    width: 100%;
  }
}
.form-login > div {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .form-login > div {
    flex-direction: column;
  }
}
.form-login > div.action {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 639px) {
  .form-login > div.action {
    align-items: center;
  }
}
.form-login a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #777;
  margin-left: 15px;
  margin-top: 10px;
}
.form-login a:hover {
  color: #b88d74;
}
.form-login label {
  max-width: 175px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .form-login label {
    margin-bottom: 15px;
  }
}
.form-login input {
  width: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .form-login input {
    margin-bottom: 15px;
  }
}
.lostpass p {
  margin-bottom: 20px;
}
.form-lost-pass {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .form-lost-pass {
    flex-direction: column;
  }
}
.form-lost-pass input[type='email'] {
  min-width: 350px;
  margin-bottom: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .form-lost-pass input[type='email'] {
    margin-bottom: 15px;
    margin-right: 0;
    min-width: 300px;
  }
}
.shop-login .form-lost-pass input[type='submit'] {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .form-lost-pass input[type='submit'] {
    min-width: 300px;
  }
}
.shop-panier .main-nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shop-panier .main-nav {
    margin-bottom: 0;
  }
}
.shop-panier h3 {
  color: #b88d74;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: 20px;
}
.shop-panier .section.disabled h3 {
  opacity: 0.5;
}
.shop-panier .section.disabled .form {
  display: none;
}
.shop-panier #mode-livraison {
  position: relative;
}
.shop-panier .block-container-adresse {
  justify-content: flex-start;
}
.shop-panier .btn-add-adress span {
  margin-left: 10px;
}
.shop-panier .adresse-list .block-adresse {
  width: 247px;
  min-height: 200px;
  height: auto;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .shop-panier .adresse-list .block-adresse {
    margin: 10px auto;
  }
}
.shop-panier .adresse-list .block-adresse p {
  padding: 0 !important;
}
.shop-panier .adresse-list .block-adresse::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #464d5d;
  top: 12px;
  right: 12px;
}
.shop-panier .adresse-list .block-adresse::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  top: 16px;
  right: 16px;
}
.shop-panier .adresse-list .block-adresse.selected {
  border-color: #464d5d;
}
.shop-panier .adresse-list .block-adresse.selected::after {
  background-color: #464d5d;
}
.shop-panier .adresse-list .block-adresse .btn-effect {
  margin-top: 20px;
  padding: 5px 20px;
}
.shop-panier .adresse-list .block-adresse .modify {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.shop-panier .adresse-list .block-adresse .modify::before {
  content: '';
  width: 80%;
  margin-bottom: 10px;
  height: 1px;
  background-color: #b88d74;
}
.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}
.no-products-yet {
  text-align: center;
}
.no-products-yet p {
  margin-bottom: 20px;
}
.no-products-yet .btn {
  margin-bottom: 40px;
}
.form-panier {
  letter-spacing: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 999px) {
  .form-panier div {
    flex-direction: column-reverse;
  }
}
.form-panier table {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .form-panier table thead {
    display: none;
  }
}
.form-panier table [class^='mobile-'] {
  display: none;
}
@media screen and (max-width: 639px) {
  .form-panier table [class^='mobile-'] {
    display: flex;
  }
}
.form-panier .product-unit {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.form-panier .product-unit .quantite {
  width: auto !important;
  max-width: 70px !important;
}
.form-panier .separator {
  height: 20px;
}
@media screen and (max-width: 639px) {
  .form-panier tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    text-align: center;
  }
}
.form-panier td,
.form-panier th {
  text-align: left;
  padding: 20px 0;
  vertical-align: middle;
}
.form-panier th {
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.form-panier td {
  min-height: 170px;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .form-panier td {
    min-height: 0;
    text-align: center;
  }
}
.form-panier td img {
  display: block;
}
.form-panier .img-produit {
  width: 190px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-panier .mobile-total {
  position: absolute;
  right: 20px;
  font-weight: 700;
  font-size: 2.2rem;
}
.form-panier .mobile-price {
  flex-direction: row;
}
.form-panier .mobile-price span {
  width: auto;
  padding-right: 10px;
}
.form-panier .nom-produit {
  width: 390px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .form-panier .nom-produit {
    padding-right: 0;
    width: 100%;
    padding-top: 5px;
  }
}
.form-panier .quantite {
  margin: 15px 0 0;
  background-color: #eee;
  max-width: 50px;
}
.form-panier .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .form-panier .quantity {
    width: 100%;
  }
}
.form-panier .quantity .btn-del {
  height: 45px;
  color: #000;
  font-size: 5rem;
}
.form-panier .quantity .btn-del:hover {
  color: #b88d74;
}
.form-panier .price {
  width: 155px;
  padding-right: 35px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .form-panier .prices {
    display: none;
  }
}
.form-panier .total {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 639px) {
  .form-panier .total {
    display: none;
  }
}
.form-panier .commentaire-commande {
  min-height: 80px;
  width: 400px;
  margin-right: 30px;
}
@media screen and (max-width: 639px) {
  .form-panier .commentaire-commande {
    width: 100%;
  }
}
.form-panier .code-promo {
  background-color: #b88d74;
  min-height: 150px;
  width: 100%;
  min-width: 560px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.form-panier .code-promo p {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.form-panier .code-promo form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .form-panier .code-promo {
    justify-content: flex-start;
  }
}
.form-panier .code-promo input[type='text'] {
  width: 80%;
  height: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .form-panier .code-promo input[type='text'] {
    width: 100%;
  }
}
.form-panier .code-promo input[type='submit'] {
  height: 35px;
  margin-left: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .form-panier .code-promo input[type='submit'] {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-panier .recap-panier {
  padding: 20px;
  width: 100%;
}
.shop-confirme .form-panier .recap-panier {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .form-panier .recap-panier {
    margin-bottom: 20px;
  }
}
.form-panier .recap-panier p {
  width: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.form-panier .recap-panier p.recap-final {
  padding-top: 20px;
}
.form-panier .recap-panier p .montant {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.form-panier .ligne-reduc {
  position: relative;
}
.form-panier .ligne-reduc .del-reduc {
  position: absolute;
  right: -30px;
  top: -3px;
  font-size: 2.6rem;
  color: #000;
}
.form-panier .ligne-reduc .del-reduc:hover {
  color: #b88d74;
}
.form-panier .btn-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .form-panier .btn-actions {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.form-panier .btn-actions .btn,
.form-panier .btn-actions input {
  margin: 0;
  height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .form-panier .btn-actions .btn,
  .form-panier .btn-actions input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-panier .btn-actions .btn {
  background-color: #6d6d6d;
  color: #fff;
}
.form-panier .btn-actions .btn i {
  margin-right: 10px;
  font-size: 2rem;
}
.checkout-tunnel {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .checkout-tunnel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.checkout-tunnel > section {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .checkout-tunnel > section {
    width: 100%;
  }
}
.checkout-tunnel > section.zone-nocompte {
  padding-right: 50px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1199px) {
  .checkout-tunnel > section.zone-nocompte {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 639px) {
  .checkout-tunnel > section.zone-nocompte {
    margin-left: 0;
  }
}
.checkout-tunnel > section.zone-compte {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .checkout-tunnel > section.zone-compte {
    padding-left: 0;
  }
}
.checkout-tunnel > section p {
  margin-bottom: 15px;
}
.checkout-tunnel > section h2 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .checkout-tunnel > section h2 {
    text-align: center;
  }
}
.form-commande .cols {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.form-commande .cols > label {
  min-width: 175px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .form-commande .cols > label {
    min-width: 120px;
  }
}
.form-commande input {
  width: 300px;
  margin-bottom: 0;
  padding: 0 10px;
}
@media screen and (max-width: 639px) {
  .form-commande input {
    width: 250px;
  }
}
.bloc-adr {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .bloc-adr {
    width: 80%;
  }
}
@media screen and (max-width: 639px) {
  .bloc-adr {
    width: 100%;
  }
}
.bloc-adr input {
  width: 100%;
  margin-bottom: 10px;
}
.bloc-adr .cols input {
  margin-left: 10px;
}
.bloc-adr .cols input:first-child {
  margin-left: 0;
}
.cgv {
  font-size: 1.4rem;
  color: #999;
  text-align: justify;
  margin-bottom: 30px;
}
.choix-paiement {
  padding-top: 12px;
  margin-bottom: 30px;
  font-weight: 700;
}
.paiement-cheque {
  text-align: center;
  margin-top: -35px;
  display: block;
}
.shop-return-payment {
  text-align: center;
}
.shop-return-payment .main-content {
  min-height: 300px;
  padding: 0;
}
.shop-return-payment .main-content h1 {
  margin-bottom: 30px;
}
.shop-return-payment .main-content h2 {
  font-size: 2.5rem;
  padding: 0 15px;
}
.shop-return-payment .main-content p {
  margin-bottom: 30px;
  padding: 0 15px;
}
.shop-return-payment .main-content .btn {
  margin-bottom: 60px;
}
.shop-return-payment .main-content img {
  display: block;
  max-width: 100%;
}
.account h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.account .portal {
  flex-wrap: wrap;
  justify-content: center;
}
.account .portal a {
  width: 200px;
  height: 200px;
  margin: 0 20px 20px;
  border: 1px solid #b88d74;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #b88d74;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.account .portal a i {
  font-size: 6rem;
  margin-bottom: 20px;
}
.account .portal a:hover {
  background-color: #b88d74;
}
.account .donnees-perso strong {
  font-size: 1.8rem;
}
.account .donnees-perso p {
  padding-bottom: 20px;
}
.account .donnees-perso .block {
  padding: 20px;
  background-color: #b88d74;
  margin: 30px 0;
}
.account .donnees-perso .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .account .donnees-perso .buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .account .donnees-perso .buttons a {
    width: 100%;
    margin: 10px auto;
  }
}
.account .wishlist .block-container {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.account .wishlist .price {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.account .block-article {
  border: 1px solid #464d5d;
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 190px;
  margin: 0 10px 20px;
  transition: all 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.account .block-article p {
  max-width: 90%;
}
@media screen and (max-width: 639px) {
  .account .block-article {
    padding: 10px;
    height: auto;
  }
}
.account .block-article:hover {
  border: 1px solid #b88d74;
  transform: scale(1.05);
}
.account .block-article .img {
  width: 130px;
  height: 130px;
  background-size: cover;
  margin-right: 30px;
}
@media screen and (max-width: 639px) {
  .account .block-article .img {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .account .block-article .content {
    width: 100%;
  }
}
.account .block-article .row {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .block-article .row input {
  background-color: #eee;
  max-width: 50px;
  margin-bottom: 0;
  margin-right: 20px;
}
.account .block-article .buttons {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .account .block-article .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.account .block-article .buttons a {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .account .block-article .buttons a {
    width: 80%;
    margin: 5px auto;
  }
}
.account .block-article .buttons a:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .account .block-article .buttons a:last-child {
    margin-left: auto;
  }
}
.account .form-panier p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1499px) {
  .account .account-form.wrap-custom {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .account .account-form.wrap-custom {
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .account .account-form form {
    flex-direction: column;
    align-items: center;
  }
}
.account .account-form h2 {
  padding-bottom: 0;
}
.account .account-form .left,
.account .account-form .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .account .account-form .left,
  .account .account-form .right {
    width: 70%;
  }
}
.account .account-form .right .cols {
  justify-content: flex-end;
}
.account .account-form .right label {
  padding-right: 20px;
  min-width: 75px;
}
.account .account-form .right .btn {
  margin: 0;
}
.account .account-form .cols {
  width: 100%;
  position: relative;
  margin: 20px 0;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .account .account-form .cols {
    flex-wrap: wrap;
  }
}
.account .account-form .cols .optionnel {
  padding-left: 5px;
}
.account .account-form .cols #password {
  margin-left: 0;
}
.account .account-form .cols label {
  min-width: 160px;
}
@media screen and (max-width: 1199px) {
  .account .account-form .cols label {
    width: 100%;
  }
}
.account .account-form .gender {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .account-form .gender label {
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .account-form .gender label::after {
  top: 8px;
}
.account .account-form .validation {
  max-width: 360px;
}
.account .account-form .validation .legend {
  margin-left: 25px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  padding: 0;
  margin-bottom: 20px;
}
.account .account-form .validation .checkbox {
  margin-bottom: 0;
}
.account .account-form .validation .checkbox label {
  margin-bottom: 0;
}
.account #password,
.account #confirm-pass {
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  .account #password,
  .account #confirm-pass {
    margin-left: 0;
  }
}
.account .creation .end,
.account .informations .end {
  margin-top: 20px;
}
.account .creation .right .cols,
.account .informations .right .cols {
  justify-content: flex-start;
  margin: 10px 0;
}
.account .connexion {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .account .connexion {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.account .connexion .row {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .connexion .left .btn {
  margin-right: 20px;
}
.account .connexion .right {
  align-items: flex-start;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .account .connexion .right {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.account .commande-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.account .commande-content .commande {
  margin-bottom: 20px;
}
.account .commande-content .toggle {
  min-width: 100%;
  background-color: #b26f65;
  min-height: 100px;
  padding: 10px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.account .commande-content .toggle.active .icon-arrow {
  transform: rotate(0);
}
.account .commande-content .toggle .name,
.account .commande-content .toggle .title {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.account .commande-content .toggle .statut {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .account .commande-content .toggle .statut {
    position: static;
    padding: 10px 0;
  }
}
.account .commande-content .toggle .statut i {
  padding: 0 10px;
  transform: rotate(180deg);
}
.account .commande-content .onglet-content {
  border: 1px solid #464d5d;
}
.account .commande-content .onglet-content.open {
  align-items: space-between;
}
@media screen and (max-width: 639px) {
  .account .commande-content .onglet-content .cols {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
}
.account .commande-content .onglet-content section {
  padding: 10px 20px;
  border-bottom: 1px solid #b88d74;
}
.account .commande-content .onglet-content section.center {
  align-items: center;
}
@media screen and (max-width: 639px) {
  .account .commande-content .onglet-content .btn {
    margin-top: 10px;
  }
}
.account .commande-content .onglet-content p {
  font-weight: 300;
}
.account .commande-content .onglet-content p.label {
  font-weight: 500;
  padding: 20px 0 1px;
}
.account .commande-content .articles-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.account .commande-content .recap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
}
.account .commande-content .recap div {
  max-width: 320px;
}
.account .commande-content .recap div p {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.account .commande-content .recap div p span {
  padding-left: 50px;
}
.account .commande-content .recap div .total {
  padding-top: 20px;
}
.account .commande-content .block-article {
  border: none;
  height: auto;
  justify-content: flex-start;
  margin: 10px 0;
}
.account .commande-content .block-article:hover {
  transform: scale(1);
}
.account .without .cols {
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .account .without .cols {
    flex-direction: column;
  }
}
.account .without .section {
  margin: 20px 0;
}
.account .without .section p {
  padding: 5px 0;
}
.account .without .left,
.account .without .right {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .account .without .left,
  .account .without .right {
    width: 80%;
    margin: 20px auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .account .without .code-promo {
    min-width: 90%;
  }
}
.account .without .redirect-connection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .without .redirect-connection p,
.account .without .redirect-connection a {
  font-weight: 500;
  color: #000;
}
.account .without .redirect-connection p {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.account .without .redirect-connection p::after {
  width: 2px;
  height: 12px;
  content: '';
  margin: 0 30px;
  background-color: #000;
}
.account .without .validation {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0;
}
.account .without .btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.account .without .livraison-choice label {
  width: 100%;
  background-color: #464d5d;
  margin: 10px 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 639px) {
  .account .without .livraison-choice label {
    flex-direction: column;
    text-align: center;
  }
}
.account .without .livraison-choice label i {
  font-size: 3rem;
  margin-right: 10px;
}
.account .without .livraison-choice label span {
  padding: 0 5px;
  max-width: 50%;
}
@media screen and (max-width: 639px) {
  .account .without .livraison-choice label span {
    max-width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .account .without .livraison-choice label::before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
  }
}
.account .without .livraison-choice label::after {
  top: 50%;
  left: 14px;
  margin-top: -3px;
}
/*# sourceMappingURL=shop.css.map */

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