/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(2718,26): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2720,21): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2722,21): run-time error CSS1039: Token not allowed after unary operator: '-campaign-1-mainColor'
(2724,26): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
(2726,21): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
(2728,21): run-time error CSS1039: Token not allowed after unary operator: '-campaign-2-mainColor'
 */
@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; }
}
*/
/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
meta.foundation-version {
  font-family: "/5.3.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

#homepage-section .link:before, #homepage-section .encart a:before {
  position: relative;
  display: inline-block;
  margin-right: 0;
  font-family: ElegantIcons;
  left: -.1rem; }

/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
#homepage-section .link:before, #homepage-section .encart a:before {
  position: relative;
  display: inline-block;
  margin-right: 0;
  font-family: "ElegantIcons";
  left: -.1rem; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden; }
    .owl-carousel .owl-item img:not(.picto-operation) {
      display: block;
      width: auto;
      margin: 0 auto; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -wekit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  position: absolute;
  opacity: 0;
  top: 50%;
  -moz-transform: translateY(-62%);
  -o-transform: translateY(-62%);
  -wekit-transform: translateY(-62%);
  -ms-transform: translateY(-62%);
  transform: translateY(-62%);
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -wekit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -wekit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-family: "ElegantIcons";
  font-size: 2.25rem;
  line-height: 2.375rem;
  cursor: pointer; }
  .owl-theme .owl-nav [class*=owl-]:first-of-type {
    padding: 3rem 0.15rem 3rem 0.65rem;
    left: -0.5rem; }
  .owl-theme .owl-nav [class*=owl-]:last-of-type {
    padding: 3rem 0.65rem 3rem 0.15rem;
    right: -0.5rem; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  margin-top: 0.5rem; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(0, 0, 0, 0.6); }

.encart-header#banner-diamant .banner-content {
  display: inline-block;
  position: relative; }
  .encart-header#banner-diamant .banner-content .banner-link {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 40%;
    left: 0; }
    .encart-header#banner-diamant .banner-content .banner-link#link-or {
      left: 60%; }
      .encart-header#banner-diamant .banner-content .banner-link#link-or .custom-button {
        background: #e6b92c;
        border: 1px solid #e6b92c; }
      .encart-header#banner-diamant .banner-content .banner-link#link-or:hover .custom-button {
        color: #e6b92c;
        background: transparent; }
    .encart-header#banner-diamant .banner-content .banner-link#link-diamant .custom-button {
      background: #f39096;
      border: 1px solid #f39096; }
    .encart-header#banner-diamant .banner-content .banner-link#link-diamant:hover .custom-button {
      color: #f39096;
      background: transparent; }
    .encart-header#banner-diamant .banner-content .banner-link .custom-button {
      margin: 1rem 0;
      padding: 0.5rem 2rem;
      width: 225px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .encart-header#banner-diamant .banner-content p {
    position: absolute;
    left: 50%;
    display: inline-block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    width: auto;
    color: #f39096;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.25s ease-in-out; }
    .encart-header#banner-diamant .banner-content p.or {
      color: #e6b92c !important; }
      .encart-header#banner-diamant .banner-content p.or:before {
        background: #e6b92c !important; }
      .encart-header#banner-diamant .banner-content p.or:after {
        background: #e6b92c !important; }
    .encart-header#banner-diamant .banner-content p.date {
      top: 0;
      font-weight: bold;
      padding: 2rem; }
      .encart-header#banner-diamant .banner-content p.date:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 1rem;
        left: 50%;
        width: 76px;
        height: 4px;
        margin-left: -38px;
        background: #f39096; }
    .encart-header#banner-diamant .banner-content p.remise {
      left: 50%;
      top: 50%;
      background: url(/contenu/Homepage/2017-10-16/images/20-pourcents.png) center center no-repeat;
      background-size: 100%;
      text-indent: -9999px;
      width: 19%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      height: 213px; }
    .encart-header#banner-diamant .banner-content p.code {
      bottom: 0;
      font-size: 0.875rem;
      line-height: 1rem;
      padding: 2rem;
      margin: 0; }
      .encart-header#banner-diamant .banner-content p.code strong {
        font-size: 1.47826em; }
      .encart-header#banner-diamant .banner-content p.code:after {
        display: inline-block;
        content: "";
        position: absolute;
        bottom: 1rem;
        left: 50%;
        width: 76px;
        height: 4px;
        margin-left: -38px;
        background: #f39096; }

@media only screen and (min-width: 64.0625em) {
  .encart-header#banner-diamant .banner-content .banner-link .custom-button {
    margin: 2rem 0; }
  .encart-header#banner-diamant .banner-content p.code {
    padding: 3rem 2rem;
    font-size: 1.25rem;
    line-height: 1.375rem; }
    .encart-header#banner-diamant .banner-content p.code:after {
      bottom: 1.5rem; }
  .encart-header#banner-diamant .banner-content p.date {
    padding: 3rem 2rem; }
    .encart-header#banner-diamant .banner-content p.date:before {
      top: 1.5rem; } }

.o-entries__list {
  padding: 0 0 2rem;
  margin: 0;
  list-style: none; }

.o-entries__title {
  padding: 2rem 0;
  font-size: 2rem;
  line-height: 2.125rem;
  text-transform: inherit; }
  @media only screen and (min-width: 40.063em) {
    .o-entries__title {
      font-size: 3.375rem;
      line-height: 3.5rem; } }

.o-entries__item {
  padding: 0.3125rem; }
  .o-entries__item a {
    display: block; }
  .o-entries__item span {
    display: block;
    background: #F2F2F2;
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-stretch: condensed;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .o-entries__item span {
        font-size: 1rem;
        line-height: 1.125rem; } }

.m-catalog {
  border: 4px solid #ddd;
  padding: 1rem 1rem;
  text-align: left;
  background-position: 228px 0;
  background-repeat: no-repeat;
  margin: 0.5rem auto; }
  @media only screen and (max-width: 40em) {
    .m-catalog {
      background-image: inherit !important;
      text-align: center; } }
  @media only screen and (min-width: 40.063em) {
    .m-catalog {
      background-position: bottom right;
      background-size: 44%; } }
  @media only screen and (min-width: 64.0625em) {
    .m-catalog {
      margin: 1rem 0;
      background-size: 380px; } }

#homepage-section #blog .visuel:before, #homepage-section .type .visuel-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #ffffff transparent; }

main#main-content {
  background: white;
  padding: 0; }
  main#main-content > .row {
    max-width: 100%; }
  main#main-content .row-max {
    margin: 0 auto;
    max-width: 1200px; }
  main#main-content .row.vam {
    letter-spacing: -0.31em; }
    main#main-content .row.vam .columns {
      letter-spacing: normal;
      vertical-align: middle;
      float: none;
      display: inline-block; }

#homepage-section {
  text-align: center; }
  #homepage-section .m-banner {
    padding: 2rem 0; }
  #homepage-section .homepage-content p, #homepage-section footer p {
    font-family: "Roboto", Arial, sans-serif;
    color: #999999;
    font-size: 0.75rem;
    line-height: 0.875rem; }
  #homepage-section .homepage-content h2, #homepage-section footer h2 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.625rem; }
    #homepage-section .homepage-content h2 strong, #homepage-section footer h2 strong {
      font-weight: normal;
      font-family: "Playfair Display", serif;
      font-size: 3.75rem;
      line-height: 2.5rem; }
  #homepage-section .liste-produits-wrapper h2 {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #333; }
    @media only screen and (min-width: 40.063em) {
      #homepage-section .liste-produits-wrapper h2 {
        margin-top: 0; } }
  #homepage-section .liste-produits-wrapper .produit {
    width: 100%; }
  #homepage-section .link {
    display: block;
    font-size: 1.625rem;
    line-height: 1.625rem; }
    #homepage-section .link:before {
      content: "=";
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #homepage-section .link:hover:before {
      content: ""; }
  #homepage-section > header {
    padding: 0.25rem; }
    #homepage-section > header .encart-header {
      padding: 0.25rem; }
  #homepage-section .hgroup {
    padding: 2rem 1rem; }
    #homepage-section .hgroup p {
      margin: 0; }
    #homepage-section .hgroup h1 {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 1.25rem; }
  #homepage-section .pad {
    padding: 1rem; }
  #homepage-section .border-bot {
    border-bottom: 1px solid #dddddd; }
  #homepage-section #creations-speciales {
    padding: 0rem 1rem; }
  #homepage-section #diamant-synthetique {
    overflow: hidden;
    text-align: center;
    padding: 1rem; }
    #homepage-section #diamant-synthetique .text-content {
      padding: 1rem; }
    #homepage-section #diamant-synthetique p {
      font-stretch: condensed;
      color: #333;
      font-size: 0.875rem;
      line-height: 1rem; }
    #homepage-section #diamant-synthetique h2 {
      background: url(/contenu/Marketing_Ressources/services/DiamantSynthetique/diamant-synthetique.png) center center no-repeat;
      background-size: contain;
      text-indent: -9999px;
      width: 100%;
      margin-bottom: 1.25rem;
      height: 86px; }
    #homepage-section #diamant-synthetique .custom-button {
      border: 2px solid #4fa57c;
      background: transparent;
      color: #4fa57c;
      padding: 0.4rem 0.75rem; }
      #homepage-section #diamant-synthetique .custom-button:hover {
        color: white;
        background: #4fa57c; }
  #homepage-section #blog {
    overflow: hidden;
    text-align: left;
    padding: 1rem; }
    #homepage-section #blog .visuel {
      position: relative; }
    #homepage-section #blog .text-content {
      padding: 1rem; }
    #homepage-section #blog p.date {
      color: #5a23f8;
      margin: 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    #homepage-section #blog h3 {
      font-size: 0.9375rem;
      line-height: 1.0625rem;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      margin-bottom: 1.25rem; }
    #homepage-section #blog h2 {
      background: url(/contenu/Marketing_Ressources/services/blog/be-maty-le-blog.png) left top no-repeat;
      text-indent: -9999px;
      width: 182px;
      margin-bottom: 1.25rem;
      height: 128px; }
    #homepage-section #blog .custom-button {
      border: 2px solid #5a23f8;
      background: transparent;
      color: #5a23f8;
      padding: 0.4rem 0.75rem; }
      #homepage-section #blog .custom-button:hover {
        color: white;
        background: #5a23f8; }
  #homepage-section #services {
    padding: 2rem 1rem; }
    #homepage-section #services a {
      font-size: 1.125rem;
      line-height: 1.25rem;
      font-family: "Playfair Display", serif;
      color: #666666;
      display: block; }
      #homepage-section #services a .svg {
        width: 26px;
        height: 36px;
        display: block;
        margin: 0 auto 0.25rem; }
        #homepage-section #services a .svg svg {
          width: 26px;
          height: 36px; }
          #homepage-section #services a .svg svg * {
            fill: #333; }
      #homepage-section #services a .link {
        margin: 1rem auto 0;
        width: 2rem;
        display: block; }
      #homepage-section #services a span:not(.link) {
        font-size: 1.25rem;
        line-height: 1.375rem;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #333; }
      #homepage-section #services a strong {
        font-size: 1.75rem;
        line-height: 1.875rem;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: normal;
        text-transform: uppercase; }
  #homepage-section #reseaux-sociaux {
    padding: 1rem 0 0.5rem;
    margin-bottom: 0 !important; }
    #homepage-section #reseaux-sociaux .hgroup {
      padding: 1rem; }
    #homepage-section #reseaux-sociaux h2 {
      font-size: 0.875rem;
      line-height: 1rem; }
    #homepage-section #reseaux-sociaux .liste-reseaux-sociaux {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      list-style: none; }
      #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social {
        display: inline-block;
        padding: 0.5rem 1rem; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.facebook a:hover svg * {
          fill: #39579a; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.twitter a:hover svg * {
          fill: #0ba4fb; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.instagram a:hover svg * {
          fill: #f24a6e; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.pinterest a:hover svg * {
          fill: #b50411; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.google a:hover svg * {
          fill: #df4432; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social.youtube a:hover svg * {
          fill: #ea2304; }
        #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a {
          color: #727272;
          font-family: "Roboto", Arial, sans-serif;
          font-size: 0.75rem;
          line-height: 0.875rem;
          display: inline-block; }
          #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a:hover .text {
            opacity: 1;
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -moz-transition: 0.25s all ease-in-out;
            -o-transition: 0.25s all ease-in-out;
            -webkit-transition: 0.25s all ease-in-out;
            -ms-transition: 0.25s all ease-in-out;
            transition: 0.25s all ease-in-out; }
          #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a .svg {
            display: block;
            margin: 0 0 0.25rem 0; }
          #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a svg {
            width: 48px;
            height: 48px; }
            #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a svg * {
              fill: #333; }
          #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a .text {
            opacity: 0;
            display: inline-block;
            -moz-transform: translateY(0.8rem);
            -o-transform: translateY(0.8rem);
            -webkit-transform: translateY(0.8rem);
            -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
            -moz-transition: 0.25s all ease-in-out;
            -o-transition: 0.25s all ease-in-out;
            -webkit-transition: 0.25s all ease-in-out;
            -ms-transition: 0.25s all ease-in-out;
            transition: 0.25s all ease-in-out; }
  #homepage-section .encart a {
    display: inline-block;
    position: relative;
    width: 100%; }
    #homepage-section .encart a:hover:before {
      opacity: 1;
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out; }
    #homepage-section .encart a:before {
      content: "5";
      position: absolute;
      right: 17%;
      font-size: 2.5rem;
      left: auto;
      color: #333;
      bottom: 17%;
      opacity: 0;
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px);
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out; }
  #homepage-section .produit {
    position: relative;
    padding: 1rem;
    display: inline-block; }
    #homepage-section .produit:hover .bg-hover {
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out;
      opacity: 1; }
    #homepage-section .produit:hover .text-content {
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out;
      opacity: 1; }
      #homepage-section .produit:hover .text-content .link {
        opacity: 1;
        -moz-transform: translateX(-50%) translateY(8px) scale(1);
        -o-transform: translateX(-50%) translateY(8px) scale(1);
        -webkit-transform: translateX(-50%) translateY(8px) scale(1);
        -ms-transform: translateX(-50%) translateY(8px) scale(1);
        transform: translateX(-50%) translateY(8px) scale(1);
        -moz-transition: 0.25s all ease-in-out 0.75s;
        -o-transition: 0.25s all ease-in-out 0.75s;
        -webkit-transition: 0.25s all ease-in-out 0.75s;
        -ms-transition: 0.25s all ease-in-out 0.75s;
        transition: 0.25s all ease-in-out 0.75s; }
      #homepage-section .produit:hover .text-content .bg-link {
        background: white;
        -moz-transform: scale(2) translateY(2px);
        -o-transform: scale(2) translateY(2px);
        -webkit-transform: scale(2) translateY(2px);
        -ms-transform: scale(2) translateY(2px);
        transform: scale(2) translateY(2px);
        -moz-transition: 0.25s all ease-in-out 0.75s;
        -o-transition: 0.25s all ease-in-out 0.75s;
        -webkit-transition: 0.25s all ease-in-out 0.75s;
        -ms-transition: 0.25s all ease-in-out 0.75s;
        transition: 0.25s all ease-in-out 0.75s; }
    #homepage-section .produit .bg-hover {
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0;
      height: 100%;
      z-index: 2;
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out;
      width: 100%; }
    #homepage-section .produit .text-content {
      position: absolute;
      top: 50%;
      padding: 1rem;
      opacity: 0;
      left: 0;
      width: 100%;
      z-index: 3;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out; }
      #homepage-section .produit .text-content:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #E00034;
        margin: 0 auto 0.5rem;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      #homepage-section .produit .text-content .bg-link {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #E00034;
        margin: 0.5rem auto 0;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transform: scale(1) translateY(0px);
        -o-transform: scale(1) translateY(0px);
        -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        -moz-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        -webkit-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out; }
      #homepage-section .produit .text-content h3 {
        font-family: "Playfair Display", serif;
        color: #333;
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 0; }
      #homepage-section .produit .text-content p {
        font-size: 0.875rem;
        line-height: 1.125rem;
        font-family: "Roboto", Arial, sans-serif;
        margin: 0;
        color: #333; }
      #homepage-section .produit .text-content .link {
        margin-top: 0.25rem;
        bottom: 0.5rem;
        position: absolute;
        left: 50%;
        color: #E00034;
        opacity: 1;
        z-index: 2;
        -moz-transform: translateX(-50%) scale(0.45);
        -o-transform: translateX(-50%) scale(0.45);
        -webkit-transform: translateX(-50%) scale(0.45);
        -ms-transform: translateX(-50%) scale(0.45);
        transform: translateX(-50%) scale(0.45);
        -moz-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        -webkit-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out; }
        #homepage-section .produit .text-content .link:before {
          content: ""; }
  #homepage-section .type {
    padding: 1rem; }
    #homepage-section .type a {
      display: block;
      text-align: left; }
    #homepage-section .type h2 {
      font-size: 1.125rem;
      line-height: 1.25rem;
      padding: 0;
      margin: 0; }
    #homepage-section .type .visuel-content {
      position: relative; }
    #homepage-section .type .text-content {
      padding: 0.5rem 3rem 0.5rem 0.5rem;
      position: relative;
      display: inline-block; }
      #homepage-section .type .text-content .link {
        margin-top: 0.9375rem;
        color: #333;
        position: absolute;
        top: 50%;
        right: 0.5rem;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -moz-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        -webkit-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out; }
  #homepage-section .collection a {
    display: inline-block;
    width: 100%;
    position: relative; }
    #homepage-section .collection a .text-content {
      position: absolute;
      padding: 2rem 1rem;
      bottom: 0;
      left: 0;
      right: 0;
      color: white;
      overflow: hidden; }
      #homepage-section .collection a .text-content h2 {
        color: white; }
      #homepage-section .collection a .text-content .link {
        color: white; }

#slider-homepage-product {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0;
  margin-bottom: 1rem;
  /*.produit-item {
        border-bottom:0;
        background:none;
        margin: 0;
        min-height:initial;

        .produit-item-content-wrapper {
            .brand {
                font-family: $mt-regular-font-family;
                @include font-size(16);
            }

            h3 {
                font-family: $roboto;
                @include font-size(12);
                padding:1em 2em 0.5em;
                line-height:1.25 !important;
                min-height:5em;
                margin-bottom:0;
            }

            .price-remise-wrapper {
                .price-wrapper {
                    &>*{
                        position : relative;
                        padding : 0 $column-gutter;
                        
                       
                    }
                    .price {
                        font-family: $montserrat;
                        font-weight : bold;
                        text-align: right;
                    }

                    .outprice {
                        text-align: right;
                    }

                    .remise {
                        @include font-size(16);
                    }
                }
            }
        }
    }*/ }
  #slider-homepage-product .owl-nav [class*=owl-] {
    opacity: 1;
    background: transparent;
    color: rgba(0, 0, 0, 0.4); }
    #slider-homepage-product .owl-nav [class*=owl-]:hover {
      color: #333; }

@media only screen and (max-width: 40em) {
  #homepage-section #services .visuel {
    display: none; }
  #homepage-section #slider-homepage {
    display: block; } }

@media only screen and (min-width: 40.063em) {
  #homepage-section .border-bot {
    margin-bottom: 2rem !important; }
  #homepage-section .type {
    padding: 1.5rem; }
  #homepage-section > header {
    padding: 0.5rem; }
    #homepage-section > header .encart-header.small.right-align {
      text-align: right; }
    #homepage-section > header .encart-header.small.left-align {
      text-align: left; }
  #homepage-section #reseaux-sociaux {
    padding: 0 1rem; }
    #homepage-section #reseaux-sociaux .hgroup {
      text-align: left;
      padding: 0; }
    #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social {
      padding: 1.5rem 0.5rem 0.5rem; }
      #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a svg {
        width: 44px;
        height: 44px; }
  #homepage-section #services .visuel {
    position: relative; }
    #homepage-section #services .visuel:before {
      content: "";
      position: absolute;
      border-width: 14px 0 14px 14px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      border-style: solid;
      top: 50%;
      left: 0;
      margin-top: -14px;
      display: block; }
  #homepage-section #blog {
    margin-bottom: 0 !important;
    border: none; }
    #homepage-section #blog .visuel:before {
      margin-left: 0;
      margin-bottom: -7px;
      left: initial;
      right: 0;
      bottom: 50%;
      border-width: 14px 14px 14px 0;
      border-color: transparent #ffffff transparent transparent; }
  #homepage-section .homepage-content {
    overflow: hidden;
    position: relative;
    padding-top: 325%; }
    #homepage-section .homepage-content:before {
      position: absolute;
      content: "";
      top: -2.8rem;
      opacity: 0.5;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: url(../images/calage.jpg) center center no-repeat;*/
      background-size: 100%;
      display: none;
      z-index: 2; }
    #homepage-section .homepage-content #collections {
      position: absolute;
      top: 0;
      left: 0; }
    #homepage-section .homepage-content #genres,
    #homepage-section .homepage-content #collections,
    #homepage-section .homepage-content #produits {
      position: static;
      top: 0;
      z-index: 0;
      width: 100%;
      left: 0;
      display: block; }
    #homepage-section .homepage-content .responsive-item {
      position: absolute;
      z-index: 2;
      width: 50%;
      left: 0; }
      #homepage-section .homepage-content .responsive-item.collection {
        padding: 0.5rem; }
      #homepage-section .homepage-content .responsive-item.hgroup {
        padding: 6% 3.5rem 2rem;
        z-index: 2;
        top: 0; }
      #homepage-section .homepage-content .responsive-item#produit-1 {
        top: 9.5%; }
      #homepage-section .homepage-content .responsive-item#collection-1 {
        top: 20%; }
      #homepage-section .homepage-content .responsive-item#encart-3 {
        top: 35.5%; }
      #homepage-section .homepage-content .responsive-item#collection-2 {
        top: 51%; }
      #homepage-section .homepage-content .responsive-item#type-2 {
        top: 66.5%; }
      #homepage-section .homepage-content .responsive-item#produit-3 {
        top: 88.5%; }
      #homepage-section .homepage-content .responsive-item#encart-1 {
        left: 50%;
        top: 0%; }
      #homepage-section .homepage-content .responsive-item#type-1 {
        top: 15.5%;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#produit-2 {
        top: 37.5%;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#encart-4 {
        top: 62.5%;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#encart-2 {
        top: 47.5%;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#collection-3 {
        top: 77.5%;
        left: 50%; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #homepage-section > header .encart-header {
    padding: 0; }
  #homepage-section h2 {
    font-size: 1rem;
    line-height: 1.125rem; }
    #homepage-section h2 strong {
      font-size: 2.5rem;
      line-height: 1.875rem; }
  #homepage-section .type h2 {
    font-size: 0.875rem;
    line-height: 1rem; } }

@media only screen and (min-width: 50em) {
  #homepage-section .hgroup {
    padding: 2rem 14% 1rem; }
  #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social {
    padding: 1.5rem 1rem 0.5rem; }
    #homepage-section #reseaux-sociaux .liste-reseaux-sociaux .reseau-social a svg {
      width: 48px;
      height: 48px; }
  #homepage-section .homepage-content {
    padding-top: 2475px; }
    #homepage-section .homepage-content .responsive-item {
      overflow: hidden; }
      #homepage-section .homepage-content .responsive-item:not(.hgroup) {
        white-space: nowrap; }
      #homepage-section .homepage-content .responsive-item a {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        max-width: 400px; }
      #homepage-section .homepage-content .responsive-item:before {
        content: "";
        display: inline-block;
        width: 0;
        vertical-align: middle;
        height: 100%;
        margin-right: -0.25em; }
      #homepage-section .homepage-content .responsive-item.produit {
        height: 224px; }
        #homepage-section .homepage-content .responsive-item.produit .hover-img {
          vertical-align: middle;
          display: inline-block; }
      #homepage-section .homepage-content .responsive-item.hgroup {
        padding: 2rem 3.5rem; }
      #homepage-section .homepage-content .responsive-item.type {
        height: 622px; }
      #homepage-section .homepage-content .responsive-item.collection, #homepage-section .homepage-content .responsive-item.encart {
        height: 400px; }
        #homepage-section .homepage-content .responsive-item.collection a, #homepage-section .homepage-content .responsive-item.encart a {
          vertical-align: middle; }
      #homepage-section .homepage-content .responsive-item#produit-1 {
        top: 188px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#encart-1 {
        left: 50%;
        top: 0; }
      #homepage-section .homepage-content .responsive-item#collection-1 {
        top: 426px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#encart-3 {
        top: 826px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#produit-2 {
        top: 1022px;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#collection-2 {
        top: 1226px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#collection-3 {
        top: 2046px;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#encart-2 {
        top: 1246px;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#encart-4 {
        top: 1646px;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#type-1 {
        top: 400px;
        left: 50%; }
      #homepage-section .homepage-content .responsive-item#type-2 {
        top: 1626px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#produit-3 {
        top: 2248px;
        left: 0; } }

@media only screen and (min-width: 64.0625em) {
  #homepage-section > header {
    padding: 0 0 1rem;
    /* .encart-header {
                    padding: 0 0.25rem 0.25rem;
                    &.small {
                        &:first-of-type {
                            padding: 0 0.25rem 0.25rem;
                        }
                        &:last-of-type {
                            padding: 0.25rem 0.25rem 0;
                        }
                    }
                } */ }
    #homepage-section > header .encart-header {
      padding: 0;
      margin-bottom: 1rem !important; }
  #homepage-section h1 {
    font-size: 1.5rem;
    line-height: 1.625rem; }
  #homepage-section h2 {
    font-size: 1.5rem;
    line-height: 1.625rem; }
    #homepage-section h2 strong {
      font-size: 3.75rem;
      line-height: 2.5rem; }
  #homepage-section .type:hover .text-content .link {
    opacity: 1;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out; }
  #homepage-section .type .text-content .link {
    opacity: 0;
    -moz-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out; }
  #homepage-section > footer .hgroup {
    padding: 3rem 14%; }
  #homepage-section .homepage-content {
    padding-top: 1640px; }
    #homepage-section .homepage-content .responsive-item {
      width: 33.333%;
      border: none;
      overflow: hidden; }
      #homepage-section .homepage-content .responsive-item a {
        vertical-align: middle;
        display: inline-block;
        width: 100%; }
      #homepage-section .homepage-content .responsive-item.type {
        white-space: nowrap;
        height: 572px; }
      #homepage-section .homepage-content .responsive-item.collection, #homepage-section .homepage-content .responsive-item.encart {
        white-space: nowrap;
        height: 400px; }
        #homepage-section .homepage-content .responsive-item.collection a, #homepage-section .homepage-content .responsive-item.encart a {
          vertical-align: middle; }
      #homepage-section .homepage-content .responsive-item#produit-1 {
        top: 0px;
        left: 66.6667%; }
      #homepage-section .homepage-content .responsive-item#encart-1 {
        left: 0;
        top: 201px; }
      #homepage-section .homepage-content .responsive-item#collection-1 {
        top: 0;
        left: 33.333%; }
      #homepage-section .homepage-content .responsive-item#encart-3 {
        top: 400px;
        left: 33.333%; }
      #homepage-section .homepage-content .responsive-item#produit-2 {
        top: 601px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#collection-2 {
        top: 841px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#collection-3 {
        top: 1212px;
        left: 66.6667%; }
      #homepage-section .homepage-content .responsive-item#encart-2 {
        top: 1241px;
        left: 0; }
      #homepage-section .homepage-content .responsive-item#encart-4 {
        top: 812px;
        left: 66.6667%; }
      #homepage-section .homepage-content .responsive-item#type-1 {
        top: 240px;
        left: 66.6667%; }
      #homepage-section .homepage-content .responsive-item#type-2 {
        top: 800px;
        left: 33.3333%; }
      #homepage-section .homepage-content .responsive-item#produit-3 {
        top: 1372px;
        left: 33.3333%; }
  #homepage-section .collection a:hover .text-content h2 {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
  #homepage-section .collection a:hover .text-content .link {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: 0.25s all ease-in-out 0.25s;
    -o-transition: 0.25s all ease-in-out 0.25s;
    -webkit-transition: 0.25s all ease-in-out 0.25s;
    -ms-transition: 0.25s all ease-in-out 0.25s;
    transition: 0.25s all ease-in-out 0.25s; }
  #homepage-section .collection a .text-content h2 {
    -moz-transform: translateY(26px);
    -o-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    -ms-transform: translateY(26px);
    transform: translateY(26px);
    -moz-transition: 0.25s all ease-in-out 0.25s;
    -o-transition: 0.25s all ease-in-out 0.25s;
    -webkit-transition: 0.25s all ease-in-out 0.25s;
    -ms-transition: 0.25s all ease-in-out 0.25s;
    transition: 0.25s all ease-in-out 0.25s; }
  #homepage-section .collection a .text-content .link {
    opacity: 0;
    -moz-transform: translateY(26px);
    -o-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    -ms-transform: translateY(26px);
    transform: translateY(26px);
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; } }

/*$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;
    display: none;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%); }
    .-active .m-option__price {
      display: block; }
  .m-option__change.-on {
    display: none; }
  .-active .m-option__change.-off {
    display: none; }
  .-active .m-option__change.-on {
    display: inline-block; }
  .-active .m-option__content {
    width: 58.33333% !important; }
  .-case .m-option__content {
    padding: 0 0 0 3.125rem !important;
    position: relative; }
    .-case .m-option__content img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -0.3125rem;
      display: inline-block; }
  .m-option__buttonContainer {
    text-align: right; }
  .m-option:before {
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: 0.625rem;
    left: 0.625rem;
    display: block !important; }

.o-addProductReveal {
  min-height: auto;
  position: fixed !important;
  top: 10px !important; }
  @media only screen and (max-width: 40em) {
    .o-addProductReveal {
      top: 50% !important;
      width: 90% !important;
      margin-left: 5%;
      transform: translateY(-50%);
      text-align: center;
      padding-top: 1.25rem !important; }
      .o-addProductReveal .-hide-for-small {
        display: none !important; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .o-addProductReveal {
      width: 600px;
      left: 50%;
      margin-left: -300px; } }
  @media only screen and (min-width: 75.0625em) {
    .o-addProductReveal {
      width: 990px;
      left: 50%;
      margin-left: -495px; } }
  @media only screen and (min-width: 40.063em) {
    .o-addProductReveal .-hide-for-medium-up {
      display: none; } }
  .o-addProductReveal a.close-reveal-modal {
    font-size: 2rem;
    line-height: 2rem;
    top: 0;
    right: 0.625rem; }
    .o-addProductReveal a.close-reveal-modal.-text {
      position: relative;
      top: 0;
      right: 0;
      font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
      font-stretch: condensed;
      font-size: 0.8125rem;
      line-height: 0.9375rem;
      margin-bottom: 0.25rem;
      display: inline-block; }
    .o-addProductReveal a.close-reveal-modal.-mobil {
      color: #333; }
      .o-addProductReveal a.close-reveal-modal.-mobil:hover {
        color: #fff; }
  .o-addProductReveal.reveal-modal {
    padding: 0.625rem; }
  .o-addProductReveal__buttonContainer {
    text-align: center;
    padding: 0.625rem 0; }
    .o-addProductReveal__buttonContainer .a-button {
      margin: 0 1rem 0.625rem; }
  .o-addProductReveal__product {
    padding-bottom: 0.625rem; }
  .o-addProductReveal__options {
    border: 1px solid #ddd;
    position: relative;
    display: none; }
    @media only screen and (min-width: 75.0625em) {
      .o-addProductReveal__options {
        display: block; } }
    .o-addProductReveal__options .m-option:before {
      border-top: none; }
    .o-addProductReveal__options:before {
      content: "";
      border-left: 1px solid #ddd;
      width: 0;
      height: 100%;
      position: absolute;
      left: 50%;
      display: block;
      z-index: 2; }

#main-content {
  background: #f2f2f2; }

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

.additional {
  padding: 0.5rem; }

.liste-produits-wrapper {
  /*@media only screen and (min-width:40.063em) {
    .produit-wrapper {
        -ms-flex: 0 1 33.333%; 
        flex: 0 1 33.333%;
        &.medium-16{
            -ms-flex: 0 1 66.666%; 
            flex: 0 1 66.666%;
        }
    }
}*/ }
  .liste-produits-wrapper .breadcrumb-wrapper {
    text-align: left; }
    .liste-produits-wrapper .breadcrumb-wrapper a, .liste-produits-wrapper .breadcrumb-wrapper span {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 40.063em) {
        .liste-produits-wrapper .breadcrumb-wrapper a, .liste-produits-wrapper .breadcrumb-wrapper span {
          font-size: 1.0625rem;
          line-height: 1.0625rem; } }
    .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 (min-width: 40.063em) {
            .liste-produits-wrapper .breadcrumb-wrapper .breadcrumbs > span:not(:first-child):before {
              top: -2px; } }
  @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: #e53288;
    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 .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.85714em; }
    .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: #e53288; }
    .liste-produits-wrapper ul.critere-ul li .link:hover:before {
      color: #e53288; }
  .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;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    position: relative; }
    .liste-produits-wrapper ul.critere-ul li .niveau-link .nb-filter {
      color: #e53288;
      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: .75rem;
      left: inherit;
      font-size: 1.5em;
      line-height: .8;
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      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-blanc .critere-link {
        border-color: #999999; }
      .liste-produits-wrapper ul.select-ul li.critere-color.critere-color-multicolores .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;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        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: -.1rem;
          background: white;
          position: absolute;
          top: 5px;
          left: 5px;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          text-indent: 0;
          text-align: center;
          bottom: 5px;
          line-height: 1.8;
          color: #e53288;
          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: #e53288;
          background: #e53288;
          color: #fff; }
        .liste-produits-wrapper ul.select-ul li:not(.critere-color) .critere-link:hover {
          border-color: #e53288; }
  .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: '\005C'; }
  .liste-produits-wrapper .menu-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000; }
    .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: #e53288; }
      .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 {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -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;
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out;
      position: relative;
      display: block;
      margin: 0;
      padding: 1rem .75rem;
      border-bottom: 1px solid #ddd;
      cursor: pointer; }
      .liste-produits-wrapper .menu-wrapper .menu .niveau-link .nb-filter {
        color: #e53288;
        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: .75rem;
        left: inherit;
        font-size: 1.5em;
        line-height: .8;
        -moz-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        -webkit-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        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 {
      -moz-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      -webkit-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out; }
      .liste-produits-wrapper .menu-wrapper.closed {
        right: -100%;
        -moz-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        -webkit-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out; }
      .liste-produits-wrapper .menu-wrapper .menu {
        overflow-y: scroll;
        overflow-x: hidden;
        top: 46px;
        padding: 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;
            -moz-transition: 0.2s all ease-in-out;
            -o-transition: 0.2s all ease-in-out;
            -webkit-transition: 0.2s all ease-in-out;
            -ms-transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px; }
            .liste-produits-wrapper .menu-wrapper .filtres-list li span:hover {
              color: #fff;
              background: #999;
              -moz-transition: 0.2s all ease-in-out;
              -o-transition: 0.2s all ease-in-out;
              -webkit-transition: 0.2s all ease-in-out;
              -ms-transition: 0.2s all ease-in-out;
              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 .produit-wrapper {
    padding: 0.25rem !important;
    /*-ms-flex: auto; 
    flex: 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.encart-merch {
      position: relative;
      text-align: center; }
      .liste-produits-wrapper .produit-wrapper.encart-merch:before, .liste-produits-wrapper .produit-wrapper.encart-merch:after {
        content: "";
        border-bottom: 1px solid #ddd;
        position: absolute;
        left: 1rem;
        right: 1rem;
        z-index: 2;
        display: inline-block; }
      .liste-produits-wrapper .produit-wrapper.encart-merch:before {
        top: 2.25rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch:after {
        bottom: 2.25rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch .produit {
        padding: 0.5rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch .produit-content {
        display: block;
        height: 100%; }
        .liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper {
          padding: 2.75rem 0.5rem; }
          .liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper a {
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%; }
    .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute {
      border-top-color: #e53288; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute .infos-wrapper .categorie p {
        color: #e53288; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute footer .content-footer {
        color: #e53288; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute:hover {
        border-color: #e53288; }
        .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute:hover footer .content-footer:hover {
          background: #e53288;
          color: #fff; }
          .liste-produits-wrapper .produit-wrapper .tg.tg-nouveaute:hover footer .content-footer:hover:before {
            opacity: 0; }
    .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix {
      border-top-color: #f76322; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix .infos-wrapper .categorie p {
        color: #f76322; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix footer .content-footer {
        color: #f76322; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix:hover {
        border-color: #f76322; }
        .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix:hover footer .content-footer:hover {
          background: #f76322;
          color: #fff; }
          .liste-produits-wrapper .produit-wrapper .tg.tg-petit-prix:hover footer .content-footer:hover:before {
            opacity: 0; }
    .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente {
      border-top-color: #00a99d; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente .infos-wrapper .categorie p {
        color: #00a99d; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente footer .content-footer {
        color: #00a99d; }
      .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente:hover {
        border-color: #00a99d; }
        .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente:hover footer .content-footer:hover {
          background: #00a99d;
          color: #fff; }
          .liste-produits-wrapper .produit-wrapper .tg.tg-meilleure-vente:hover footer .content-footer:hover:before {
            opacity: 0; }
    .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 1.25rem; }
      #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; }
      .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final {
        padding-top: 1rem;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.25rem;
        color: #333;
        white-space: nowrap;
        text-align: right; }
        .liste-produits-wrapper .produit-wrapper .prix-wrapper .prix-final span {
          font-size: 0.65em;
          line-height: 1;
          font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif; }
    .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 .produit-content {
      background: white;
      border: 1px solid transparent;
      position: relative; }
    .liste-produits-wrapper .produit-wrapper .produit {
      position: relative;
      padding: 0 0.5rem 2rem;
      display: block; }
    .liste-produits-wrapper .produit-wrapper .picto-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .liste-produits-wrapper .produit-wrapper .fav-wrapper {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      z-index: 2; }
      .liste-produits-wrapper .produit-wrapper .fav-wrapper .ajouter-bijoux-preferes.bijou-ajoute svg .coeur {
        fill: #e53288;
        stroke: #e53288; }
      .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 > 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: #666;
      margin: 0; }
    .liste-produits-wrapper .produit-wrapper .infos-wrapper .titre {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1rem;
      color: #333;
      margin: 0.5rem 0; }
    .liste-produits-wrapper .produit-wrapper footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .liste-produits-wrapper .produit-wrapper footer .content-footer {
        padding: 0.5rem 0.5rem;
        position: relative;
        line-height: 1;
        display: block; }
        .liste-produits-wrapper .produit-wrapper footer .content-footer:before {
          position: absolute;
          top: 0;
          left: 0.5rem;
          right: 0.5rem;
          opacity: 1;
          content: "";
          border-top: 1px solid #dadada; }
      .liste-produits-wrapper .produit-wrapper footer .columns {
        padding: 0;
        text-align: right; }
      .liste-produits-wrapper .produit-wrapper footer p {
        font-size: 0.6875rem;
        line-height: 0.9375rem;
        position: relative;
        display: inline-block;
        text-align: left; }
        .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:before {
          content: "";
          width: 14px;
          height: 14px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 2px;
          background: url(/Images/category/click-and-collect-picto.png); }
        .liste-produits-wrapper .produit-wrapper footer p.vendu-par.maty:before {
          background: none; }
        .liste-produits-wrapper .produit-wrapper footer p.vendu-par span,
        .liste-produits-wrapper .produit-wrapper footer p.vendu-par a {
          color: #303c54;
          font-weight: bold; }
  @media only screen and (max-width: 40em) {
    .liste-produits-wrapper .produit-wrapper encart-merc
.prix-wrapper .prix-final {
      white-space: nowrap;
      font-size: 1rem;
      line-height: 1.125rem; }
    .liste-produits-wrapper .produit-wrapper.encart-merch.small-24 {
      overflow: hidden;
      flex: none; }
      .liste-produits-wrapper .produit-wrapper.encart-merch.small-24 .produit-content {
        /*top: 0; 
                left: 0;
                right: 0;
                bottom: 0;      
               height : 100%;*/ }
    .liste-produits-wrapper .produit-wrapper footer .columns {
      text-align: center; } }
  @media only screen and (max-width: 64em) {
    .liste-produits-wrapper .produit-wrapper .infos-wrapper .desc {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @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.encart-merch:after {
        bottom: 2.5rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch:before {
        top: 2.5rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch:before, .liste-produits-wrapper .produit-wrapper.encart-merch:after {
        left: 1.5rem;
        right: 1.5rem; }
      .liste-produits-wrapper .produit-wrapper.encart-merch .produit-content .encart-wrapper {
        padding: 3rem 1rem; }
      .liste-produits-wrapper .produit-wrapper .produit {
        padding: 0 1rem 2rem; }
      .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: #e53288; }
        .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 .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: 140px;
    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: #e53288; }
    .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: #e53288; }
      .liste-produits-wrapper .button.afficher-button:after {
        border-color: #e53288; }
  @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.active ul {
      display: block; }
    .liste-produits-wrapper .custom-select-wrapper.active .custom-select:after {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      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";
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        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 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%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-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.75rem 1rem;
      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 only screen and (min-width: 40.063em) {
    .liste-produits-wrapper .pagination-wrapper {
      padding: 1rem 0; }
      .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;
        color: #999999; }
        .liste-produits-wrapper .pagination-wrapper .pagination-content ul li.active {
          color: #333; }
        .liste-produits-wrapper .pagination-wrapper .pagination-content ul li span {
          display: inline-block;
          width: 2.75rem; } }
  @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 {
        width: 180px; }
        .liste-produits-wrapper .pagination-wrapper .button:before {
          position: absolute;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .liste-produits-wrapper .pagination-wrapper .button span {
          display: inline-block; } }
  .liste-produits-wrapper .text-seo-content-wrapper {
    padding: 0.5rem;
    display: block;
    text-align: justify; }
    .liste-produits-wrapper .text-seo-content-wrapper 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 .text-seo-content-wrapper p {
      font-size: 0.6875rem;
      line-height: 0.875rem;
      color: #999; }
      .liste-produits-wrapper .text-seo-content-wrapper p:not(:last-of-type) {
        margin-bottom: 1rem; }
      .liste-produits-wrapper .text-seo-content-wrapper p span {
        line-height: inherit !important; }
      .liste-produits-wrapper .text-seo-content-wrapper p a {
        text-decoration: underline;
        line-height: inherit !important; }
    .liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation .description-wrapper {
      padding: 0 0.5rem 0.5rem; }
    .liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation > a {
      text-decoration: underline;
      color: #ccc;
      font-size: .6875rem;
      margin-top: 0;
      background: white;
      padding: 0.5rem 1rem; }
      .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: .875rem;
        line-height: 1em;
        position: relative; }
  @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 .description-wrapper {
        padding: 0.5rem; }
      .liste-produits-wrapper .text-seo-content-wrapper .description-page-wrapper .accordion-navigation > a {
        display: none; } }
  .liste-produits-wrapper input[type=number] {
    -moz-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__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 > header .custom-links {
      display: none; }
    .liste-produits-wrapper .liste-produits ul {
      margin: 0;
      width: 100%; }
    .liste-produits-wrapper .liste-produits .produits {
      width: 100%;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-flex-direction: row;
      -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; }
  .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 p {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0;
    font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
    color: #666;
    margin: 0; }

@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 .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; } }

