/* Minification failed. Returning unminified contents.
(1408,62): run-time error CSS1030: Expected identifier, found '.'
(1408,69): run-time error CSS1031: Expected selector, found ')'
(1408,69): run-time error CSS1025: Expected comma or open brace, found ')'
(1412,64): run-time error CSS1030: Expected identifier, found '.'
(1412,71): run-time error CSS1031: Expected selector, found ')'
(1412,71): run-time error CSS1025: Expected comma or open brace, found ')'
(1417,64): run-time error CSS1030: Expected identifier, found '.'
(1417,71): run-time error CSS1031: Expected selector, found ')'
(1417,71): run-time error CSS1025: Expected comma or open brace, found ')'
(1421,62): run-time error CSS1030: Expected identifier, found '.'
(1421,69): run-time error CSS1031: Expected selector, found ')'
(1421,69): run-time error CSS1025: Expected comma or open brace, found ')'
(1425,62): run-time error CSS1030: Expected identifier, found '.'
(1425,69): run-time error CSS1031: Expected selector, found ')'
(1425,69): run-time error CSS1025: Expected comma or open brace, found ')'
(1430,62): run-time error CSS1030: Expected identifier, found '.'
(1430,69): run-time error CSS1031: Expected selector, found ')'
(1430,69): run-time error CSS1025: Expected comma or open brace, found ')'
(1435,62): run-time error CSS1030: Expected identifier, found '.'
(1435,69): run-time error CSS1031: Expected selector, found ')'
(1435,69): run-time error CSS1025: Expected comma or open brace, found ')'
(2189,22): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2192,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2195,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2198,22): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
(2201,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
(2204,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
(2207,22): run-time error CSS1039: Token not allowed after unary operator: '-campaign-3-mainColor'
(2210,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-3-mainColor'
(2213,15): run-time error CSS1039: Token not allowed after unary operator: '-campaign-3-mainColor'
 */
/*$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: #333;
}
.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: #333;
  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: #333;
  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: #333;
}
.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: #333;
  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: #333;
  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: #333;
}
.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: #333;
  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: #333;
  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;
  }
}
@charset "UTF-8";
/*$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; }
}
*/
.align-center {
  text-align: center;
}

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

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

.Dflex {
  display: -ms-flexbox;
  display: flex;
}

.Dflex.-hcenter {
  -ms-flex-pack: center;
  justify-content: center;
}

.FlexColumn {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

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

.flex.-vcenter {
  -ms-flex-align: center;
  align-items: center;
}

.flex.-spaceBetween {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pos-relative {
  position: relative !important;
}

.-hidden {
  display: none;
}

.-margin {
  margin-bottom: 0.625rem;
}

.a-mainTitle {
  padding: 0;
  color: #333;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 40.063em) {
  .a-mainTitle {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .a-mainTitle {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.a-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.3125rem;
  padding: 0;
  color: #333;
}

.a-title.-sub {
  text-transform: inherit;
}

.a-title.-valid {
  color: #ff352f;
}

.a-title.-big {
  font-family: "Roboto", Arial, sans-serif;
  font-stretch: condensed;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.a-subtitle {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  margin: 0 0 0.3125rem;
  padding: 0;
  color: #333;
}

.a-articlesNumber {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  color: #666666;
  font-stretch: condensed;
  font-weight: normal;
}

.a-amount span {
  color: #ff352f;
}

.a-brand {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}

p, li {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #666666;
  margin: 0 0 0.25rem;
  padding: 0;
}

p > a {
  color: inherit;
  text-decoration: underline;
}

.a-deal {
  display: inline-block;
  background: #cf0072;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  margin: 0 0 0.5rem;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
}

.a-description {
  display: block;
  margin-bottom: 1rem;
  color: #666666;
}

.a-description:hover {
  color: #666666;
}

.a-secur {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #666;
  text-align: center;
  margin: 0.75rem 0 0;
  display: block;
}

.a-secur.-margin {
  margin-bottom: 0.625rem;
}

.a-secur:before {
  position: relative;
  display: inline-block;
  margin-right: 0;
  font-family: ElegantIcons;
  margin-right: 0.4rem;
  content: "~";
}

.a-info {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.875rem;
  overflow: hidden;
}

.a-subinfo {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-stretch: condensed;
}

.a-schedule {
  font-stretch: condensed;
  color: #999;
}

.a-cancel {
  font-stretch: condensed;
  color: #999;
  position: absolute;
  right: 0.625rem;
  top: 0;
}

.a-price {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.a-price.-main {
  color: #ff352f;
}

.a-price.-discount {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  display: inline-block;
  font-weight: bold;
  background: #cf0072;
  color: white;
  padding: 3px 5px;
  vertical-align: middle;
}

.a-price.-save {
  color: #00a99d;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  text-transform: inherit;
}

.a-price.-strikethroughPrice {
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: line-through;
  color: #666666;
  vertical-align: middle;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
}

.a-price.-estimated {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: normal;
  color: #666;
  margin-bottom: 0.25rem;
}

.a-price.-forYou {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}

.a-price.-forYou span {
  font-size: 1rem;
  line-height: 1.125rem;
}

.a-vendor strong {
  color: #333;
}

.a-vendor span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  color: #ff352f;
}

.a-vendor.-marketplace:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-right: 4px;
  background: url(/Images/category/click-and-collect-picto.png);
}

.a-vendor.-marketplace span {
  color: #314276;
}

.a-link {
  font-family: "Roboto", Arial, sans-serif;
  font-stretch: condensed;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #999;
  border-bottom: 1px solid #999;
  margin-bottom: 0.25rem;
  display: inline-block;
}

.a-link.-angle:before {
  content: "5";
  font-family: "ElegantIcons";
  font-style: normal;
  display: inline-block;
  line-height: 0;
  padding: 0;
  margin-left: -0.15rem;
  margin-right: 0.05rem;
  vertical-align: middle;
  position: relative;
  top: -0.07rem;
}

.a-link.-angle.-reverse:before {
  content: "4";
}

.a-link:hover {
  color: #666;
  border-color: #666;
}

.a-option b {
  color: #333;
}

.a-option span {
  display: inline-block;
  vertical-align: middle;
}

.a-option strong {
  color: #ff352f;
}

.a-stock span {
  color: #00a99d;
  font-weight: bold;
}

.a-stock.-error span {
  color: #E00034;
}

.a-stock.-warning span {
  color: #f15a24;
}

.a-oups {
  width: 105px;
  height: 46px;
  display: inline-block;
  text-indent: -9999px;
  background: url(/Images/oups.png) center center no-repeat;
}

.a-phone-number {
  width: 203px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  background: url(/Images/numero-telephone-maty.png) center center no-repeat;
}

.a-advantage {
  padding-left: 0.3125rem;
  color: #333;
}

.a-advantage.-valid {
  color: #00a99d;
}

.a-advantage:before {
  content: "N";
  margin-right: 0.2rem;
  font-family: "ElegantIcons";
}

.a-warning {
  color: #f15a24;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}

.a-warning.-big {
  font-size: 1rem;
  line-height: 1.125rem;
}

.a-warning.-important {
  color: #E00034;
}

.a-warning.-marketplace {
  margin: 5px;
  color: #666666;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}

.a-warning.-nopicto {
  font-stretch: condensed;
}

.a-warning.-nopicto:before {
  content: none;
}

.a-warning:before {
  color: #E00034;
  display: inline-block;
  content: "\e061";
  font-size: 1.2em;
  margin-right: 0.4rem;
  -ms-transform: translateY(0.15rem);
  transform: translateY(0.15rem);
  font-family: "ElegantIcons";
}

.a-disabled {
  background-color: #4D4D4D !important;
  border-color: #4d4d4d !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

.a-message {
  font-weight: bold;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

.a-message.-valid {
  color: #00a99d;
}

.a-message.-marketplace {
  color: #314276;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: normal;
  background-color: white;
  padding: 6px;
  border-radius: 5px;
}

.a-message.-marketplace:before {
  content: "s";
  font-family: "ElegantIcons";
  margin-right: -0.1rem;
}

.a-message__pfp {
  color: black;
  font-size: 0.9rem;
  font-weight: normal;
  background-color: #FCCE35;
  padding: 6px;
  border-radius: 5px;
}

.a-message__pfp.-inverted {
  background-color: #005FA2;
  color: white;
}

.a-message__marketing {
  color: black;
  font-size: 0.9rem;
  font-weight: normal;
  background-color: #FCCE35;
  padding: 6px;
  border-radius: 5px;
}

.a-message__marketing.-inverted {
  background-color: #005FA2;
  color: white;
}

.a-message__sis {
  color: white;
  font-size: 0.9rem;
  font-weight: normal;
  background-color: #FF352F;
  padding: 6px;
  border-radius: 5px;
}

.a-message__sis.-inverted {
  background-color: #005FA2;
  color: white;
}

.a-message__cart {
  color: #E00034;
  font-size: 0.9rem;
  font-weight: normal;
  background-color: white;
  padding: 6px;
  border-radius: 5px;
}

.a-message__cart.-inverted {
  background-color: #005FA2;
  color: white;
}

.a-message__loyalty {
  color: black;
  font-size: 0.9rem;
  font-weight: normal;
  background-color: grey;
  padding: 6px;
  border-radius: 5px;
}

.a-message__loyalty.-inverted {
  background-color: #005FA2;
  color: white;
}

.a-delivery {
  font-weight: bold;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-stretch: condensed;
}

.a-delivery.-warning {
  color: #f15a24;
}

.a-delivery.-valid {
  color: #00a99d;
}

.a-address {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Roboto", Arial, sans-serif;
  color: #666;
}

.a-address strong {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #333;
}

.a-label {
  background: transparent;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  padding: 0 0 0.25rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #333;
  font-stretch: condensed;
  margin: 0;
}

.a-label.-required:after {
  content: "*";
}

.a-label span {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #666666;
  font-weight: normal;
  display: inline-block;
  font-stretch: normal;
}

.a-label span.delivery-times {
  font-weight: 700;
  color: #ff352f !important;
}

.a-label a {
  font-weight: normal;
}

.a-label.-sub {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #666666;
  font-weight: normal;
  font-stretch: normal;
}

.a-transparent-phone {
  font-family: inherit;
  font-size: 0.875rem;
  color: #666666;
  padding: 0.625rem !important;
  display: block;
  background: #F2F2F2;
  width: 100%;
}

.a-mainLogo {
  margin: 0;
}

.a-mainLogo a {
  display: inline-block;
  margin: 0 auto;
  width: 110px;
  height: 40px;
  overflow: hidden;
}

.a-mainLogo svg {
  width: 110px;
  height: 48px;
  display: block;
  position: relative;
}

.a-productResume {
  margin: 0;
}

.a-productResume__item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.625rem;
}

.a-productResume .-img {
  width: 90px;
}

.a-engraving {
  padding: 0.25rem;
  cursor: pointer;
}

.a-engraving.selected .a-engraving__number:before {
  background-color: #ff352f;
}

.a-engraving__number {
  display: inline-block;
  padding-right: 26px;
  margin-right: 0.2rem;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #666666;
  text-transform: uppercase;
  font-weight: normal;
}

.a-engraving__number:before {
  width: 10px;
  height: 10px;
  right: 4px;
  margin-top: -5px;
  background: transparent;
}

.a-engraving__number:after {
  height: 18px;
  width: 18px;
  border: 1px solid #dadada;
  right: 0;
  margin-top: -9px;
}

.a-engraving__number:before, .a-engraving__number:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 100%;
}

.a-engraving__preview {
  display: inline-block;
  border: 1px solid #dadada;
  width: 55px;
  height: 30px;
  vertical-align: middle;
  padding: 0.25rem;
  text-align: center;
}

.m-address {
  padding: 0.625rem 0.625rem 0;
  background: white;
  margin-bottom: 0.625rem;
}

.m-address.-billing {
  margin-bottom: 0.9375rem;
}

.m-address__content {
  border-top: 1px solid #dadada;
  padding: 0.9375rem 0;
  margin-top: 0.625rem;
}

.basket-list .m-address__content {
  border-top: 0;
  padding: 0 0 0.9375rem 0;
  margin-top: 0.1rem;
}

.m-shippingMethod {
  margin-bottom: 1rem;
}

.m-shippingMethod__content {
  /*border-top: 1px solid $border-color;*/
  /*padding: $padding*1.5 0;*/
  margin-top: 0.1rem;
}

.m-inputWrapper {
  position: relative;
  margin-bottom: 0.625rem;
}

.m-inputWrapper.-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 40.063em) {
  .m-inputWrapper.-inline {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-inputWrapper.-inline > *:first-child {
    margin-right: 1rem;
  }
}
.m-inputWrapper.-hidden {
  display: none;
}

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

.m-inputWrapper__row {
  padding: 0 7.1875rem 0 0.3125rem;
  position: relative;
  margin: 0 -0.3125rem !important;
}

.m-inputWrapper__row.-longbtn {
  padding-right: 13rem;
}

.m-inputWrapper__row.-longbtn .a-button {
  width: 12.2rem;
}

.m-inputWrapper__preview div {
  height: 200px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0;
}

.m-inputWrapper__preview div * {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m-inputWrapper__button {
  position: absolute;
  bottom: 0;
  right: 0.3125rem;
  width: 100px;
}

.m-inputWrapper__radio {
  margin-top: 0.25rem;
  min-height: 29px;
  display: inline-block;
  margin-right: 1rem;
}

.m-inputWrapper__offer {
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.m-inputWrapper__label {
  margin-top: 0.25rem;
}

.m-inputWrapper__reset {
  margin-top: 0.25rem;
  color: #999;
  text-align: right;
}

.m-inputWrapper__modifier {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
}

.m-inputWrapper__input {
  position: relative;
}

.m-inputWrapper__input select {
  border-radius: 0;
  width: 100%;
}

.m-inputWrapper__input p {
  margin: 0;
  padding: 0.3125rem 0;
}

.-error .m-inputWrapper__input input, .-error .m-inputWrapper__input textarea, .-error .m-inputWrapper__input select {
  border-color: #E00034 !important;
}

.-warning .m-inputWrapper__input input, .-warning .m-inputWrapper__input textarea, .-warning .m-inputWrapper__input select {
  border-color: #f15a24;
}

.m-inputWrapper__counter {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

.m-inputWrapper__message {
  margin-top: 0.25rem;
  font-stretch: condensed;
}

.m-inputWrapper__message a {
  text-decoration: underline;
}

.-valid .m-inputWrapper__message {
  color: #00a99d;
}

.-error .m-inputWrapper__message {
  color: #E00034;
}

.-warning .m-inputWrapper__message {
  color: #f15a24;
}

.m-rowInput [class*=column] + [class*=column]:last-child {
  float: left;
}

.m-rowInput__button {
  padding-top: 1.5625rem;
}

@media only screen and (max-width: 40em) {
  .m-rowInput__button {
    padding-top: 0;
    padding-bottom: 0.625rem;
  }
}
.m-map {
  position: relative;
}

.m-map__wrapper {
  width: 100%;
  padding-top: 100%;
}

@media only screen and (min-width: 40.063em) {
  .m-map__wrapper {
    padding-top: 60%;
  }
}
.m-map__moreInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m-tooltip {
  display: inline-block;
  position: relative;
  font-style: normal;
  cursor: pointer;
  vertical-align: bottom;
}

.m-tooltip.-vcenter {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.m-tooltip:before {
  content: "\e064";
  font-family: "ElegantIcons";
  color: #999;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
}

.m-tooltip__dropdown {
  padding: 0.5rem;
  margin-left: -0.35rem;
}

.m-tooltip__dropdown.-dark {
  padding: 0;
  background: #666;
  color: white;
  border: 1px solid #666;
  max-width: 260px !important;
}

.m-tooltip__dropdown.-dark .row .columns:first-child {
  padding: 0.5rem;
}

.m-tooltip__dropdown.-dark:before {
  border-color: transparent transparent #666 transparent;
}

.merch {
  -ms-touch-action: none;
  touch-action: none;
  margin: 0 -0.625rem;
}

@media only screen and (min-width: 64.0625em) {
  .merch {
    margin: 0;
  }
}
.m-product {
  margin: 0.3125rem 0;
  padding: 0.3125rem;
  background: white;
  position: relative;
}

.m-product__image {
  width: 120px;
  margin: auto;
  padding: 0.3125rem;
}

@media only screen and (min-width: 40.063em) {
  .m-product__image {
    width: 170px;
  }
}
.m-product__info:first-of-type {
  margin-top: 0.5rem;
}

.m-product__informations {
  padding: 0.3125rem;
}

.m-product__price {
  text-align: right;
  position: relative;
  min-height: 80px;
  vertical-align: bottom !important;
}

.m-product__price p:last-of-type {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}

.m-categories__item {
  padding: 0.25rem;
  display: inline-block;
}

.m-oups {
  background: white;
  text-align: center;
  padding: 0.625rem;
}

.m-productInline {
  padding: 0.3125rem 0;
  background: white;
  position: relative;
}

.m-productInline__delete {
  position: absolute;
  z-index: 10;
  top: 0.15625rem;
  right: 0.15625rem;
}

.m-productInline__delete_left {
  position: absolute;
  z-index: 10;
  top: 0.15625rem;
  left: 0.15625rem;
}

.m-productInline__cell {
  padding: 0.3125rem;
  display: table-cell;
  vertical-align: middle;
}

.m-productInline__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  /*@media only screen and (max-width: 40em) {
      padding-bottom: 2.5rem;
  }*/
}

.m-productInline__seeMore {
  margin: 0.5rem 0;
}

.m-productInline__seeMore:after {
  content: "";
  display: block;
}

.m-productInline__image {
  width: 120px;
}

@media only screen and (min-width: 40.063em) {
  .m-productInline__image {
    width: 170px;
  }
  .-small .m-productInline__image {
    vertical-align: top;
    width: 100px;
  }
}
.m-productInline__info:first-of-type {
  margin-top: 0.5rem;
}

.m-productInline__informations {
  padding-right: 1.25rem;
}

.m-productInline__stock {
  margin: 1rem 0 0;
}

@media only screen and (max-width: 40em) {
  .m-productInline__stock {
    margin: 0;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
  }
}
.m-productInline__price {
  text-align: right;
}

.m-productInline__price.-sub {
  text-align: left;
  margin-top: 0.625rem;
}

@media only screen and (min-width: 64.0625em) {
  .m-productInline__price.-sub {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}
.m-productInline__shippingMethod {
  font-weight: 400;
  font-size: 0.75rem;
}

.m-productInline__status {
  margin-bottom: 0.8rem;
  /*padding: 0 .625rem;*/
}

.m-productInline__status.delivery-status {
  color: #00a99d;
  font-weight: 500;
}

.article-epuise {
  background: url(/Images/product/epuise/article-epuise-350.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  height: 150px;
  width: 150px;
}

@media screen and (max-width: 640px) {
  .article-epuise {
    height: 120px;
    width: 120px;
  }
}
.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 #dadada;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0.625rem;
  left: 0.625rem;
  display: block !important;
}

.m-gravure {
  position: relative;
  padding: 0.3125rem !important;
  background: white !important;
}

.m-gravure.-active .m-gravure__change.-off {
  display: none;
}

.m-gravure.-active .m-gravure__change.-on {
  display: inline-block;
}

.m-gravure.-open .m-gravure__title {
  margin-bottom: 24px;
}

.m-gravure.-open .m-gravure__content {
  display: block !important;
}

.m-gravure > .columns {
  padding: 0.3125rem !important;
}

.m-gravure__title {
  margin: 0;
}

.m-gravure__content {
  display: none !important;
}

.m-gravure__change.-on {
  display: none;
}

.m-gravure__modifier {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-decoration: none;
}

.m-gravure__desc {
  position: relative;
  padding-right: 5.5rem;
  padding: 0.625rem 0;
}

.m-gravure__desc p {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.25rem;
}

.m-gravure__toggle {
  cursor: pointer;
}

.-open .m-gravure__toggle.-open {
  display: none !important;
}

.m-gravure__toggle.-open .m-gravure__picto {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-gravure__picto {
  font-size: 1rem;
  line-height: 1.125rem;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.m-gravure:before {
  border-top: 1px solid #dadada;
  position: absolute;
  top: 0;
  right: 0.625rem;
  left: 0.625rem;
  display: block !important;
}

.m-gravure__preview {
  max-width: 300px;
}

.m-gravure__previewFile {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40.063em) {
  .m-gravure__previewFile.-pdf {
    width: 300px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-gravure__previewFile.-pdf {
    width: 400px;
  }
}
.m-gravure__previewFile iframe {
  border: 1px solid #F2F2F2;
  width: 100%;
  height: 100%;
}

.m-gravure__previewFile img {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-gravure__previewImage {
  max-width: 150px;
}

.m-gravure__right {
  text-align: right;
  padding-bottom: 0.5rem;
}

.m-step {
  letter-spacing: -0.33em;
  text-align: right;
}

.a-step {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
  padding: 0.5rem;
  overflow: hidden;
}

.a-step:first-of-type:before {
  left: 50% !important;
}

.a-step:last-of-type:before {
  left: inherit !important;
  right: 50%;
}

.a-step:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  left: 0;
  margin-top: -1px;
  height: 2px;
  background: #999;
}

.a-step.-active:before {
  background: #333;
}

.a-step__link {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  background: #999;
  color: white;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

.-active .a-step__link {
  background: #333;
}

.a-step__link:hover {
  color: white;
}

.m-headerLayoutCart {
  background: #fff;
}

.m-headerLayoutCart p {
  padding: 0;
}

.m-headerLayoutCart__step {
  min-height: 43px;
}

.m-headerLayoutCart__step .a-step.-step_inactive-link .a-step__link {
  pointer-events: none;
  cursor: default;
}

.m-headerLayoutCart__content {
  padding: 0rem 0.5rem 0rem 3.5rem;
  position: relative;
}

.m-headerLayoutCart__back {
  display: block;
  height: 100%;
  width: 2.5rem;
  border-right: 1px solid #DDDDDD;
  position: absolute;
  left: 0;
  padding: 0.25rem;
}

.m-headerLayoutCart__back:before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  content: "4";
  font-size: 1.9375rem;
  line-height: 1.9375rem;
  font-family: "ElegantIcons";
}

.m-headerLayoutCart.helloBarRetrait {
  margin-top: 26px;
}

@media only screen and (min-width: 40.063em) {
  .m-headerLayoutCart {
    border-bottom: 2px solid #e9e9e9;
  }
  .m-headerLayoutCart__step .a-step {
    padding: 0.5rem 3rem 1.5rem 3rem;
  }
  .m-headerLayoutCart__step .a-step:before {
    top: 37%;
  }
  .m-headerLayoutCart__step .a-step:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 35px;
    left: 0px;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    font-stretch: condensed;
    text-align: center;
    color: #999;
  }
  .m-headerLayoutCart__step .a-step:first-child:after {
    content: "Panier";
  }
  .m-headerLayoutCart__step .a-step:nth-child(2):after {
    content: "Livraison";
  }
  .m-headerLayoutCart__step .a-step:nth-child(3):after {
    content: "Paiement";
  }
  .m-headerLayoutCart__step .a-step.-active:after {
    color: #333;
  }
  .m-headerLayoutCart__step .a-step.-step_inactive-link .a-step__link {
    pointer-events: none;
    cursor: default;
  }
  .m-headerLayoutCart__step .a-express-step {
    cursor: default;
  }
  .m-headerLayoutCart__step .a-express-step:first-child:after {
    content: "Paypal";
  }
  .m-headerLayoutCart__step .a-express-step:nth-child(2):after {
    content: "Vérification";
  }
  .m-headerLayoutCart__content.fulllogo {
    padding-left: 0px;
  }
  .m-headerLayoutCart p.logo-maty {
    margin: 2px 0 0 0;
  }
  .m-headerLayoutCart p.logo-maty a {
    display: inline-block;
    width: 158px;
    min-height: 50px;
  }
  .m-headerLayoutCart p.logo-maty a svg {
    width: 158px;
    min-height: 50px;
  }
  .m-headerLayoutCart p.logo-maty.logo_padding {
    padding-left: 15px;
  }
}
.m-headerCart.-fixed {
  background: #F2F2F2;
  padding: 0.625rem 0.625rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.m-headerCart__button {
  width: 100%;
  margin: 0.5rem 0 0.5rem;
}

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

.m-headerCart #loyalty-messages-wrapper .a-message__loyalty {
  padding: 6px 10px;
  color: #4b4b4b;
  background: #dddddd;
}

.m-headerBasket {
  margin: 0 0 0.3125rem 0;
  padding: 0.625rem;
  background: white;
}

.m-headerBasket.-resume {
  padding: 0;
}

.m-headerBasket__resume {
  padding: 0.625rem;
}

.m-headerBasket__resume > p {
  padding: 0 0 0.3125rem;
}

.m-headerBasket__content {
  display: block;
  position: relative;
}

.-resume .m-headerBasket__content {
  padding: 0.625rem;
}

.-active .m-headerBasket__content:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-headerBasket__content:after {
  content: "5";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  font-family: "ElegantIcons";
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-top: -0.5625rem;
}

.m-headerBasket p {
  margin: 0;
}

@media all and (max-width: 641px) {
  #loyalty-messages-wrapper .a-message__loyalty {
    margin-top: 6px;
    margin-bottom: 11px;
  }
}
.m-headerResumeCart {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-headerResumeCart__thanks {
  font-family: "Roboto", Arial, sans-serif;
  font-stretch: condensed;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  color: #ff352f;
  font-weight: bold;
}

.m-headerResumeCart p {
  margin-bottom: 20px;
}

.m-giftPackage {
  position: relative;
  padding: 0.625rem;
  background: #fff;
  margin: 0.625rem 0;
  /* PREVISUALISATION */
}

.m-giftPackage .row {
  margin: 0;
}

.m-giftPackage .-on {
  display: none !important;
}

.m-giftPackage.-actived .-on.-cancel {
  display: none !important;
}

.m-giftPackage.-active .-on {
  display: inline-block !important;
}

.m-giftPackage.-active .m-giftPackage__message {
  display: block;
}

.m-giftPackage.-active .-off {
  display: none !important;
}

.m-giftPackage__content {
  display: table;
  table-layout: fixed;
  padding: 0.625rem 0;
}

@media only screen and (min-width: 40.063em) {
  .m-giftPackage__content:last-of-type {
    display: none !important;
  }
}
.m-giftPackage__message {
  margin-top: 0.625rem;
  padding: 0.625rem 0;
  display: none;
  border-top: 1px solid #dadada;
}

.m-giftPackage__message .columns {
  padding: 0;
}

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

.m-giftPackage__image {
  width: 6.25rem;
  display: table-cell;
}

.m-giftPackage__desc {
  padding-left: 0.625rem;
  display: table-cell;
  vertical-align: middle;
}

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

.m-giftPackage__option {
  position: absolute;
  top: 100%;
  left: 0;
  width: 133%;
}

.m-giftPackage__delete {
  position: absolute;
  z-index: 10;
  top: 0.15625rem;
  right: 0.15625rem;
  display: none;
  /*.-active & {
      display: block;
  }*/
}

.m-giftPackage__toggle {
  margin-top: -0.625rem;
}

.m-giftPackage__picto {
  font-size: 1rem;
  line-height: 1.125rem;
  position: relative;
  top: 0.1rem;
}

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

.m-giftPackage__buttonContainer button {
  margin-left: 0.3125rem;
}

.m-giftPackage .m-inputWrapper {
  margin-bottom: 0px;
}

.m-giftPackage #Line1 {
  border: 1px solid #ddd !important;
  border-bottom: 0px !important;
}

.m-giftPackage .input-validation-error {
  border: 1px solid red !important;
}

.m-giftPackage #Line10 {
  border: 1px solid #ddd !important;
  border-top: 0px !important;
}

.m-giftPackage .giftPackageLine {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.m-giftPackage #giftPackagePreview {
  display: none;
  text-align: center;
}

.m-giftPackage #giftPackageSvgPreview {
  font-family: Nimbus Sans Novus T;
}

.o-summary {
  position: relative;
}

.o-summary .promo-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-summary {
  padding: 0 0.625rem;
  background: white;
  position: relative;
}

.m-summary p {
  margin-bottom: 0 !important;
  padding: 0;
}

.m-summary__errors {
  margin-top: -0.625rem;
  padding-bottom: 0.625rem;
}

.m-summary__errors p {
  margin: 0;
}

.m-summary__errors p:last-of-type {
  padding-bottom: 0.625rem;
}

.m-summary__row:not(:first-of-type) {
  border-top: 1px solid #dadada;
}

.m-summary__row > .columns {
  margin: 0.625rem 0;
}

.m-summary__row.-sub {
  border-top: none;
  margin-top: -0.625rem !important;
  padding-bottom: 0.625rem;
}

.m-summary__row.-sub .a-price {
  color: #666;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: normal;
  font-family: "Roboto", Arial, sans-serif;
}

.m-summary__row.-sub > .columns {
  margin: 0;
}

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

.m-summary__button {
  margin-top: -0.625rem;
  width: 100%;
}

.m-summary__delivery {
  border: 1px solid #dadada;
  padding: 0.625rem;
  margin-top: -0.625rem;
}

.cart-reassurance .columns {
  margin-top: 0;
}

.cart-reassurance .columns .a-secur {
  margin-top: 0;
  text-align: left;
}

.cart-reassurance .columns ul.reassurance-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-left: 0;
  margin-bottom: 0px;
  text-align: right;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo {
  display: inline-block;
  text-align: left;
  background-image: url(/Images/sprites/sprite-partenaires-paiement-2022v3.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  text-indent: -9999em;
  margin: 0 0 0 10px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.inactive {
  opacity: 0.2;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.cb {
  background-position: 0px -127px;
  height: 20px;
  width: 30px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.visa {
  background-position: 0px -254px;
  height: 24px;
  width: 41px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.mastercard {
  background-position: -70px -127px;
  height: 20px;
  width: 32px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.paypal {
  background-position: 0px -309px;
  height: 15px;
  width: 56px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.contact {
  background-position: 0px -1049px;
  height: 24px;
  width: 39px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.troisfois {
  background-position: 0px -550px;
  width: 102px;
  height: 22px;
}

.cart-reassurance .columns ul.reassurance-logos li.reassurance-logo.quatrefois {
  background-position: 0px -510px;
  width: 102px;
  height: 22px;
}

.cart-reassurance .columns ul.reassurance-logos + p {
  margin: 0.5rem 0;
  color: #666;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}

.cart-reassurance .columns ul.reassurance-logos + p span {
  color: #ff352f;
}

.cart-reassurance .columns ul.reassurance-logos + p span.mkp {
  color: #314276;
}

.cart-reassurance .columns ul.reassurance-logos + .text_infos {
  margin-top: 14px;
}

.cart-reassurance .columns ul.reassurance-logos.two {
  margin-top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.cart-reassurance .columns ul.reassurance-logos.two li {
  margin-top: 10px;
}

@media only screen and (max-width: 40em) {
  .cart-reassurance .columns .a-secur {
    text-align: center;
  }
  .cart-reassurance .columns ul.reassurance-logos {
    text-align: center;
  }
  .cart-reassurance .columns ul.reassurance-logos-sf {
    text-align: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .cart-reassurance .columns .a-secur {
    text-align: center;
  }
  .cart-reassurance .columns ul.reassurance-logos {
    text-align: center;
  }
  .cart-reassurance .columns ul.reassurance-logos-sf {
    text-align: center;
  }
}
.m-card {
  position: relative;
  padding: 0.625rem 0;
  background: white;
}

.m-card.gmaps-info-card {
  border-bottom: none !important;
}

.m-card.-active:not(.-address) {
  padding: 0.625rem;
  border: 1px solid #999 !important;
}

.m-card.-active:not(.-address) .a-label {
  margin-bottom: 0.625rem;
}

.m-card.-active:not(.-address) .a-label:before {
  content: "Z";
  font-family: "ElegantIcons";
  font-size: 1rem;
  line-height: 1rem;
  margin-right: 0.3125rem;
}

.m-card.-active:not(.-address) .m-card__more {
  right: 0.625rem;
}

.m-card.-active.-address .a-address:before {
  content: "Z";
  font-family: "ElegantIcons";
  font-size: 1rem;
  line-height: 1rem;
  margin-right: 0.15625rem;
}

.m-card:not(:last-of-type) {
  border-bottom: 1px solid #dadada;
}

.m-card__address {
  position: relative;
  margin-bottom: 0.3125rem;
}

.-pickup .m-card__address {
  padding-left: 3.75rem;
}

.m-card__logo {
  display: none;
}

.-pickup .m-card__logo {
  width: 3.125rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2.75rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/Images/sprite-pickup-2023.png);
}

.-laPoste .m-card__logo {
  background-position: 0 0;
}

.-colissimo .m-card__logo {
  background-position: -50px 0;
}

.-chronopost .m-card__logo {
  background-position: -100px 0;
}

.-mondialRelai .m-card__logo {
  background-position: -150px 0;
}

.-locker .m-card__logo {
  background-position: -200px 0;
}

.m-card__content {
  padding-right: 100px;
}

.m-card__more {
  position: absolute;
  top: 0.625rem;
  right: 0;
}

.m-card__more p {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.m-card__delivery {
  margin-top: 0.625rem;
}

.m-card__button {
  margin-top: 0.625rem !important;
}

.m-checkbox {
  position: relative;
  margin: 0 0 0.625rem;
  padding: 0.9375rem 0.625rem;
  background: white;
  cursor: pointer;
}

.m-checkbox.-displayOnly {
  cursor: inherit;
  margin: 0;
}

.m-checkbox.-main {
  border: 1px solid #EAEAEA;
}

.m-checkbox.-main .m-checkbox__delivery {
  display: block;
}

.m-checkbox.-groupPackages {
  padding: 0.9375rem 0;
}

.m-checkbox.-main.-active {
  border: 1px solid #999;
}

.m-checkbox p {
  margin: 0;
  padding: 0;
}

.m-checkbox__delivery {
  display: none;
}

.m-checkbox__content {
  position: relative;
  padding: 0 1.25rem;
}

.-main .m-checkbox__content {
  padding: 0 1.25rem 0.625rem;
}

.m-checkbox.-active .m-checkbox__content:before {
  content: "Z";
}

.m-checkbox__content:before {
  position: absolute;
  left: 0;
  font-size: 1rem;
  line-height: 1rem;
  top: 0;
  content: "V";
  font-family: "ElegantIcons";
}

.m-checkbox__more {
  position: absolute;
  top: 0;
  right: 0;
}

.m-checkbox__more p {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.m-package {
  margin: 0.625rem 0;
}

.m-promotionnalCode {
  position: relative;
  margin-bottom: 0.625rem;
}

.m-promotionnalCode.-disable .m-promotionnalCode__gift {
  opacity: 0.6;
  pointer-events: none;
}

.m-promotionnalCode.-disable .-on {
  display: none;
}

.m-promotionnalCode.-disable .-off {
  display: inline-block;
}

.m-promotionnalCode .-off {
  display: none;
}

.m-promotionnalCode__gift {
  margin: 0.3125rem 0;
}

.m-promotionnalCode__radio {
  display: inline-block;
  margin-right: 1rem;
}

.m-promotionnalCode__offer {
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.m-promotionnalCode .a-input {
  text-transform: uppercase !important;
}

.m-promotionnalCode .click-and-collectV2-gift.panel {
  background: white;
  border-color: #ff352f;
  padding: 0.6rem;
  margin-top: 1rem;
}

.m-promotionnalCode .click-and-collectV2-gift__infos {
  font-size: 0.75rem;
  line-height: 1rem;
}

.m-promotionnalCode .click-and-collectV2-gift__checkbox {
  position: relative;
  text-indent: 1.15rem;
  font-size: 0.75rem;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1rem;
}

.m-promotionnalCode .click-and-collectV2-gift__checkbox .clickncollectV2-checkbox-gift {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.m-promotionnalCode .click-and-collectV2-gift__checkbox .clickncollectV2-checkbox-gift:checked ~ .checkmark:before {
  content: "Z";
  color: #ff352f;
}

.m-promotionnalCode .click-and-collectV2-gift__checkbox .checkmark:before {
  position: absolute;
  left: -1.15rem;
  font-size: 1rem;
  line-height: 1.3rem;
  top: -2px;
  content: "V";
  font-family: "ElegantIcons";
}

.m-promotionnalCode .click-and-collectV2-gift__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.m-engravingType {
  border: 1px solid #dadada;
  border-radius: 10px;
  display: inline-block;
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.m-engravingType:hover {
  transition: all 0.5s ease-in-out;
  border-color: #333;
  background: #333;
}

.m-engravingType:hover .m-engravingType__title {
  color: white;
  transition: all 0.5s ease-in-out;
}

.m-engravingType:hover .m-engravingType__picto * {
  transition: all 0.5s ease-in-out;
}

.m-engravingType:hover .m-engravingType__picto .fill {
  fill: white;
}

.m-engravingType:hover .m-engravingType__picto .stroke {
  stroke: white;
}

.m-engravingType__title {
  transition: all 0.5s ease-in-out;
}

.m-engravingType__picto svg {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.m-engravingType__picto svg * {
  transition: all 0.5s ease-in-out;
}

.m-exemples {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  letter-spacing: -0.33em;
  display: -ms-flexbox;
  display: flex;
}

.m-exemples__item {
  max-width: 80px;
  padding: 10px;
  width: 25%;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}

.m-exemples__item.valid-2 div {
  background-position: -180px 0;
}

.m-exemples__item.invalid-1 div {
  background-position: 0;
}

.m-exemples__item.invalid-2 div {
  background-position: -60px 0;
}

.m-exemples__item.invalid-2 div {
  background-position: -60px 0;
}

.m-exemples__item.-invalid:before {
  content: "Q";
  color: #d21e24;
}

.m-exemples__item:before {
  content: "R";
  position: absolute;
  font-family: "ElegantIcons";
  color: #00a99d;
  top: 10px;
  right: 10px;
  background: white;
  display: inline-block;
  border-radius: 100%;
  font-size: 1rem;
}

.m-exemples__item div {
  padding-top: 100%;
  background-image: url(/images/Gravure/exemples-gravure.jpg);
  background-size: 400%;
  width: 100%;
  background-position: -120px 0;
}

.m-warrantyModal {
  padding: 3rem 1rem;
  width: 100% !important;
  min-height: auto !important;
}

.m-warrantyModal > .close-reveal-modal {
  position: absolute;
}

@media only screen and (min-width: 40.063em) {
  .m-warrantyModal {
    max-width: 600px !important;
    left: 50% !important;
    margin-left: -300px;
  }
}
.m-warrantyModal__picto {
  /*max-width: 50px;*/
  padding-bottom: 0.5rem;
}

.m-warrantyModal__title {
  color: #000000;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
}

.m-warrantyModal__title strong {
  font-size: 1.25em;
}

.m-warrantyModal__title span {
  color: #ff352f;
}

.m-warrantyModal__subtitle {
  color: #ff352f;
  margin-top: 1rem;
  font-weight: bold;
}

.m-warrantyModal__subtext {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 1rem;
}

.m-warrantyModal__content {
  color: #000000;
}

.m-warrantyModal__content p {
  margin-top: 15px;
}

.m-warrantyModal__content span {
  color: #ff352f;
  font-weight: bold;
}

.m-warrantyModal ul {
  margin: 0;
  list-style: none;
}

.m-warrantyModal ul li {
  margin: 0, 10px, 0 0;
}

.m-warrantyModal .free {
  color: #ff352f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.m-warrantyModal .crossed {
  text-decoration: line-through;
  color: #000000;
}

.o-basket {
  margin: 0.3125rem 0 1.25rem;
}

.o-basket.-hidden {
  display: none;
}

.o-basket__message {
  padding: 0.3125rem 0;
}

.o-blockInput {
  margin: 0.625rem 0;
  padding: 0.625rem;
  background: white;
}

.o-blockInput__infos {
  padding-top: 0.3125rem;
}

.o-blockInput__inputWrapper {
  margin: 0;
}

.o-accordion.-empty .o-accordion__change {
  padding: 0.625rem !important;
}

.o-accordion__navigation.-disable {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.o-accordion__navigation.accordion-navigation {
  margin-bottom: 0.625rem !important;
}

.o-accordion__navigation.active .o-accordion__change:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.o-accordion__navigation.active > .o-accordion__change > .o-accordion__radio:before {
  background: #ff352f;
}

.o-accordion__navigation.active > .o-accordion__change > .o-accordion__radio.-alma-scale:before {
  background: #000000;
}

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

.o-accordion__more {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: -0.4375rem;
}

@media only screen and (min-width: 40.063em) {
  .o-accordion__more {
    right: 2.5rem;
  }
}
.o-accordion__radio {
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  height: 1.125rem;
  width: 1.125rem;
  border: 1px solid #dadada;
  left: 0.625rem;
  margin-top: -0.5625rem;
}

.o-accordion__radio:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
  left: 0.2rem;
  margin-top: -0.3125rem;
  background: transparent;
}

.o-accordion__content {
  padding: 0.625rem !important;
  position: relative;
}

.o-accordion__content:before {
  content: "";
  display: block;
  border-top: 1px solid #dadada;
  position: absolute;
  top: 0;
  left: 0.625rem;
  right: 0.625rem;
  z-index: 2;
}

.o-accordion__change {
  background: white !important;
  padding: 0.78125rem 2.25rem !important;
  position: relative;
}

.o-accordion__change p {
  margin: 0;
  padding: 0;
}

.o-accordion__change:after {
  content: "5";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  font-family: "ElegantIcons";
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-top: -0.5625rem;
}

.o-tab {
  margin: 0.625rem 0;
  background: white;
  padding: 0 0.625rem;
}

.o-tab__header {
  position: relative;
  padding: 0.625rem 0;
  border-bottom: 1px solid #dadada;
}

.o-tab__header p {
  margin: 0;
}

.o-tab__selectors {
  position: absolute;
  top: 0;
  right: 0;
}

.o-tab .tab-title.active > .o-tab__picto.-list:after {
  background-position: right bottom;
}

.o-tab .tab-title.active > .o-tab__picto:after {
  background-position: bottom left;
}

.o-tab .tab-title > .o-tab__picto {
  background-color: transparent !important;
  text-indent: -9999px;
  padding: 0;
  height: 36px;
  width: 30px;
  display: inline-block;
  position: relative;
}

.o-tab .tab-title > .o-tab__picto.-list:after {
  background-position: right top;
}

.o-tab .tab-title > .o-tab__picto:after {
  position: absolute;
  content: "";
  width: 22px;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  height: 23px;
  display: block;
  background: url(/Images/pick-up-selector.png) left top no-repeat;
}

.o-products .owl-carousel {
  position: relative;
  padding-bottom: 1.5rem;
}

.o-products .owl-dot {
  display: block;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0.3125rem;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
}

.o-products .owl-dot span {
  background: none !important;
}

.o-products .owl-dot.active:before {
  background: #999;
}

.o-products .owl-dot:before {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -1px;
  left: 0;
  content: "";
  background: #DDD;
  height: 2px;
  width: 20px;
}

.o-products .owl-dots {
  text-align: center;
  position: absolute;
  width: auto;
  bottom: 0;
  display: inline-block;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none !important;
}

.o-products .owl-prev {
  left: 0;
}

.o-products .owl-next {
  right: 0;
}

.o-products .owl-theme .owl-nav [class*=owl-] {
  font-size: 2rem;
  line-height: 1.25rem;
  cursor: pointer;
  text-align: center;
  bottom: 0;
  position: absolute;
  background: none !important;
  color: #333;
  font-family: "ElegantIcons";
}

.o-radioButton {
  padding-top: 0.625rem;
  border-top: 1px solid #dadada;
}

.o-payment {
  /*&.-troisfois {
      .o-payment__change:before {
          background-position: 0 -40px;
      }
  }*/
}

.o-payment.-troisFois .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -30px;
}

.o-payment.-troisFois .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-troisFois .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-quatreFois .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -70px;
}

.o-payment.-quatreFois .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-quatreFois .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-almaDeuxFois .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -228px;
}

.o-payment.-almaDeuxFois .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-almaDeuxFois .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-almaTroisFois .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -228px;
}

.o-payment.-almaTroisFois .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-almaTroisFois .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-almaQuatreFois .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -228px;
}

.o-payment.-almaQuatreFois .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-almaQuatreFois .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-paypal .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -116px;
}

.o-payment.-paypal .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-paypal .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-quatreEtoiles .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -158px;
}

.o-payment.-quatreEtoiles .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-quatreEtoiles .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment.-bancontact .o-payment__change:not(.-alma-scale):before {
  background-position: 0 -197px;
}

.o-payment.-bancontact .o-payment__change.-alma-scale:before {
  display: none;
}

.o-payment.-bancontact .o-payment__change.-alma-scale:after {
  display: none;
}

.o-payment.-alma-scale {
  margin-left: 1rem;
}

.o-payment__content li {
  color: #666666;
}

.o-payment__form {
  max-width: 300px;
  margin: 0 auto 1rem;
}

.o-payment:not(.-others) .o-payment__change:not(.-alma-scale) {
  padding-right: 10rem !important;
}

.o-payment:not(.-others) .o-payment__change:not(.-alma-scale):before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 37px;
  margin-top: -20px;
  top: 50%;
  right: 2.5rem;
  background-image: url(/Images/cart/payment-spritev3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.-empty .o-payment:not(.-others) .o-payment__change:not(.-alma-scale):before {
  right: 0.625rem;
}

.o-payment .paiement_fidelite {
  margin-top: 5px;
  margin-bottom: 10px;
}

.o-payment .paiement_text_1 {
  margin-bottom: 13px;
}

#checkboxFidelityPayment input {
  accent-color: white;
}

#checkboxFidelityPayment input::before {
  color: red;
}

.o-engraving {
  margin-left: 0 !important;
  padding: 0;
  position: relative;
}

.o-engraving:not(.-modal) {
  width: 100%;
}

.o-engraving.-modal {
  max-width: 960px;
}

@media only screen and (min-width: 40.063em) {
  .o-engraving.-modal {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50% !important;
  }
}
@media only screen and (max-width: 40em) {
  .o-engraving.-modal {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
  }
}
.o-engraving.-modal .o-engraving__content {
  padding: 0.5rem 1rem;
}

.o-engraving.-modal .o-engraving__header {
  padding: 0;
}

.o-engraving.-modal .o-engraving__overflow {
  padding: 2rem;
  max-height: 90vh;
}

.o-engraving.-step1 #engraving-step1 {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out 0.1s;
  opacity: 1;
  max-height: inherit;
}

.o-engraving.-step2a #engraving-step2a {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out 0.1s;
  opacity: 1;
  max-height: inherit;
}

.o-engraving.-step2b #engraving-step2b {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out 0.1s;
  opacity: 1;
  max-height: inherit;
}

.o-engraving.-step2c #engraving-step2c {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out 0.1s;
  opacity: 1;
  max-height: inherit;
}

.o-engraving__row {
  margin: 0 -1rem;
  width: inherit;
}

.o-engraving__overflow {
  overflow: auto;
  width: 100%;
}

.o-engraving__header {
  padding: 2rem 0 0.5rem;
}

.o-engraving__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  cursor: pointer;
}

.o-engraving__content {
  padding: 0.5rem 0;
}

.o-engraving__step {
  transition: transform 0.25s ease-in-out 0.1s, opacity 0.25s ease-in-out;
  opacity: 0;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  max-height: 0;
  overflow: hidden;
}

.o-engraving__change {
  border-top: 2px solid #b49374;
  margin-top: 1rem;
  padding-top: 1rem;
}

.o-engraving__input-after {
  display: none;
}

.o-engraving__input-after p {
  font-stretch: condensed;
}

.o-engraving__preview {
  max-height: 150px;
  overflow: auto;
}

.o-engraving__preview iframe {
  width: 100%;
  border: none;
  height: 148px;
}

.o-engraving__image {
  padding: 0 1rem;
  position: relative;
}

.o-engraving__input {
  margin-bottom: 2rem;
}

.o-engraving__mention {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #999;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .reveal-modal.engraving-reveal-modal {
    min-height: 50vh;
    position: fixed !important;
    top: 25% !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal.engraving-reveal-modal {
    position: fixed !important;
    top: 7% !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .reveal-modal.engraving-reveal-modal {
    position: fixed !important;
    top: 6% !important;
    width: 50%;
    margin-left: -25%;
  }
}
.o-identification > .row {
  padding: 0.3125rem;
}

.o-identification > .row > .columns {
  padding: 0.3125rem;
}

.o-identification__header {
  padding: 0.3125rem 0;
}

.o-identification__message.-error p {
  color: #E00034;
}

.o-identification__message.-warning p {
  color: #f15a24;
}

.o-identification__message p {
  color: #00a99d;
  margin-bottom: 0.5rem;
}

.o-identification__message p a {
  color: #666;
}

.o-identification__desc {
  margin-bottom: 0.625rem;
}

.o-identification__title {
  margin-bottom: 0.3125rem !important;
}

.o-identification__back {
  margin-bottom: 0.625rem;
}

.o-identification__section {
  background: white;
  padding: 0.625rem;
  position: relative;
}

.o-identification__section.-fidelity {
  border: 1px solid #ff352f;
}

.o-identification__section.-fidelity p b {
  color: #333;
}

.o-identification__section.-fidelity p:last-of-type {
  margin-top: 0.4rem;
}

.o-identification__section:not(:last-of-type) {
  margin: 0 0 0.625rem 0;
}

.o-identification__section ul:last-child {
  margin-bottom: 0;
}

.o-identification #sign-up-id {
  display: none;
}

.o-identification ul {
  list-style: none;
}

.o-advantages__list {
  margin: 0.25rem 0 0;
}

#ajax-modal-small {
  text-align: center;
  width: 90%;
  max-width: 360px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
  min-height: inherit;
}

#ajax-modal-small .email-preview {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0.25rem;
}

#ajax-modal-small p {
  margin: 0 0 0.75rem;
}

#ajax-modal-small button {
  margin: 0 0 0.75rem;
}

#ajax-modal-small .m-inputWrapper {
  text-align: left;
}

#ajax-modal-small.-next .step.-step-2 {
  display: block;
}

#ajax-modal-small.-next .step.-step-1 {
  display: none;
}

#ajax-modal-small .step.-step-2 {
  display: none;
}

.t-subPage {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  width: 100%;
  z-index: 99999;
  background: #F2F2F2;
  display: none;
}

.t-subPage.-active {
  display: block;
}

.t-subPage__content {
  padding: 0.625rem;
}

@media only screen and (min-width: 64.0625em) {
  .t-subPage__content {
    width: 66.66667%;
    max-width: 960px;
    margin: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .t-subPage {
    z-index: 2;
    position: fixed;
  }
}
.clickncollectV2__postalcode__results .m-inputWrapper {
  margin-bottom: 0 !important;
}

.clickncollectV2__postalcode__results .m-inputWrapper .a-label {
  font-size: 0.9375rem;
  padding-left: 0.25rem;
}

.clickncollectV2__postalcode__results .m-inputWrapper__row {
  margin: 0.2rem 0 0 0 !important;
  padding: 0;
}

.clickncollectV2__postalcode__results .m-inputWrapper__input .a-input {
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 0;
  padding-right: 3rem;
}

.clickncollectV2__postalcode__results .m-inputWrapper__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3em;
  background-color: transparent;
  margin: 0 auto;
  padding: 0.1rem;
  transition: 0.2s all ease-in-out;
  display: block;
  color: #000000;
}

.clickncollectV2__postalcode__results .m-inputWrapper__button:before {
  content: "";
  background: #ddd;
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0;
  display: block;
  width: 1px;
}

.clickncollectV2__postalcode__results .m-inputWrapper__button:hover {
  color: #808080;
  background: transparent;
}

.clickncollectV2__postalcode__results .m-inputWrapper__listing {
  position: relative;
}

.clickncollectV2__postalcode__results .m-inputWrapper__listing:before {
  content: "";
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
}

.clickncollectV2__postalcode__results .m-inputWrapper__listing .a-label {
  padding-top: 1.5rem;
}

.clickncollectV2__postalcode__results .m-inputWrapper__listing .a-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='12px' y='0px' width='24px' height='3px' viewBox='0 0 6 3' enable-background='new 0 0 6 3' xml:space='preserve'%3E%3Cpolygon points='5.992,0 2.992,3 -0.008,0 '/%3E%3C/svg%3E");
}

.clickncollectV2__postalcode__results .o-tab {
  margin-top: 1rem;
  /*&:before {
      content: "";
      border-bottom: 1px solid #ddd;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      display: inline-block;
  }*/
}

.clickncollectV2__postalcode__results .o-tab__header {
  padding-top: 0.5rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.clickncollectV2__store {
  position: relative;
  margin-bottom: 1rem;
}

.clickncollectV2__store:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
}

.clickncollectV2__store .tabs-content {
  border: 0;
  /*padding-bottom: 1rem;*/
  margin-bottom: 0;
}

.clickncollectV2__store .a-delivery.-closingtime {
  color: #707070;
  font-weight: 500;
}

.clickncollectV2__store .m-card__delivery {
  margin-top: 0.625rem;
}

.clickncollectV2__store .m-card__delivery.short-time:before {
  font-family: "ElegantIcons";
  content: "}";
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 40.063em) {
  .clickncollectV2__store .m-card__delivery.short-time {
    font-size: 0.9rem;
  }
}
.clickncollectV2__store .m-card__delivery.long-time:before {
  font-family: "ElegantIcons";
  content: "\e0e1";
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 40.063em) {
  .clickncollectV2__store .m-card__delivery.long-time {
    font-size: 0.9rem;
  }
}
.clickncollectV2__store .m-card__button {
  display: block;
  width: auto;
}

@media only screen and (max-width: 40em) {
  .clickncollectV2__store .m-card__button {
    width: 100%;
  }
}
.clickncollectV2__store .m-card__button.-secondary:focus {
  background-color: #ff352f;
}

.clickncollectV2__store .m-card__content {
  padding-right: 0;
}

.clickncollectV2__store .m-card__content .a-store-phone-number {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Roboto", Arial, sans-serif;
  color: #666;
}

.m-dropdown {
  line-height: 1;
}

.m-dropdown__link {
  border: 0;
}

.m-dropdown__link span {
  text-decoration: underline;
}

.m-dropdown__link:after {
  font-family: "ElegantIcons";
  content: "3";
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
  text-decoration: none;
}

.m-dropdown .withdrawal-horaires-wrapper-toggle {
  margin-bottom: 0.75rem;
}

.m-dropdown .withdrawal-horaires-wrapper-toggle:before {
  font-family: "ElegantIcons";
  content: "}";
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.25em;
  text-decoration: none;
}

.m-dropdown.-active .m-dropdown__link:after {
  content: "2";
}

.m-dropdown .withdrawal-map-wrapper-toggle:before {
  font-family: "ElegantIcons";
  content: "\e01d";
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.25em;
  text-decoration: none;
}

.a-choice-store-link {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-bottom: 0;
  text-decoration: underline;
  color: #333333;
  font-size: 0.9rem;
}

/*****************************/
/** Click&Collect V2 Modal **/
/****************************/
/*.shipping-method-update {
    display: block;
    margin-top: $column-gutter;
    width: 100%;

    @media only screen and (min-width:40.063em) {
        margin-top: 0;
    }

    @media only screen and (min-width:64.0625em) {
        margin-top: 0;
    }
}*/
.shipping-method-update-wrapper {
  /*    top: 50% !important;
  transform: translateY(-50%);*/
  max-height: 70vh;
  overflow-y: auto;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__header {
  margin-bottom: 1rem;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__mainTitle {
  font-family: "Roboto", Arial, sans-serif !important;
  font-stretch: condensed;
  color: #ff352f;
  text-transform: none;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content form {
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  z-index: 5;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content__infos {
  margin-bottom: 1rem;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content__question {
  font-weight: bold;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content .a-button {
  display: block;
  margin: 0.75rem auto;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content .a-productResume__item {
  border-bottom: 0;
  padding: 0;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__content .a-productResume__item::marker {
  content: none;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__footer:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 30%, rgb(255, 255, 255) 80%);
  width: 100%;
  height: 725%;
  bottom: -30px;
  left: 0;
  z-index: -1;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__footer .close-reveal-modal {
  position: inherit !important;
  font-size: 0.8125rem !important;
  line-height: 0.8125rem !important;
  font-family: "Roboto", Arial, sans-serif !important;
  color: #333;
  text-decoration: underline;
}

.shipping-method-update-wrapper .shippingmethodupdateModal__footer .close-reveal-modal:hover {
  color: #333;
}

.shipping-method-update-wrapper .shippingmethodupdateModal .shipping-method {
  color: #ff352f;
}

@media only screen and (max-width: 40em) {
  .shipping-method-update-wrapper.reveal-modal {
    min-height: auto;
  }
}
.shipping-method-update-wrapper .button-select-wrapper {
  margin: 1rem 0;
}

.shipping-method-update-wrapper .button-select-wrapper .a-link {
  color: #ff352f;
  border-bottom: 0;
  font-size: 0.875rem;
}

/*****************************/
/** Click&Collect V2 Modal **/
/****************************/
/*.shipping-method-update {
    display: block;
    margin-top: $column-gutter;
    width: 100%;

    @media only screen and (min-width:40.063em) {
        margin-top: 0;
    }

    @media only screen and (min-width:64.0625em) {
        margin-top: 0;
    }
}*/
.clickncollect-location-wrapper .clickncollectlocationModal__header {
  margin-bottom: 1rem;
}

.clickncollect-location-wrapper .clickncollectlocationModal__mainTitle {
  font-family: "Roboto", Arial, sans-serif !important;
  font-stretch: condensed;
  color: #ff352f;
  text-transform: none;
}

.clickncollect-location-wrapper .clickncollectlocationModal__content__infos {
  margin-bottom: 1rem;
}

.clickncollect-location-wrapper .clickncollectlocationModal__content .a-button {
  display: block;
  margin: 0.75rem auto;
}

.clickncollect-location-wrapper .clickncollectlocationModal__content .a-productResume__item {
  border-bottom: 0;
  padding: 0;
}

.clickncollect-location-wrapper .clickncollectlocationModal__content .a-productResume__item::marker {
  content: none;
}

.clickncollect-location-wrapper .clickncollectlocationModal__footer .close-reveal-modal {
  position: inherit !important;
  font-size: 0.8125rem !important;
  line-height: 0.8125rem !important;
  font-family: "Roboto", Arial, sans-serif !important;
  color: #333;
  text-decoration: underline;
}

.clickncollect-location-wrapper .clickncollectlocationModal__footer .close-reveal-modal:hover {
  color: #333;
}

.clickncollect-location-wrapper .clickncollectlocationModal .shipping-method {
  color: #ff352f;
}

@media only screen and (max-width: 40em) {
  .clickncollect-location-wrapper.reveal-modal {
    min-height: auto;
  }
}
.clickncollect-location-wrapper .button-select-wrapper {
  margin: 1rem 0;
}

.clickncollect-location-wrapper .button-select-wrapper .a-link {
  color: #ff352f;
  border-bottom: 0;
  font-size: 0.875rem;
}

.m-productReveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: inherit;
  top: inherit !important;
  z-index: 99999;
  background: #ffffff;
  text-align: center;
  padding-bottom: 3rem;
  display: none;
}

.m-productReveal.-larger .m-productReveal__container {
  max-width: 220px;
}

@media only screen and (min-width: 40.063em) {
  .m-productReveal {
    padding-bottom: 0;
    width: 350px;
    margin-left: -175px;
    margin-bottom: -162px;
    left: 50%;
    bottom: 50%;
  }
}
.m-productReveal .close-reveal-modal {
  position: relative;
  top: 0;
  right: 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  padding: 0.625rem;
  font-family: "Roboto", Arial, sans-serif;
  color: white;
}

.m-productReveal .close-reveal-modal:hover {
  color: #333;
}

.m-productReveal .close-reveal-modal.-secondary {
  color: #333;
}

.m-productReveal .close-reveal-modal.-secondary:hover {
  color: white;
}

.m-productReveal__image {
  margin: 0 auto 0.5rem;
}

.m-productReveal__container {
  background: #ffffff;
  max-width: 170px;
  margin: auto;
  padding: 0.625rem;
}

.m-productReveal__buttons .columns {
  padding: 0.5rem;
}

.m-productReveal__buttons .columns:last-of-type {
  text-align: right;
}

.one-package-choice {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.one-package-choice__checkbox {
  margin: 1rem 0.75rem 0.75rem;
  position: relative;
  text-indent: 1.15rem;
  font-family: "Roboto", Arial, sans-serif;
}

.one-package-choice__checkbox .one-package-choice-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.one-package-choice__checkbox .one-package-choice-checkbox:checked ~ .checkmark:before {
  content: "Z";
}

.one-package-choice__checkbox .checkmark:before {
  position: absolute;
  left: -1.5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  top: 0;
  content: "V";
  font-family: "ElegantIcons";
}

.one-package-choice__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.m-partialShipping .separator {
  clear: both;
  content: "";
  height: 1px;
  background-color: #ddd;
  margin-bottom: 0.75rem;
}

.m-partialShipping .a-title {
  padding: 1.5rem 0.625rem 0 0.625rem;
}

.m-partialShipping .a-productResume__item {
  border-bottom: 0;
}

.m-partialShipping .a-productResume__item .a-shippingMethod {
  color: #333;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.m-partialShipping .partialShippingValidation {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  padding: 0 !important;
}

.div-hosted-tokenization {
  text-align: center;
}

.div-hosted-tokenization iframe {
  border-color: transparent;
}

.row.vam {
  letter-spacing: -0.33em;
}

.row.vam > .columns {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

main#main-content {
  padding-bottom: 0;
  padding: 0;
  background: #F2F2F2;
}

main#main-content > .row {
  max-width: 100%;
}

main#main-content .row-max {
  max-width: 75rem;
  margin: 0 auto;
}

#cart ul {
  margin-left: 0;
  list-style: none;
}

.t-delivery__blockInput {
  margin: 0;
  padding: 0.625rem 0;
}

.t-cart {
  position: relative;
}

.t-cart__columns {
  padding: 0.625rem !important;
  position: relative;
}

.t-cart__columns.no-result {
  float: inherit;
}

.t-cart__columns.no-result .t-cart__article .a-title {
  text-align: center;
}

.t-cart__columns.-summary {
  padding: 0 0 0.625rem !important;
}

@media only screen and (min-width: 64.0625em) {
  .t-cart__columns.-summary {
    padding: 0.625rem !important;
    position: absolute;
    top: 0;
    left: 100%;
    width: 50%;
  }
}
.t-cart__article {
  margin-top: 1rem;
}

.t-cart__block {
  background: white;
  padding: 0.625rem;
  margin: 0.625rem 0;
  position: relative;
}

.t-cart .wrapper_Retrait {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.t-cart .wrapper_Retrait .pays_Livraison {
  width: 33.33%;
  padding-right: 0.3125rem;
}

.t-cart .wrapper_Retrait .pays_Livraison .shipping-country-code-input {
  margin-bottom: 0;
}

.t-cart .wrapper_Retrait .code_Postal, .t-cart .wrapper_Retrait .code_Postal_Mag {
  width: 33.33%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.t-cart .wrapper_button_retrait, .t-cart .wrapper_button_retrait_Mag {
  position: relative;
  width: 33.33%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
}

.t-cart .wrapper_button_retrait button, .t-cart .wrapper_button_retrait_Mag button {
  right: initial;
  margin-top: 3px;
  position: relative;
  width: auto;
}

.t-cart .wrapper_Retrait .code_Postal_Mag {
  width: 50%;
}

.t-cart .wrapper_button_retrait_Mag {
  margin-top: 16px;
  width: 50%;
}

@media all and (max-width: 690px) {
  .t-cart .wrapper_Retrait .pays_Livraison, .t-cart .wrapper_Retrait .code_Postal {
    width: 50%;
  }
  .t-cart .wrapper_Retrait .code_Postal {
    padding-right: 0;
  }
  .t-cart .wrapper_Retrait .wrapper_button_retrait {
    width: 100%;
    padding-left: 0;
  }
}
@media all and (max-width: 490px) {
  .t-cart .wrapper_Retrait .pays_Livraison, .t-cart .wrapper_Retrait .code_Postal {
    width: 100%;
    padding: 0;
  }
  .t-cart .wrapper_Retrait .code_Postal_Mag, .t-cart .wrapper_Retrait .wrapper_button_retrait_Mag {
    width: 100%;
  }
}
.stock-status {
  display: block;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  margin: 0.625rem 0 0 0;
}

.stock-status:before {
  font-family: "ElegantIcons";
  display: inline-block;
  line-height: 1em;
}

.stock-status.available {
  color: #00a99d;
}

.stock-status.available:before {
  content: "N";
}

.stock-status.delayed {
  color: #f15a24;
}

.stock-status.delayed:before {
  content: "}";
}

.stock-status.out-of-stock {
  color: #d21e24;
}

.stock-status.out-of-stock:before {
  content: "M";
}

.stock-status.delivery-status {
  font-weight: 500;
}

.stock-status.delivery-status:before {
  content: none;
}

#paymentErrorModal {
  width: 100%;
  max-width: 380px;
  left: 50%;
  top: 50% !important;
  position: fixed;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  padding: 1rem;
  box-shadow: none;
  border: none;
  min-height: inherit;
}

@media only screen and (min-width: 40.063em) {
  #paymentErrorModal {
    padding: 1.5rem;
  }
}
#paymentErrorModal .close-reveal-modal {
  top: 0.25rem;
  right: 0.25rem;
  line-height: 1rem;
  font-size: 2rem;
  color: #333;
}

#paymentErrorModal ul {
  margin-bottom: 0.5rem;
}

.m-revealError__title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.m-revealError__help {
  margin-top: 1rem;
}

.m-revealError__help p {
  margin-bottom: 0.5rem;
}

p.info-marketplace span {
  color: #314276;
  font-weight: bold;
}

p.message-marketplace span {
  color: #314276;
  font-size: 15px;
}

.delivery-times-infos {
  margin: 0.5rem 0;
  padding: 0.78125rem 2.25rem;
}

.delivery-times-infos .a-delivery-times {
  color: #f15a24;
  text-decoration: underline;
  cursor: pointer;
}

.sprite-paypal-express-cart {
  background-position: 0 -650px;
  height: 32px;
  margin: 0 5px;
  vertical-align: middle;
  width: 90px;
}

.paddingCustom {
  padding: 10px 15px 10px 15px;
}

.noPadding {
  padding: 0 !important;
}

.paddingCustom .m-dropdown__content {
  padding-left: 0;
  margin-top: 10px;
}

.wrapper_revealHide {
  padding: 0.625rem 0.3125rem 0.625rem 3.125rem !important;
}

.gifmessage-reveal, .gifmessage-hide {
  margin-top: 6px !important;
  position: relative;
  display: inline-block;
  color: #999999;
  cursor: pointer;
}

.gifmessage-reveal::before, .gifmessage-hide::before {
  position: absolute;
  content: "2";
  display: inline-block;
  margin-right: 0;
  font-family: "ElegantIcons";
  top: 0px;
  right: -21px;
  left: inherit;
  font-size: 1.5em;
  line-height: 0.8;
  transition: 0.25s all ease-in-out;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gifmessage-hide {
  margin-top: 12px !important;
}

.gifmessage-hide::before {
  margin-right: 0;
  top: 0px;
  right: -21px;
  left: inherit;
  font-size: 1.5em;
  line-height: 0.8;
  transition: 0.25s all ease-in-out;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gifmessage-wrapper {
  margin-top: 25px;
}

.gifmessage-wrapper .a-option:nth-child(1) {
  margin-bottom: 15px;
}
