@charset "UTF-8";
@import "fonts/Bambino/stylesheet.css";
@import "fonts/MuseoSans/stylesheet.css";
.btn {
  font-weight: 500;
  margin: 0 4px 4px 0;
}
.btn:not(.btn--resize) {
  font-size: 11px !important;
}
.btn:first-letter {
  text-transform: uppercase !important;
}
.btn.btn-secondary {
  color: #fff;
}
.btn.btn-info {
  color: #344a5f !important;
}
.btn.btn-info.active, .btn.btn-info:hover {
  background: #b2c5cc !important;
  border-color: #b2c5cc !important;
}
.btn.btn-info.active:focus, .btn.btn-info:hover:focus {
  box-shadow: 0 0 0 0.2rem #d1dce0 !important;
}
.btn.btn-light:hover {
  background-color: #00B5E2 !important;
  color: white !important;
  border-color: #00B5E2 !important;
}
.btn.btn-light:active, .btn.btn-light.active, .show > .btn.btn-light.dropdown-toggle {
  background-color: #00B5E2 !important;
  border-color: #00B5E2 !important;
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1 !important;
}

.btn-group-toggle .btn {
  padding: 0.75rem 0.25rem;
  margin: 0 1rem;
}

.messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.messages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.messages > li {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  margin: 4px 0;
}
.messages > li.error-msg {
  color: #dc3545;
  background: #fdf4f5;
  border: 1px solid #dc3545;
}
.messages > li.success-msg {
  color: #03D58C;
  background: #edfff8;
  border: 1px solid #03D58C;
}

.block {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
.block .block__plus,
.block .block__download,
.block .block__open_tab,
.block .block__question {
  position: absolute;
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}
.block .block__download,
.block .block__open_tab,
.block .block__plus {
  right: 0;
  top: 0;
  background: #d8b99a;
}
.block .block__question {
  right: 0;
  bottom: 0;
  background: #344a5f;
  font-size: 14px;
}
.block .block__content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.block .block__image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
}
.block.block--4 {
  width: 21%;
  padding-bottom: 18%;
  margin: 0 2%;
}
.block.block--4 .block__content {
  font-size: 11px;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .block.block--4 {
    width: 47%;
    padding-bottom: 47%;
    margin: 0 1.5%;
  }
}
@media (max-width: 575.98px) {
  .block.block--4 {
    width: 100%;
    padding-bottom: 100%;
    margin: 2% 0;
  }
}
.block.block--2 {
  width: 48.5%;
  padding-bottom: 28%;
  margin: 0 1.5%;
}
.block.block--2 .block__content {
  font-size: 11px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .block.block--2 {
    width: 100%;
    padding-bottom: 80%;
    margin: 2% 0;
  }
}
.block.block--square {
  width: 30%;
  padding-bottom: 30%;
  margin: 1.66%;
}
@media (max-width: 991.98px) {
  .block.block--square {
    width: 47%;
    padding-bottom: 47%;
    margin: 1.5%;
  }
}
@media (max-width: 575.98px) {
  .block.block--square {
    width: 100%;
    padding-bottom: 100%;
    margin: 2% 0;
  }
}
.block img {
  max-width: 100%;
  max-height: 100%;
}
.block .flipper {
  position: absolute;
}

/* Flip effect on blocks */
.flip-container {
  perspective: 1000px;
}
.flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.flip-container .flipper .flipper__front, .flip-container .flipper .flipper__back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.flip-container .flipper .flipper__front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flip-container .flipper .flipper__back {
  position: absolute;
  transform: rotateY(180deg);
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1 {
  text-align: center;
}

.border-top-2 {
  border-top: 2px solid #dee2e6 !important;
}

.border-right-2 {
  border-right: 2px solid #dee2e6 !important;
}

.border-bottom-2 {
  border-bottom: 2px solid #dee2e6 !important;
}

.border-left-2 {
  border-left: 2px solid #dee2e6 !important;
}

.border-top-3 {
  border-top: 3px solid #dee2e6 !important;
}

.border-right-3 {
  border-right: 3px solid #dee2e6 !important;
}

.border-bottom-3 {
  border-bottom: 3px solid #dee2e6 !important;
}

.border-left-3 {
  border-left: 3px solid #dee2e6 !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.fill {
  min-height: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .col-lg-10-5 {
    flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .d-lg-first-block:first-child {
    display: block;
  }

  .d-lg-last-block:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-first-none:first-child {
    display: none;
  }

  .d-md-last-none:last-child {
    display: none;
  }
}
.background-blue {
  background: #007bff;
}

.background-indigo {
  background: #6610f2;
}

.background-purple {
  background: #6f42c1;
}

.background-pink {
  background: #e83e8c;
}

.background-red {
  background: #dc3545;
}

.background-orange {
  background: #fd7e14;
}

.background-yellow {
  background: #ffc107;
}

.background-green {
  background: #03D58C;
}

.background-teal {
  background: #20c997;
}

.background-cyan {
  background: #17a2b8;
}

.background-white {
  background: #fff;
}

.background-gray {
  background: #6c757d;
}

.background-gray-dark {
  background: #343a40;
}

.background-bleu_canard {
  background: #00B5E2;
}

.background-bleu_nuit {
  background: #344a5f;
}

.form-group--file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* Font */
.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

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

.big {
  font-size: 14px;
}

.font-large {
  font-size: 1.75rem;
}

.font-xlarge {
  font-size: 1.875rem;
}

.font-xxlarge {
  font-size: 2rem;
}

.text-crevette {
  color: #D0A47B;
}

.text-crevette-dark {
  color: #D0A47B;
}

.text-gray {
  color: #b2c3cd;
}

/* Background */
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.text-wrap {
  white-space: normal !important;
}

.opacity-0-1 {
  opacity: 0.1;
}

.opacity-0-2 {
  opacity: 0.2;
}

.opacity-0-3 {
  opacity: 0.3;
}

.opacity-0-4 {
  opacity: 0.4;
}

.opacity-0-5 {
  opacity: 0.5;
}

.opacity-0-6 {
  opacity: 0.6;
}

.opacity-0-7 {
  opacity: 0.7;
}

.opacity-0-8 {
  opacity: 0.8;
}

.opacity-0-9 {
  opacity: 0.9;
}

.vh-100 {
  min-height: 100vh !important;
}

@media (min-width: 992px) {
  .container--viewport {
    min-height: 100vh !important;
  }
}
@media (max-width: 575.98px) {
  .container--viewport {
    min-height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container--viewport {
    min-height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container--viewport {
    min-height: 320px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.right-0 {
  right: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

mark, .mark {
  padding: 0 !important;
  color: inherit;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 90% !important;
}

.w-70 {
  width: 90% !important;
}

.w-60 {
  width: 90% !important;
}

.w-40 {
  width: 90% !important;
}

.w-30 {
  width: 90% !important;
}

.w-20 {
  width: 90% !important;
}

.w-10 {
  width: 90% !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #344a5f;
  width: 3px;
}

.critere {
  border: 1px solid #ebd4b4;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.6875rem;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.critere.label {
  color: #344a5f;
  text-align: center;
  width: 25%;
  border: none;
  height: auto;
  flex-direction: column;
  margin: 1rem 0;
}
.critere.label .critere_ico {
  width: 50px;
  height: 50px;
}
@media (max-width: 991.98px) {
  .critere.label {
    width: 50%;
  }
}
.critere.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.critere.amshopby-attr-selected {
  border: 1px solid #344a5f;
}
.critere.amshopby-attr-selected::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 5px;
  display: none;
}
.critere.amshopby-attr-selected .critere_ico {
  background-color: #ebd4b4;
}
.critere.amshopby-attr-selected .visu {
  background-color: #344a5f;
}
.critere:hover {
  text-decoration-line: none !important;
  text-decoration-style: solid;
  border-color: #344a5f;
}
.critere:hover .critere_ico {
  background-color: #ebd4b4;
}
.critere:hover .visu {
  background-color: #344a5f;
}
.critere:hover.amshopby-attr-selected {
  border: 1px solid #fbf4ec;
}
.critere:hover.amshopby-attr-selected::after {
  display: block;
  color: red;
}
.critere:hover.amshopby-attr-selected .critere_ico {
  background-color: #ebd4b4;
}
.critere:hover.amshopby-attr-selected .visu {
  background-color: #fbf4ec;
}
.critere .critere_ico {
  height: 36px;
  width: 36px;
  margin-top: 2px;
  margin-left: 1px;
  display: inline-block;
  background-color: #344a5f;
  mask-size: contain;
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
}
.critere .critere_ico.fabrique-en-france {
  -moz-mask-image: url("../images/criteres/fabrique-en-france.svg");
  -webkit-mask-image: url("../images/criteres/fabrique-en-france.svg");
  mask-image: url("../images/criteres/fabrique-en-france.svg");
}
.critere .critere_ico.eco-concu {
  -moz-mask-image: url("../images/criteres/eco-concu.svg");
  -webkit-mask-image: url("../images/criteres/eco-concu.svg");
  mask-image: url("../images/criteres/eco-concu.svg");
}
.critere .critere_ico.coton-biologique {
  -moz-mask-image: url("../images/criteres/coton-biologique.svg");
  -webkit-mask-image: url("../images/criteres/coton-biologique.svg");
  mask-image: url("../images/criteres/coton-biologique.svg");
}
.critere .critere_ico.commerce-equitable {
  -moz-mask-image: url("../images/criteres/commerce-equitable.svg");
  -webkit-mask-image: url("../images/criteres/commerce-equitable.svg");
  mask-image: url("../images/criteres/commerce-equitable.svg");
}
.critere .critere_ico.fibres-recyclees {
  -moz-mask-image: url("../images/criteres/fibres-recyclees.svg");
  -webkit-mask-image: url("../images/criteres/fibres-recyclees.svg");
  mask-image: url("../images/criteres/fibres-recyclees.svg");
}
.critere .critere_ico.vegan {
  -moz-mask-image: url("../images/criteres/vegan.svg");
  -webkit-mask-image: url("../images/criteres/vegan.svg");
  mask-image: url("../images/criteres/vegan.svg");
}
.critere .critere_ico.fabrique-en-europe {
  -moz-mask-image: url("../images/criteres/fabrique-en-europe.svg");
  -webkit-mask-image: url("../images/criteres/fabrique-en-europe.svg");
  mask-image: url("../images/criteres/fabrique-en-europe.svg");
}
.critere .critere_ico.fibres-ecologiques {
  -moz-mask-image: url("../images/criteres/fibres-ecologiques.svg");
  -webkit-mask-image: url("../images/criteres/fibres-ecologiques.svg");
  mask-image: url("../images/criteres/fibres-ecologiques.svg");
}
.critere .visu {
  background-color: #ebd4b4;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 0.5rem;
}
.critere .text {
  color: #344a5f;
  line-height: normal;
}

header {
  position: static;
}
header .header__left p {
  font-size: 0.6875rem;
  color: #344a5f;
  text-transform: uppercase;
}
header .header__left .js-menu-mobile {
  font-size: 16px;
}
@media (min-width: 768px) {
  header .header__left .js-menu-mobile {
    font-size: 22px;
  }
}
header .header__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
header .header__right ul li {
  margin: 0 0.25rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
}
header .header__right ul li.js-monpanier a {
  color: #344a5f;
}
header .header__right ul li.js-monpanier a:hover {
  text-decoration: none;
}
header .header__right ul li.open::before {
  background: #ebd4b4;
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  width: 28px;
  height: 48px;
  margin-top: -20px;
  margin-left: -6px;
}
header .header__right ul li a {
  position: absolute;
}
@media (min-width: 768px) {
  header .header__right ul li {
    margin: 0 0.75rem;
    width: 24px;
    height: 24px;
  }
  header .header__right ul li.js-monpanier {
    width: 48px;
  }
  header .header__right ul li.open::before {
    width: 48px;
    height: 72px;
    margin-top: -38px;
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  header .header__right ul li {
    margin: 0 1.5rem;
  }
}
header .header__right ul li:last-of-type {
  margin-right: 0 !important;
}
header .header__right ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
header .header__right ul li a img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
.utools {
  background-color: #ebd4b4;
  height: 200px;
  margin-top: -195px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: margin-top 0.5s ease-in-out;
  color: #344a5f;
  padding: 1rem;
}
.utools.open {
  margin-top: 0 !important;
}
@media (max-width: 575.98px) {
  .utools {
    height: 300px;
    margin-top: -295px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .utools.utools--logged {
    height: 400px;
    margin-top: -395px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .utools.utools--logged {
    height: 300px;
    margin-top: -295px;
  }
}
.utools .utools__title {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  .utools .utools__title {
    font-size: 0.875rem;
  }
}
.utools .form-control {
  border: 1px solid #fff;
  color: #fff;
  background: #d8b99a;
  border-radius: 0;
}
.utools .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.utools .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.utools .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.utools .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.utools .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.utools form .btn {
  font-size: 0.875rem;
  height: 38px;
  line-height: 1;
}
.utools form a {
  display: inline-block;
  margin: 0 1rem;
}
.utools a {
  color: #344a5f;
  font-weight: 500;
}
.utools .utools__icon {
  background-image: url("../images/sprite_icones.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 67px;
  margin: 1rem;
  background-size: 260px auto;
  float: left;
}
.utools .utools__list .utools__list__item {
  text-align: center;
  align-items: center;
  margin: 0;
  border-top: 1px solid #ECDCCD;
  border-right: 1px solid #ECDCCD;
  width: 25%;
  height: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
}
@media (max-width: 575.98px) {
  .utools .utools__list .utools__list__item {
    width: 33.3334%;
    height: 33.3334%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .utools .utools__list .utools__list__item:nth-of-type(1), .utools .utools__list .utools__list__item:nth-of-type(2), .utools .utools__list .utools__list__item:nth-of-type(3) {
    border-top: none;
  }
  .utools .utools__list .utools__list__item:nth-of-type(3), .utools .utools__list .utools__list__item:nth-of-type(6), .utools .utools__list .utools__list__item:nth-of-type(9) {
    border-right: none;
  }
}
@media (min-width: 576px) {
  .utools .utools__list .utools__list__item:nth-of-type(1), .utools .utools__list .utools__list__item:nth-of-type(2), .utools .utools__list .utools__list__item:nth-of-type(3), .utools .utools__list .utools__list__item:nth-of-type(4) {
    border-top: none;
  }
  .utools .utools__list .utools__list__item:nth-of-type(4), .utools .utools__list .utools__list__item:nth-of-type(8) {
    border-right: none;
  }
}
.utools .utools__list .utools__list__item a i:not(.fas) {
  background-image: url("../images/sprite_icones.png");
  background-repeat: no-repeat;
  background-size: 260px auto;
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
}
.utools .utools__list .utools__list__item a .fas {
  font-size: 25px;
  display: block;
  margin: auto;
}
.utools .utools__list .utools__list__item.utools__list__item--info a > i {
  background-position: -80px 0px;
}
.utools .utools__list .utools__list__item.utools__list__item--command a > i {
  background-position: -105px 0px;
}
.utools .utools__list .utools__list__item.utools__list__item--sav a > i {
  background-position: -130px 0px;
}
.utools .utools__list .utools__list__item.utools__list__item--return a > i {
  width: 40px;
  background-position: -155px 0px;
}
.utools .utools__list .utools__list__item.utools__list__item--address a > i {
  background-position: -80px -25px;
}
.utools .utools__list .utools__list__item.utools__list__item--fav a > i {
  background-position: -105px -25px;
}
.utools .utools__list .utools__list__item.utools__list__item--giftcard a > i {
  background-position: -130px -25px;
}
.utools .utools__list .utools__list__item.utools__list__item--abo a > i {
  width: 35px;
  background-position: -155px -25px;
}

body.has-top-messages {
  padding-top: 30px;
}

#sticky-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  overflow: hidden;
  background: #ebd4b4;
}
#sticky-message .container {
  position: relative;
}
#sticky-message .controls {
  color: #344a5f;
  background: #ebd4b4;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  top: 0;
}
#sticky-message .controls.left {
  left: 5px;
}
#sticky-message .controls.right {
  right: 5px;
}
#sticky-message .controls.right:before {
  content: ">";
  display: inline-block;
}
#sticky-message .controls.left:before {
  content: "<";
  display: inline-block;
}
#sticky-message ul {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#sticky-message ul li {
  font-family: MuseoSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: #344a5f;
}
#sticky-message ul li.overflow span {
  padding: 0 100px 0 10px;
}
#sticky-message ul li span {
  white-space: nowrap;
}
#sticky-message ul li a {
  color: #00B5E2;
}
#sticky-message ul li.hide {
  display: none;
}

.search-layer {
  position: fixed;
  width: 100%;
  background: rgba(0, 181, 226, 0.9);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.search-layer--menu {
  position: relative;
  justify-content: space-around;
  align-content: flex-start;
  background: none;
}
.search-layer--menu .search-layer__form {
  max-width: 100%;
  border-bottom: 1px solid #344a5f;
}
.search-layer--menu .search-layer__form input {
  background: transparent;
  color: #b2c3cd;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
}
.search-layer--menu .search-layer__form input::-webkit-input-placeholder {
  color: #b2c3cd;
}
.search-layer--menu .search-layer__form input:-moz-placeholder {
  color: #b2c3cd;
}
.search-layer--menu .search-layer__form input::-moz-placeholder {
  color: #b2c3cd;
}
.search-layer--menu .search-layer__form input:-ms-input-placeholder {
  color: #b2c3cd;
}
.search-layer--menu .search-layer__form .btn {
  color: #b2c3cd;
  font-size: 1rem;
}
.search-layer--menu .search-layer__autocomplete {
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 0;
}
.search-layer--menu .search-layer__autocomplete ul {
  background: #344a5f;
}
.search-layer--menu .search-layer__autocomplete ul li {
  padding: 0 1em;
}
.search-layer--menu .search-layer__autocomplete ul li:first-of-type {
  padding-top: 0.5em;
}
.search-layer--menu .search-layer__autocomplete ul li:last-of-type {
  padding-bottom: 0.5em;
}
.search-layer--menu .search-layer__autocomplete ul li a {
  color: #fff;
  font-size: 1rem;
}
.search-layer--menu .search-layer__autocomplete ul li a:hover {
  color: #fff;
}
.search-layer__form {
  width: 100%;
  max-width: 800px;
  justify-content: center;
}
.search-layer__form input {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 100%;
}
.search-layer__form input::-webkit-input-placeholder {
  color: #fff;
}
.search-layer__form input:-moz-placeholder {
  color: #fff;
}
.search-layer__form input::-moz-placeholder {
  color: #fff;
}
.search-layer__form input:-ms-input-placeholder {
  color: #fff;
}
.search-layer__form .btn {
  font-size: 2rem;
  background: transparent;
  color: #fff;
  border: none;
}
.search-layer__autocomplete {
  width: 100%;
  max-width: 800px;
  margin-top: 1rem;
}
.search-layer__autocomplete ul {
  margin: 0;
  padding: 0;
}
.search-layer__autocomplete ul li {
  list-style: none;
  display: none;
}
.search-layer__autocomplete ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  cursor: pointer;
}
.search-layer__autocomplete ul li a strong {
  color: #fff;
}
.search-layer__autocomplete ul li:nth-of-type(-n+10) {
  display: block;
}
.search-layer .search--close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
}

.search, .search--close {
  cursor: pointer;
}

.footer {
  padding-top: 50px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul a {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 12px;
  color: #344a5f;
}
.footer ul a:hover {
  color: #00B5E2;
  text-decoration: none;
}
.footer h4 {
  font-family: MuseoSans;
  font-weight: 700;
  text-transform: uppercase;
  color: #00B5E2;
  font-weight: bold;
  font-size: 15px;
}
.footer .modetic img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer .modetic img {
    max-width: 180px;
  }
}
.footer .modetic p {
  color: #b2c3cd;
  font-style: italic;
  font-size: 0.875rem;
}
.footer .modetic ul {
  margin-bottom: 0;
}
.footer .modetic a {
  font-weight: 700;
  color: #344a5f;
}
.footer .modetic a:hover {
  color: #344a5f;
  opacity: 0.9;
  text-decoration: none;
}
.footer .modetic a.mailto {
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .footer .modetic a.mailto {
    font-size: 0.6875rem;
  }
}
.footer .modetic a.tel {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .footer .modetic a.tel {
    font-size: 1rem;
  }
}
.footer .partner li {
  display: inline-block;
}
.footer .partner li a {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
.footer .partner li a:hover {
  opacity: 0.8;
}
.footer .partner li a.nef {
  background: url("../images/partenaires.png") no-repeat -4px -4px;
  background-size: 275px 63px;
  width: 59px;
  height: 54px;
}
.footer .partner li a.enercoop {
  background: url("../images/partenaires.png") no-repeat -83px -15px;
  background-size: 275px 63px;
  width: 107px;
  height: 38px;
}
.footer .partner li a.mouves {
  background: url("../images/partenaires.png") no-repeat -209px -4px;
  background-size: 275px 63px;
  width: 60px;
  height: 54px;
}
.footer .social-media li {
  display: inline-block;
}
.footer .social-media li a {
  font-size: 1.875rem;
  color: #b2c3cd;
}
.footer .social-media li a:hover {
  color: #344a5f;
}
.footer .footer-bottomline {
  font-weight: 500;
  border-top: 1px solid #ebd4b4;
  color: #b2c3cd;
}
.footer .footer-bottomline a {
  font-weight: 500;
  color: #b2c3cd;
  margin-right: 2px;
  margin-left: 2px;
}
.footer .footer-bottomline a:hover {
  color: #344a5f;
  text-decoration: none;
}
.footer .footer-bottomline .row > div {
  line-height: 40px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.cms-home h2 {
  color: #344a5f;
}
@media (max-width: 991.98px) {
  .cms-home h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .cms-home h3 {
    font-size: 1.25rem;
  }
}
.cms-home em {
  font-weight: 300;
  font-style: italic;
  color: #ebd4b4;
}
.cms-home strong {
  color: #00B5E2;
}
.cms-home .carousel {
  margin-bottom: 2rem;
}
.cms-home .carousel .carousel-inner {
  max-height: 400px;
}
@media (max-width: 575.98px) {
  .cms-home .carousel {
    margin-bottom: 1rem;
  }
}
.cms-home .carousel-caption {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cms-home .carousel-caption {
    top: 110px;
    bottom: auto;
  }
}
@media (max-width: 575.98px) {
  .cms-home .carousel-caption {
    font-size: 1.25rem;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.cms-home .carousel-caption .btn {
  font-weight: 700;
}
.cms-home .carousel-caption .btn:first-child {
  margin-right: 60px;
}
.cms-home .carousel-caption .btn:last-child {
  margin-left: 60px;
}
.cms-home .criteres hr {
  border-top: 2px solid #00B5E2;
}
.cms-home .criteres .critere {
  color: #00B5E2;
  height: 120px;
  border: none;
  display: block;
}
.cms-home .criteres .critere .critere__title {
  white-space: nowrap;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 575.98px) {
  .cms-home .criteres .critere .critere__title {
    font-size: 0.6875rem;
  }
}
.cms-home .criteres .critere_ico {
  width: 50px;
  height: 50px;
  margin: 0;
  display: inline-block;
}

.title-strike {
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-image: linear-gradient(to right, #ebd4b4, #ebd4b4);
  text-align: center;
}
.title-strike .title-strike__content {
  display: inline-block;
  padding: 0 1rem;
  background: white;
}
@media (max-width: 575.98px) {
  .title-strike {
    margin-bottom: 1rem;
  }
}

.bgimage {
  text-decoration: none !important;
}
.bgimage .bgimage__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .bgimage .bgimage__container {
    min-height: 150px;
  }
}
.bgimage h3, .bgimage p, .bgimage strong {
  color: #fff;
}
.bgimage strong {
  font-size: 1.25rem;
  font-family: Bambino;
  font-weight: 900;
}
.bgimage.invert h3, .bgimage.invert p {
  color: #344a5f;
}

.plopcom-zone {
  margin: 2rem 0;
}
@media (max-width: 575.98px) {
  .plopcom-zone {
    margin: 0;
  }
}
.plopcom-zone .btn {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .blog_boutique--boutique {
    height: 300px;
  }
}
.philosophie h3 {
  color: white;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .philosophie h3 {
    font-size: 1rem;
  }
}
.philosophie .bgimage .bgimage__container {
  min-height: 200px;
  height: 200px;
}
@media (max-width: 991.98px) {
  .philosophie .bgimage .bgimage__container {
    min-height: 150px;
    height: 150px;
  }
}
.philosophie .charte {
  background-image: url(../images/charte.jpg);
}
.philosophie .engagements {
  background-image: url(../images/engagements.jpg);
}
.philosophie .equipe {
  background-image: url(../images/equipe.jpg);
}

.crit a {
  color: #344a5f;
}
.crit a:hover {
  color: #00B5E2;
}

.crit_mli {
  border: 1px solid #ebd4b4;
  height: 62px;
  width: 162px;
}
.crit_mli .visu {
  background-color: #ebd4b4;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  display: block;
}
.crit_mli .text {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 8px;
  text-transform: none;
  display: block;
  float: left;
  width: 100px;
}

.new_products .bproduct img {
  margin-bottom: 10px;
  max-height: 260px;
}
.new_products .bproduct .brand {
  color: #344a5f;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.new_products .bproduct .brand:hover {
  text-decoration: underline;
}
.new_products .bproduct .name {
  color: #adb5bd;
  text-decoration: none;
  font-family: Bambino;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.new_products .bproduct .price {
  color: #00B5E2;
  font-weight: 700;
  font-size: 13px;
}
.new_products .bproduct .price .old {
  color: #ebd4b4;
  text-decoration: line-through;
  margin-left: 10px;
}

.news .news-bloc {
  color: #344a5f;
}
.news .news-bloc .btn {
  margin-top: -20px;
}
.news .news-bloc h3 {
  font-size: 1.25rem;
  font-family: MuseoSans;
}
.news .news-bloc p {
  font-style: italic;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .news .news-bloc:last-of-type {
    display: none;
  }
}

.home-intro,
.last-info {
  margin-top: 2rem;
}
@media (max-width: 575.98px) {
  .home-intro,
.last-info {
    margin-top: 1rem;
  }
}
.home-intro p,
.last-info p {
  font-size: 1.75rem;
  color: #D0A47B;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-intro p,
.last-info p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .home-intro p,
.last-info p {
    font-size: 1rem;
  }
}

.rassurance {
  padding: 3rem 0;
  font-style: italic;
  background: #ebd4b4;
  color: #344a5f;
}
.rassurance .rassurance__title {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}

.picto i {
  display: inline-block;
}
.picto .mastercard {
  background: url("../images/paiement.png") no-repeat -1px -1px;
  background-size: 361px 20px;
  width: 30px;
  height: 18px;
}
.picto .visa {
  background: url("../images/paiement.png") no-repeat -37px -1px;
  background-size: 361px 20px;
  width: 27px;
  height: 18px;
}
.picto .cb {
  background: url("../images/paiement.png") no-repeat -71px -1px;
  background-size: 361px 20px;
  width: 28px;
  height: 18px;
}
.picto .paypal {
  background: url("../images/paiement.png") no-repeat -106px -1px;
  background-size: 361px 20px;
  width: 27px;
  height: 18px;
}
.picto .creditmut {
  background: url("../images/paiement.png") no-repeat -140px -2px;
  background-size: 361px 20px;
  width: 117px;
  height: 17px;
}
.picto .colissimo {
  background: url("../images/paiement.png") no-repeat -263px -2px;
  background-size: 361px 20px;
  width: 28px;
  height: 17px;
}
.picto .gls {
  background: url("../images/paiement.png") no-repeat -296px -2px;
  background-size: 361px 20px;
  width: 64px;
  height: 17px;
}

.blog_last p {
  font-size: 0.875rem;
  margin: 0.25rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog_last p a {
  color: #344a5f;
  text-decoration: none !important;
}

.menu {
  font-family: "Bambino";
  font-weight: 500;
  list-style: none;
  padding: 0;
}
.menu h2, .menu h3 {
  text-transform: uppercase;
  color: #00B5E2;
}
.menu h4 {
  font-family: MuseoSans;
  font-weight: 700;
  text-transform: uppercase;
  color: #00B5E2;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}
.menu p {
  font-size: 11px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.menu ul li {
  line-height: 18px;
}
.menu ul li > a {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 12px;
  color: #344a5f;
}
.menu ul li > a:hover {
  color: #00B5E2;
  text-decoration: none;
}
.menu ul ul {
  margin: 0 0 0 10px;
}

.menu > li {
  display: inline-block;
  margin-right: 20px;
}
.menu > li > a {
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  color: #344a5f;
  height: 40px;
  display: block;
}
.menu > li > a:hover {
  text-decoration: none;
}
.menu > li:last-of-type > a {
  color: #00B5E2;
  font-weight: 900;
  text-decoration: underline;
}
.menu > li.hover > a, .menu > li > a:hover {
  color: #ebd4b4;
  border-bottom: 4px solid #344a5f;
}

.menu > li.drop > div {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  background: white;
  border-top: 1px solid #ebd4b4;
  padding-top: 50px;
  opacity: 0;
  -webkit-animation: fadeInFromNone 0.25s ease-out;
  -moz-animation: fadeInFromNone 0.25s ease-out;
  -o-animation: fadeInFromNone 0.25s ease-out;
  animation: fadeInFromNone 0.25s ease-out;
}

.menu > li.drop.hover > div {
  display: block;
  opacity: 1;
  z-index: 1030;
}

@media (max-width: 991.98px) {
  .menu__layer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #344a5f;
    opacity: 0.7;
    z-index: 11;
  }

  .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    z-index: 100;
    margin: 0 !important;
    padding: 1rem !important;
  }
  .menu.open {
    display: block;
  }
  .menu .title {
    font-family: MuseoSans;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    color: #344a5f;
  }
  .menu .title span {
    float: left;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .menu {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .menu > li > a {
    display: inline;
  }
}
@media (max-width: 991.98px) {
  .menu .drop {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #ebd4b4;
    position: relative;
  }
  .menu .drop:last-of-type {
    border-bottom: 0;
  }
  .menu .drop.has_children:not(:nth-of-type(4))::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ebd4b4;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .menu .drop.has_children:not(:nth-of-type(4)).open::before {
    content: "";
  }
  .menu .drop.has_children:not(:nth-of-type(4)).open .dropdown {
    padding: 1rem;
    height: auto;
  }
  .menu .drop .dropdown {
    display: block;
    position: static;
    background: #f5e9d9;
    padding: 0 1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    opacity: 1;
    border: none;
    height: 0px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: calc(-1rem - 1px);
    transition: height 0.5s ease-in-out;
  }
  .menu .drop .dropdown a {
    color: #344a5f;
    font-size: 0.875rem;
  }
  .menu .drop .dropdown a::after {
    content: "";
    font-family: sans-serif;
  }
  .menu .drop .dropdown h4:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
    display: inline-block;
    color: #344a5f;
  }
  .menu .drop .dropdown h4 a {
    font-size: 1rem;
  }
  .menu .drop .dropdown .n-2 {
    margin: 0.25rem 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
  }
  .menu .drop .dropdown .n-2.subopen {
    max-height: 1000px;
  }
  .menu .drop .dropdown .n-2 li {
    padding: 0;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #fbf4ec;
  }
  .menu .drop .dropdown .n-2 li:last-of-type {
    border-bottom: none;
  }
  .menu .drop .dropdown .n-2 li a {
    font-weight: 300;
    font-size: 1rem;
    display: block;
    padding: 0.5rem 0;
  }
  .menu .drop .dropdown img {
    display: none;
  }
  .menu .drop .dropdown .crit--menu h4 {
    color: #344a5f;
  }
  .menu .drop .dropdown .crit--menu .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid #fbf4ec;
  }
  .menu .drop .dropdown .crit--menu .col-6 .critere {
    border: none;
  }
  .menu .drop .dropdown .crit--menu .col-6 .critere .visu {
    display: none;
  }
  .menu .drop .dropdown .crit--menu .col-6 .critere .text {
    font-weight: 300;
    font-size: 1rem;
    display: block;
    padding: 0.5rem 0;
    font-family: MuseoSans;
  }
  .menu .drop a {
    height: auto;
    display: inline;
  }
  .menu .drop a:hover {
    border: none;
    color: #344a5f;
  }
}
.instagram .look-semaine a {
  position: relative;
}
.instagram .look-semaine h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #00B5E2;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  font-size: 1rem;
  width: 100%;
  font-family: MuseoSans;
  padding: 1rem;
}
.instagram .instabloc .bgimage {
  margin-bottom: 1rem !important;
}

/* Common style */
.instabloc figure {
  text-align: center;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.instabloc figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.instabloc figure > div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.instabloc figure > div > a, .instabloc figure > div > div {
  display: block;
  width: 100%;
  height: 100%;
}
.instabloc figure > div img {
  position: absolute;
  display: block;
  width: 100%;
  min-width: 100%;
  opacity: 0.8;
}

.instabloc figure figcaption {
  color: #fff;
  min-width: 95%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.instabloc figure figcaption::before, .instabloc figure figcaption::after {
  pointer-events: none;
}
.instabloc figure figcaption, .instabloc figure figcaption > a {
  position: absolute;
  top: 0;
  padding-right: 15px;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.instabloc figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.instabloc figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.instabloc figure h2 span {
  font-weight: 800;
}

.instabloc figure h2,
.instabloc figure p {
  margin: 0;
}

.instabloc figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
.instabloc figure.insta {
  overflow: hidden;
}
.instabloc figure.insta img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.instabloc figure.insta .black {
  background: black;
  overflow: hidden;
}
.instabloc figure.insta figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.instabloc figure.insta i.insta {
  display: block;
  background: white;
  border-radius: 30px;
  height: 60px;
  width: 60px;
  padding-top: 20px;
  margin: 50px auto 10px auto;
}
.instabloc figure.insta i.insta::after {
  display: block;
  margin: auto;
  content: "";
  background: url("../images/sprite_icones.png") no-repeat -103px -50px;
  background-size: 260px 148px;
  width: 21px;
  height: 21px;
}
.instabloc figure.insta p {
  font-weight: 700;
  padding: 5px;
  font-size: 13px;
}
.instabloc figure.insta p, .instabloc figure.insta i {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.instabloc figure.insta h2 {
  text-align: center;
}
.instabloc figure.insta:hover img {
  opacity: 0.6;
}
.instabloc figure.insta:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.instabloc figure.insta:hover p, .instabloc figure.insta:hover i {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.breadcrumbs {
  position: relative;
  font-size: 12px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
}
.breadcrumbs ul li {
  color: #D0A47B;
  display: inline-block;
}
.breadcrumbs ul li a {
  font-family: MuseoSans;
  font-weight: 500;
  color: #D0A47B;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #D0A47B;
  text-decoration: underline;
}
.breadcrumbs ul li.home {
  display: none;
}
.breadcrumbs ul li i {
  font-size: 10px;
}
.breadcrumbs > a {
  position: absolute;
  top: 0;
  right: 0;
  font-family: MuseoSans;
  font-weight: 500;
  color: #D0A47B;
  text-decoration: none;
}
.breadcrumbs > a:hover {
  color: #D0A47B;
  text-decoration: underline;
}

body.touch .products-list .product:hover .product__hover {
  display: none;
}

.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list .product {
  text-decoration: none;
  font-weight: 500;
  color: #344a5f;
}
.products-list .product:hover {
  text-decoration: none;
}
.products-list .product:hover .product__hover {
  display: block;
}
.products-list .product .promo {
  background: #ebd4b4;
  color: #344a5f;
  padding: 6px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.products-list .product .promo span {
  font-weight: 700;
}
.products-list .product .product-image {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.products-list .product .product-shop {
  text-align: center;
  margin-bottom: 30px;
}
.products-list .product .product-shop:before {
  display: block;
  content: "";
  font-style: italic;
  font-size: 0.875rem;
  color: #495057;
  margin: 0.125rem 0;
}
.products-list .product .product-shop.new:before {
  content: "Nouveau !";
  font-weight: 300;
}
.products-list .product .product-shop .product-name {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.products-list .product .product-shop .product-name h2, .products-list .product .product-shop .product-name p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.875rem !important;
  text-transform: none;
  display: inline;
  font-family: MuseoSans;
}
.products-list .product .product-shop .product-brand {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: MuseoSans;
}
.products-list .product .product-shop .product-brand:hover {
  text-decoration: underline;
}
.products-list .product .price-box {
  font-weight: 700;
  font-size: 1rem;
  color: #00B5E2;
  font-family: MuseoSans;
  text-align: center;
}
.products-list .product .price-box .old-price {
  color: #ebd4b4;
  text-decoration: line-through;
  font-weight: 400;
}
.products-list .product .price-box .old-price, .products-list .product .price-box .special-price {
  display: inline-block;
  margin: 0 0.125rem;
}
.products-list .product .product__hover {
  position: absolute;
  display: none;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 40px;
  padding: 5px;
  background: white;
  margin-top: -10px;
  border: 1px solid #f8f9fa;
  color: #344a5f;
}
.products-list .product .product__hover.with-color {
  margin-top: -35px;
  height: 75px;
}
.products-list .product .product__hover small {
  font-size: 10px;
}
.products-list .product .product__hover hr {
  margin: 5px;
}
.products-list .product .product__hover .values {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  word-wrap: break-word;
}
.products-list .product .product__hover .values span.not_in_stock {
  text-decoration: line-through;
  color: #adb5bd;
}
.products-list .product .product__hover .values.many {
  font-size: 12px;
  height: 20px;
  overflow: hidden;
}
.toolbar {
  font-size: 0.75rem;
}
.toolbar .pagination,
.toolbar .label,
.toolbar .amount {
  margin: 0;
}

.toolbar-top {
  margin: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}
.toolbar-top .col {
  align-items: center !important;
  justify-content: space-between !important;
  display: flex;
}
.toolbar-top .limiter,
.toolbar-top .pages {
  display: none;
}

.toolbar-bottom {
  margin: 1rem 0;
}
.toolbar-bottom .sort-by {
  display: none;
}
@media (max-width: 991.98px) {
  .toolbar-bottom .pager {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.container--espace-client {
  font-size: 12px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container--espace-client h3 {
  font-size: 1rem;
  text-align: center;
  text-transform: lowercase;
  margin: 1.5rem 0;
  font-family: MuseoSans;
}
.container--espace-client h3:first-letter {
  text-transform: uppercase !important;
}
.container--espace-client .nav {
  border-top: 1px solid #ebd4b4;
  border-bottom: 1px solid #ebd4b4;
  margin-bottom: 16px;
}
.container--espace-client .nav .nav-item {
  margin-bottom: 0;
}
.container--espace-client .nav .nav-item.active .nav-link {
  border-color: #ebd4b4;
}
.container--espace-client .nav .nav-item .nav-link {
  color: #344a5f;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid #fff;
}
.container--espace-client .nav .nav-item .nav-link:hover {
  border-color: #ebd4b4;
}
.container--espace-client .nav .nav-item .nav-link i {
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .container--espace-client .nav {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 1rem;
    transform: translate(-800px);
    transition: all 0.5s ease-in-out;
  }
  .container--espace-client .nav.open {
    transform: translate(0px);
  }
  .container--espace-client .nav .nav-title {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    color: #344a5f;
  }
  .container--espace-client .nav .nav-title span {
    float: left;
  }
  .container--espace-client .nav .nav-item {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .container--espace-client .nav .nav-item .nav-link {
    border: 1px solid #fbf4ec;
    text-align: center;
    text-transform: uppercase;
    color: #344a5f;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    border-radius: 0;
  }
  .container--espace-client .nav .nav-item .nav-link:hover {
    background: #fbf4ec;
  }
}
.container--espace-client textarea.form-control {
  border: 1px solid #ECDCCD;
  min-height: 400px;
  font-size: 12px;
}
.container--espace-client select.form-control, .container--espace-client input.form-control {
  border: 1px solid #ECDCCD;
  background: #ECDCCD;
  color: #344a5f;
  font-size: 12px;
  border-radius: 0;
  padding: 0 0.5rem;
}
.container--espace-client select[type=file], .container--espace-client input[type=file] {
  background: none;
  border: none;
  padding: 0;
}
.container--espace-client .closed {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}
.container--espace-client .open {
  opacity: 1;
  max-height: 1500px;
  transition: all 1s ease-in-out;
}

.container--crevette {
  background: #fbf4ec;
  margin-bottom: 24px;
  padding: 20px;
}
.container--crevette a {
  font-weight: 700;
  color: #344a5f;
}
.container--crevette p {
  margin: 0;
}
.container--crevette.js-clickable {
  cursor: pointer;
}
.container--crevette.js-clickable:hover {
  background: #efe9e2;
}

@media (max-width: 991.98px) {
  .container--md-white {
    background: #fff;
  }
  .container--md-white .produit {
    border: 1px solid #fbf4ec;
  }
}

.produit {
  background: #fff;
  height: 100px;
  margin-top: 24px;
}
.produit .produit__image {
  max-width: 70px;
  max-height: 70px;
  float: left;
  margin: 15px 10px;
}
.produit .produit__specs {
  float: left;
  width: calc(100% - 210px);
  height: 48px;
  margin-top: 31px;
}
.produit .produit__specs p {
  margin: 0;
  line-height: 16px;
  max-height: 32px;
}
.produit .produit__specs .produit__titre {
  font-weight: 500;
}
.produit .produit__specs .produit__description {
  font-weight: 300;
}
.produit .produit__qty {
  float: left;
  display: inline-block;
  color: #D0A47B;
  border: 2px solid #D0A47B;
  border-radius: 50%;
  line-height: 24px;
  height: 26px;
  width: 26px;
  margin: 45px 0 45px 10px;
  text-align: center;
  font-size: 14px;
}
.produit .produit__prix {
  float: left;
  width: 60px;
  line-height: 18px;
  height: 18px;
  margin: 51px 10px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.produit .produit__hover {
  background: rgba(52, 74, 95, 0.7);
  left: 0;
  top: 0;
}
.produit .produit__hover a {
  display: flex;
  font-weight: 400;
  height: 100%;
  background: #fff;
  color: #344a5f;
  text-decoration: none;
  text-align: center;
}
.produit .produit__hover a:hover {
  background: #344a5f;
  color: #fff;
}

.table--no-bordered tr {
  border: none;
}
.table--no-bordered tr td {
  border: none;
}

.table--small-padding td {
  padding: 0.5rem !important;
}

.table__total {
  border-top: 1px solid #344a5f !important;
}

.form-group .control-label {
  color: #344a5f;
  font-weight: 700;
  text-align: center;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.img-sav {
  max-height: 100px;
  max-width: 100%;
}

.modetic-contact {
  font-size: 12px;
  color: #344a5f;
  border-top: 1px solid #ebd4b4;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.modetic-contact .modetic-contact__social a {
  color: #344a5f;
  font-size: 24px;
}

@media (min-width: 576px) {
  .js-form-account .js-row-editable {
    min-height: 52px;
  }
}
.js-form-account .js-row-editable .form-group {
  margin-bottom: 0;
}
.js-form-account .form-control {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.form-edit-address .form-control {
  font-size: 12px;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(52, 74, 95, 0.1) !important;
  padding: 2px 0 !important;
  line-height: normal;
  height: auto !important;
  margin: 2px;
  border-radius: 0 !important;
}

.form-edit-address .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cac1b5;
}
.form-edit-address .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cac1b5;
  opacity: 1;
}
.form-edit-address .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: l #cac1b5;
  opacity: 1;
}
.form-edit-address .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cac1b5;
}
.form-edit-address .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cac1b5;
}

.nav--small-devices {
  border: 1px solid #ebd4b4;
  text-align: center;
  text-transform: uppercase;
  color: #344a5f;
  padding: 0.5rem 1rem;
}

.order {
  position: relative;
}
.order .order__chevron {
  position: absolute;
  color: #344a5f;
  font-size: 1.875rem;
  height: 100%;
  right: 1rem;
  top: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .order .order__buttons .btn {
    width: calc(50% - 1rem) !important;
    float: left !important;
    margin: 0.5rem 1rem !important;
  }
  .order .order__buttons .btn:nth-of-type(1), .order .order__buttons .btn:nth-of-type(3) {
    margin-left: 0 !important;
  }
  .order .order__buttons .btn:nth-of-type(2), .order .order__buttons .btn:nth-of-type(4) {
    margin-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .btn-group--xs-block {
    display: block !important;
  }
  .btn-group--xs-block .btn {
    width: 100% !important;
    margin: 0.5rem 0;
  }
}
.checkout-cart-index .container--main, .container--panier {
  font-size: 12px;
  color: #344a5f;
}
.checkout-cart-index .container--main .produit, .container--panier .produit {
  position: relative;
  height: auto;
}
.checkout-cart-index .container--main .produit .produit__prix, .container--panier .produit .produit__prix {
  float: none;
  width: auto;
  line-height: normal;
  height: auto;
  margin: auto;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: right;
}
.checkout-cart-index .container--main .produit .produit__prix .old-price, .container--panier .produit .produit__prix .old-price {
  color: #ebd4b4;
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: 10px;
}
.checkout-cart-index .container--main .produit .produit__prix .new-price, .container--panier .produit .produit__prix .new-price {
  color: #00B5E2;
}
.checkout-cart-index .container--main .produit .produit__prix-total, .container--panier .produit .produit__prix-total {
  font-size: 16px;
  font-weight: 500;
}
.checkout-cart-index .container--main .produit .produit__prix-total.promo, .container--panier .produit .produit__prix-total.promo {
  color: #03D58C;
}
.checkout-cart-index .container--main .produit .produit__qty, .container--panier .produit .produit__qty {
  float: none;
  display: inline-block;
  border: none;
  line-height: normal;
  height: auto;
  width: auto;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .checkout-cart-index .container--main .produit, .container--panier .produit {
    border: 1px solid #dee2e6;
  }
}
.checkout-cart-index .container--main .produit .produit__remove, .container--panier .produit .produit__remove {
  position: absolute;
  right: 16px;
  top: 4px;
  font-size: 18px;
  color: #344a5f;
  font-weight: 100;
  z-index: 100;
}
.checkout-cart-index .container--main .produit .produit__remove:hover, .container--panier .produit .produit__remove:hover {
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .checkout-cart-index .container--main .produit .produit__remove, .container--panier .produit .produit__remove {
    font-size: 14px;
    right: 0px;
  }
}
.checkout-cart-index .container--main .produit .product-image img, .container--panier .produit .product-image img {
  width: 100%;
  max-width: 100%;
}
.checkout-cart-index .container--main .produit .item-msg.error, .container--panier .produit .item-msg.error {
  color: red;
}
.checkout-cart-index .container--main .produit .produit__titre, .container--panier .produit .produit__titre {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .checkout-cart-index .container--main .produit .produit__titre, .container--panier .produit .produit__titre {
    font-size: 14px;
  }
}
.checkout-cart-index .container--main .produit .produit__titre > a, .container--panier .produit .produit__titre > a {
  color: #344a5f;
  text-decoration: none;
}
.checkout-cart-index .container--main .produit .produit__stock.produit__stock--no-stock, .container--panier .produit .produit__stock.produit__stock--no-stock {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .checkout-cart-index .container--main .produit .produit__stock.produit__stock--no-stock, .container--panier .produit .produit__stock.produit__stock--no-stock {
    background: #ebd4b4;
    color: #344a5f;
    text-decoration: none;
    white-space: nowrap;
    padding: 2px 4px;
  }
}
.checkout-cart-index .container--main .produit .produit__stock.produit__stock--in-stock, .container--panier .produit .produit__stock.produit__stock--in-stock {
  text-decoration: none;
  font-style: italic;
}
.checkout-cart-index .container--main .produit .produit__prix, .checkout-cart-index .container--main .produit .produit__qty, .checkout-cart-index .container--main .produit .produit__prix-total, .container--panier .produit .produit__prix, .container--panier .produit .produit__qty, .container--panier .produit .produit__prix-total {
  width: auto;
  height: auto;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .checkout-cart-index .container--main .produit .produit__prix, .checkout-cart-index .container--main .produit .produit__qty, .checkout-cart-index .container--main .produit .produit__prix-total, .container--panier .produit .produit__prix, .container--panier .produit .produit__qty, .container--panier .produit .produit__prix-total {
    padding: 0;
    margin: 0;
  }
}
.checkout-cart-index .container--main .produit .produit__prix-total, .container--panier .produit .produit__prix-total {
  color: #00B5E2;
}
.checkout-cart-index .container--main .produit .produit__qty a, .container--panier .produit .produit__qty a {
  font-weight: 700;
  color: #ebd4b4;
  padding: 0 6px;
}
.checkout-cart-index .container--main .col-panier__infos textarea, .container--panier .col-panier__infos textarea {
  background: #ECDCCD;
  color: #344a5f;
  height: 100px;
  width: 100%;
  border: none;
  padding: 3px;
}
.checkout-cart-index .container--main .col-totaux, .container--panier .col-totaux {
  border-left: 1px solid #fbf4ec;
  font-weight: 500;
}
.checkout-cart-index .container--main .col-totaux a:not(.btn), .container--panier .col-totaux a:not(.btn) {
  color: #344a5f;
  text-decoration: underline;
}
.checkout-cart-index .container--main .col-totaux a.coupon, .container--panier .col-totaux a.coupon {
  text-decoration: none;
}
.checkout-cart-index .container--main .col-totaux .produit, .container--panier .col-totaux .produit {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dee2e6;
}
.checkout-cart-index .container--main .col-totaux .produit .produit__titre, .container--panier .col-totaux .produit .produit__titre {
  font-size: 13px;
}
.checkout-cart-index .container--main .col-totaux .produit .produit__description,
.checkout-cart-index .container--main .col-totaux .produit .produit__qty,
.checkout-cart-index .container--main .col-totaux .produit .produit__prix_total, .container--panier .col-totaux .produit .produit__description,
.container--panier .col-totaux .produit .produit__qty,
.container--panier .col-totaux .produit .produit__prix_total {
  font-size: 12px;
  line-height: 20px;
}
.checkout-cart-index .container--main .col-totaux tr.table__total, .container--panier .col-totaux tr.table__total {
  font-weight: 900;
  color: #00B5E2;
}
.checkout-cart-index .container--main .col-totaux__promo img, .container--panier .col-totaux__promo img {
  width: 26px;
  height: auto;
}
.checkout-cart-index .container--main select.form-control, .checkout-cart-index .container--main input.form-control, .container--panier select.form-control, .container--panier input.form-control {
  border: 1px solid #ECDCCD;
  background: #ECDCCD;
  color: #344a5f;
  font-size: 12px;
  border-radius: 0;
  padding: 0 0.5rem;
}
.checkout-cart-index .container--main select[type=file], .checkout-cart-index .container--main input[type=file], .container--panier select[type=file], .container--panier input[type=file] {
  background: none;
  border: none;
  padding: 0;
}
.checkout-cart-index .container--main h3, .container--panier h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.checkout-cart-index .container--main b, .checkout-cart-index .container--main strong, .container--panier b, .container--panier strong {
  font-weight: 700;
}
.checkout-cart-index .container--main img, .container--panier img {
  max-width: 100%;
}
.checkout-cart-index .container--main label,
.checkout-cart-index .container--main .form-check-label, .container--panier label,
.container--panier .form-check-label {
  font-weight: 700;
  text-transform: uppercase;
}

.row--livraison-retours img {
  height: 22px;
}

.container--paiement {
  background: #ebd4b4;
  font-weight: 500;
  font-style: italic;
}
.container--paiement h4 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.form--giftcert .form-control {
  height: auto !important;
  line-height: 1.25 !important;
  border: 1px solid #ECDCCD !important;
}

.col-principal .form--giftcert .form-control,
.col-principal .form--giftcert .btn {
  font-size: 14px;
}

.process-commande {
  background: #344a5f;
  font-weight: 500;
}
.process-commande .etape {
  width: 20%;
  float: left;
  margin: 0;
  color: #fff;
  display: flex;
  height: 52px;
}
@media (max-width: 991.98px) {
  .process-commande .etape {
    display: block;
    text-align: center;
  }
}
.process-commande .etape .etape__numero {
  border-radius: 50%;
  background: #fff;
  color: #344a5f;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 8px;
}
.process-commande .etape .etape__numero i {
  display: none;
}
@media (max-width: 991.98px) {
  .process-commande .etape .etape__numero {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.process-commande .etape .etape__titre {
  float: left;
  font-size: 12px;
  width: calc(100% - 32px);
}
@media (max-width: 991.98px) {
  .process-commande .etape .etape__titre {
    width: 100%;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 100;
  }
}
.process-commande .etape .etape__titre .thin {
  font-weight: 100;
  font-size: 11px;
}
.process-commande .etape.etape--active {
  color: #ECDCCD;
}
.process-commande .etape.etape--active .etape__numero {
  background: #ECDCCD;
}
.process-commande .etape.etape--valide {
  background: transparent;
  cursor: pointer;
}
.process-commande .etape.etape--valide:hover .etape__numero {
  background: #03D58C;
}
.process-commande .etape.etape--valide:hover .etape__numero i {
  display: none;
}
.process-commande .etape.etape--valide:hover .etape__numero span {
  display: block;
}
.process-commande .etape.etape--valide .etape__numero {
  background: transparent;
}
.process-commande .etape.etape--valide .etape__numero i {
  display: block;
  color: #03D58C;
  font-size: 24px;
}
.process-commande .etape.etape--valide .etape__numero span {
  display: none;
}

.form-control + span {
  position: absolute;
  top: 13px;
  right: 23px;
}
.form-control + span > span {
  display: none;
}
.form-control + span > span.fas.fa-check-circle {
  color: #38B573;
}
.form-control + span > span.fas.fa-times-circle {
  color: #dc3545;
}
.form-control + span > span.message {
  background: #dc3545;
  position: absolute;
  border: 0px;
  min-width: 140px;
  height: 30px;
  color: white;
  line-height: 20px;
  padding: 5px;
  text-align: center;
}
.form-control + span > span.message:before {
  content: " ";
  border: solid transparent;
  border-width: 5px;
  position: absolute;
}
.form-control + span > span.message.top {
  right: 50%;
  top: -50px;
}
.form-control + span > span.message.top:before {
  border-top-color: #dc3545;
  left: 50%;
  bottom: -10px;
}
.form-control + span > span.message.right {
  right: -160px;
  top: -10px;
}
.form-control + span > span.message.right:before {
  border-right-color: #dc3545;
  left: -10px;
  top: 10px;
}

.form-row > .col .form-control + span, .form-row > [class*=col-] .form-control + span, .form-control--login .form-control + span {
  right: 13px;
}

.form--adresse,
.form-control--login {
  position: relative;
}
.form--adresse .form-control,
.form-control--login .form-control {
  background: #ECDCCD;
  color: #344a5f;
  position: relative;
  font-size: 12px;
  border: none;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
  border-radius: 0px !important;
}
@media (max-width: 991.98px) {
  .form--adresse .form-control,
.form-control--login .form-control {
    margin-bottom: 1rem;
  }
}
.form--adresse .form-control:focus,
.form-control--login .form-control:focus {
  background: #ECDCCD;
}
.form--adresse.form-control--login .form-control,
.form-control--login.form-control--login .form-control {
  padding-left: 38px;
}
.form--adresse.form-control--login:after,
.form-control--login.form-control--login:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  left: 13px;
  top: 13px;
  font-size: 12px;
  z-index: 1;
  position: absolute;
}
.form--adresse .js-add-input,
.form-control--login .js-add-input {
  color: #344a5f;
  position: relative;
  display: inline-block;
}

.form-control--email:after {
  content: "";
}

.form-control--password:after {
  content: "";
}

.form-control--gift:after {
  content: "";
}

.form-control--search:after {
  content: "";
}

.infobulle {
  position: relative;
  border: 1px solid #ebd4b4;
  width: 120%;
  margin-left: -10%;
}
.infobulle:after, .infobulle:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.infobulle:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.infobulle:before {
  border-color: rgba(235, 212, 180, 0);
  border-top-color: #ebd4b4;
  border-width: 9px;
  margin-left: -9px;
}

.image_livraison {
  height: 45px;
  width: auto;
}

.btn.btn-proceed-checkout {
  text-transform: uppercase;
  font-size: 15px;
}
.btn.btn-crevette, .btn.btn-outline-crevette.active {
  color: #fff;
  border: 1px solid #ebd4b4;
  background: #ebd4b4;
  font-size: 12px;
  text-transform: none;
}
.btn.btn-crevette:hover, .btn.btn-outline-crevette.active:hover {
  background: #e0bd8c;
  border-color: #e0bd8c;
  color: #fff;
}
.btn.btn-crevette:hover:after, .btn.btn-crevette:hover:before, .btn.btn-outline-crevette.active:hover:after, .btn.btn-outline-crevette.active:hover:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.btn.btn-crevette:hover:after, .btn.btn-outline-crevette.active:hover:after {
  border-width: 9px;
  margin-left: -9px;
  border-color: rgba(224, 189, 140, 0);
  border-top-color: #e0bd8c;
}
.btn.btn-crevette:hover:before, .btn.btn-outline-crevette.active:hover:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}
.btn.btn-crevette:after, .btn.btn-crevette:before, .btn.btn-outline-crevette.active:after, .btn.btn-outline-crevette.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-crevette:after, .btn.btn-outline-crevette.active:after {
  border-width: 9px;
  margin-left: -9px;
  border-color: rgba(235, 212, 180, 0);
  border-top-color: #ebd4b4;
}
.btn.btn-crevette:before, .btn.btn-outline-crevette.active:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}
.btn.btn-outline-crevette {
  color: #ebd4b4;
  border: 1px solid #ebd4b4;
  background: #fff;
  font-size: 12px;
  text-transform: none;
}
.btn.btn-outline-crevette:hover {
  border-color: #e0bd8c;
  color: #e0bd8c;
}
.btn.btn-small {
  font-size: 12px;
}

.fleche {
  width: 23px;
}

.form--livraison .produit {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
@media (max-width: 991.98px) {
  .form--livraison .produit {
    border: 1px solid #dee2e6;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .form--livraison .produit {
    width: 80%;
  }
}
.form--livraison .produit .produit__titre {
  font-size: 13px;
}
.form--livraison .produit .produit__description,
.form--livraison .produit .produit__qty,
.form--livraison .produit .produit__prix_total {
  font-size: 12px;
  line-height: 20px;
}

.dropdown-link {
  padding-left: 16px;
  position: relative;
  text-align: center;
  padding-left: 12px;
  color: #344a5f;
}
.dropdown-link:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  top: -5px;
  z-index: 1;
  font-size: 14px;
  position: absolute;
}
.dropdown-link.toggle-on:before {
  content: "";
}

.border.border-crevette {
  border-color: #ebd4b4 !important;
}
.border.border-crevette-light {
  border-color: #fbf4ec !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-2 {
  border-width: 2px !important;
}

.form--paiement img {
  height: 16px;
}

#co-payment-form label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#co-payment-form.wrong div.p_method {
  border-color: #dc3545 !important;
}

.p_method img {
  height: 34px;
  position: absolute;
  margin-top: -8px;
}
.p_method span {
  text-transform: lowercase;
  font-weight: 500;
}

.checkout-agreements.wrong label {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
}

#co-payment-form .checkout-agreements label {
  width: auto;
}

.eshop-validation {
  height: 55px;
}

.circle {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  display: inline-block;
}
.circle.circle-42 {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 24px;
}

.circle__legend {
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 10px;
}

@media (max-width: 991.98px) {
  .container--white-lg-down {
    background: #fff !important;
  }
}

.edit-icon {
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.edit-icon.edit-icon--bleu {
  background: #344a5f;
}
.edit-icon.edit-icon--bleu:hover {
  background: #22303e;
}
.edit-icon.edit-icon--crevette {
  background: #ebd4b4;
}
.edit-icon.edit-icon--crevette:hover {
  background: #e0bd8c;
}
.edit-icon:hover {
  color: #e6e6e6;
}

#loading {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
#loading > svg {
  top: 40%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  opacity: 0.8;
}

.add-input {
  color: #344a5f;
}

#checkout-step-shipping_method .modal-body ul {
  list-style: none;
  padding-left: 0;
}

#checkout-shipping-method-load p.desc {
  margin-top: 30px;
}
#checkout-shipping-method-load .image_livraison {
  margin-top: 60px;
}
#checkout-shipping-method-load a.trigger {
  color: #344a5f;
}

#command-ticket .container:first-child {
  position: relative;
}
#command-ticket .container:first-child:before, #command-ticket .container:first-child:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: white;
  position: absolute;
  top: -25px;
}
#command-ticket .container:first-child:before {
  left: -25px;
}
#command-ticket .container:first-child:after {
  right: -25px;
}

.shopby {
  /*** custom checkboxes ***/
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
.shopby .dropdown {
  position: relative;
  white-space: nowrap;
  /*
      &.medium.open{
        .content{
          left: -15%;
          width: 130%;
        }
        &:after,&:before{
          content: '';
          height: 30px;
          display: block;
          width: 15%;
          background: $crevette;
          position: absolute;
          top:0;
          z-index: 900; //layer minus 100
        }
        &:before{
          left: -15%;
        }
        &:after{
          right: -15%;
        }
      }

      &.large.open{
        .content{
          left: -25%;
          width: 150%;
        }
        &:after,&:before{
          content: '';
          height: 30px;
          display: block;
          width: 25%;
          background: $crevette;
          position: absolute;
          top:0;
          z-index: 900; //layer minus 100
        }
        &:before{
          left: -25%;
        }
        &:after{
          right: -25%;
        }
      }
  */
}
@media (min-width: 768px) {
  .shopby .dropdown.dropdown--categorie {
    display: none;
  }
}
.shopby .dropdown .label {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom: 3px solid transparent;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
.shopby .dropdown .label svg {
  margin-left: 10px;
}
.shopby .dropdown .label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  padding-left: 10px;
}
.shopby .dropdown .content {
  display: none;
  width: 200%;
  background: #ebd4b4;
  font-size: 0.875rem;
  padding: 0.75rem 0;
}
.shopby .dropdown .content .amshopby-cat-multiselected a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.shopby .dropdown .content a {
  text-decoration: none;
  color: #344a5f;
}
.shopby .dropdown .content a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
}
.shopby .dropdown .content a.amshopby-attr-selected::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.shopby .dropdown .content ul {
  list-style: none;
  padding: 0;
}
.shopby .dropdown .content ul li {
  padding: 0.125rem 0;
}
.shopby .dropdown .content ul label {
  cursor: pointer;
}
.shopby .dropdown .content .title {
  text-align: center;
  margin: 3px 0px;
}
.shopby .dropdown .content .choices {
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #fbf4ec;
}
.shopby .dropdown .content .choices.scroll {
  padding: 0px 10px 0px 10px;
  overflow: hidden;
}
.shopby .dropdown .content .floating {
  padding: 0px 10px 0px 10px;
}
.shopby .dropdown .content .floating ul {
  padding: 5px;
}
.shopby .dropdown .content .floating ul:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}
.shopby .dropdown .content .floating ul li {
  float: left;
}
.shopby .dropdown .content .floating ul a {
  display: block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  border: 1px solid white;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #344a5f;
  background: white;
  border: 1px solid white;
}
.shopby .dropdown .content .floating ul a.disabled {
  background: transparent;
  color: white;
  cursor: not-allowed;
}
.shopby .dropdown .content .floating ul a.amshopby-attr-selected {
  border: 1px solid #344a5f;
  background: #344a5f;
  color: white;
}
.shopby .dropdown .content .floating ul a:hover {
  opacity: 0.5;
}
.shopby .dropdown .content .floating ul a:before {
  display: none;
}
.shopby .dropdown .content .canceled {
  margin-top: 5px;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.shopby .dropdown .content .canceled i {
  margin-right: 5px;
}
.shopby .dropdown .content .canceled:before {
  display: none;
}
.shopby .dropdown .priceform {
  width: 100%;
  text-align: center;
}
.shopby .dropdown.open .label {
  background: #ebd4b4;
  color: #344a5f;
  border-color: #ebd4b4;
}
.shopby .dropdown.open .label:after {
  content: "";
}
.shopby .dropdown.open .content {
  display: block;
  position: absolute;
  left: 15px;
  z-index: 900;
}
.shopby .categories {
  background: #fbf4ec;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.shopby .categories ul, .shopby .categories ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shopby .categories ul li, .shopby .categories ol li {
  color: #344a5f;
  padding: 0.25rem;
  float: left;
  display: inline-block;
}
.shopby .categories ul li a, .shopby .categories ol li a {
  font-weight: 500;
  display: block;
  color: #344a5f;
  text-decoration: none;
  background: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.shopby .categories ul li a:hover, .shopby .categories ol li a:hover {
  background: #00B5E2 !important;
  color: #fff !important;
}
.shopby .categories ul li a.active, .shopby .categories ol li a.active {
  background: #344a5f;
  color: #fff;
}
.shopby .choices .btn {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  height: 40px;
  vertical-align: top;
  cursor: pointer;
}
.shopby .choices .dtvignette {
  border: 0;
  margin-bottom: 1rem;
  background-color: white;
  height: 50px;
  text-align: left !important;
}
.shopby .choices .dtvignette .visu {
  background: #fff;
  height: 50px;
  width: 50px;
  border-right: 1px solid #ebd4b4;
}
.shopby .choices .dtvignette .critere_ico {
  margin-top: 7px;
}
.shopby .choices .dtvignette.active .visu {
  border-right: 1px solid #344a5f;
}
.shopby .choices .dtvignette.active .text {
  color: #fff;
}
.shopby .menu-filters {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .shopby .menu-filters {
    border-bottom: 1px solid #fbf4ec;
  }
}
.shopby ul.dtvignette {
  list-style: none;
  padding: 0;
}
.shopby ul.dtvignette li {
  display: block;
}
.shopby .dtvignette {
  display: none;
}
@media (min-width: 992px) {
  .shopby .dtvignette.open {
    display: flex;
  }
}
.shopby .dtvignette.open .label {
  background: none;
  border-color: #00B5E2;
  color: #00B5E2;
}
.shopby .dtvignette.disabled {
  opacity: 0.5;
}
.shopby .price-slider {
  margin: 1rem;
}
.shopby input[type=checkbox] {
  display: none;
}
.shopby input[type=checkbox] + label:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
}
.shopby input[type=checkbox] + label:before {
  content: "";
}
.shopby input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.shopby input[type=checkbox]:checked + label:before {
  content: "";
}
.shopby input[type=checkbox]:checked + label:before {
  letter-spacing: 9px;
}
.shopby input[type=checkbox].disabled + label {
  color: white;
  cursor: not-allowed;
}

.items-count {
  font-size: 0.6875rem;
  text-align: center;
  color: #344a5f;
}

.filters {
  margin: 1rem 0;
}
.filters.disabled > a {
  cursor: not-allowed;
  opacity: 0.5;
}
.filters > a {
  font-size: 13px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
  color: #344a5f;
}
.filters > a:hover {
  text-decoration: none;
}
.filters .filter {
  text-decoration: none;
  line-height: 20px;
  color: #344a5f;
  display: block;
  border: 1px solid #b9c9d9;
  padding: 0px 10px;
  margin-right: 15px;
}
.filters .filter::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 5px;
}
.filters .filter:hover {
  opacity: 0.5;
}
.filters .filter:hover::after {
  color: red;
}

.category--description {
  font-size: 0.75rem;
}
.category--description h1 {
  margin-bottom: 2rem;
}
.category--description h2 {
  font-size: 1rem;
  font-family: MuseoSans;
  text-transform: none;
}
.category--description p {
  margin-bottom: 0.25rem;
  display: none;
}
.category--description p:first-of-type {
  display: block;
}
.category--description.more p {
  display: block !important;
}

@media (max-width: 991.98px) {
  .shopby .dropdown.dtvignette--not-lg .label {
    color: #00B5E2;
  }
  .shopby .dropdown.dtvignette--not-lg.open .label {
    color: #344a5f;
  }
  .shopby .dropdown.dtvignette--not-lg ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .shopby .dropdown.dtvignette--not-lg ul li {
    width: 50%;
  }
  .shopby .dropdown.dtvignette--not-lg.medium.open .content {
    left: 0;
    width: 100%;
  }
  .shopby .dropdown.dtvignette--not-lg.medium.open:after, .shopby .dropdown.dtvignette--not-lg.medium.open:before {
    display: none;
  }
  .shopby .dropdown.dtvignette--not-lg.large.open .content {
    left: 0;
    width: 100%;
  }
  .shopby .dropdown.dtvignette--not-lg.large.open:after, .shopby .dropdown.dtvignette--not-lg.large.open:before {
    display: none;
  }
  .shopby .dropdown input[type=checkbox] + label:before {
    display: none;
  }
  .shopby .dropdown input[type=checkbox] + label {
    display: inline-block;
    text-align: center;
    background: white;
    padding: 10px;
    width: 100%;
  }
  .shopby .dropdown input[type=checkbox]:checked + label {
    background: #344a5f;
    color: white;
  }
  .shopby .dropdown input[type=checkbox].disabled + label {
    background: transparent;
    border: 1px solid white;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .shopby .dropdown {
    margin-bottom: 30px;
  }
  .shopby .dropdown .label {
    border: 1px solid #fbf4ec;
    height: 50px;
    line-height: 50px;
  }
  .shopby .dropdown:nth-child(even) {
    padding-left: 0;
  }
  .shopby .dropdown:nth-child(odd) {
    padding-right: 0;
  }
  .shopby .dropdown.open:nth-child(odd) .content {
    right: 0;
    left: auto;
  }
  .shopby .dropdown.open .content {
    top: 50px;
    width: 200%;
    left: 0;
  }
  .shopby .dropdown.open .content li {
    width: 25%;
    margin: 0;
    float: left;
    padding: 0 0.5rem;
    display: inline-block;
  }
  .shopby .dropdown.open .content.floating li {
    width: auto;
  }
  .shopby .dropdown .content svg {
    display: none !important;
  }
  .shopby .dropdown .price-slider {
    width: 50%;
    margin: 1rem 25%;
  }
}
@media (max-width: 767.98px) {
  .shopby {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 1rem;
    transform: translate(-800px);
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
  }
  .shopby.open {
    transform: translate(0px);
  }
  .shopby .title {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    color: #344a5f;
  }
  .shopby .title span {
    float: left;
  }
  .shopby .dropdown {
    display: block;
  }
  .shopby .dropdown .label {
    border: 1px solid #fbf4ec;
    text-align: center;
    text-transform: uppercase;
    color: #344a5f;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    border-radius: 0;
  }
  .shopby .dropdown .content {
    position: static !important;
    width: 100%;
  }
  .shopby .dropdown.dropdown--categories .content li {
    margin: 1rem;
  }
  .shopby .dropdown.dropdown--categories .content li a {
    background: #fff;
    color: #344a5f;
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
  .shopby .dropdown.dropdown--categories .content li a.active {
    background: #344a5f;
    color: #fff;
  }
  .shopby .dropdown.dtvignette--not-lg li {
    padding: 0.25rem;
  }
  .shopby .dropdown.dtvignette--not-lg .critere {
    margin: 0 !important;
  }
}
.catalog-product-view .subtitle {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #344a5f;
  text-align: center;
  margin: 1.5rem 0;
}
.catalog-product-view .product-brand {
  text-align: center;
}
.catalog-product-view .product-brand a {
  font-family: "Bambino";
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #344a5f;
}
.catalog-product-view .product-brand a:hover {
  text-decoration: underline;
}
.catalog-product-view .product-name {
  font-family: "MuseoSans";
  text-transform: capitalize;
  font-weight: 300;
  font-size: 30px;
  color: #344a5f;
  margin-bottom: 0;
  line-height: 35px;
  text-align: center;
}
.catalog-product-view .product-price {
  text-align: center;
  color: #00B5E2;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Bambino";
  margin-bottom: 30px;
}
.catalog-product-view .product-option label {
  font-size: 14px;
  font-weight: 400;
}
.catalog-product-view .product-option .checkbox.product-custom-option {
  margin-right: 0.5rem;
}
.catalog-product-view .price-box {
  text-align: center;
}
.catalog-product-view .price-box p {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.catalog-product-view .old-price span.price {
  color: #ebd4b4;
  text-decoration: line-through;
}
.catalog-product-view #product-options-wrapper, .catalog-product-view #plopcolors {
  margin-top: 5px;
  text-align: center;
}
.catalog-product-view #product-options-wrapper ul, .catalog-product-view #plopcolors ul {
  list-style: none;
  padding: 0;
}
.catalog-product-view #product-options-wrapper ul li, .catalog-product-view #plopcolors ul li {
  display: inline;
}
.catalog-product-view #product-options-wrapper > a, .catalog-product-view #plopcolors > a {
  color: #344a5f;
  text-decoration: underline;
}
.catalog-product-view #product-options-wrapper > a:hover, .catalog-product-view #plopcolors > a:hover {
  color: #00B5E2;
  text-decoration: none;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper label, .catalog-product-view #product-options-wrapper ul label, .catalog-product-view #plopcolors .attribute-wrapper label, .catalog-product-view #plopcolors ul label {
  font-family: "MuseoSans";
  color: #344a5f;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper a, .catalog-product-view #product-options-wrapper ul a, .catalog-product-view #plopcolors .attribute-wrapper a, .catalog-product-view #plopcolors ul a {
  display: inline-block;
  text-align: center;
  padding: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 40px;
  border: 1px solid #6c757d;
  color: #344a5f;
  font-weight: 500;
  cursor: pointer;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper a span, .catalog-product-view #product-options-wrapper ul a span, .catalog-product-view #plopcolors .attribute-wrapper a span, .catalog-product-view #plopcolors ul a span {
  display: none;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper a:hover, .catalog-product-view #product-options-wrapper .attribute-wrapper a.selected, .catalog-product-view #product-options-wrapper ul a:hover, .catalog-product-view #product-options-wrapper ul a.selected, .catalog-product-view #plopcolors .attribute-wrapper a:hover, .catalog-product-view #plopcolors .attribute-wrapper a.selected, .catalog-product-view #plopcolors ul a:hover, .catalog-product-view #plopcolors ul a.selected {
  background: #344a5f;
  border: 1px solid #344a5f;
  color: white;
  text-decoration: none;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper a.selected:hover, .catalog-product-view #product-options-wrapper ul a.selected:hover, .catalog-product-view #plopcolors .attribute-wrapper a.selected:hover, .catalog-product-view #plopcolors ul a.selected:hover {
  color: #00B5E2;
}
.catalog-product-view #product-options-wrapper .attribute-wrapper a.disabled, .catalog-product-view #product-options-wrapper ul a.disabled, .catalog-product-view #plopcolors .attribute-wrapper a.disabled, .catalog-product-view #plopcolors ul a.disabled {
  background: #f8f9fa;
  color: #e9ecef;
  border-color: #f8f9fa;
  cursor: not-allowed;
}
.catalog-product-view #product-addtocart-button {
  width: 100%;
  font-family: "MuseoSans";
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 700;
  padding: 0.5em;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}
.catalog-product-view #product-addtocart-button:after, .catalog-product-view #product-addtocart-button:before {
  display: none;
}
.catalog-product-view #product-addtocart-button:disabled, .catalog-product-view #product-addtocart-button[disabled] {
  cursor: not-allowed;
}
.catalog-product-view #product-addtocart-button:disabled:hover:after, .catalog-product-view #product-addtocart-button:disabled:hover:before, .catalog-product-view #product-addtocart-button[disabled]:hover:after, .catalog-product-view #product-addtocart-button[disabled]:hover:before {
  display: none;
}
.catalog-product-view #product-addtocart-button.delay:after {
  content: attr(data-delay);
  background: #ebd4b4;
  color: #344a5f;
  position: absolute;
  top: -10px;
  height: 80px;
  left: -145px;
  width: 140px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  white-space: pre-wrap;
  padding: 5px;
  z-index: 999;
}
.catalog-product-view #product-addtocart-button.delay:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 20px;
  border: 10px solid #ebd4b4;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.catalog-product-view #product-addtocart-button.delay:hover:after, .catalog-product-view #product-addtocart-button.delay:hover:before {
  display: block;
}
.catalog-product-view .add-to-cart-links {
  text-align: center;
}
.catalog-product-view .add-to-cart-links a {
  color: #344a5f;
  text-decoration: underline;
}
.catalog-product-view .add-to-cart-links a:hover {
  color: #00B5E2;
  text-decoration: none;
}
.catalog-product-view .in-shop {
  margin-top: 20px;
  font-size: 12px;
  color: #d8b99a;
  border: 1px solid #ebd4b4;
  padding: 10px 20px;
  display: none;
}
.catalog-product-view .in-shop label {
  display: none;
  text-transform: uppercase;
  margin-bottom: 0;
}
.catalog-product-view .in-shop ul#shops {
  list-style: none;
  padding: 0;
}
.catalog-product-view .in-shop ul#shops li {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.catalog-product-view .in-shop ul#shops:after {
  clear: both;
  width: 100%;
}
.catalog-product-view .in-shop a {
  font-family: MuseoSans;
  font-weight: 500;
  color: #D0A47B;
  text-decoration: none;
  text-decoration: underline;
}
.catalog-product-view .in-shop a:hover {
  color: #D0A47B;
  text-decoration: underline;
}
.catalog-product-view .in-shop-delay {
  display: none;
  color: #ebd4b4;
  font-size: 12px;
  text-decoration: underline;
}
.catalog-product-view .collateral-headers {
  border-bottom: none !important;
}
.catalog-product-view .collateral-headers .nav-item {
  margin: 0 !important;
  padding: 0;
}
.catalog-product-view .collateral-headers .nav-link {
  text-transform: uppercase;
  color: #344a5f;
  font-family: "MuseoSans";
  font-weight: 700;
  background: #fbf4ec;
  display: block;
  text-align: center;
  border: none !important;
  border-radius: 0;
  font-size: 0.6875rem;
  padding: 0.5rem;
}
.catalog-product-view .collateral-headers .nav-link.active {
  background: #f5e9d9;
}
.catalog-product-view .collateral-headers .nav-link:last-child::after {
  width: 0;
  display: none;
}
.catalog-product-view .collateral-contents {
  margin-bottom: 30px;
}
.catalog-product-view .collateral-contents > div {
  display: none;
  background: #f5e9d9;
  padding: 20px 10px;
  color: #344a5f;
}
.catalog-product-view .collateral-contents > div h2 {
  display: none;
}
.catalog-product-view .collateral-contents > div.active {
  display: block;
}
.catalog-product-view .help_me {
  display: block;
  width: 30px;
  height: 30px;
  background: #fbf4ec;
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-product-view .help_me img {
  margin: 10%;
  width: 80%;
  height: 80%;
}
.catalog-product-view .help_me:hover {
  text-decoration: none;
}
.catalog-product-view .help_me:hover .box {
  display: block;
}
.catalog-product-view .help_me .box {
  position: absolute;
  bottom: 10px;
  right: 20px;
  min-width: 230px;
  padding: 5px;
  display: none;
  border: 1px solid #344a5f;
  color: #344a5f;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  background: white;
  font-size: 13px;
}
.catalog-product-view .help_me .box strong {
  font-size: 15px;
}
.catalog-product-view .help_me .box span.tel {
  font-weight: 700;
  font-size: 15px;
}
.catalog-product-view .help_me .box .social {
  text-align: center;
}
.catalog-product-view .help_me .box .social span {
  display: inline-block;
}

a.zoomable {
  cursor: zoom-in;
  display: block;
  background-repeat: no-repeat;
}
a.zoomable img {
  width: 100%;
  max-width: 100%;
}
a.zoomable.active {
  cursor: crosshair;
}
a.zoomable.active img {
  opacity: 0;
}

.giftcard-preview-message-box {
  display: none !important;
}

.boutique {
  font-size: 11px;
  color: #344a5f;
  margin: 2rem 0;
}
.boutique .boutique__image {
  background-size: cover;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .boutique .boutique__image {
    order: 1;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .boutique .boutique__content {
    order: 2;
  }
}
.boutique h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.boutique ul {
  padding: 0;
}
.boutique ul li {
  list-style-type: none;
}
.boutique .strike {
  color: #b2c3cd;
}

@media (max-width: 767.98px) {
  .map {
    width: 300px !important;
    height: 300px !important;
  }
}
.map.olMap {
  margin: 0 auto !important;
}

.text-background {
  z-index: 0;
  position: absolute;
  font-size: 8em;
  font-weight: 900;
  color: #344a5f;
}
@media (max-width: 991.98px) {
  .text-background {
    font-size: 5em;
  }
}

.container--philosophie {
  color: #344a5f;
  font-size: 12px;
  position: relative;
  background-size: cover;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .container--philosophie h1 {
    font-size: 1.75rem;
  }
}
.container--philosophie h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
}
.container--philosophie h2 .small {
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  .container--philosophie .big {
    border-left: 2px solid #fbf4ec;
  }
}
.container--philosophie .plus-circle {
  color: #344a5f;
  background: white;
  position: absolute;
  font-size: 16px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-style: normal !important;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .container--philosophie .plus-circle {
    display: none;
  }
}
.container--philosophie .container--philosophie__menu {
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.container--philosophie .container--philosophie__menu li {
  margin: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  z-index: 1;
}
.container--philosophie .container--philosophie__menu li a {
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .container--philosophie .flip-container {
    margin: 0.25rem 0;
    font-size: 0.6875rem;
  }
  .container--philosophie .flip-container.w-75, .container--philosophie .flip-container.w-80, .container--philosophie .flip-container.w-90 {
    width: 100% !important;
  }
}

.charte__icon {
  max-height: 70px;
}

.js-modal-histoire {
  cursor: pointer;
}
.js-modal-histoire:hover {
  color: #d8b99a;
  transition: all 0.3s ease-in-out;
}

.fil {
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .fil {
    display: none;
  }
}
.fil.fil--next {
  color: #00B5E2;
  right: 2rem;
  bottom: 100px;
  writing-mode: vertical-rl;
  width: 1rem;
}
.fil.fil--prev {
  color: #d8b99a;
  left: 2rem;
  top: 100px;
  height: 1rem;
  line-height: 1rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.marque {
  position: relative;
}

.container--marque,
.marque__link {
  color: #fff;
  background: #333;
  background-size: cover;
  text-align: center;
  font-size: 80%;
  text-decoration: none !important;
}
.container--marque .wrapper,
.marque__link .wrapper {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 1.5rem 15px;
}
.container--marque h2,
.marque__link h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Bambino;
  color: #fff;
}
.container--marque .marque__description,
.marque__link .marque__description {
  height: 3.9em;
  line-height: 1.3em;
  overflow: hidden;
}
.container--marque:hover,
.marque__link:hover {
  color: #fff;
  text-decoration: none !important;
}
.container--marque:hover .wrapper,
.marque__link:hover .wrapper {
  background: rgba(0, 0, 0, 0.5);
}

.marque__link {
  padding: 0 !important;
}

.marque__buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  margin: 0;
}
.marque__buttons .btn {
  font-weight: 700;
}

.js-question {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .js-question {
    background: #344a5f;
    padding: 0.5rem;
  }
  .js-question a {
    color: #fff !important;
  }
}

.blog-article {
  font-weight: 500;
  font-size: 0.6875rem;
}
.blog-article a {
  color: #344a5f;
}
.blog-article h2 {
  font-size: 1.25rem;
}
.blog-article .wrapper {
  max-height: 300px;
  overflow: hidden;
}
.blog-article .blog-article__date {
  position: absolute;
  right: 10px;
  top: 0;
  background: #344a5f;
  color: white;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 24px;
  height: 24px;
}
.blog-article .blog-article__info {
  font-size: 0.6rem;
}
.blog-article .blog-article__like {
  position: absolute;
  top: 0;
  left: 15px;
  position: absolute;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  background: #d8b99a;
  color: #fff !important;
  font-size: 16px;
}
.blog-article .blog-article__like.liked {
  color: #dc3545 !important;
}

.blog__about {
  font-weight: 500;
  font-size: 0.6875rem;
}
.blog__about .container--crevette {
  margin-top: 2rem;
  padding: 2.5rem 1.25rem;
}
.blog__about .blog__about__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
}
.blog__about select.form-control {
  font-size: 0.6875rem;
  background: transparent;
  padding: 0.25rem 0.75rem !important;
  height: calc(2rem + 2px) !important;
}
.blog__about .form-control:not(select) {
  color: #344a5f;
  background: #ECDCCD;
  font-size: 11px;
  border: none;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  margin-right: 0.5rem;
}
.blog__about .input-group-append .btn {
  margin: 0;
}

.post h1 {
  margin: 2rem 0 1rem;
  text-align: left !important;
}
.post .post__excerpt {
  color: #adb5bd;
  font-weight: 500;
  margin-bottom: 2rem;
}
.post .post__by {
  font-style: italic;
  margin: 0;
}
.post .post__content {
  margin-top: 2rem;
}
.post .img-fluid {
  display: block;
  margin: 1rem auto;
}

.comment-box {
  margin-top: 2rem;
}
.comment-box .comment-box__title {
  font-weight: 500;
  color: #344a5f;
}
.comment-box .comment-box__user {
  color: #00B5E2;
  margin-bottom: 0;
}
.comment-box .comment-box__date {
  color: #6c757d;
  font-size: 0.6875rem;
  margin-bottom: 1rem;
}
.comment-box .comment-box__content {
  margin-bottom: 0;
}

.block--comment {
  padding: 1rem 1.5rem;
  box-shadow: 0 0 2px #dee2e6;
  margin: 1rem 0;
}
.block--comment .form-control {
  border: 0;
  font-size: 0.875rem;
  margin: 0.25rem 0;
  padding-left: 0;
  padding-right: 0;
}

.share-column {
  padding-top: calc(3rem + 36px);
}
.share-column .liked i {
  color: #dc3545 !important;
}
.share-column i {
  color: #adb5bd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.375rem;
}
.share-column i:hover {
  color: #344a5f;
}

.modal .form-control {
  font-size: 0.875rem;
}

/*
Use unicode for css classes starting with number
https://stackoverflow.com/questions/21227702/is-there-a-workaround-to-make-css-classes-with-names-that-start-with-numbers-val
 */
.\34 04 .bgimage .bgimage__container {
  min-height: 200px;
  height: 200px;
}
@media (max-width: 991.98px) {
  .\34 04 .bgimage .bgimage__container {
    min-height: 150px;
    height: 150px;
  }
}

.validation-advice {
  color: #dc3545;
}

form .form-control:not(:placeholder-shown):valid + span > span.fa-check-circle, form .form-control:not(:placeholder-shown):in-range + span > span.fa-check-circle, form.checked .form-control:valid + span > span.fa-check-circle, form.checked .form-control:in-range + span > span.fa-check-circle {
  display: block;
}
form .form-control:not(:placeholder-shown):invalid, form .form-control:not(:placeholder-shown):out-of-range, form.checked .form-control:invalid, form.checked .form-control:out-of-range {
  border: 1px solid #dc3545;
}
form .form-control:not(:placeholder-shown):invalid + span > span.fa-times-circle, form .form-control:not(:placeholder-shown):out-of-range + span > span.fa-times-circle, form.checked .form-control:invalid + span > span.fa-times-circle, form.checked .form-control:out-of-range + span > span.fa-times-circle {
  display: block;
}
form .form-control:not(:placeholder-shown):invalid:hover + span > span.message, form .form-control:not(:placeholder-shown):out-of-range:hover + span > span.message, form.checked .form-control:invalid:hover + span > span.message, form.checked .form-control:out-of-range:hover + span > span.message {
  display: block;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

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