/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
.m-option {
  position: relative;
  padding: 0.3125rem !important;
  background: white !important;
  overflow: hidden;
}
.m-option p {
  margin: 0;
}
.m-option .columns {
  padding: 0.3125rem !important;
}
.m-option__price {
  letter-spacing: normal;
  text-align: right;
}
.m-option__delete {
  margin-top: 0.3125rem;
}
.m-option__change.-on {
  display: none;
}
.-active .m-option__change.-off {
  display: none;
}
.-active .m-option__change.-on {
  display: block;
}
.m-option__content {
  padding: 0.3125rem;
}
.-case .m-option__content {
  padding: 0.625rem 0.3125rem 0.625rem 3.125rem;
  position: relative;
}
.-case .m-option__content img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -0.3125rem;
  display: inline-block;
}
.m-option__buttonContainer {
  text-align: right;
  padding-right: 0.3125rem;
}
.m-option:before {
  content: "";
  border-top: 1px solid #ddd;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0.625rem;
  left: 0.625rem;
  display: block !important;
}

.o-addProductReveal {
  border: 0;
  position: fixed !important;
}
.o-addProductReveal .a-title {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .o-addProductReveal {
    margin-top: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    overflow-y: auto;
  }
  .o-addProductReveal .-hide-for-small {
    display: none;
  }
}
@media only screen and (min-width:40.063em) {
  .o-addProductReveal {
    min-height: auto;
    top: 10px !important;
  }
  .o-addProductReveal .-hide-for-medium-up {
    display: none;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .o-addProductReveal {
    width: 700px;
    left: 50%;
    margin-left: -350px;
  }
}
@media only screen and (min-width:75.0625em) {
  .o-addProductReveal {
    width: 990px;
    left: 50%;
    margin-left: -495px;
  }
}
.o-addProductReveal__content {
  margin: 1rem 0;
}
@media only screen and (max-width: 40em) {
  .o-addProductReveal__carousel {
    padding-top: 1rem;
    border-top: 1px solid #DDD;
  }
}
.o-addProductReveal__carousel .owl-carousel .owl-stage-outer:after {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66%) !important;
}
.o-addProductReveal a.close-reveal-modal {
  font-size: 1.125rem;
  line-height: 1.25rem;
  top: 0;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  padding: 0.8125rem 1.875rem;
  margin-bottom: 0;
  color: #333;
}
.o-addProductReveal a.close-reveal-modal.a-button {
  position: relative;
  left: 0;
  border-bottom: solid 1px #333;
}
.o-addProductReveal a.close-reveal-modal:not(.a-button) {
  right: 0.625rem;
}
.o-addProductReveal.reveal-modal {
  padding: 0.625rem;
}
.o-addProductReveal__buttonContainer {
  text-align: center;
  padding: 0.625rem 0;
  min-width: 220px;
  display: grid;
  grid-template-columns: repeat(2, 220px);
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 40em) {
  .o-addProductReveal__buttonContainer {
    margin-top: 1rem;
    grid-template-columns: inherit;
    grid-template-rows: auto;
  }
}
.o-addProductReveal__product {
  padding-bottom: 0.625rem;
}
.o-addProductReveal__options {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:40.063em) {
  .o-addProductReveal__options {
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 40em) {
  .o-addProductReveal__options .m-option {
    padding: 1rem 0 !important;
  }
}
.o-addProductReveal__options .m-option:before {
  border-top: none;
}
.o-addProductReveal__options.-single {
  max-width: 360px !important;
  padding: 0.5rem;
}
.o-addProductReveal__options:not(.-single):before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 40em) {
  .o-addProductReveal__options:not(.-single):before {
    border-top: 1px solid #ddd;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
  }
}
@media only screen and (min-width:40.063em) {
  .o-addProductReveal__options:not(.-single):before {
    border-left: 1px solid #ddd;
    left: 50%;
    top: 0;
    height: 100%;
  }
}

#SISNewsletterSubModal {
  top: 20% !important;
  width: 430px;
  left: calc(50% - 215px);
  margin-left: initial;
}
#SISNewsletterSubModal .reveal-title-red {
  margin-bottom: 20px;
  color: #ff352f;
}
#SISNewsletterSubModal #btSubNewsletter {
  max-height: 48px;
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#SISNewsletterSubModal p, #SISNewsletterSubModal .a-link {
  font-size: 0.9rem;
  word-spacing: 1px;
  line-height: 1.2rem;
}
#SISNewsletterSubModal .IconCheck {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
#SISNewsletterSubModal .IconCheck::before {
  font-size: 1.4rem;
}
#SISNewsletterSubModal #SISNewsletterSubModal_close {
  z-index: 550;
  position: absolute;
  right: 24px;
  top: 15px;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: all 0.2s;
}
#SISNewsletterSubModal #SISNewsletterSubModal_close:hover {
  opacity: 0.8;
}
#SISNewsletterSubModal #SISNewsletterSubModal_close svg {
  width: 15px;
  stroke: #666;
}
#SISNewsletterSubModal #SISNewsletterSubModal_close p.validation sup {
  font-size: 8px;
}

@media only screen and (max-width: 40em) {
  #SISNewsletterSubModal {
    min-height: initial;
  }
}
@media only screen and (max-width: 460px) {
  #SISNewsletterSubModal {
    top: 15% !important;
    width: 100%;
    left: initial;
    background-color: transparent;
    border: none;
    box-shadow: initial;
  }
  #SISNewsletterSubModal .wrapper_modal {
    padding: 1.25rem;
    background-color: #fff;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #SISNewsletterSubModal #SISNewsletterSubModal_close {
    right: 25px;
    top: 25px;
  }
}
#main-content {
  background: #f2f2f2;
}

.breadcrumbs {
  padding: 0;
  background: white;
}

.button_gridHeader {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  color: #666;
  font-size: 0.8em;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-weight: initial;
  text-decoration: underline;
  background: none;
}
.button_gridHeader:hover, .button_gridHeader:focus {
  cursor: pointer;
  color: #000000;
  background: none;
}

.additional {
  padding: 0.5rem;
}

.share {
  padding: 1rem 0.5rem;
}
.share__input.-more {
  display: none;
}
.share__info {
  padding-bottom: 0.5rem;
}
.share__button {
  margin-bottom: 1rem;
}
.share__title {
  padding-bottom: 0.5rem !important;
}

.liste-produits-wrapper .breadcrumb-wrapper {
  text-align: left;
}
.liste-produits-wrapper .breadcrumb-wrapper a, .liste-produits-wrapper .breadcrumb-wrapper span {
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-stretch: condensed;
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .breadcrumb-wrapper a, .liste-produits-wrapper .breadcrumb-wrapper span {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.liste-produits-wrapper .breadcrumb-wrapper .retour-button {
  text-transform: inherit;
  margin: 0;
  color: #333;
}
.liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs {
  overflow: hidden;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:not(:first-child):before {
  content: ">";
  margin: 0 0 0.3125rem 0.3125rem;
  vertical-align: middle;
  top: -1px;
}
@media only screen and (max-width: 40em) {
  .liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:nth-of-type(4):before {
    content: "> ...";
  }
  .liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:nth-of-type(4) * {
    display: none;
  }
  .liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:nth-of-type(n+5) {
    display: none;
  }
  .liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:first-of-type {
    max-width: 40px;
  }
}
.liste-produits-wrapper ul,
.liste-produits-wrapper ol {
  margin: 0;
  list-style: none;
}
.liste-produits-wrapper ul.critere-ul li input {
  display: inline-block;
  width: 4rem;
  margin: 0;
  padding: 0.5rem 0.2rem;
  height: auto;
  color: #ff352f;
  text-align: right;
}
.liste-produits-wrapper ul.critere-ul li .critere-link {
  cursor: pointer;
}
.liste-produits-wrapper ul.critere-ul li .link {
  display: block;
  margin: 0;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
}
.liste-produits-wrapper ul.critere-ul li .link.input-link {
  padding: 0.75rem;
}
.liste-produits-wrapper ul.critere-ul li .link .subinfo {
  color: #999999;
  font-size: 0.8571428571em;
}
.liste-produits-wrapper ul.critere-ul li .link:before {
  font-family: "ElegantIcons";
  line-height: 1;
  font-size: 1.2em;
  position: relative;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.liste-produits-wrapper ul.critere-ul li .link.active:before {
  color: #ff352f;
}
.liste-produits-wrapper ul.critere-ul li .link:hover:before {
  color: #ff352f;
}
.liste-produits-wrapper ul.critere-ul li .niveau-link {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: 0.25s all ease-in-out;
  position: relative;
}
.liste-produits-wrapper ul.critere-ul li .niveau-link .nb-filter {
  color: #ff352f;
  position: absolute;
  right: 3rem;
  line-height: 1;
  display: inline-block;
  top: 50%;
  margin-top: -0.5rem;
}
.liste-produits-wrapper ul.critere-ul li .niveau-link .nb-filter.prix-filter {
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.liste-produits-wrapper ul.critere-ul li .niveau-link:before {
  position: absolute;
  content: "2";
  display: inline-block;
  margin-right: 0;
  font-family: "ElegantIcons";
  right: 0.75rem;
  left: inherit;
  font-size: 1.5em;
  line-height: 0.8;
  transition: 0.25s all ease-in-out;
}
.liste-produits-wrapper ul.select-ul {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
}
.liste-produits-wrapper ul.select-ul li {
  padding: 0.2rem;
  display: inline-block;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-gris .critere-link {
  background: #999999;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-jaune .critere-link {
  background: #FFD800;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-rose .critere-link {
  background: #FF3DB6;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-noir .critere-link {
  background: #000000;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-bleu .critere-link {
  background: #0F54FF;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-rouge .critere-link {
  background: #F11636;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-vert .critere-link {
  background: #00C442;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-violet .critere-link {
  background: #A011ED;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-marron .critere-link {
  background: #974500;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-orange .critere-link {
  background: #FF8D00;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-beige .critere-link {
  background: #DED5B6;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-transparent .critere-link {
  background: #E5E5E5;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-blanc .critere-link {
  border-color: #999999;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-multicolore .critere-link {
  background: url(/Images/category/criteres-colors.png) no-repeat -42px -2px;
}
.liste-produits-wrapper ul.select-ul li.critere-color.critere-color-noir-blanc .critere-link {
  background: url(/Images/category/criteres-colors.png) no-repeat -2px -2px;
}
.liste-produits-wrapper ul.select-ul li.critere-color .critere-link {
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
}
.liste-produits-wrapper ul.select-ul li.critere-color .critere-link.active:before {
  content: "N";
  position: relative;
  display: inline-block;
  font-family: ElegantIcons;
  left: -0.1rem;
  background: white;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  text-indent: 0;
  text-align: center;
  bottom: 5px;
  line-height: 1.8;
  color: #ff352f;
  right: 5px;
}
.liste-produits-wrapper ul.select-ul li:not(.critere-color) .critere-link {
  border: 1px solid #ddd;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.liste-produits-wrapper ul.select-ul li:not(.critere-color) .critere-link.active {
  border-color: #ff352f;
  background: #ff352f;
  color: #fff;
}
.liste-produits-wrapper ul.select-ul li:not(.critere-color) .critere-link:hover {
  border-color: #ff352f;
}
.liste-produits-wrapper ul.check-ul li .link {
  /*&:hover {
      &:before {
          content: 'W';
      }
  }*/
}
.liste-produits-wrapper ul.check-ul li .link:before {
  content: "V";
}
.liste-produits-wrapper ul.check-ul li .link.active:before {
  content: "W";
}
.liste-produits-wrapper ul.radio-ul li .link {
  /*&:hover {
      &:before {
          content: '\005C';
      }
  }*/
}
.liste-produits-wrapper ul.radio-ul li .link:before {
  content: "[";
}
.liste-produits-wrapper ul.radio-ul li .link.active:before {
  content: "\\";
}
.liste-produits-wrapper .menu-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] {
  list-style: none;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 65px;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .switch input {
  display: none;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  border: solid 2px #666;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider:before {
  background-color: #666;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  transition: 0.2s;
  width: 26px;
  border: solid 2px #666;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider p {
  z-index: 5;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider p.off {
  right: 5px;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider p.on {
  left: 7px;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] input:checked + .slider:before {
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider.round {
  border-radius: 34px;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .slider.round:before {
  border-radius: 50%;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] p {
  font-size: 14px;
  font-family: "Roboto", arial, sans-serif;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] p.title {
  width: 100%;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] p mark {
  background: none;
  color: #999999;
  font-size: 0.8571428571em;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .critere-item > span {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 0.5rem;
}
.liste-produits-wrapper .menu-wrapper li[data-name="Vendu par"] .critere-item > span:before {
  display: none;
}
.liste-produits-wrapper .menu-wrapper ul li[data-name=Marque] input, .liste-produits-wrapper .menu-wrapper ul li[data-name="Type de pierres"] input {
  width: 90%;
  margin: 0.5rem auto;
}
.liste-produits-wrapper .menu-wrapper ul li[data-name=Marque] input:focus, .liste-produits-wrapper .menu-wrapper ul li[data-name="Type de pierres"] input:focus {
  border: 1px solid #ddd;
  background: inherit;
  outline: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.liste-produits-wrapper .menu-wrapper footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.liste-produits-wrapper .menu-wrapper footer .buttons-wrapper {
  padding: 0.5rem 0;
  border-top: 3px solid #333;
}
.liste-produits-wrapper .menu-wrapper header {
  background: #333;
  padding: 0 0 0 3rem;
}
.liste-produits-wrapper .menu-wrapper header.filtres-active p {
  padding: 0 0 0 5rem;
}
.liste-produits-wrapper .menu-wrapper header.filtres-active p span {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0 1.5rem;
  background: #ff352f;
}
.liste-produits-wrapper .menu-wrapper header .close {
  font-size: 1.875rem;
  line-height: 1.5rem;
  padding: 0.4375rem 0.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.liste-produits-wrapper .menu-wrapper header p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.875rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: #333;
  position: relative;
}
.liste-produits-wrapper .menu-wrapper header p span {
  display: none;
}
.liste-produits-wrapper .menu-wrapper .menu .niveau.closed .dropdown {
  display: none;
}
.liste-produits-wrapper .menu-wrapper .menu .niveau.closed .niveau-link:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.liste-produits-wrapper .menu-wrapper .menu .niveau-link {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: 0.25s all ease-in-out;
  position: relative;
  display: block;
  margin: 0;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.liste-produits-wrapper .menu-wrapper .menu .niveau-link .nb-filter {
  color: #ff352f;
  position: absolute;
  right: 3rem;
  line-height: 1;
  display: inline-block;
  top: 50%;
  margin-top: -0.5rem;
}
.liste-produits-wrapper .menu-wrapper .menu .niveau-link .nb-filter.prix-filter {
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.liste-produits-wrapper .menu-wrapper .menu .niveau-link:before {
  position: absolute;
  content: "2";
  display: inline-block;
  margin-right: 0;
  font-family: "ElegantIcons";
  right: 0.75rem;
  left: inherit;
  font-size: 1.5em;
  line-height: 0.8;
  transition: 0.25s all ease-in-out;
}
.liste-produits-wrapper .menu-wrapper .menu .dropdown {
  padding: 0 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width:64em) {
  .liste-produits-wrapper .menu-wrapper {
    transition: 0.25s all ease-in-out;
  }
  .liste-produits-wrapper .menu-wrapper.closed {
    right: -100%;
    transition: 0.25s all ease-in-out;
  }
  .liste-produits-wrapper .menu-wrapper .menu {
    overflow-y: scroll;
    overflow-x: hidden;
    top: 46px;
    padding: 0 0 0.5rem;
    bottom: 68px;
    position: absolute;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .menu-wrapper {
    width: 348px;
  }
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper .aside-liste-produit {
    padding: 0.5rem;
    background: transparent;
    display: table-cell;
    vertical-align: top;
    width: 290px;
    z-index: 0;
  }
  .liste-produits-wrapper .menu-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .liste-produits-wrapper .menu-wrapper ul.check-ul.critere-ul {
    max-height: 269.5px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
  }
  .liste-produits-wrapper .menu-wrapper ul.check-ul.critere-ul > li:last-of-type .link {
    border-bottom: none;
  }
  .liste-produits-wrapper .menu-wrapper#tris-wrapper {
    display: none;
  }
  .liste-produits-wrapper .menu-wrapper header {
    padding: 0;
    border: 0.5rem solid #fff;
  }
  .liste-produits-wrapper .menu-wrapper header .close {
    display: none;
  }
  .liste-produits-wrapper .menu-wrapper header.filtres-active p {
    padding: 0 5rem 0 1rem;
  }
  .liste-produits-wrapper .menu-wrapper header.filtres-active p span {
    right: 0;
    left: inherit;
    padding: 0 1rem;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list {
    padding: 0.5rem 0.5rem 1rem;
    border-bottom: 4px solid #333;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li {
    display: inline-block;
    padding: 0.15rem 0.25rem;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li.erase-all span {
    color: #fff;
    background: #999;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li.erase-all span:hover {
    background: #666666;
    border-color: #666666;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li span {
    display: inline-block;
    padding: 0.15rem 0.35rem;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    transition: 0.2s all ease-in-out;
    border-radius: 2px;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li span:hover {
    color: #fff;
    background: #999;
    transition: 0.2s all ease-in-out;
  }
  .liste-produits-wrapper .menu-wrapper .filtres-list li span:after {
    content: "M";
    font-family: "ElegantIcons";
    line-height: 1;
    font-size: 1.35em;
    vertical-align: middle;
    position: relative;
  }
  .liste-produits-wrapper .menu-wrapper .menu {
    background: #fff;
    padding-bottom: 2rem;
  }
}
.liste-produits-wrapper .m-visuel {
  position: relative;
}
.liste-produits-wrapper .m-visuel.-active .m-visuel__hover {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.liste-produits-wrapper .m-visuel__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.liste-produits-wrapper .produit-wrapper {
  padding: 0.25rem !important;
  /*-ms-flex: auto; 
  flex: auto;*/
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-width: 0; /*IMPORTANT  : CORRECTIF FIREFOX MOBILE FLEX + TEXTOVERFLOW BUG*/
}
.liste-produits-wrapper .produit-wrapper:not(.encart-merch) .produit-content {
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper.isNotAvailable .visuel-wrapper:before {
  content: "";
  background: url(/Images/product/epuise/article-epuise-350.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.liste-produits-wrapper .produit-wrapper.isNotAvailable .infos-wrapper {
  opacity: 0.6;
}
.liste-produits-wrapper .produit-wrapper.encart-merch {
  position: relative;
  text-align: center;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit {
  padding: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit picture, .liste-produits-wrapper .produit-wrapper.encart-merch .produit a {
  height: 100%;
  object-fit: cover;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit picture img, .liste-produits-wrapper .produit-wrapper.encart-merch .produit a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit .zdm-video {
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .liste-produits-wrapper .produit-wrapper.encart-merch .produit .zdm-video {
    aspect-ratio: 16/9;
  }
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit .zdm-video .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit .zdm-video .video iframe {
  position: absolute;
  top: -50%;
  left: -3%;
  right: -3%;
  width: 106%;
  height: 200%;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit-content {
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper a {
  display: inline;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper.-separation-mkp {
  padding: 0.625rem;
}
.liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper.-separation-mkp .-title-h1 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #314276;
  line-height: normal;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute .infos-wrapper .categorie p {
  color: #e53288;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer {
  margin-top: 0.625rem;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer {
  color: #e53288;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer span {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer:after {
  content: "";
  height: 3px;
  background: #e53288;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer:hover:after {
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer:hover span {
  color: white;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix .infos-wrapper .categorie p {
  color: #f76322;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer {
  margin-top: 0.625rem;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer {
  color: #f76322;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer span {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer:after {
  content: "";
  height: 3px;
  background: #f76322;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer:hover:after {
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer:hover span {
  color: white;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente .infos-wrapper .categorie p {
  color: #00a99d;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer {
  margin-top: 0.625rem;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer {
  color: #00a99d;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer span {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer:after {
  content: "";
  height: 3px;
  background: #00a99d;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 0.5s;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer:hover:after {
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer:hover span {
  color: white;
}
.liste-produits-wrapper .produit-wrapper .tg .categorie p {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: bold;
  padding: 0;
  background: none;
}
.liste-produits-wrapper .produit-wrapper .tg footer {
  text-align: center;
}
.liste-produits-wrapper .produit-wrapper .tg footer .content-footer > span {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  padding: 0 0 0 0.65rem;
  text-align: left;
  position: relative;
  display: inline-block;
}
.liste-produits-wrapper .produit-wrapper .tg footer .content-footer > span:before {
  content: "5";
  position: relative;
  display: inline-block;
  font-family: "ElegantIcons";
  left: -0.25rem;
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -0.4rem;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper {
  padding: 0.9375rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .custom-prix-wrapper {
  min-height: 71px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .custom-price {
  margin-top: 0.25rem;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .amount {
  text-align: left;
}
#wishlist .liste-produits-wrapper .produit-wrapper .prix-wrapper {
  text-align: right;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper > div {
  padding: 0 0.3125rem;
  position: relative;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-barre {
  text-decoration: line-through;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  font-size: 0.75rem;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-barre-4x {
  text-decoration: line-through;
  right: 0.3125rem;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-estime {
  font-size: 0.75rem;
  color: #666;
  text-align: right;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-estime span {
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-base {
  margin-top: 3px;
  white-space: nowrap;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-bar {
  margin-top: 2px;
  text-decoration: line-through;
  white-space: nowrap;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final {
  padding-top: 1rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #333;
  white-space: nowrap;
  text-align: right;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final span {
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final.-occasion {
  padding-top: 0.25rem;
  color: #333434;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final-4x {
  /*padding-top: 1rem;*/
  padding-top: initial;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #333;
  white-space: break-spaces;
  text-align: right;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final-4x span {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  line-height: 1;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final-4x.-occasion {
  padding-top: 0.25rem;
  color: #333434;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final-4x.-location {
  padding-top: 0.25rem;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  color: #333434;
}
.liste-produits-wrapper .produit-wrapper .prix-wrapper .small-8 {
  text-align: left;
}
.liste-produits-wrapper .produit-wrapper .categorie {
  min-height: 1.25rem;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-coup-de-coeur p {
  background: #fb58ab;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-meilleure-vente p {
  background: #21a99d;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-nouveaute p {
  background: #e31d6a;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-petit-prix p {
  background: #f76322;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-edition-limitee p {
  background: #fb58ab;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-exclusivite p {
  background: #fb58ab;
}
.liste-produits-wrapper .produit-wrapper .categorie.categorie-must-have p {
  background: #fb58ab;
}
.liste-produits-wrapper .produit-wrapper .categorie p {
  display: inline-block;
  color: white;
  vertical-align: top;
  background: #333;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
}
.liste-produits-wrapper .produit-wrapper .buttonWrapper {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
.liste-produits-wrapper .produit-wrapper .buttonWrapper__notif {
  display: none;
  padding: 0.5rem;
  text-align: left;
}
.liste-produits-wrapper .produit-wrapper .buttonWrapper__share {
  position: relative;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}
.liste-produits-wrapper .produit-wrapper .buttonWrapper__label {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.liste-produits-wrapper .produit-wrapper .buttonWrapper .row {
  margin: 0.5rem -0.315rem;
}
.liste-produits-wrapper .produit-wrapper .produit-content {
  background: white;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.liste-produits-wrapper .produit-wrapper .produit {
  position: relative;
  padding: 1rem 0.5rem 0rem;
  display: block;
}
.liste-produits-wrapper .produit-wrapper .produit__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.liste-produits-wrapper .produit-wrapper .fav-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  cursor: pointer;
}
.liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes.bijou-ajoute svg .coeur {
  fill: #ff352f;
  stroke: #ff352f;
}
.liste-produits-wrapper .produit-wrapper .fav-wrapper span {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.liste-produits-wrapper .produit-wrapper .fav-wrapper svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.liste-produits-wrapper .produit-wrapper .fav-wrapper svg .less,
.liste-produits-wrapper .produit-wrapper .fav-wrapper svg .more {
  opacity: 0;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /*&.visuel-zoom{
      position : relative;
      width : 100%;
      padding-top : 100%;
      overflow : hidden;
      img{ 
          width : 350px;
          position : absolute;
          top : 50%;
          left : 50%;
          max-width : inherit;
          @include prefix((transform: translate(-50%, -50%)), moz o webkit ms);

      }
  }*/
  margin-bottom: 0.5rem;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) {
  padding-top: 0;
}
@media all and (max-width: 40rem) {
  .liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper {
    overflow: visible;
  }
}
@media all and (min-width: 40.063rem) {
  .liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper-wrapper {
    overflow: hidden;
  }
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper-pagination {
  bottom: -12px;
  width: 100%;
  padding-top: 2px;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper-pagination .swiper-pagination-bullet {
  border: solid 1px #333;
  background: white;
  box-shadow: white 0px 0px 0px 1px;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper:has(.swiper) .swiper-pagination .swiper-pagination-bullet[aria-current=true] {
  background: #333;
}
.liste-produits-wrapper .produit-wrapper .visuel-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .desc {
  min-height: 2rem;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .titre {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #999;
  margin: 0.5rem 0 0.3125rem;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .tags-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  margin: 0.3125rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .tags-wrapper .tag {
  padding: 0.15625rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .tags-wrapper .tag:has(img) {
  background: none !important;
}
.liste-produits-wrapper .produit-wrapper .infos-wrapper .tags-wrapper .tag img {
  height: 10px;
}
.liste-produits-wrapper .produit-wrapper footer {
  bottom: 0;
  left: 0;
  width: 100%;
}
.liste-produits-wrapper .produit-wrapper footer .content-footer {
  padding: 0.625rem 0.5rem;
  position: relative;
  line-height: 1;
  display: block;
}
.liste-produits-wrapper .produit-wrapper footer .columns {
  padding: 0;
  text-align: right;
}
.liste-produits-wrapper .produit-wrapper footer p {
  font-size: 0.625rem;
  position: relative;
  display: inline-block;
  text-align: left;
  color: #999;
}
.liste-produits-wrapper .produit-wrapper footer p.stock.en-stock {
  color: #00a99d;
}
.liste-produits-wrapper .produit-wrapper footer p.stock.epuise {
  color: #e53288;
}
.liste-produits-wrapper .produit-wrapper footer p.vendu-par {
  color: #385A9A;
}
.liste-produits-wrapper .produit-wrapper footer p.vendu-par.maty {
  color: #999;
}
.liste-produits-wrapper .produit-wrapper footer p.vendu-par .location {
  color: black;
}
.liste-produits-wrapper .produit-wrapper footer p.vendu-par .brand {
  color: #999;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final:not(.-occasion):not(.-location) {
    white-space: nowrap;
  }
  .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final.-occasion, .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final.-location {
    white-space: normal;
  }
  .liste-produits-wrapper .produit-wrapper.encart-merch.small-24 {
    overflow: hidden;
    -ms-flex: none;
    flex: none;
  }
  .liste-produits-wrapper .produit-wrapper.encart-merch.small-24 .produit-content {
    /*top: 0; 
     left: 0;
     right: 0;
     bottom: 0;      
    height : 100%;*/
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .produit-wrapper .tg footer .content-footer > span {
    text-transform: lowercase;
  }
  .liste-produits-wrapper .produit-wrapper .tg footer .content-footer > span > span.hide-for-small {
    text-transform: capitalize;
  }
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper .produit-wrapper {
    /*&.large-6{
         -ms-flex: 0 1 25%; 
        flex: 0 1 25%;
    }
     &.large-12{
         -ms-flex: 0 1 50%; 
        flex: 0 1 50%;
    }*/
    padding: 0.5rem !important;
  }
  .liste-produits-wrapper .produit-wrapper .produit {
    padding: 2rem 1rem 0;
  }
  .liste-produits-wrapper .produit-wrapper .visuel-wrapper {
    margin-bottom: 1rem;
  }
  .liste-produits-wrapper .produit-wrapper .fav-wrapper {
    top: 1rem;
    right: 1rem;
  }
  .liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes.bijou-ajoute:hover .coeur {
    fill: #999999;
    stroke: #999999;
  }
  .liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes.bijou-ajoute:hover .less {
    opacity: 1;
  }
  .liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes:not(.bijou-ajoute):hover svg .coeur {
    stroke: #ff352f;
  }
  .liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes:not(.bijou-ajoute):hover svg .more {
    opacity: 1;
  }
  .liste-produits-wrapper .produit-wrapper footer .content-footer {
    padding: 0.5rem 1rem;
  }
  .liste-produits-wrapper .produit-wrapper footer .content-footer:before {
    left: 1rem;
    right: 1rem;
  }
}
.liste-produits-wrapper .subprice {
  top: -0.25em;
}
.liste-produits-wrapper .buttons-wrapper {
  text-align: center;
  padding: 1rem;
}
.liste-produits-wrapper .buttons-wrapper > .row {
  width: 100%;
}
.liste-produits-wrapper .button {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  outline: none;
  margin: 0;
  padding: 1rem 0;
  width: 150px;
  background: #333;
  position: relative;
}
.liste-produits-wrapper .button span {
  display: none;
}
.liste-produits-wrapper .button span.subinfo {
  display: inline-block;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}
.liste-produits-wrapper .button.filtres-active {
  padding: 1rem 3.5rem 1rem 0.5rem;
}
.liste-produits-wrapper .button.filtres-active span {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 1rem;
  background: #ff352f;
}
.liste-produits-wrapper .button.border-button {
  background: transparent;
  color: #333;
}
.liste-produits-wrapper .button.border-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border: 3px solid transparent;
}
.liste-produits-wrapper .button.border-button:disabled {
  color: #cccccc;
}
.liste-produits-wrapper .button.border-button:disabled:after {
  border-color: #cccccc;
}
.liste-produits-wrapper .button.tris-button {
  color: #333;
}
.liste-produits-wrapper .button.tris-button:after {
  border-color: #333;
}
.liste-produits-wrapper .button.effacer-button {
  color: #999999;
}
.liste-produits-wrapper .button.effacer-button:after {
  border-color: #999999;
}
.liste-produits-wrapper .button.afficher-button {
  color: #ff352f;
}
.liste-produits-wrapper .button.afficher-button:after {
  border-color: #ff352f;
}
@media all and (max-width: 640px) {
  .liste-produits-wrapper .button, .liste-produits-wrapper .button.filtres-active {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
    font-weight: initial;
  }
  .liste-produits-wrapper .button.filtres-active span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .liste-produits-wrapper .button:nth-child(1) {
    margin-left: 2%;
    margin-right: 1%;
  }
  .liste-produits-wrapper .button:nth-child(2) {
    margin-left: 1%;
    margin-right: 2%;
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper header .buttons-wrapper {
    background: transparent;
    padding: 0.75rem 0 0.25rem;
    text-align: left;
  }
  .liste-produits-wrapper header .buttons-wrapper button {
    width: 160px;
  }
  .liste-produits-wrapper header .buttons-wrapper .columns {
    width: auto;
    padding: 0.5rem;
  }
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper .buttons-wrapper {
    display: none !important;
  }
}
.liste-produits-wrapper .custom-select-wrapper {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  border: 3px solid #333;
  text-align: left;
  z-index: 3;
}
.liste-produits-wrapper .custom-select-wrapper:after, .liste-produits-wrapper .custom-select-wrapper:before {
  content: none;
}
.liste-produits-wrapper .custom-select-wrapper.active ul {
  display: block;
}
.liste-produits-wrapper .custom-select-wrapper.active .custom-select:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
  /*transform: rotate(180deg);
  transition: all 0.25s ease-in-out;*/
}
.liste-produits-wrapper .custom-select-wrapper .custom-select {
  width: 180px;
  display: inline-block;
  padding: 0.35rem;
  position: relative;
  cursor: pointer;
}
.liste-produits-wrapper .custom-select-wrapper .custom-select:after {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: -0.8rem;
  content: "3";
  top: 50%;
  right: 0;
  font-family: "ElegantIcons";
  transition: all 0.25s ease-in-out;
}
.liste-produits-wrapper .custom-select-wrapper ul {
  display: none;
  position: absolute;
  background: white;
  left: -3px;
  border: 3px solid #333;
  right: -3px;
  z-index: 3;
  width: inherit !important;
}
.liste-produits-wrapper .custom-select-wrapper ul li span {
  padding: 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.liste-produits-wrapper .custom-select-wrapper ul li:last-of-type {
  margin: 0;
}
.liste-produits-wrapper .pagination-wrapper {
  position: relative;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: transparent;
}
.liste-produits-wrapper .pagination-wrapper .pagination-content {
  display: inline-block;
  max-width: 80%;
  padding: 0.5rem 0;
}
.liste-produits-wrapper .pagination-wrapper .pagination-content .pagination-medium-up {
  max-width: 100%;
}
.liste-produits-wrapper .pagination-wrapper .pagination-content .pagination-medium-up ul li span, .liste-produits-wrapper .pagination-wrapper .pagination-content .pagination-medium-up ul li p, .liste-produits-wrapper .pagination-wrapper .pagination-content .pagination-medium-up ul li a {
  font-size: 0.875rem;
}
.liste-produits-wrapper .pagination-wrapper .pagination-content p {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
}
.liste-produits-wrapper .pagination-wrapper .pagination-content p select {
  display: inline-block;
  margin: 0;
  width: 50px;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: center;
  background-color: transparent;
  outline: none;
  border: 3px solid #333;
}
.liste-produits-wrapper .pagination-wrapper .page-buttons {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.liste-produits-wrapper .pagination-wrapper .page-buttons.prev {
  left: 0.5rem;
}
.liste-produits-wrapper .pagination-wrapper .page-buttons.prev .button:before {
  content: "4";
}
.liste-produits-wrapper .pagination-wrapper .page-buttons.next {
  right: 0.5rem;
}
.liste-produits-wrapper .pagination-wrapper .page-buttons.next .button:before {
  content: "5";
}
.liste-produits-wrapper .pagination-wrapper .button {
  width: auto;
  padding: 0.3125rem;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1rem;
}
.liste-produits-wrapper .pagination-wrapper .button:not(.inactive):hover {
  background: white;
}
.liste-produits-wrapper .pagination-wrapper .button.inactive {
  color: #999999;
  cursor: not-allowed;
}
.liste-produits-wrapper .pagination-wrapper .button.inactive:after {
  border-color: #999999;
}
.liste-produits-wrapper .pagination-wrapper .button:after {
  border-color: #333;
}
.liste-produits-wrapper .pagination-wrapper .button:before {
  position: relative;
  font-size: 2.2em;
  line-height: 1;
  vertical-align: middle;
  font-family: "ElegantIcons";
}
@media all and (max-width: 40rem) {
  .liste-produits-wrapper .pagination-wrapper .pagination-content {
    max-width: 70%;
  }
  .liste-produits-wrapper .pagination-wrapper .button {
    padding: 0.1rem;
  }
}
@media only screen {
  .liste-produits-wrapper .pagination-wrapper {
    padding: 1rem 0;
  }
  .liste-produits-wrapper .pagination-wrapper .pagination-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .liste-produits-wrapper .pagination-wrapper .pagination-content ul li {
    font-size: 1rem;
    line-height: 1.125rem;
    display: inline-block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  .liste-produits-wrapper .pagination-wrapper .pagination-content ul li.active a, .liste-produits-wrapper .pagination-wrapper .pagination-content ul li.active span {
    color: #333;
  }
  .liste-produits-wrapper .pagination-wrapper .pagination-content ul li span, .liste-produits-wrapper .pagination-wrapper .pagination-content ul li a {
    color: #999999;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .pagination-wrapper .pagination-content ul li span, .liste-produits-wrapper .pagination-wrapper .pagination-content ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper .pagination-wrapper {
    padding: 1rem 0.25rem;
  }
  .liste-produits-wrapper .pagination-wrapper .page-buttons.prev .button {
    text-align: right;
    padding: 1rem 1rem 1rem 2.25rem;
  }
  .liste-produits-wrapper .pagination-wrapper .page-buttons.prev .button:before {
    left: 0.25rem;
  }
  .liste-produits-wrapper .pagination-wrapper .page-buttons.next .button {
    padding: 1rem 2.25rem 1rem 1rem;
  }
  .liste-produits-wrapper .pagination-wrapper .page-buttons.next .button:before {
    right: 0.25rem;
  }
  .liste-produits-wrapper .pagination-wrapper .button:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .liste-produits-wrapper .pagination-wrapper .button span {
    display: inline-block;
  }
}
.liste-produits-wrapper .text-seo-header-wrapper,
.liste-produits-wrapper .text-seo-content-wrapper {
  background: white;
  display: block;
  text-align: justify;
}
.liste-produits-wrapper .text-seo-header-wrapper:not(.text-seo-content-wrapper),
.liste-produits-wrapper .text-seo-content-wrapper:not(.text-seo-content-wrapper) {
  padding: 0.5rem;
}
.liste-produits-wrapper .text-seo-header-wrapper h2,
.liste-produits-wrapper .text-seo-content-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.liste-produits-wrapper .text-seo-header-wrapper h3,
.liste-produits-wrapper .text-seo-content-wrapper h3 {
  font-size: 0.875rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.liste-produits-wrapper .text-seo-header-wrapper p,
.liste-produits-wrapper .text-seo-content-wrapper p {
  font-size: 0.75rem;
  color: #333;
}
.liste-produits-wrapper .text-seo-header-wrapper p:not(:last-of-type),
.liste-produits-wrapper .text-seo-content-wrapper p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.liste-produits-wrapper .text-seo-header-wrapper p span,
.liste-produits-wrapper .text-seo-content-wrapper p span {
  line-height: inherit !important;
}
.liste-produits-wrapper .text-seo-header-wrapper p a,
.liste-produits-wrapper .text-seo-content-wrapper p a {
  text-decoration: underline;
  line-height: inherit !important;
}
.liste-produits-wrapper .text-seo-header-wrapper .description-page-wrapper,
.liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper {
  margin-bottom: 0;
}
.liste-produits-wrapper .text-seo-header-wrapper .description-page-wrapper .accordion-navigation,
.liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation {
  margin-bottom: 0;
}
.liste-produits-wrapper .text-seo-header-wrapper .description-page-wrapper .accordion-navigation .description-wrapper,
.liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation .description-wrapper {
  padding: 0.5rem;
}
.liste-produits-wrapper .text-seo-header-wrapper .description-page-wrapper .accordion-navigation > a,
.liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation > a {
  text-decoration: underline;
  color: #ccc;
  font-size: 0.6875rem;
  margin-top: 0;
  background: white;
  padding: 0.5rem 1rem;
}
.liste-produits-wrapper .text-seo-header-wrapper .description-page-wrapper .accordion-navigation > a:after,
.liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation > a:after {
  content: "3";
  color: #000;
  float: right;
  font-family: "ElegantIcons";
  font-size: 0.875rem;
  line-height: 1em;
  position: relative;
}
.liste-produits-wrapper .text-seo-header-wrapper {
  display: none;
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper .text-seo-content-wrapper {
    text-align: left;
  }
  .liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation > a {
    display: none;
  }
}
.liste-produits-wrapper .related-pages h2 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.liste-produits-wrapper .related-pages a {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  text-decoration: underline;
  line-height: inherit !important;
  text-transform: capitalize;
}
.liste-produits-wrapper .related-pages .related-pages__wrapper {
  background: white;
  width: 100%;
  padding: 0.5rem;
}
.liste-produits-wrapper .related-pages .related-pages__wrapper .related-pages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.liste-produits-wrapper .related-pages .related-pages__wrapper .related-pages__list .list__item {
  width: 33%;
}
.liste-produits-wrapper .sold-by-maty.filter {
  display: block;
}
@media all and (min-width: 64.0625rem) {
  .liste-produits-wrapper .sold-by-maty.filter {
    margin-bottom: 0.625rem;
    background: white;
    padding: 0.625rem 0;
    width: 17.1875rem;
  }
}
@media all and (max-width: 64rem) {
  .liste-produits-wrapper .sold-by-maty.filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
.liste-produits-wrapper .sold-by-maty.filter .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.liste-produits-wrapper .sold-by-maty.filter .container input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.liste-produits-wrapper .sold-by-maty.filter .container input[type=checkbox].-active + label {
  background: #ff352f;
}
.liste-produits-wrapper .sold-by-maty.filter .container input[type=checkbox].-active + label:after {
  left: calc(100% - 5px);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.liste-produits-wrapper .sold-by-maty.filter .container label {
  cursor: pointer;
  width: 50px;
  height: 30px;
  background: #DDD;
  display: block;
  border-radius: 100px;
  position: relative;
}
@media all and (max-width: 21.875rem) {
  .liste-produits-wrapper .sold-by-maty.filter .container label {
    margin: 0 0.3125rem 0 0;
  }
}
.liste-produits-wrapper .sold-by-maty.filter .container label > span {
  display: none;
}
.liste-produits-wrapper .sold-by-maty.filter .container label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background-position: 50%;
  background-image: url("/Images/Maty_Poincon_RVB.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.liste-produits-wrapper .sold-by-maty.filter .container > p b {
  color: #ff352f;
}
.liste-produits-wrapper .email-optin-wrapper {
  padding: 0.5rem;
  max-width: 420px;
}
@media only screen and (max-width: 40em) {
  .liste-produits-wrapper .email-optin-wrapper {
    max-width: 100%;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .email-optin-wrapper {
    margin-left: auto;
  }
}
.liste-produits-wrapper .email-optin-wrapper__content {
  padding: 0.5rem 0.5rem 0;
  background: white;
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .email-optin-wrapper__content {
    padding: 1rem 1rem 0.25rem;
  }
}
.liste-produits-wrapper input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
.liste-produits-wrapper input[type=number]::-webkit-inner-spin-button, .liste-produits-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.liste-produits-wrapper [data-href] {
  cursor: pointer;
}
.liste-produits-wrapper > header {
  background: white;
  text-align: center;
  padding: 1rem;
}
.liste-produits-wrapper .m-oups {
  background: transparent;
  padding: 2rem 1rem;
}
.liste-produits-wrapper .m-oups .a-oups {
  margin-bottom: 0.5rem;
}
.liste-produits-wrapper .hgroup {
  padding-top: 1rem;
}
.liste-produits-wrapper .hgroup p a {
  color: #333;
  text-decoration: underline;
}
.liste-produits-wrapper .vam {
  letter-spacing: -0.33em;
}
.liste-produits-wrapper .vam > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  float: none !important;
}
.liste-produits-wrapper .m-additionalFilters {
  border: 4px solid #333;
  padding: 1rem;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-1 {
  border-color: var(--campaign-1-mainColor, #333);
}
.liste-produits-wrapper .m-additionalFilters.-campaign-1 .m-additionalFilters__title {
  color: var(--campaign-1-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-1 .m-additionalFilters__subtitle {
  color: var(--campaign-1-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-2 {
  border-color: var(--campaign-2-mainColor, #333);
}
.liste-produits-wrapper .m-additionalFilters.-campaign-2 .m-additionalFilters__title {
  color: var(--campaign-2-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-2 .m-additionalFilters__subtitle {
  color: var(--campaign-2-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-3 {
  border-color: var(--campaign-3-mainColor, #333);
}
.liste-produits-wrapper .m-additionalFilters.-campaign-3 .m-additionalFilters__title {
  color: var(--campaign-3-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters.-campaign-3 .m-additionalFilters__subtitle {
  color: var(--campaign-3-mainColor, #333) !important;
}
.liste-produits-wrapper .m-additionalFilters__title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #333;
}
.liste-produits-wrapper .m-additionalFilters__subtitle {
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #333;
}
.liste-produits-wrapper .m-additionalFilters__list {
  padding: 0.75rem 0 0;
}
.liste-produits-wrapper .m-additionalFilters__list ul {
  list-style: inside;
}
.liste-produits-wrapper .m-additionalFilters__list li {
  padding: 0.125rem 0;
  font-weight: bold;
  color: #333;
}
.liste-produits-wrapper .liste-produits {
  width: 100%;
  overflow: hidden;
}
.liste-produits-wrapper .liste-produits ul {
  margin: 0;
  width: 100%;
}
.liste-produits-wrapper .liste-produits .produits {
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0.25rem;
}
.liste-produits-wrapper .liste-produits .produits:after, .liste-produits-wrapper .liste-produits .produits:before {
  width: 0;
}
.liste-produits-wrapper .liste-produits > header .header-content {
  padding: 0.5rem 1rem 0;
}
.liste-produits-wrapper .liste-produits > header .header-content a.custom-links {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.liste-produits-wrapper .liste-produits > header .header-content .columns:last-of-type {
  text-align: right;
}
#wishlist .liste-produits-wrapper .liste-produits > header .header-content .columns:last-of-type {
  text-align: left;
}
.liste-produits-wrapper h1 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin: 1rem 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
}
.liste-produits-wrapper .link_gridHeader_mobile {
  display: none;
}
.liste-produits-wrapper p {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  color: #666;
  margin: 0;
}
.liste-produits-wrapper .wrapper-inner-pictos {
  position: relative;
}
.liste-produits-wrapper .wrapper-inner-pictos .picto-bij-occaz {
  position: absolute;
}
.liste-produits-wrapper .background_espace_client {
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 15px;
}
.liste-produits-wrapper .background_espace_client h1 {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 1rem 0 2rem;
}
.liste-produits-wrapper .padding_left_right {
  padding: 0 0.5rem !important;
}
.liste-produits-wrapper .wrapper_breadcrumb {
  min-height: 41px;
  margin-bottom: 8px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
}
.liste-produits-wrapper .wrapper_breadcrumb a {
  position: absolute;
  left: 35px;
}
.liste-produits-wrapper .wrapper_breadcrumb .breadcrumb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.liste-produits-wrapper .wrapper_breadcrumb .breadcrumb .owl-prev {
  margin-bottom: 3px;
  font-size: 2rem;
  line-height: 1.25rem;
  cursor: pointer;
  text-align: center;
  background: none !important;
  color: #333;
  font-family: "ElegantIcons";
}
.liste-produits-wrapper .wrapper_breadcrumb .breadcrumb .text {
  font-size: 0.5rem;
  line-height: 0.5rem;
  text-transform: uppercase;
  color: #9f9f9f;
}
.liste-produits-wrapper .wrapper_breadcrumb h2 {
  margin: 0;
  font-family: "Roboto";
  font-size: 1.2rem;
  color: #1c1c1c;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: condensed;
}

.liste-produits-wrapper .produit-wrapper .prix-comparaison-mkp {
  text-align: right;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0.9375rem 0 0;
}

.liste-produits-wrapper .produit-wrapper .prix-wrapper {
  padding: 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#ancreSavoirPlus {
  display: none;
  margin-top: 35px;
  margin-bottom: 35px;
}
#ancreSavoirPlus .Title_Seo-Description {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#ancreSavoirPlus p {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  color: #666;
}
#ancreSavoirPlus h2 {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#ancreSavoirPlus p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.liste-produits-wrapper .-Text_Title span {
  text-transform: uppercase;
}
.liste-produits-wrapper .button_gridHeader {
  display: none;
}

@media (min-height: 32em) {
  html {
    scroll-padding-top: 300px;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .liste-produits-wrapper .liste-produits > header .header-content .columns {
    text-align: right;
  }
}
@media only screen and (min-width:40.063em) {
  .liste-produits-wrapper .hgroup {
    padding: 0.25rem;
  }
  .liste-produits-wrapper .hgroup.-onlyTitle {
    padding: 1.5rem 0.5rem;
  }
  .liste-produits-wrapper .hgroup .row {
    margin: -0.25rem 0;
  }
  .liste-produits-wrapper .hgroup .row .columns {
    padding: 0.25rem;
  }
  .liste-produits-wrapper .hgroup .row .columns a {
    display: block;
  }
}
@media only screen and (min-width:64.0625em) {
  .liste-produits-wrapper #liste-produits-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
  }
  .liste-produits-wrapper #liste-produits-wrapper.has-facet {
    padding: 0.5rem 0.5rem;
  }
  .liste-produits-wrapper #liste-produits-wrapper.no-facet {
    padding: 0.5rem;
  }
  .liste-produits-wrapper #liste-produits-wrapper.no-facet aside {
    display: none;
  }
  .liste-produits-wrapper #more-infos {
    padding-top: 1rem;
    text-align: center;
  }
  .liste-produits-wrapper #more-infos img {
    width: 100%;
  }
  .liste-produits-wrapper .hgroup h1 {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
  .liste-produits-wrapper .liste-produits {
    display: table-cell;
    vertical-align: top;
    padding: 0;
  }
  .liste-produits-wrapper .liste-produits .produits {
    padding: 0;
  }
  .liste-produits-wrapper .liste-produits > header .header-content {
    padding: 0.5rem;
  }
  .liste-produits-wrapper .liste-produits > header .trier-par p {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media all and (max-width: 640px) {
  .liste-produits-wrapper > header {
    padding-top: 0.7rem;
  }
  .liste-produits-wrapper .liste-produits > header .header-content {
    padding-top: 0;
  }
  .liste-produits-wrapper .hgroup {
    padding-top: 0.5rem;
  }
  .liste-produits-wrapper h1 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 1.3rem;
  }
  .liste-produits-wrapper .link_gridHeader_mobile {
    display: block;
  }
  .liste-produits-wrapper .button_gridHeader {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #ancreSavoirPlus {
    display: block;
  }
}
@media all and (max-width: 641px) {
  .liste-produits-wrapper .background_espace_client {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #f2f2f2;
  }
  .liste-produits-wrapper .background_espace_client h1 {
    padding: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: "Roboto", Arial, sans-serif;
    font-stretch: condensed;
  }
  .liste-produits-wrapper .wrapper_breadcrumb a {
    left: 25px;
  }
}