/*******************************************
définitions
*******************************************/
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
/*REFONTE*/
body {
  font-family: Poppins !important;
}
strong {
  font-weight: 600;
}
/*******************************************
définitions
*******************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/*div.brands .bx-wrapper .bx-controls-direction a{
    top:64%;
}*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  zoom: 1;
}
#zone-illustrations .bx-wrapper {
  margin: auto;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 1.5%;
  z-index: 1;
  background: url('../images/j_symbols.svg?q=20171201#caret_left') no-repeat;
  content: "#caret_left";
  background-size: 32px 32px;
}
@media screen and (min-device-width: 1024px) {
  .bx-wrapper .bx-prev {
    margin-left: -56px;
  }
}
@media screen and (min-device-width: 1024px) {
  .area-illustration .bx-wrapper .bx-prev {
    margin-left: 0px;
  }
}
.bx-wrapper .bx-next {
  right: 1.5%;
  background: url('../images/j_symbols.svg?q=20171201#caret_right') no-repeat;
  content: "#caret_right";
  background-size: 32px 32px;
}
@media screen and (min-device-width: 1024px) {
  .bx-wrapper .bx-next {
    margin-right: -56px;
  }
}
@media screen and (min-device-width: 1024px) {
  .area-illustration .bx-wrapper .bx-next {
    margin-right: 0px;
  }
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
/*.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1;
  /*    .area-illustration & {
            z-index: 1;
            top:33%;
            @media screen and (min-device-width : 320px) and (max-device-width : 480px){
                top:18%;
            }
        }*/
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #000;
}
.uil-spin-css > div:nth-of-type(1) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-spin-css > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.uil-spin-css > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.uil-spin-css > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.uil-spin-css > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.uil-spin-css > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.uil-spin-css > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-spin-css > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.uil-spin-css > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
.humains,
#humains {
  display: none;
}
.test-oswald {
  display: none;
}
#breadcrumbs {
  font-family: Poppins;
  font-weight: normal;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
#breadcrumbs ul {
  width: 800px;
  overflow: hidden;
  float: left;
}
#breadcrumbs ul li.home {
  padding-left: 0px;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  float: left;
  padding-left: 5px;
  font-size: 13px;
  color: black;
  display: block;
  font-family: Poppins;
  font-weight: normal;
}
#breadcrumbs ul li a {
  padding-right: 19px;
  background: url('../images/j_symbols.svg?q=20171201#caret_right') center right no-repeat;
  background-size: 7px 25px;
  content: "#caret_right";
}
#breadcrumbs ul li:last-child a {
  background: none;
}
#breadcrumbs ul li:first-child a {
  padding-left: 0px;
}
#breadcrumbs ul li a:hover {
  color: #9c9487;
}
body {
  font-size: 75%;
  font-family: Arial, Georgia;
  color: black;
}
.wrap-center {
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wrap-center {
    width: 95%;
  }
}
#product div.wrap-center {
  margin-top: 40px;
  overflow: visible;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}
#products div.wrap-center {
  margin-top: 20px;
}
.clear {
  clear: both;
}
.button-grey {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: rouge;
}
::selection {
  background: #9c9487;
  color: #FFFFFF;
}
.listing-products div.illustration img {
  vertical-align: middle;
  width: 240px;
}
.listing-products div.illustration .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
::-moz-selection {
  background: #9c9487;
  color: white;
}
ul.messages {
  color: #5d5d5d;
  /* border-bottom:1px solid #e5e5e5; */
  padding-left: 30px;
  padding-bottom: 25px;
  width: 100%;
}
ul.messages li.error-msg {
  color: #9c9487;
}
div.validation-advice {
  color: #9c9487;
  padding-top: 5px;
}
p {
  line-height: 14px;
}
#mid-header {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: visible;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #mid-header {
    margin-bottom: 0;
    margin-top: 3px;
    text-align: center;
    width: 100%;
  }
}
#pre-header .wrap-center {
  text-align: center;
}
#logo {
  /* text-align: center; */
  /* margin: 10px 0; */
  float: left;
  width: 36%;
  height: 93px;
}
#logo img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-device-width: 390px) and (max-device-width: 480px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    content: "#logo_mobile";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 202px;
    height: 45px;
    padding-top: 10px;
    margin-left: 5px;
  }
}
@media only screen and (min-device-width: 340px) and (max-device-width: 390px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    content: "#logo_mobile";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 45px;
    margin: 0px 5px;
    padding-top: 5px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 340px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    content: "#logo_mobile";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 140px;
    height: 45px;
  }
}
#logo a {
  display: block;
  margin: auto;
  width: 170px;
  height: 93px;
}
@media only screen and (min-device-width: 400px) and (max-device-width: 480px) {
  #logo a {
    width: 100%;
    height: 40px;
    margin: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 400px) {
  #logo a {
    width: 100%;
    height: 45px;
    margin: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #logo a img {
    display: none;
  }
}
#menu-utilisateur-mobile {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-utilisateur-mobile {
    display: block;
    float: right;
    height: 45px;
    margin: 10px 5px 0px 5px;
  }
}
#menu-utilisateur-mobile a {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-utilisateur-mobile a {
    display: inline-block;
    height: 33px;
    float: left;
    width: 31px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 31px 33px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 370px) {
  #menu-utilisateur-mobile a {
    margin-left: 5px;
  }
}
@media only screen and (min-device-width: 370px) and (max-device-width: 420px) {
  #menu-utilisateur-mobile a {
    margin-left: 10px;
  }
}
@media only screen and (min-device-width: 420px) and (max-device-width: 480px) {
  #menu-utilisateur-mobile a {
    margin-left: 15px;
  }
}
#menu-utilisateur-mobile a.recherche-mobile {
  background-image: url('../images/j_symbols.svg?q=20171201#loupe');
  content: "#loupe";
}
#menu-utilisateur-mobile a.client {
  background-image: url('../images/j_symbols.svg?q=20171201#account');
  content: "#account";
}
#menu-utilisateur-mobile a.panier {
  background-image: url('../images/j_symbols.svg?q=20171201#panier');
  content: "#panier";
  background-position: top left;
  padding: 5px 0px;
  color: white;
  line-height: 33px;
  font-size: 1.5em;
}
#barre {
  border-bottom: solid 1px #d3d3d3;
  margin-bottom: 5px;
  width: 100%;
  float: left;
  margin-top: 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #barre {
    margin-top: 10px;
  }
}
#social-networks-products ul a {
  float: left;
  margin-left: 5px;
}
#social-networks-products ul a img {
  width: 20px;
  height: 20px;
}
/* PAGE 
#page{
   
    z-index:1;
}


*/
#page div.space .wrap-center {
  height: 100%;
}
#page div.space.large {
  height: 160px;
  width: 100%;
}
/* Shop Index */
/* Shop Espace */
#page div.area-push {
  margin-top: 20px;
}
#page div.area-push div.illustration {
  float: left;
  width: 240px;
  height: 320px;
  overflow: hidden;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
#page div.area-push div.illustration img {
  height: 320px;
}
#page div.area-push div.illustration img.brand_image {
  height: initial;
}
#page.listing-products div.area-push div.illustration {
  width: 240px;
  white-space: nowrap;
  text-align: center;
  height: 320px;
}
#page div.area-push div.content {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
}
a.back {
  position: absolute;
  right: 5px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  a.back {
    display: none;
  }
}
/*div.brands div.title,
#contact div.title {
    text-transform: uppercase;
    font-size: 2.4em;
    color: black;
        font-style:italic;
    font-weight: normal;
    width: 480px;
    overflow: hidden;
    word-wrap: break-word;
    font-family: novecento_wide_book;
}*/
/*div.brands div.title,
#contact div.title {
    width: 100%;
    margin: 1%;
    margin-top: 15px;
    font-family: novecento_wide_book;
}*/
#page div.area-push div.illustration .title {
  position: absolute;
  top: 55px;
  width: 170px;
  background-color: white;
  color: #333333;
  font-size: 21px;
  height: 65px;
  padding: 15px;
  left: 20px;
  font-family: Poppins;
  font-weight: 600;
  text-align: right;
  white-space: normal;
}
#page div.area-push div.content div.description {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-align: justify;
  font-family: Poppins;
  font-weight: normal;
  color: black;
  margin-top: 15px;
  display: inline;
  /*    @media screen and (max-width:768px){
            padding: 25px 50px 50px 50px;
        }
        @media screen and (max-width:568px){
            padding: 5px 10px 10px 10px;
        }*/
}
#page div.area-push div.content div.description p {
  line-height: 22px;
  padding-right: 15px;
  padding-left: 15px;
}
#special-comment {
  text-align: center;
  font-family: Poppins;
  font-weight: normal;
  font-size: 1.2em;
}
#page div.area-push div.content div.wrap-infos {
  padding: 10px 0px 20px;
  overflow: auto;
}
.mentions {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  color: #9c9487;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  background: url('../images/j_symbols.svg?q=20171201#bullet_arrow') no-repeat;
  background-position: left 0px;
  background-size: 13px 13px;
  content: "#bullet_arrow";
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mentions {
    margin: 0 50px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .mentions {
    display: none;
  }
}
#page.space-products div.area-categories {
  width: 100%;
  padding-top: 30px;
}
#page.space-products div.area-categories ul {
  margin: auto;
}
#page.space-products div.area-categories li {
  float: left;
  max-height: 344px;
  width: 246px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page.space-products div.area-categories li {
    width: 100%;
  }
}
#page.space-products div.area-categories li:nth-child(4n) {
  margin-right: 0px;
}
#page.space-products div.area-categories li h2 {
  height: 50px;
  line-height: 23px;
  width: 100%;
  font-family: lato;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-transform: lowercase;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
#page.space-products div.area-categories li a {
  height: 210px;
  width: 246px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page.space-products div.area-categories li a {
    width: 100%;
  }
  #page.space-products div.area-categories li a img {
    width: 100%;
  }
}
#page.space-products div.area-categories li a img {
  display: block;
	width: 100%;
}
/* Controls */
#controls {
  float: left;
  width: 158px;
  height: 100%;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #controls {
    margin-top: 40px;
    z-index: 100000;
    width: 100%;
  }
}
@media screen and (min-device-width: 768px) {
  #controls {
    width: 200px;
  }
}
#controls div.bloc-control {
  width: 122px;
  margin-bottom: 30px;
}
#controls div.bloc-control p.title {
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  color: #333333;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9487;
}
#controls div.bloc-control ul {
  margin-top: 20px;
  margin-left: 2px;
}
#controls div.bloc-control ul li {
  margin-bottom: 5px;
}
#controls div.bloc-control ul li a {
  font-size: 13px;
  background: url('../images/j_symbols.svg?q=20171201#checkbox-off') center left no-repeat;
  background-size: 14px 14px;
  content: "#checkbox-off";
  padding-left: 23px;
  display: block;
  line-height: 1.2em;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
}
#controls div.bloc-control ul li a.active {
  background-image: url('../images/j_symbols.svg?q=20171201#checkbox-on');
  content: "#checkbox-on";
}
/* List-products */
#list-products {
  float: left;
  width: 824px;
  width: calc(100% - 200px);
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-products {
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #list-products {
    margin: auto;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #list-products {
    margin: auto;
    float: none;
  }
}
#list-products.crossell {
  width: 1024px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-products.crossell {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #list-products.crossell {
    margin: auto;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #list-products.crossell {
    width: 100%;
  }
}
#list-products ul {
  width: 100%;
}
#list-products li {
  font-family: Poppins;
  font-weight: normal;
  float: left;
  width: 215px;
}
#list-products li.pdts {
  width: 204px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-products li {
    width: 100%;
  }
}
#pdt_size {
  font-size: 22px;
  color: #a49a8a;
  margin-left: 10px;
  font-weight: 300;
}
#list-products .infos a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  font-weight: normal;
}
#list-products .infos a .en_stock {
  text-align: left;
  height: 24px;
  display: block;
  margin-left: 7px;
}
#list-products .infos a .pas_en_stock {
  text-align: left;
  height: 24px;
  display: block;
}
#list-products .infos a:hover {
  color: #979797;
}
#list-products .infos a span.roll {
  display: none;
  position: absolute;
  width: 99%;
  height: 99%;
  top: 0px;
  right: 0px;
  border: #9c9487 solid 1px;
}
#list-products .infos a:hover span.roll {
  display: block;
}
#list-products .infos a span.reduction {
  position: absolute;
  left: 4%;
  bottom: 0px;
  background-color: #9c9487;
  color: white;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  margin-bottom: 6px;
  text-align: center;
}
#list-products .infos a img {
  width: 215px;
  height: 215px;
}
#list-products .infos a img.crossell-illustration {
  width: 90%;
  height: auto;
  overflow: hidden;
}
#list-products .infos a span.title {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  text-align: left;
  line-height: 15px;
  font-size: 14px;
  height: 48px;
  margin-right: 8px;
  margin-left: 8px;
}
#list-products .infos a span.brand-price {
  display: block;
  border: 1px solid #a49a8a;
  width: 92%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 5px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: white;
}
#list-products .infos a span.price {
  color: #a49a8a;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 45px;
}
#list-products .infos a span.price.special-price {
  float: right;
  clear: right;
  color: #9c9487;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 22px;
  margin-right: 5px;
}
#list-products .infos a span.price del {
  color: #a49a8a;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 22px;
  margin-right: 5px;
  float: right;
  clear: right;
}
#list-categories {
  float: left;
  width: 799px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
}
#list-categories {
  width: 100%;
}
#list-categories ul {
  width: 800px;
}
#list-categories ul {
  width: 100%;
}
#list-categories li {
  float: left;
  width: 16.66%;
  max-height: 200px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-categories li {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  #list-categories li {
    width: 33%;
  }
}
#list-categories .infos a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  font-weight: normal;
}
#list-categories .infos a:hover {
  color: #979797;
}
#list-categories .infos a span.roll {
  display: none;
  position: absolute;
  width: 99%;
  height: 99%;
  top: 0px;
  right: 0px;
  border: #9c9487 solid 1px;
}
#list-categories .infos a:hover span.roll {
  display: block;
}
#list-categories .infos a img {
  height: 145px;
  width: 145px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-categories .infos a img {
    max-height: 100px;
    max-width: 100px;
    width: initial;
  }
}
#list-categories .infos a span.title,
#list-categories .infos a span.brand-price {
  display: none;
  width: 95%;
  padding: 0 0 0 5px;
  height: 27px;
  overflow: hidden;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
}
#list-categories .infos a span.title {
  display: block;
  margin-top: 5px;
  width: auto;
  padding: 0 0 0 0;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
  height: 45px;
}
#list-categories .infos a span.price {
  color: #5d5d5d;
}
/* Product */
#page div.area-illustration {
  width: 48.8%;
  float: left;
  background-color: #FFFFFF;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
}
@media only screen and (min-device-width: 375px) and (max-device-width: 480px) {
  #page div.area-illustration {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
  #page div.area-illustration {
    width: 100%;
  }
}
#page div.area-illustration div.illustration a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page div.area-illustration div.illustration a img {
  width: 100%;
}
#page div.area-illustration div.illustration a.btn-zoom span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 26px;
  width: 26px;
  background: url('../images/j_symbols.svg?q=20171201#loupe') 1px 1px no-repeat;
  content: "#loupe";
}
@media screen and (max-width: 768px) {
  #page div.area-illustration div.illustration a.btn-zoom span {
    display: none;
  }
}
#page div.area-illustration div.illustration a.btn-zoom:hover span {
  background-color: #d9d9d9;
}
#page div.area-illustration div.illustrations p.title {
  height: 142px;
  width: 139px;
  float: left;
  text-transform: uppercase;
  font-style: italic;
  color: #6c6c6c;
  padding-left: 20px;
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  #page div.area-illustration div.illustrations p.title {
    height: initial;
  }
}
#page div.area-illustration div.illustrations div.list-illustrations {
  float: left;
  width: 490px;
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-illustration div.illustrations div.list-illustrations {
    width: 100%;
    height: initial;
  }
}
#page div.area-illustration div.illustrations div.list-illustrations ul {
  margin-top: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-illustration div.illustrations div.list-illustrations ul {
    width: initial;
    height: initial;
  }
}
#page div.area-illustration div.illustrations div.list-illustrations ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#page div.area-illustration div.illustrations div.list-illustrations ul li a {
  display: block;
  width: 79px;
  height: 79px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
#page div.area-illustration div.illustrations div.list-illustrations ul li a:hover img {
  position: relative;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#page div.area-illustration div.illustrations div.list-illustrations ul li a.current {
  border: 1px solid #9c9487;
}
#page div.area-illustration div.illustrations div.list-illustrations ul li a.current img,
#page div.area-illustration div.illustrations div.list-illustrations ul li a.current:hover img {
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  cursor: default;
}
#page div.area-infos {
  width: 49.5%;
  float: left;
  background-color: #FFFFFF;
  margin-top: 1px;
  padding-left: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-infos {
    width: 100%;
  }
}
#page div.area-infos div.header {
  height: auto;
  width: 100%;
  overflow: visible;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-infos div.header {
    width: 99%;
  }
}
#page div.area-infos div.header .title,
#page div.area-infos div.header .wrap-title {
  font-family: Poppins;
  color: black;
  overflow: hidden;
  font-weight: normal;
}
#page div.area-infos div.header .wrap-title {
  padding-left: 5px;
  height: 100%;
  padding-top: 5px;
}
#page div.area-infos div.header .wrap-title .title {
  overflow: visible;
  font-size: 24px;
  line-height: 30px;
}
#page div.area-infos div.header a.back {
  position: absolute;
  font-size: 0.8em;
  text-transform: uppercase;
  top: 0px;
  right: 0px;
}
#page div.area-infos div.header p.brand {
  font-family: Poppins;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 5px;
  margin-bottom: 10px;
}
div.price-box {
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
  float: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.price-box {
    margin-top: 6px;
    float: right;
    margin-top: 0px;
    padding-right: 5px;
    width: 97%;
  }
}
div.price-box-reduc {
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  div.price-box-reduc {
    margin-top: 6px;
    float: right;
    text-align: initial;
    margin-top: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.price-box-reduc {
    width: 90px;
  }
}
#page div.area-infos div.header span.brand {
  color: black;
  /*    font-family: lato;
        font-weight: 800;*/
  font-family: Poppins;
  font-weight: normal;
  font-size: 18px;
}
#page div.area-infos div.header div.brand-title {
  float: left;
  width: 85%;
}
@media screen and (max-width: 768px) {
  #page div.area-infos div.header div.brand-title {
    width: 80%;
  }
}
#page div.area-infos div.header img.brand-logo,
#page div.content div.wrap-infos img.brand-logo {
  float: left;
  border: 2px solid #eaeaea;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-infos div.header img.brand-logo,
  #page div.content div.wrap-infos img.brand-logo {
    margin-bottom: 5px;
  }
}
#page div.area-infos div.header img.brand-logo {
  width: 70px;
  height: 70px;
}
#page div.content div.wrap-infos img.brand-logo {
  margin-right: 12px;
  width: 120px;
  height: 120px;
  padding: 4px;
}
#page div.area-infos div.infos {
  width: 98%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page div.area-infos div.infos {
    width: 96%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-infos div.infos {
    padding-top: 0;
  }
}
#btns-push {
  margin-top: 20px;
}
#pdt_short_description {
  float: left;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 13px;
  color: black;
  line-height: 15px;
}
#show-more-description a {
  margin-top: 7px;
  font-family: Poppins;
  font-weight: 600;
  color: #9c9487;
  font-size: 13px;
  margin-bottom: 15px;
}
#show-more-description a:hover {
  cursor: pointer;
  color: black;
}
#btns-push .price-box.reduc p.brand-price {
  text-align: right;
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  color: #9c9487;
  font-size: 18px;
  /*    font-weight: 600;*/
  padding: 10px 15px 5px 0px;
}
@media screen and (max-width: 768px) {
  #btns-push .price-box.reduc p.brand-price {
    clear: both;
    padding-right: 5px;
    font-size: 16px;
  }
}
del.old-price {
  /*    font-family: lato;
          font-weight: 500;*/
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  color: #a49a8a;
  font-size: 18px;
  float: right;
  line-height: 18px;
  padding-right: 5px;
  padding-top: 5px;
  width: 60%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  del.old-price {
    font-size: 16px;
  }
}
#page div.area-infos div.all-products {
  clear: both;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
}
#page div.area-infos div.all-products a {
  color: #9c9487;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  background-image: url('../images/j_symbols.svg?q=20171201#bullet_arrow');
  content: "#bullet_arrow";
  padding-left: 12px;
  background-position: center left;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
#page div.area-infos div.all-products a:hover {
  color: black;
}
#page div.area-infos div.infos div.bloc-infos,
div.gift-card-info {
  margin: 0px 0 0 0px;
}
#page div.area-infos div.infos div.bloc-infos.features {
  background-color: #eaeaea;
  width: 499px;
  padding: 10px;
  background-image: url('../images/j_symbols.svg?q=20171201#splitter');
  content: "#splitter";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1px 65%;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  #page div.area-infos div.infos div.bloc-infos.features {
    width: calc(100% - 10px);
    padding: 5px;
    padding-bottom: 10px;
    background-image: none;
    background-size: 0 0;
  }
}
/*#page div.area-infos div.infos div.bloc-infos p.title {
    text-transform: uppercase;
    color: #6c6c6c;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-family: 'novecento_wide_book';
}*/
#page div.area-infos div.infos div.bloc-infos label,
#page div.area-infos div.infos div.bloc-infos span.label {
  color: #333333;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: black;
}
#page div.area-infos div.infos div.bloc-infos ul li span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
#page div.area-infos div.infos div.bloc-infos ul li span.en_stock {
  color: green;
}
#page div.area-infos div.infos div.bloc-infos div.select {
  float: right;
  width: 47%;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  #page div.area-infos div.infos div.bloc-infos div.select {
    width: 80%;
    margin-top: 10px;
    float: none;
  }
}
#page div.area-infos div.infos div.bloc-infos div.select .validation-advice {
  clear: left;
  margin-left: 70px;
}
#page div.area-infos div.infos div.bloc-infos label {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 600;
  display: block;
  width: 70px;
  height: 22px;
  line-height: 22px;
}
#page div.area-infos div.infos div.bloc-infos div.select select {
  display: none;
  /*    height: 34px;
        width: 100%;
        border: none;
        color: black;
        line-height: 22px;
        float: left;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: treeview;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-border-radius: 3px;
        background: url('../images/j_select.png') no-repeat 97% center;
        background-color:white;
        @media screen and (max-width:768px){
            width: 100%;
        }*/
}
#page div.area-infos div.infos div.bloc-infos ul.features {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #page div.area-infos div.infos div.bloc-infos ul.features {
    float: none;
    width: 100%;
  }
}
#page div.area-infos div.infos div.bloc-infos div.select ul.features {
  width: 100%;
}
#page div.area-infos div.infos div.bloc-infos ul.features li {
  margin-top: 8px;
  font-size: 0.9em;
}
a.dwnld_pdf {
  font-size: 13px;
  font-family: Poppins;
  font-weight: normal;
  background-size: 17px 25px;
  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: center left;
  background-image: url('../images/j_symbols.svg?q=20171201#download');
  content: "#download";
}
a.nuancier {
  font-size: 13px;
  font-family: Poppins;
  font-weight: normal;
  background-size: 17px 25px;
  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: center left;
  background-image: url('../images/j_symbols.svg?q=20171201#nuancier');
  content: "#nuancier";
}
#page div.area-infos div.infos div.bloc-infos span.link {
  margin-left: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
}
#page div.area-infos div.infos div.bloc-infos div.description {
  overflow: hidden;
}
#page div.description-long {
  font-family: Poppins;
  font-weight: normal;
  font-size: 13px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
}
#page div.area-infos div.infos div.bloc-infos div.description p {
  line-height: 15px;
  font-size: 13px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  text-align: justify;
}
#page div.area-infos div.infos div.bloc-infos div.description-long,
#page div.area-infos div.infos div.bloc-infos div.description {
  line-height: 15px;
  text-align: justify;
  width: 87%;
  font-family: Poppins;
  font-weight: normal;
}
#page div.area-infos div.infos div.bloc-infos p.more {
  padding-top: 10px;
  margin-bottom: 20px;
}
#page div.area-infos div.infos div.bloc-infos p.more a {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #5d5d5d;
}
#page div.area-infos div.infos div.bloc-infos p.more a:hover {
  color: #9c9487;
}
#extras ul {
  float: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#extras {
  float: right;
}
@media screen and (max-width: 768px) {
  #extras {
    margin-right: 12px;
  }
}
/*#declinations th{
    height:30px;

    padding-top:20px;
    .lato-regular();
    font-size:13px;
    text-transform:uppercase;

}



#page table.table th a {
    color: #6c6c6c;
    background: url('../images/j_symbols.svg?@{bubble}#tri') center right no-repeat;
    content:"#tri";
    padding-right: 15px;
}

#page table.table th a.active {
    //background-image: url('../images/sort-on.png');
    color: @rouge;
}

#page table.table th a:hover {
    text-decoration: underline;
}

#page table.table th.illustration {
    text-transform: uppercase;
    font-style: italic;
    font-size: inherit;
    width: 139px;
}

#page table.table tbody td {
    height: 70px;
    width:80px;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 16px;
    position: relative;
}

#page table.table td.illustration,
#page table.table .cart {
    padding: 0px;
}

#page table.table td.illustration {
    width: 159px;
    position: relative;
}

#declinations.table th.name.sort {
    width: 180px;
    padding-right: 10px;
    .libre-bold();
    color:@gris-fonce;  
    font-size:12px;
}

#page table.table .name{
    width: 190px;
}

#page table.table .color,
#page table.table .price,
#page table.table .availability {
    width: 80px;
}

#page table.table .color,
#page table.table .availability {
    .lato-regular();
    font-size:12px;
    color: black;
}

#declinations.table th.sort{
    width: 80px;
}

#page table.table .price{
    .libre-bold();
    text-align:right;
}
#declinations .price{
    color:@rouge;
}*/
#page div.wrap {
  padding: 30px 0 30px 30px;
  position: relative;
}
.link-print {
  font-size: 1.2em;
  background-color: #9c9487;
  width: 180px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.link-print a {
  color: white;
}
.link-print:hover {
  background-color: black;
}
/* CMS - COLORAMA */
#links {
  font-size: 1.8em;
  margin-bottom: 10px;
}
/* CMS - PLAYVIZ */
/* RENDEZ-VOUS */
/*div form div.column.last {
    margin-right: 0px;
}*/
/* SEARCH */
#search div.toolbar-advanced {
  float: left;
  height: 53px;
  overflow: hidden;
}
#search p.advanced-search-amount {
  /* float: left; */
  height: 18px;
  /* width: 400px; */
  line-height: 52px;
  color: #6c6c6c;
  font-size: 1.1em;
  text-transform: uppercase;
  padding-left: 30px;
  font-family: Poppins;
  font-weight: normal;
}
/* Footer Links */
#page div.footer-links p.title {
  margin-left: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  font-style: italic;
  color: #6c6c6c;
  width: 106px;
  height: 139px;
  padding-right: 30px;
  font-size: 1.1em;
  float: left;
}
#page div.footer-links ul {
  float: left;
  width: 160px;
  height: 139px;
  padding-top: 20px;
  overflow: hidden;
}
#page div.footer-links ul li {
  padding-left: 20px;
  margin-bottom: 8px;
  width: 120px;
}
#page div.footer-links ul a {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 14px;
}
/* Accueil */
/* Store : Victoria & Week-end */
/* Week-end */
/* Popin */
.toutes-nos-marques .fond-blanc {
  text-align: left;
  position: relative;
  z-index: 80;
  background-color: white;
  width: 190px;
}
.toutes-nos-marques .fond-blanc.bck_svg {
  background-image: url("../images/j_symbols.svg?q=20171201#bullet_arrow");
  content: "#bullet_arrow";
  background-repeat: no-repeat;
  background-size: 5px 18px;
  padding-left: 9px;
}
.toutes-nos-marques .fond-blanc a {
  /*        font-family: lato;
                font-weight: 600;*/
  font-family: Poppins;
  font-weight: normal;
  font-size: 15px;
  text-transform: lowercase;
  color: #9c9487;
}
.toutes-nos-marques .fond-blanc a:hover {
  color: black;
}
.toutes-nos-marques .barre-title {
  border-bottom: 1px solid #d9d9d9;
  top: -5px;
  position: relative;
  z-index: 1;
}
/* Factory deals */
/* FOOTER */
/*@media only screen and (max-device-width : 1024px){
    #pre-footer{
        height: 280px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    #pre-footer{
        height: 840px;
    }
}
@media screen and (max-width:768px) and (orientation:landscape){
    #pre-footer{
        height: 840px;
    }
}*/
#pre-footer ul.pushs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 280px;
  color: black;
  margin-top: 30px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #pre-footer ul.pushs {
    width: 100%;
    height: 840px;
  }
}
#pre-footer ul.pushs li {
  font-family: Poppins;
  font-weight: normal;
  display: block;
  float: left;
  width: 33.1%;
  height: 280px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #pre-footer ul.pushs li {
    float: none;
    margin: auto;
    width: 100%;
  }
}
.en-tete {
  height: 180px;
}
.en-tete img {
  margin: auto;
}
#pre-footer ul.pushs li h4 {
  font-size: 22px;
  color: black;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
}
#pre-footer ul.pushs li h5 {
  font-weight: 500;
  font-size: 20px;
  color: black;
  line-height: 17px;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
}
#pre-footer ul.pushs li p {
  text-align: center;
  padding-top: 15px;
  font-size: 1.2em;
}
#pre-footer ul.pushs li p.numero_tel {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
}
#pre-footer ul.pushs li p.paragraphe {
  font-size: 14px;
  font-weight: 500;
}
#pre-footer ul.pushs li p.reseau {
  padding-top: 0px;
}
#bottom-footer {
  margin-top: 25px;
  clear: both;
  padding-bottom: 50px;
  padding-top: 50px;
}
#bottom-footer ul {
  padding-top: 20px;
  margin-left: 20px;
}
#bottom-footer ul li {
  margin-bottom: 12px;
}
#bottom-footer ul li a {
  font-size: 0.9em;
  color: #ababab;
  text-decoration: none;
  text-transform: uppercase;
}
#bottom-footer ul li a:hover {
  color: #5d5d5d;
}
#footer {
  background-color: #333333;
  font-size: 15px;
}
#bottom-footer {
  height: 335px;
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer {
    height: 100%;
  }
}
#bottom-footer ul {
  color: #f5f5f5;
  margin-left: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer ul {
    margin-left: 0px;
  }
}
#bottom-footer h2 {
  font-weight: normal;
  width: 95%;
  margin-bottom: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 5px;
    width: 90%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer h2:after {
    content: url('../images/mobile-footer-arrow.png');
    float: right;
  }
}
#bottom-footer ul ul {
  margin: 0px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer ul ul {
    display: none;
    margin-left: 5px;
  }
}
#bottom-footer ul li {
  font-family: Poppins;
  width: 33%;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer ul li {
    float: none;
    line-height: 23px;
    width: 100%;
    border-bottom: 1px solid #9c9487;
  }
}
#bottom-footer ul li.mentions-footer {
  text-transform: capitalize;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #bottom-footer ul li.mentions-footer {
    border: 0px;
  }
}
#bottom-footer ul li.mentions-footer a {
  font-size: 15px;
  color: white;
  font-weight: normal;
}
#bottom-footer ul li.mentions-footer a:hover {
  color: #9c9487;
  font-weight: 600;
}
div.copyright {
  margin: 10px auto 10px;
  color: #333333;
}
div.copyright a {
  text-transform: uppercase;
  color: #333333;
}
#btns-push li {
  float: left;
  width: 48.5%;
  border: 1px solid #9c9487;
  height: 55px;
}
@media screen and (max-width: 768px) {
  #btns-push li {
    width: 48%;
  }
}
#btns-push div.reduction {
  width: 35%;
  float: left;
  border-right: 1px solid #9c9487;
  background-color: #eaeaea;
  color: #9c9487;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
}
div.price-box.reduc span.price {
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  color: #9c9487;
  float: right;
  line-height: 18px;
  padding-right: 5px;
  padding-top: 5px;
}
div.price-box span.price,
div.price-box span.regular-price {
  /*    font-family: lato;
         font-weight: 600;*/
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #9c9487;
}
button.add-cart {
  width: 100%;
  height: 55px;
  background: #9c9487;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 0px;
}
button.add-cart:hover {
  background: black;
}
@media screen and (max-width: 768px) {
  button.add-cart {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  button.add-cart {
    height: 55px;
  }
}
button.add-cart span {
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
#button-commander {
  background: #9c9487;
  float: right;
  height: 100px;
  margin-top: 20px;
  width: 160px;
}
#searchSubmit,
#mc-embedded-subscribe {
  color: white;
  background-color: white;
  height: 45px;
  border: 1px solid;
  border-color: #d9d9d9;
  border-left: 0px;
  -webkit-appearance: none;
  appearance: none;
  /* -webkit-border-radius: 2px; */
  width: 4%;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  margin: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #searchSubmit,
  #mc-embedded-subscribe {
    width: 15%;
    border: 0px;
    min-width: 0px;
  }
}
#newsletter-submit {
  color: black;
  height: 32px;
  width: 20%;
  font-size: 1.7em;
  border: 0px;
  border-left: 1px solid;
  border-color: #d9d9d9;
  -webkit-appearance: none;
  appearance: none;
  background-color: #9c9487;
  background-origin: content-box;
  float: right;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#searchSubmit {
  border-radius: 0;
  min-width: 47px;
}
#searchSubmit.bck_svg {
  background-image: url('../images/j_symbols.svg?q=20171201#loupe');
  content: "#loupe";
  background-size: 30px 40px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #searchSubmit.bck_svg {
    width: 10%;
    position: relative;
    float: left;
    min-width: 0px;
  }
}
#searchText {
  height: 45px;
  font-size: 1.3em;
  border: 1px solid #d4d5d0;
  border-right: 0px;
  padding: 0px;
  margin: 0px;
  width: 96%;
  padding-left: 6px;
  line-height: 18px;
  font-family: Poppins;
  font-weight: normal;
  border-radius: 0;
  /* position: relative; */
  -webkit-appearance: none;
  appearance: none;
  /* -webkit-border-radius: 2px; */
}
#algolia-autocomplete-tt #searchText {
  width: 98%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #searchText {
    width: 100%;
    float: left;
    border: 0px;
    transition: initial;
  }
}
#mce-EMAIL {
  font-family: lato;
  height: 32px;
  font-size: 16px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: auto !important;
  padding-left: 6px;
  line-height: 18px;
  font-family: Poppins;
  font-weight: normal;
  /* position: relative; */
  -webkit-appearance: none;
  appearance: none;
  /* -webkit-border-radius: 2px; */
  border-radius: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  #mce-EMAIL {
    width: 75% !important;
    margin-left: 2px;
  }
}
#searchBox {
  width: 32%;
  float: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #searchBox {
    width: 100%;
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    height: 50px;
    background-color: white;
    z-index: 999999;
  }
}
#cse-search-box {
  display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  #cse-search-box {
    display: block;
    /*
         position: fixed;
         top:100px;
         width: 80%;
         height: 47px;
         left: 4%;
         z-index: 91;
         background-color: white;
         border: 0px;*/
  }
}
.overlay-rouge {
  background-color: #9c9487;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
}
#headerCenter {
  float: left;
  width: 59%;
  margin-left: 2%;
}
#headerRight {
  float: left;
  width: 32%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #headerRight {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#souscription_newsletter {
  margin: 0px;
  padding: 0px;
}
#menu-user li {
  float: left;
  /*    font-family: lato;
        font-weight: 500;*/
  font-family: Poppins;
  font-weight: normal;
  margin-right: 5px;
  font-size: 14px;
  background-color: white;
  text-transform: lowercase;
  line-height: 33px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-user li {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
  #menu-user li {
    font-size: 1em;
  }
}
#menu-user li a:hover {
  font-weight: 700;
  color: black;
}
#menu-user li a:nth-last-child(2) {
  margin-right: 5px;
}
#menu-user li a.panier {
  color: white;
  width: 27px;
  height: 33px;
  float: right;
  text-align: center;
}
#menu-user li a.panier.bck_svg {
  background-image: url("../images/j_symbols.svg?q=20171201#panier");
  content: "#panier";
  background-position: center left;
  background-size: 29px 33px;
  background-repeat: no-repeat;
}
#menu-user li a.panier :hover {
  color: white;
  font-weight: bold;
}
#menu-container {
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1430px;
  max-width: initial;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-container {
    width: 95%;
  }
}
#sb-player {
  background-color: white;
}
div.menu-320 {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.menu-320 {
    display: block;
    background-image: url('../images/j_symbols.svg?q=20171201#hamburger');
    content: "#hamburger";
    background-repeat: no-repeat;
    background-size: 45px 40px;
    width: 10%;
    float: left;
    position: relative;
    height: 40px;
    width: 45px;
    margin: 5px 5px;
  }
}
#jmenu {
  padding-bottom: 15px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #jmenu {
    display: block;
    /*        background-image: url('../images/j_symbols.svg?@{bubble}#hamburger');
                content:"#hamburger";  
                background-repeat: no-repeat;*/
    width: 45px;
    height: 33px;
    position: fixed;
    left: 0;
    z-index: 99;
  }
}
#jmenu ul {
  display: inline-block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #jmenu ul {
    display: none;
    text-align: left;
    font-family: Poppins;
    font-weight: normal;
    text-transform: uppercase;
    color: black;
    font-size: 30px;
    padding-top: 50px;
    background-color: white;
  }
}
#jmenu ul li {
  float: left;
  font-size: 16px;
  margin-right: 17.4px;
  font-family: Poppins;
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 5px;
  cursor: pointer;
  color: black;
  border-bottom: transparent 3px solid;
}
#jmenu ul li a {
  color: inherit;
}
#jmenu ul li a:hover {
  color: inherit;
}
#jmenu ul li:hover {
  font-family: Poppins;
  font-weight: normal;
  border-bottom: #9c9487 3px solid;
}
@media screen and (max-width: 768px) {
  #jmenu ul li {
    margin-right: 13px;
  }
  #jmenu ul li:last-of-type {
    margin-right: 0px;
  }
}
#header div.sous-menu {
  position: absolute;
  z-index: 2;
  margin-top: -15px;
  background: #9c9487;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 10px;
  -moz-box-shadow: 0px 3px 6px #999;
  box-shadow: 0px 3px 6px #999;
  /* -webkit-box-shadow: 0px 3px 6px #999; */
  /* box-shadow: 0px 3px 6px #999; */
  padding-bottom: 10px;
  /* padding-right: 15px; */
  border-bottom: 1px lightgray solid;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header div.sous-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
#header div.sous-menu li.menu-item {
  float: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header div.sous-menu li.menu-item {
    width: 100%;
  }
}
#header div.sous-menu li.menu-item img {
  width: 24px;
  height: 24px;
  margin-left: 7px;
  vertical-align: text-bottom;
}
#header div.sous-menu li.menu-item.mobile-carousel-menu img {
  float: right;
}
ul.sous-menu li.menu-item ul span.title a,
#menu-magasins span.title a {
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  vertical-align: -9px;
}
ul.sous-menu li.menu-item ul span.title a:hover,
#menu-magasins span.title a:hover {
  text-decoration: underline;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  ul.sous-menu li.menu-item ul span.title a,
  #menu-magasins span.title a {
    font-size: 20px;
    margin-top: 0px;
    display: block;
  }
}
#menu-magasins div.store img {
  width: 193px;
}
#menu-magasins div.store div.presentation {
  display: none;
}
ul.sous-menu li.menu-item ul li {
  margin-bottom: 7px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  ul.sous-menu li.menu-item ul li {
    margin-left: 0px;
  }
}
ul.sous-menu li.menu-item ul li:first-of-type {
  margin-top: 12px;
  border-top: 1px lightgray solid;
  padding-top: 12px;
}
ul.sous-menu li.menu-item ul {
  margin-right: 100px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  ul.sous-menu li.menu-item ul {
    margin-right: 0px;
  }
}
@media only screen and (max-device-width: 768px) {
  ul.sous-menu li.menu-item ul {
    margin-right: 21px;
    margin-bottom: 1em;
  }
  ul.sous-menu li.menu-item ul .title {
    font-family: Poppins;
    font-weight: normal;
    font-size: 2em;
  }
}
ul.sous-menu li.menu-item ul li a,
#menu-magasins div.store p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: black;
}
ul.sous-menu li.menu-item ul li a:hover {
  text-decoration: underline;
}
/*div#menu-magasins div.store h4.subtitle {
    font-family: 'Alegreya Sans SC', sans-serif;
    text-align: left;
    margin: 0 auto;
    color: black;
}*/
.menu-visible {
  display: none;
}
#menu-magasins div.store {
  text-align: center;
  float: left;
  margin-right: 14px;
  width: 23%;
  margin-bottom: 25px;
}
/*Peut être à supprimer
#headerTel {
    font-family: 'novecento_wide_book';
    font-size: 1.2em;
    color: black;
    float: right;
    width: 37%;
}
*/
#mise-en-avant {
  height: 320px;
  width: 620px;
  float: left;
}
@media screen and (max-width: 768px) {
  #mise-en-avant {
    width: 60.5%;
    height: initial;
  }
  #mise-en-avant img {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #mise-en-avant {
    width: 100%;
  }
}
#promotions {
  width: 388px;
  float: right;
  height: 320px;
}
@media screen and (max-width: 768px) {
  #promotions {
    width: 37.9%;
    height: initial;
  }
  #promotions img {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #promotions {
    width: 100%;
  }
}
/*Peut être à supprimer*/
/*div#headerTel img {
    float: left;
    height: 40px;
    margin-right: 3%;
}
Peut être à supprimer
#headerTel p.first {
    font-size: 1em;
    padding-bottom: 11px;
    text-align: left;
}
Peut être à supprimer
#headerTel p {
    font-size: 1.8em;
    text-align: left;
}*/
#menu-user {
  float: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-user {
    margin-top: 5px;
    display: none;
  }
}
/*li.basket a {
    color: #2d2d2d;
    font-family: 'novecento_wide_book';
    font-size: 1.4em;
    position: absolute;
    top: 16.4px;
    right: 5px;
    width: 33px;
    text-align: center;
    text-decoration: none;
    color: white;
}*/
#product div.area-infos div.header .wrap-title {
  height: 92px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #product div.area-infos div.header .wrap-title {
    width: 100%;
  }
}
#show-more-description {
  display: block;
  clear: both;
  color: #9c9487;
}
div.wrap-center div.spacer {
  border-top: 1px solid #A1182D;
  margin-top: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
div.lcr_mea {
  width: 100%;
  margin-left: -2px;
}
div.lcr_mea img {
  width: 100%;
}
.back-to-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .back-to-top {
    bottom: 1em;
    right: 0;
  }
}
.mail {
  line-height: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: white;
}
.mail.bck_svg {
  background-image: url("../images/j_symbols.svg?q=20171201#mail-blanc");
  content: "#mail-blanc";
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: center left;
  padding-left: 27px;
}
.tel {
  line-height: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: white;
}
.tel.bck_svg {
  background-image: url("../images/j_symbols.svg?q=20171201#telephone-blanc");
  content: "#telephone-blanc";
  background-repeat: no-repeat;
  background-size: 27px 17px;
  background-position: center left;
  padding-left: 27px;
}
#pre-header {
  background: black;
  height: 3em;
  font-size: 14px;
  line-height: 3em;
  border-bottom: lightgray 1px solid;
}
@media screen and (max-width: 480px) {
  #pre-header {
    display: none;
  }
}
.text {
  /*    font-family: lato;
        font-weight: 100;*/
  font-family: Poppins;
  font-weight: normal;
  color: white;
}
.emphasized {
  font-family: Poppins;
  font-weight: normal;
  color: white;
}
.wrap-menu {
  background-color: #e3e3e3;
  width: 100%;
  margin: 0 auto;
  /* position: absolute; */
  /* overflow: auto; */
  /* clear: both; */
  /* display: inline-block; */
}
.novo-title {
  font-family: Poppins;
  font-weight: 300;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
  line-height: 50px;
  background-image: url('../images/j_symbols.svg?q=20171201#h1-title');
  content: "#h1-title";
  background-repeat: no-repeat;
  background-position: 1px 21px;
  background-size: 1024px 47px;
}
@media only screen and (max-width: 768px) {
  .novo-title {
    width: 100%;
  }
}
.barre-title {
  border-bottom: 1px solid #d9d9d9;
}
.barre-title div {
  width: 40px;
  height: 4px;
  background-color: #9c9487;
}
#contact {
  margin-top: 50px;
}
#menu-magasins p {
  margin-bottom: 7px;
}
#menu-magasins p .text {
  margin-top: 7px;
  border-bottom: 1px #b2b2b2 solid;
  color: black;
}
#menu-magasins p .adresse {
  font-weight: bold;
}
#mc_embed_signup {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
#mc_embed_signup_scroll {
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  background-color: white;
  width: 99%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.invit-newsletter {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: initial;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .invit-newsletter {
    font-size: 1.8em;
    /* Styles pour cette Media Queries */
  }
}
#pre-footer {
  background-color: #9c9487;
}
@media only screen and (max-width: 768px) {
  #pre-footer {
    height: 100%;
  }
}
#pre-footer .barre-horizontal {
  width: 40%;
  height: 1px;
  background-color: black;
  margin: 8px auto 0px;
}
#pre-footer .wrap-center {
  overflow: visible;
}
#bottom-footer .text.emphasized {
  font-family: Poppins;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
}
#bottom-footer p.text.emphasized {
  margin-bottom: 20px;
}
#bottom-footer .text {
  font-size: 25px;
  color: white;
}
#bottom-footer .tel,
#bottom-footer .mail {
  color: white;
  font-size: 20px;
}
#page div.area-infos div.header p.reduction {
  padding: 0px 4px;
  right: 31px;
  font-size: 1.6em;
}
#page div.area-infos div.header button.add-cart,
#page div.area-infos div.header p.reduction {
  display: block;
  border: none;
  text-align: center;
  line-height: 28px;
  height: 28px;
  color: #FFFFFF;
  background-color: #9c9487;
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
}
#links {
  font-size: 1.8em;
  margin-bottom: 10px;
}
td.cms-livraison-cell {
  padding: 10px;
}
div.social-networks {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.social-networks {
    width: 100%;
  }
}
div.social-networks p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  color: black;
  line-height: 17px;
  text-decoration: none;
}
div.social-networks a {
  margin-left: 6px;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-top: 14px;
}
div.social-networks a.bck_svg {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
div.social-networks a.facebook {
  background-image: url('../images/j_symbols.svg?q=20171201#facebook');
  content: "#facebook";
}
div.social-networks a.twitter {
  background-image: url('../images/j_symbols.svg?q=20171201#twitter');
  content: "#twitter";
}
div.social-networks a.pinterest {
  background-image: url('../images/j_symbols.svg?q=20171201#pinterest');
  content: "#pinterest";
}
div.social-networks a.instagram {
  background-image: url('../images/j_symbols.svg?q=20171201#instagram');
  content: "#instagram";
}
/*div.price-box span.regular-price{
    display: block;
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px){
        margin-top:0px;
    }
}*/
/*A apppliquer au desktop pour theme black aussi*/
div.j_slider {
  /*    margin:auto;
        overflow:visible;*/
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .opt-768 {
    display: none;
  }
  #bottom-footer p.text.emphasized {
    font-size: 2.1em;
    line-height: 1em;
  }
  div.j_slider {
    margin: auto;
    overflow: visible;
  }
  #bottom-footer .mail {
    display: block;
  }
  /*    #jmenu li:first-of-type {
            display:none;
        }*/
  ul.sous-menu li.menu-item ul li a {
    font-size: 16px;
  }
  #list-products li {
    width: 200px;
  }
  #controls div.bloc-control {
    width: inherit;
  }
  #controls div.bloc-control ul li a {
    font-size: 18px;
    line-height: 20px;
  }
  #list-products .infos a img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  ul.sous-menu li.menu-item ul {
    margin-right: 63px;
  }
  ul.sous-menu li.menu-item ul li a {
    font-size: 18px;
  }
  #list-products ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  #list-products li {
    width: 200px;
    margin: 0px;
    padding: 0px;
  }
  #controls div.bloc-control {
    width: inherit;
  }
  #controls div.bloc-control ul li a {
    font-size: 18px;
    line-height: 20px;
  }
  #controls {
    width: 200px;
  }
  #list-products .infos a img {
    width: 200px;
    height: 200px;
  }
}
div.pdt-list {
  float: left;
  font-family: Poppins;
  font-weight: normal;
  color: black;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.pdt-list div {
  float: left;
  margin-left: 3px;
}
div.pdt-list div.row {
  width: 100%;
  padding-top: 7px;
  border-bottom: 1px solid #d9d9d9;
}
div.pdt-list div.row p {
  margin-top: 10px;
}
div.pdt-list div.optional {
  color: black;
}
div.pdt-list div.header,
#sort-by-price {
  width: 100%;
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.header,
  #sort-by-price {
    /* Styles pour cette Media Queries */
    display: none;
  }
}
div.pdt-list div.header a,
#sort-by-price a {
  background: url('../images/j_symbols.svg?q=20171201#tri') center right no-repeat;
  content: "#tri";
  padding-right: 15px;
  background-size: 7px 16px;
}
div.pdt-list div.header a:hover,
#sort-by-price a:hover {
  background-image: url('../images/j_symbols.svg?q=20171201#tri_rouge');
  content: "#tri_rouge";
  color: #9c9487;
}
div.pdt-list div.header a.active,
#sort-by-price a.active {
  background-image: url('../images/j_symbols.svg?q=20171201#tri_rouge');
  content: "#tri_rouge";
  color: #9c9487;
}
div.pdt-list div.illustration {
  width: 160px;
  background-color: white;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.illustration {
    width: 50%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.illustration a,
  div.pdt-list div.illustration img {
    width: 100%;
  }
}
div.pdt-list div.header div.illustration {
  height: 32px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.header div.optional {
    /* Styles pour cette Media Queries */
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pdt-list div.header div.optional {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.variable-zone {
    width: calc(50% - 29px);
    margin-bottom: 5px;
  }
}
div.pdt-list div.row div.optional {
  font-family: Poppins;
  font-weight: normal;
}
div.pdt-list div.row div.optional span.removable-title {
  display: none;
}
@media screen and (max-width: 768px) {
  div.pdt-list div.row div.optional {
    float: initial;
  }
  div.pdt-list div.row div.optional div {
    float: initial;
    text-align: left;
    line-height: 1.5em;
    width: 100%;
    margin: 0px;
    color: black;
  }
  div.pdt-list div.row div.optional span.removable-title {
    display: inline;
  }
}
div.pdt-list div.row div.optional div.availability {
  width: 110px;
}
@media screen and (max-width: 773px) {
  div.pdt-list div.row div.optional div.availability {
    display: inline;
  }
}
div.pdt-list div.name {
  width: 350px;
}
@media screen and (max-width: 480px) {
  div.pdt-list div.name {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 773px) {
  div.pdt-list div.name {
    width: 230px;
  }
}
div.name,
div.color,
div.matiere,
div.taille,
div.availability {
  color: black;
  font-size: 14px;
  width: 110px;
}
div.pdt-list div.price-subtotal {
  margin-left: 10px;
}
div.pdt-list div.row div.delete {
  float: right;
  margin-right: 7px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.delete {
    position: absolute;
    right: 0px;
  }
}
div.pdt-list div.row a.btn-remove {
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/delete-cross.png') top left no-repeat;
  margin-left: 21px;
}
div.pdt-list div.price,
div.pdt-list div.price-unit {
  text-align: right;
  color: black;
  width: 100px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 480px) {
  div.pdt-list div.price,
  div.pdt-list div.price-unit {
    width: 7%;
    margin-left: 15%;
  }
}
@media only screen and (max-device-width: 375px) {
  div.pdt-list div.price,
  div.pdt-list div.price-unit {
    width: 47%;
    margin-left: 3px;
  }
}
div.pdt-list div.row div.price {
  color: #9c9487;
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  margin-right: 10px;
  text-align: right;
  float: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.price {
    text-align: left;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .opt-320 {
    display: none;
  }
}
#filter-menu-320 {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #filter-menu-320 {
    z-index: 100000;
    display: block;
    position: absolute;
    left: 0px;
    text-decoration: none;
    color: black;
    background-color: white;
    padding-left: 10px;
    font-family: Poppins;
    font-weight: normal;
    font-style: italic;
    font-size: 35px;
    width: 90%;
    background-image: url('../images/plus_filtres.png');
    background-position: right;
    background-repeat: no-repeat;
  }
}
p.item-msg.notice {
  color: #9c9487;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header div.menu-opt-320 {
    height: 120px;
    margin-bottom: 7px;
  }
  #header div.menu-opt-320 li.menu-item {
    width: 33%;
    float: left;
    height: 60px;
    text-align: center;
  }
  #header div.menu-opt-320 li.menu-item img {
    height: 32px;
    margin: 0;
    margin-bottom: 6px;
  }
}
.with-styled-a a {
  color: #9c9487;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c91006;
  padding-bottom: 1px;
}
.with-styled-a a span {
  display: block;
}
.with-styled-a a:hover {
  border-bottom-style: solid;
  border-bottom-color: grey;
}
.regroupements {
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1430px;
  margin-bottom: -50px;
  text-align: center;
  font-family: Poppins;
  font-weight: normal;
  font-size: 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .regroupements {
    width: 95%;
  }
}
.regroupements img {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  margin-left: 7px;
  background-color: white;
}
#page div.wrap-center div.button {
  height: 70px;
  width: 300px;
  background-color: #9c9487;
  color: #ffffff;
  margin: auto;
  line-height: 70px;
  font-size: 2em;
  text-transform: uppercase;
}
#page div.wrap-center div.button:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
.gros-texte-noir {
  font-size: 2.2em;
  color: black;
  margin-left: 25px;
  height: 40px;
}
#page div.area-infos div.infos div.bloc-infos .dd-option {
  border-bottom: solid 1px #ddd;
  color: #333;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0px;
  text-decoration: none;
}
#page div.area-infos div.infos div.bloc-infos .dd-option-image,
.dd-selected-image {
  float: left;
  margin-right: 5px;
  max-width: 45px;
  vertical-align: middle;
}
#page div.area-infos div.infos div.bloc-infos .dd-options {
  background: #fff;
  border: solid 1px #ccc;
  border-top: none;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  list-style: none;
  margin: 0;
  min-width: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 2000;
}
#page div.area-infos div.infos div.bloc-infos .dd-select {
  border: solid 1px #ccc;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
#page div.area-infos div.infos div.bloc-infos .dd-selected {
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 5px;
}
#page div.area-infos div.infos div.bloc-infos .dd-selected-text {
  font-weight: bold;
}
#page div.area-infos div.infos div.bloc-infos label.dd-option-text {
  display: inline;
}
#page div.area-infos div.infos div.bloc-infos label.dd-selected-text {
  font-weight: 400;
  font-size: 1.3em;
  width: inherit;
  display: inline;
}
.dd-container {
  position: relative;
}
.dd-desc {
  color: #aaa;
  display: block;
  font-weight: normal;
  line-height: 1.4em;
  overflow: hidden;
}
.dd-image-right {
  float: right;
  margin-left: 5px;
  margin-right: 15px;
}
.dd-option:hover {
  background: #f3f3f3;
  color: #000;
}
.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}
.dd-options::-webkit-scrollbar {
  webkit-appearance: none;
  width: 7px;
}
.dd-options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.dd-option-selected {
  background: #f6f6f6;
}
.dd-pointer {
  height: 0;
  margin-top: -5px;
  position: absolute;
  right: 0px;
  top: 41%;
  width: 0;
  background-image: url('../images/j_symbols.svg?q=20171201#caret_right');
  content: "#caret_right";
  background-repeat: no-repeat;
  padding-left: 33px;
  padding-bottom: 19px;
  background-size: 28px 18px;
  background-position: center center;
}
.dd-pointer-down {
  transform: rotate(88deg);
}
.dd-pointer-up {
  transform: rotate(-88deg);
}
.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.en_stock {
  color: green;
}
.en_stock::before {
  color: green;
  content: "●";
  font-size: 24px;
  margin-right: 5px;
}
.en_stock p {
  display: inline;
}
.sur_commande p {
  margin-top: 10px;
}
.wrap-center.brands {
  overflow: visible;
}
.wrap-center.brands img {
  max-width: 90%;
  max-height: 121px;
  padding: 2%;
  height: 121px;
  margin: auto;
}
li.t2s_block_product {
  border: 1px solid white;
  font-size: 0.9em;
}
li.t2s_block_product:hover {
  border: 1px solid #9c9487;
}
li.t2s_block_product a {
  color: black;
}
li.t2s_block_product a:hover {
  color: #979797;
}
li.t2s_block_product a h3.product_name {
  margin-top: 5px;
  text-align: left;
  line-height: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  height: 43px;
  margin-right: 5px;
  margin-left: 5px;
  overflow: hidden;
}
li.t2s_block_product a span {
  font-size: 16px;
}
li.t2s_block_product a span.price {
  color: #a49a8a;
  font-family: Poppins;
  font-weight: 600;
  line-height: 45px;
}
li.t2s_block_product a span.price del {
  font-family: Poppins;
  font-weight: 600;
  color: #a49a8a;
  text-align: right;
  line-height: 22px;
  margin-right: 5px;
  float: right;
  clear: right;
}
li.t2s_block_product a span.special-price {
  font-family: Poppins;
  font-weight: 600;
  color: #9c9487;
  text-align: left;
  clear: right;
  float: right;
  margin-right: 5px;
}
li.t2s_block_product a span.reduction {
  position: absolute;
  bottom: 5px;
  left: 4%;
  background-color: #9c9487;
  color: white;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  width: 50px;
  text-align: center;
}
li.t2s_block_product a span.brand-price {
  display: block;
  border: 1px solid #a49a8a;
  width: 92%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 5px;
  height: 45px;
  text-align: center;
}
div.pdt-list div.row div.price div.cart {
  float: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.cart {
    margin-right: 3%;
  }
}
div.pdt-list div.row div.cart a {
  display: block;
  border: none;
  text-align: center;
  line-height: 28px;
  height: 28px;
  color: #FFFFFF;
  background-color: #c7bba7;
  font-family: Poppins;
  font-weight: normal;
  width: 150%;
  font-size: 12px;
  margin-top: 25px;
  padding: 0px 5px 0px;
  font-style: italic;
}
div.pdt-list div.row div.cart a:hover {
  cursor: pointer;
}
#jmenu ul li.menu-header-Noel,
#jmenu ul li.menu-header-Noël,
#jmenu ul li.menu-header-Soldes {
  color: #D5AD6D;
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, #d5ad6d 0, #d5ad6d 26%, #e2ba78 35%, #a37e43 45%, #91703b 61%, #d5ad6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: times;
  font-size: 18px;
  /* text-transform: uppercase; */
  transform: scale(1.8, 1.8);
  margin-left: 15px;
  margin-right: 34px;
}
@media only screen and (max-device-width: 768px) {
  #jmenu ul li.menu-header-Noel,
  #jmenu ul li.menu-header-Noël,
  #jmenu ul li.menu-header-Soldes {
    font-size: 14px;
    transform: scale(1.8, 1.8);
    margin-left: 2px;
    margin-right: 18px;
  }
}
.hotline {
  width: 980px;
  margin: auto;
  border: solid 3px #9c9487;
  padding: 5px;
}
.hotline h3 {
  color: #9c9487;
  margin: auto;
  width: 700px;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}
.hotline p {
  margin: auto;
  width: 700px;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
}
.epuise {
  position: absolute;
  z-index: 999999;
  background-color: black;
  transform: rotate(32deg);
  width: 300px;
  text-align: center;
  top: 15px;
  color: white;
  font-size: 22px;
  font-family: lato;
  text-transform: uppercase;
  height: 30px;
  padding-top: 8px;
}
.banner-edito {
  float: left;
  width: 100%;
  max-width: 48%;
  margin-top: 25px;
  padding-bottom: 37px;
}
.banner-edito:nth-child(odd) {
  margin-left: 4%;
}
@media only screen and (max-device-width: 768px) {
  .banner-edito {
    width: 95%;
    max-width: 768px;
    margin: 2.5%;
  }
  .banner-edito:nth-child(odd) {
    margin-left: 2.5%;
  }
}
.banner-edito svg {
  width: 100%;
}
.banner-edito img {
  width: 100%;
}
.banner-edito .container {
  position: relative;
  max-width: initial;
}
.banner-edito .edito-text {
  text-align: center;
  width: 80%;
  margin: 0 10%;
  bottom: -17px;
  position: absolute;
  background-color: white;
}
@media screen and (max-device-width: 500px) {
  .banner-edito .edito-text {
    bottom: -21%;
  }
}
.banner-edito .edito-text p {
  font-family: Poppins;
  font-weight: normal;
  margin-top: 16px;
  color: #3F3F3F;
  line-height: 22px;
}
.banner-edito .edito-text .title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 19px;
}
@media screen and (max-device-width: 500px) {
  .banner-edito .edito-text .title {
    font-size: 20px;
  }
}
.banner-edito .edito-text .sub-title {
  font-size: 18px;
  color: #676767;
}
@media screen and (max-device-width: 500px) {
  .banner-edito .edito-text .sub-title {
    font-size: 16px;
  }
}
.inspiration {
  font-family: Poppins;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  border-top: solid 3px #9c9487;
  padding-top: 22px;
}
.recap-cart-container {
  padding: 30px;
  height: calc(100% - 60px);
  background-color: white;
}
@media screen and (max-device-width: 500px) {
  .recap-cart-container {
    padding: 5px;
  }
}
.recap-cart {
  background-color: white;
  height: 100%;
}
.recap-cart #list-products {
  width: 202px;
  margin-top: 0;
}
.recap-cart #list-products .infos a img {
  width: 200px;
  height: 200px;
}
.recap-cart #list-products .infos a:hover span.roll {
  display: none;
}
.recap-cart .recap-cart-name {
  margin-bottom: 30px;
  padding: 0 0 0 34px;
  background: url(../images/j_symbols.svg?q=20170318#check_sign_green) center left no-repeat;
  background-size: 19px 28px;
  content: "#check_sign_green";
}
.recap-cart .recap-cart-name p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  background: url(../images/j_symbols.svg?q=20170318#close_black) center right no-repeat;
  background-size: 14px 21px;
  content: "#close_black";
}
.recap-cart .recap-cart-joli {
  background-color: #f3f3f3;
  height: 149px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-device-width: 320px) {
  .recap-cart .recap-cart-joli {
    height: 127px;
  }
}
.recap-cart .col1 {
  float: left;
}
.recap-cart .col2 {
  float: left;
  margin-left: 5%;
  margin-top: 5%;
  width: calc(95% - 202px);
  font-family: Poppins;
  font-weight: normal;
}
.recap-cart .col2 .recap-cart-qty {
  margin-top: 5px;
  font-size: 14px;
  margin: auto;
}
@media screen and (min-device-width: 500px) {
  .recap-cart .col2 .recap-cart-qty {
    width: 50%;
  }
}
.recap-cart .col2 .recap-cart-qty select {
  float: left;
  margin-top: 5px;
  height: 38px;
  width: 62px;
  text-align: center;
  text-align-last: center;
  font-size: 18px;
}
.recap-cart .col2 .recap-cart-qty-update {
  margin: 5px 0px;
  float: left;
  background-color: #9c9487;
  padding: 11px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 16px;
}
.recap-cart .col2 .recap-cart-qty-update:hover {
  cursor: pointer;
}
.recap-cart .col2 .recap-cart-buttons {
  clear: both;
  position: absolute;
  bottom: 25px;
  width: calc(95% - 256px);
}
@media screen and (max-device-width: 500px) {
  .recap-cart .col2 .recap-cart-buttons {
    min-width: 126px;
  }
}
@media screen and (max-device-width: 320px) {
  .recap-cart .col2 .recap-cart-buttons {
    min-width: 92px;
    bottom: 3px;
  }
}
.recap-cart .col2 .recap-cart-buttons div {
  margin: 5px 1.5% 0 0;
  margin-top: 5px;
  text-align: center;
  color: white;
  padding: 5px;
  padding: 10px 5px 10px 5px;
  font-size: 14px;
  min-height: 27px;
  line-height: 27px;
}
@media screen and (max-device-width: 500px) {
  .recap-cart .col2 .recap-cart-buttons div {
    min-width: 91%;
  }
}
.recap-cart .col2 .recap-cart-buttons div:hover {
  cursor: pointer;
}
.recap-cart .col2 .recap-cart-buttons .recap-cart-buttons-view {
  background-color: #9c9487;
  border: 1px solid #9c9487;
}
.recap-cart .col2 .recap-cart-buttons .recap-cart-buttons-continue {
  background-color: white;
  border: 1px solid black;
  color: black;
}
@media screen and (max-device-width: 500px) {
  .recap-cart .col2 .recap-cart-buttons .recap-cart-buttons-continue {
    line-height: 15px;
  }
}
.recap-cart .uil-spin-css {
  transform: scale(-0.4);
  display: none;
}
@media screen and (max-device-width: 500px) {
  .recap-cart .uil-spin-css {
    transform: scale(-0.2);
    width: 122px;
    height: 191px;
  }
}
.recap-cart .recap-cart-msg {
  display: none;
  font-size: 14px;
  padding-top: 4px;
  clear: both;
  color: #9c9487;
}
.missing-option {
  color: #9c9487;
  margin-top: 9px;
  display: none;
  margin-left: 3px;
  font-size: 16px;
}
.natal {
  color: white;
  background-color: green;
  text-align: center;
  font-size: 18px;
  height: 47px;
  padding-top: 2px;
  font-family: Poppins;
  font-weight: normal;
  /* font-weight: bold; */
  margin-top: 2px;
  padding-bottom: 1px;
  width: 97%;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .natal {
    width: 95%;
  }
}
.x-sans-frais {
  color: white;
  background-color: green;
  text-align: center;
  font-size: 18px;
  height: 47px;
  padding-top: 2px;
  font-family: Poppins;
  font-weight: normal;
  /* font-weight: bold; */
  margin-top: 2px;
  padding-bottom: 1px;
  width: 97%;
  position: relative;
  padding: 10px;
  color: #9c9487;
  background-color: white;
  margin-top: 80px;
  clear: both;
  text-align: right;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .x-sans-frais {
    width: 95%;
  }
}
/*.add-cart{
    visibility:hidden;
}*/
#home-push-1 {
  width: 100%;
}
.home-promo {
  width: 48%;
  padding-left: 2%;
  float: left;
  margin-top: 15px;
}
.home-promo img {
  width: 100%;
}
.home-promo.carre {
  width: 23%;
  padding-left: 2%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .home-promo {
    width: 100%;
    padding-left: 0px;
  }
  .home-promo.carre {
    width: 48%;
  }
}
.sb-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
  left: 1.5%;
  z-index: 1;
  background: url('../images/j_symbols.svg?q=20171201#caret_left') no-repeat;
  content: "#caret_left";
  background-size: 32px 32px;
}
@media screen and (min-device-width: 1024px) {
  .sb-prev {
    margin-left: -56px;
  }
}
@media screen and (min-device-width: 1024px) {
  .area-illustration .sb-prev {
    margin-left: 0px;
  }
}
@media screen and (min-device-width: 1024px) {
  .sb-prev {
    margin-left: unset;
  }
}
.sb-prev:hover {
  cursor: pointer;
}
.sb-next {
  right: 1.5%;
  background: url('../images/j_symbols.svg?q=20171201#caret_right') no-repeat;
  content: "#caret_right";
  background-size: 32px 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}
@media screen and (min-device-width: 1024px) {
  .sb-next {
    margin-right: -56px;
  }
}
@media screen and (min-device-width: 1024px) {
  .area-illustration .sb-next {
    margin-right: 0px;
  }
}
@media screen and (min-device-width: 1024px) {
  .sb-next {
    margin-right: unset;
  }
}
.sb-next:hover {
  cursor: pointer;
}
#filtre_promotions {
  display: none;
}
.trustpilot-widget {
  padding: 1rem;
  background-color: #f0f0f0;
}
@media screen and (min-device-width: 768px) {
  .pics-menu {
    display: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.google-captcha-legal {
  font-size: 0.8em !important;
  padding-top: 4px !important;
  padding: 4px 0;
}
body.checkout-cart-index ul.messages {
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-left: 5%;
  margin-left: 0%;
  width: 95%;
}
div.validation-advice {
  color: #9c9487;
  padding-top: 5px;
}
/*Demande de devis panier*/
.noscroll {
  overflow: hidden;
}
#devisPanel {
  display: none;
}
#devisPanelContent {
  display: none;
}
@media only screen and (min-device-width: 1025px) {
  #button-devis {
    float: right;
    margin-top: 10px;
    width: 160px;
  }
  #button-devis > a {
    width: 100%;
  }
  #devis-panier div.pdt-list {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  #devisPanel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.6);
    z-index: 10000;
    cursor: pointer;
  }
  #devisPanelContent {
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 7%;
    right: 7%;
    background-color: #ffffff;
    display: none;
    z-index: 10001;
    cursor: auto;
    padding: 15px;
  }
  #closeDevisPanel {
    display: inline-block;
    cursor: pointer;
    float: right;
    padding: 7px;
  }
  #closeDevisPanel {
    display: none;
  }
  #devisForm {
    width: 45%;
    height: 100%;
    overflow-y: scroll;
    float: left;
  }
  #devis-panier {
    width: 55%;
    height: 100%;
    max-height: 100%;
    float: left;
  }
  #devis-panier div.pdt-list div.illustration {
    width: 159px;
  }
  #devis-panier div.pdt-list div.name {
    width: 230px;
  }
  #devis-panier div.pdt-list div.optional {
    /*margin-left: 30px;*/
    width: 100px;
  }
  #devis-panier div.pdt-list div.optional div.availability {
    display: none;
  }
  #devis-panier div.pdt-list div.qty {
    /*width: 70px;*/
    width: 100px;
    text-align: right;
  }
  #devis-panier div.pdt-list div.price-unit {
    width: 100%;
  }
  #devis-panier div.pdt-list div.price-unit span.cart-price {
    width: 100%;
  }
  #devis-panier div.pdt-list div.price {
    /*width: 90px;*/
    width: 100px;
    text-align: right;
  }
  #devis-panier div.pdt-list div.variable-zone {
    width: 39.8%;
  }
  #devis-panier div.pdt-list div.row {
    width: 98%;
    padding-top: 7px;
    border-bottom: 1px solid #d9d9d9;
  }
  #totauxFinaux {
    text-align: right;
    display: inline-table;
    margin-left: 60%;
    font-size: 1.5em;
  }
  #totauxFinaux tr {
    line-height: 1.5em;
  }
  #totauxFinaux th {
    padding-left: 15px;
  }
  .btn-send-form {
    cursor: pointer;
    display: inline-block;
    /* height: 25px; */
    line-height: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.8em;
    background-color: #9c9487;
    padding: 0 15px;
    border: none;
  }
  #devisForm .submit {
    width: 100%;
    text-align: center;
  }
  #listProductForm {
    height: 78%;
  }
  #shopping-cart-table {
    height: 100%;
  }
  #devisProductList {
    overflow-y: scroll;
    height: 90%;
  }
}
@media only screen and (max-device-width: 1024px) {
  #button-devis {
    float: right;
    margin-top: 10px;
    width: 160px;
  }
  #devis-panier {
    width: 100%;
    height: auto;
    /*max-height: 100%;*/
    float: none;
  }
  #devisPanel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.6);
    z-index: 10000;
    display: none;
    cursor: pointer;
  }
  #devisPanelContent {
    position: fixed;
    top: 3%;
    bottom: 3%;
    left: 3%;
    right: 3%;
    background-color: #ffffff;
    z-index: 10001;
    cursor: auto;
    display: none;
    padding: 15px;
    overflow: scroll;
  }
  #devisForm {
    width: 100%;
    height: auto;
    overflow-y: scroll;
  }
  #closeDevisPanel {
    display: inline-block;
    cursor: pointer;
    float: right;
    padding: 7px;
    font-family: Poppins;
    font-weight: 600;
  }
  #closeDevisPanel {
    display: none;
  }
  #devisForm .fcivilite label {
    width: 88px;
  }
  #devisForm .submit {
    width: 100%;
    text-align: center;
  }
  #totauxFinaux {
    text-align: left;
    display: inline-table;
    font-size: 1.5em;
  }
  #totauxFinaux tr {
    line-height: 1em;
  }
  #totauxFinaux th {
    padding-left: 15px;
  }
}
/*popin suivi de commande*/
div.popin-suivi-commande {
  font-family: Poppins;
  font-weight: normal;
  padding: 30px;
}
div.popin-suivi-commande h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: normal;
  margin: 20px 0px;
}
div.popin-suivi-commande p {
  font-size: 1.2em;
  padding: 10px 0px;
}
.r202-items {
  clear: both;
  width: 900px;
  border-bottom: 1px solid black;
  overflow: hidden;
  padding-top: 5px;
}
.r202-items.titres {
  font-weight: bold;
}
.r202-items:first-of-type {
  margin-left: 0px;
}
.r202-item-list {
  margin-top: 30px;
  width: 100%;
  margin: auto;
}
.r202-items.titres {
  font-weight: bold;
  margin-top: 30px;
}
.r202-item {
  margin-left: 1%;
  font-size: 20px;
  float: left;
}
.r202-item.name {
  width: 55%;
  max-width: 580px;
  word-wrap: break-word;
}
.r202-item.sku {
  width: 15%;
  max-width: 190px;
  word-wrap: break-word;
}
.r202-item.sku p {
  line-height: 22px;
}
.r202-item.qty {
  width: 12%;
  max-width: 90px;
  text-align: right;
}
.r202-item:first-of-type {
  margin-left: 0px;
}
.r202-item span.subtext {
  font-size: 13px;
}
.r202-item.entrepot {
  width: 15%;
  max-width: 190px;
  word-wrap: break-word;
  text-align: left;
}
.R202-order {
  clear: both;
  padding-bottom: 45px;
  padding-top: 15px;
}
#r202-buttons {
  text-align: center;
  width: 30%;
  margin: auto;
  height: 80px;
}
#r202-buttons .button {
  margin-left: 15px;
  font-size: 20px;
  line-height: 50px;
  float: left;
  width: 40%;
  height: 100px;
  background-color: red;
  color: white;
}
#r202-buttons .button:hover {
  cursor: pointer;
}
.button-dashboard {
  height: 70px;
  line-height: 70px;
  width: 300px;
  background-color: #9c9487;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
.button-dashboard:hover {
  background-color: #1f1f1f;
  color: #ffffff;
  cursor: pointer;
}
#page .dashboard h2.title-account-stock {
  color: #5d5d5d;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  clear: left;
  line-height: 20px;
}
h3.box-title-stock {
  font-size: 1.2em;
  color: #5d5d5d;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 0px;
}
.box-content-stock {
  font-style: normal;
  min-height: 70px;
  font-size: 1.4em;
  padding-top: 50px;
  color: #5d5d5d;
}
.overflow {
  overflow: hidden;
  height: 9pt;
  vertical-align: top;
}
#page div.wrap-center div.order_form {
  margin: auto;
  margin-top: 60px;
  width: 1000px;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
}
#order_mag {
  width: 900px;
  margin: auto;
  text-align: center;
}
#lieu {
  color: #5d5d5d;
  text-transform: uppercase;
  margin-right: 30px;
  font-weight: 600;
}
#page div.wrap-center div.order_form div.submitMag input {
  width: 590px;
  height: 70px;
  background-color: #9c9487;
  color: #1f1f1f;
  font-family: Poppins;
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0px;
  cursor: pointer;
}
#page div.wrap-center div.order_form div.submitMag input:hover {
  background-color: #1f1f1f;
  color: #9c9487;
}
#page div.wrap-center div.order_form div.definition {
  text-transform: initial;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 800px;
  margin: auto;
}
#page div.wrap-center div.order_form div.definition p {
  font-weight: bold;
  margin-top: 30px;
  font-size: 1.1em;
  text-transform: uppercase;
}
#page div.wrap-center div.order_form div.definition ul {
  margin: 30px 0 30px 0;
}
#page div.wrap-center div.order_form div.definition li {
  margin-top: 15px;
  list-style-type: square;
  font-size: 0.9em;
}
#page div.wrap-center div.order_form div.definition span.titre {
  text-transform: uppercase;
  font-weight: bold;
}
#page div.wrap-center div.order_form div.definition span.attention {
  text-decoration: underline;
}
#page div.wrap-center div.commande_magasin {
  font-size: 1.2em;
  width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 30px;
  color: #333333;
}
#page div.wrap-center div.commande_magasin h2 {
  text-transform: uppercase;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#page div.wrap-center div.commande_magasin div.r202-imprimer {
  width: 980px;
  margin: auto;
}
/* CMS - COLORAMA */
#cms div.std-nuancier {
  margin-top: 27px;
  padding: 0px;
  line-height: 45px;
  font-size: 0.9em;
}
#cms div.std-nuancier a {
  color: #5D5D5D;
}
#cms div.std-nuancier a:hover {
  color: #9c9487;
}
#list-colors {
  float: left;
  width: 960px;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-bottom: 20px;
}
#list-colors {
  width: 960px;
}
#list-colors h1 {
  display: block;
  clear: left;
  text-transform: uppercase;
  color: #6c6c6c;
  font-size: 2.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 80px;
  margin: 27px 0 0 30px;
}
#list-colors ul {
  width: 960px;
}
#list-colors li {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 159px;
  height: 238px;
}
#list-colors img {
  border-bottom: 1px solid #e5e5e5;
  width: 159px;
  height: 159px;
}
#list-colors span.title {
  display: block;
  width: 129px;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
.mag-name {
  font-family: Poppins;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}
.surface {
  float: right;
  background-color: #9c9487;
  color: white;
  font-family: Poppins;
  font-weight: normal;
  padding: 1px 5px 1px 5px;
}
div.dimanche {
  text-align: center;
  float: right;
  background-color: #9c9487;
  color: white;
  font-family: Poppins;
  font-weight: normal;
  padding: 1px 5px 1px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  width: 100%;
  margin-left: 2%;
  padding: 5px 0 5px 0;
}
.adresse {
  font-family: Poppins;
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  margin-top: 7px;
}
.horaires {
  float: left;
  margin-right: 20px;
}
.horaires ul {
  border: 1px #eaeaea solid;
  font-family: Poppins;
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (min-device-width: 768px) {
  .horaires ul {
    width: 110%;
  }
}
.horaires ul li {
  padding-bottom: 3px;
  padding-top: 3px;
}
.horaires ul li:nth-child(odd) {
  background-color: #eaeaea;
}
.horaires ul li span:first-child {
  margin-left: 7px;
  margin-right: 12px;
}
.horaires ul li span:last-child {
  margin-right: 13px;
  font-weight: bold;
  float: right;
}
.contact {
  float: left;
}
.magasins {
  margin-bottom: 15px;
}
.contact span.tel {
  font-family: Poppins;
  font-weight: 600;
  color: black;
}
.contact span.tel:before {
  content: url(../images/mag_tel.png);
  padding-right: 5px;
  vertical-align: middle;
}
.contact a.mail {
  font-family: Poppins;
  font-weight: 600;
  line-height: initial;
  color: black;
}
.contact a.mail:before {
  content: url(../images/mag_mail.png);
  padding-right: 5px;
  vertical-align: middle;
}
span.lettrine {
  border: 1px solid black;
  padding: 10px;
  margin: 2px;
  float: left;
  font-size: 18px;
  color: black;
  font-family: Poppins;
  font-weight: normal;
}
div.marque-alpha {
  clear: both;
}
ul.marque-par-lettre {
  margin-left: 36px;
  overflow: hidden;
}
#marque-acces-rapide {
  margin-top: 10px;
  margin-bottom: 15px;
}
#marque-acces-rapide span {
  color: black;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 600;
}
#marque-acces-rapide a {
  font-size: 18px;
  font-family: Poppins;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
#marque-acces-rapide a:hover {
  color: white;
  background-color: #9c9487;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.all-page-message {
  background-color: #9c9487;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  font-family: 'novecento_wide_book';
  color: white;
  line-height: 30px;
}
div.all-page-message img,
div.all-page-message a {
  float: left;
}
div.all-page-message a {
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}
div.all-page-message img {
  height: 26px;
  width: 17px;
  margin-top: 3px;
}
div.all-page-message div.wrap-center div {
  margin: auto;
  width: 76%;
}
#contact div.magasins div.store {
  width: 46%;
  float: left;
  margin: 0 2% 5% 2%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #contact div.magasins div.store {
    width: 96%;
  }
}
li.brands {
  float: left;
  width: 115px;
  height: 115px;
  /* border: grey solid 1px; */
  text-align: center;
  /* position: absolute; */
  margin: 0% 1% 1% 1%;
}
#brand-list {
  text-align: center;
  /* height: auto; */
  display: inline-block;
}
li.brands a span {
  /* position: relative; */
  display: block;
  background-repeat: no-repeat;
  background-position: right bottom;
  /*    border: lightgray solid 1px;
        border-radius:5px;*/
}
li.brands a span:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  content: '\A';
  width: 112px;
  height: 116px;
  background: rgba(136, 132, 132, 0.6);
  /* border: 1px solid #d3d3d3; */
  /* border-radius: 5px; */
  margin-left: -50px;
  margin-top: 0px;
}
li.brands a span:hover:before {
  opacity: 1;
}
li.brands a {
  display: block;
  width: 100%;
  height: 100%;
  /* position: relative; */
}
div.store img {
  width: 100%;
}
div.store div.presentation {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  font-style: italic;
}
div.magasins div.store div.left-col {
  float: left;
  width: 50%;
}
div.magasins div.store div.right-col {
  float: left;
  width: 50%;
  text-align: right;
}
/* CONTACT */
#contact .form-contact,
#contact .contact-pro,
#contact .contact-presse {
  padding: 2%;
}
#contact .form-contact,
#contact .contact-pro {
  border-right: 1px solid #E5E5E5;
  width: 100%;
  float: left;
  /* border-top: 1px solid lightgray; */
}
#contact .form-contact img,
#contact .contact-pro img,
#contact .contact-presse img {
  float: left;
  margin-right: 7px;
}
#contact .contact-presse {
  clear: both;
}
#contact .form-contact .column {
  float: left;
}
#contact .text {
  color: #333333;
  margin-bottom: 4px;
}
#contact .text {
  color: black;
}
#contact .contact-pro .mail a {
  margin-top: 5px;
}
#contact .contact-pro .mail,
#contact .contact-presse .mail,
#contact .form-contact .mail {
  font-size: 18px;
}
#contact .contact-pro .mail:before,
#contact .contact-presse .mail:before,
#contact .form-contact .mail:before,
#contact .contact-pro .tel:before,
#contact .contact-presse .tel:before,
#contact .form-contact .tel:before {
  content: none;
}
#contact .form-contact .text {
  font-size: 0.9em;
  text-transform: none;
  color: #969696;
  font-style: italic;
  line-height: 13px;
  margin-top: 15px;
  font-weight: normal;
}
#contact .form-contact p.text.small {
  font-family: Poppins;
  font-weight: regular;
}
#contact .form-contact .column {
  width: 40%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #contact .form-contact .column {
    width: 100%;
  }
}
#contact .form-contact .tel,
#contact .contact-pro .tel,
#contact .contact-presse .tel {
  font-size: 18px;
  color: black;
}
#contact .form-contact .column.first {
  margin-right: 20px;
}
#contact .form-contact form {
  clear: both;
}
#contact .form-contact form .field label {
  float: none;
  margin-bottom: 5px;
  display: block;
  font-family: Poppins;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  color: black;
}
#contact .form-contact form .column {
  width: 274px;
  margin-right: 30px;
}
#contact .form-contact form .column.last {
  margin-right: 0px;
}
#contact .form-contact form .field input,
#contact .form-contact form textarea {
  float: none;
  margin-bottom: 5px;
  display: block;
  font-family: Poppins;
  font-weight: normal;
  text-transform: none;
  height: 28px;
  width: 96%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-style: italic;
  font-size: 14px;
  padding-left: 10px;
  color: #b2b2b2;
}
#contact .form-contact form textarea {
  height: 120px;
}
#contact .form-contact form .submit {
  float: left;
}
/* Checkout / Cart */
#page .checkout .cart-collaterals,
#page .checkout .cart-totals,
#page .checkout .cart-links {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
#page .checkout .cart-collaterals {
  background-color: #9c9487;
  padding: 30px 0;
}
#page .checkout .cart-collaterals p.delivery_label {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
  float: left;
  margin-left: 24%;
  font-size: 0.9em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  #page .checkout .cart-collaterals p.delivery_label {
    margin-top: 10px;
  }
}
#page .checkout .cart-collaterals div.group_field {
  float: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  #page .checkout .cart-collaterals div.group_field {
    margin-top: 10px;
  }
}
#page .checkout .cart-collaterals div.group_field div.field.delivery_special {
  padding-top: 0px;
  margin-top: -2px;
}
#page .checkout .cart-collaterals div.group_field div.field.delivery_special label {
  font-weight: normal;
  text-transform: none;
}
#discount-coupon-form {
  text-align: right;
  margin-right: 10%;
}
#discount-coupon-form label {
  text-align: right;
  font-size: 0.9em;
  line-height: 20px;
}
#discount-coupon-form input.input-text {
  width: 25%;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d5d5d5;
  color: #6C6C6C;
  margin: 0 10px 0 10px;
  -webkit-appearance: none;
}
#discount-coupon-form input.button {
  height: 22px;
  line-height: 22px;
  -webkit-appearance: none;
}
#page .checkout .cart-links {
  height: 60px;
  margin-bottom: 45px;
  margin-top: 5px;
}
#page .checkout .cart-links a {
  width: 160px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
#page .checkout .cart-links a.btn-continue {
  position: absolute;
  top: 30px;
  right: 0px;
}
#page .checkout .column,
#page .checkout .column {
  float: right;
  width: 50%;
}
#onepage-checkout-shipping-method-additional-load .whole-order .field label {
  display: block;
  float: none;
}
#onepage-checkout-shipping-method-additional-load .whole-order .field .input-box {
  float: none;
}
#onepage-checkout-shipping-method-additional-load .whole-order .field textarea {
  width: 100%;
  height: 100px;
}
#checkout-payment-method-load dd {
  margin: 15px 0 0 25px;
}
#checkout-payment-method-load dd img {
  margin-right: 15px;
}
#payment_form_checkmo li {
  margin-bottom: 10px;
}
/* CMS */
#cms div.std {
  margin-top: 20px;
  padding: 30px;
  line-height: 15px;
  font-size: 0.9em;
}
#cms div.std a {
  color: #5D5D5D;
}
#cms div.std a:hover {
  color: #9c9487;
}
#page .dashboard div.wrap-vertical-double {
  padding: 30px 0;
  position: relative;
}
#page .dashboard .welcome-msg p.hello {
  font-family: Poppins;
  font-weight: 600;
  font-size: 1.2em;
}
#page .dashboard .welcome-msg p.hello-desc {
  font-family: Poppins;
  font-weight: normal;
  line-height: 16px;
  width: 450px;
  margin-top: 25px;
  font-size: 1.1em;
}
#page .dashboard h2.title-account,
#contact h2.subtitle,
#contact h4.subtitle {
  font-size: 1.2em;
  text-transform: uppercase;
  clear: left;
  line-height: 20px;
  font-family: Poppins;
  font-weight: 600;
}
#page #contact .form-contact h2.subtitle,
#contact .contact-pro h2.subtitle,
#contact .contact-presse h2.subtitle {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  clear: none;
}
#contact h2.subtitle,
#contact h4.subtitle {
  padding-bottom: 10px;
  color: #666666;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
}
#page .dashboard div.column {
  float: left;
  width: 300px;
  margin-right: 50px;
}
#page .dashboard div.column div.box {
  padding-top: 40px;
  position: relative;
  height: 100%;
  font-family: Poppins;
  font-weight: normal;
}
#page .dashboard div.column div.box h3.box-title {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 0px;
}
#page .dashboard div.column div.box h3.box-title a {
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  margin-left: 20px;
  display: inline-block;
  font-size: 0.9em;
}
#page .dashboard div.column div.box div.box-content {
  margin-top: 20px;
}
#page .dashboard div.column div.box div.box-content h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
  text-decoration: underline;
}
#page .dashboard div.column div.box div.box-content p,
#page .dashboard div.column div.box div.box-content address {
  text-transform: uppercase;
  min-height: 65px;
  line-height: 16px;
}
#page .dashboard div.column div.box div.box-content address {
  margin-left: 15px;
  font-style: normal;
  min-height: 70px;
}
#page .dashboard div.column div.box div.box-content p a {
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
}
#page .dashboard div.column div.box div.box-content a.button {
  width: 160px;
  display: block;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #9c9487;
  margin-top: 25px;
}
#page .dashboard div.column div.box div.box-content a.button:hover {
  background-color: black;
  color: #FFFFFF;
}
/* Customer Dashboard */
#dashboard-nav {
  width: 100%;
  overflow: hidden;
}
#dashboard-nav li {
  display: block;
  width: 200px;
  border-right: 1px solid #d9d9d9;
  font-size: 1.1em;
  position: relative;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  height: 85px;
  float: left;
}
@media screen and (max-width: 768px) {
  #dashboard-nav li {
    display: inline;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    font-size: 1em;
    padding: 15px 0px 0px;
  }
}
#dashboard-nav li:first-child {
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #dashboard-nav li:first-child {
    border-top: 1px solid #d9d9d9;
    border-left: none;
  }
}
#dashboard-nav li.current {
  color: white;
  background-color: #9c9487;
}
#dashboard-nav li.current span {
  display: inline-block;
  padding: 30px 5px 0px;
  width: 161px;
}
@media screen and (max-width: 768px) {
  #dashboard-nav li.current span {
    width: 100%;
    padding: 0px;
  }
}
#dashboard-nav li a {
  display: block;
  height: 65px;
  padding: 30px 0px 0px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #dashboard-nav li a {
    display: inline;
  }
}
#dashboard-nav li a:hover {
  background-color: #333333;
  color: white;
}
@media screen and (max-width: 768px) {
  #dashboard-nav li a:hover {
    background-color: white;
    color: #9c9487;
  }
}
#page .dashboard h1.title-account {
  width: 100%;
}
#page .dashboard p.title-legend {
  margin: 20px 0 0 30px;
}
.order-gift-message {
  margin-left: 5px;
}
.order-gift-message h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.order-gift-message dt {
  margin-bottom: 5px;
}
.buttons-set a {
  margin-top: 20px;
}
a.button-red {
  display: inline-block;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #9c9487;
  padding: 0 15px;
  border: none;
}
a.button-grey,
#page input.button-grey {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: white;
  padding: 0 15px;
  border: 1px solid black;
}
#page a.button-red.all {
  position: absolute;
  right: 0px;
  top: 54px;
}
#page a.arrow span {
  display: inline-block;
  padding-left: 10px;
  background: url('../images/btn-arrow.png') left no-repeat;
}
#button-commander a.arrow span {
  line-height: 100px;
  font-size: 1.9em;
  padding-left: 4px;
  background: initial;
}
a.button-red:hover {
  background-color: black;
  color: #FFFFFF;
  cursor: pointer;
}
a.button-grey:hover,
#page input.button-grey:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
#page h1.title-form,
#page h1.title-account,
#cms h1.title,
#contact h1.title,
#contact h3.title {
  font-family: Poppins;
  font-weight: 300;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
  line-height: 50px;
  background-image: url('../images/j_symbols.svg?q=20171201#h1-title');
  content: "#h1-title";
  background-repeat: no-repeat;
  background-position: 1px 21px;
  background-size: 1024px 47px;
  background-image: inherit;
  content: inherit;
}
@media only screen and (max-width: 768px) {
  #page h1.title-form,
  #page h1.title-account,
  #cms h1.title,
  #contact h1.title,
  #contact h3.title {
    width: 100%;
  }
}
#contact h1.title,
#contact h3.title {
  margin: 0px;
  padding-bottom: 27px;
}
/*#page #contact h1.title {
    font-size: 2.2em;
    font-family: 'novecento_wide_book';
}*/
#page a.back.back-form {
  position: absolute;
  font-size: 0.8em;
  text-transform: uppercase;
  top: 28px;
  right: 30px;
}
form.form-form {
  margin: 0 0 30px 30px;
  font-family: Poppins;
  font-weight: normal;
}
form.form-form h2 {
  margin-bottom: 25px;
  margin-top: 35px;
  font-size: 1.2em;
}
form.form-form fieldset.next h2 {
  margin-top: 50px;
}
#page p.legend {
  font-size: 0.9em;
  padding-bottom: 20px;
}
div.field {
  padding-top: 10px;
  clear: left;
}
div.submit {
  padding-top: 30px;
  clear: left;
}
/*Peut-être à supprimer si utilisé que pour inscription à la Newsletter*/
div.column {
  float: left;
  width: 395px;
  margin-right: 30px;
  overflow: visible;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  div.column {
    width: 37.6%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.column {
    width: 100%;
  }
}
.column.first {
  width: 54%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .column.first {
    width: 100%;
  }
}
#page .checkout div.column {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #page .checkout div.column {
    width: 75%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page .checkout div.column {
    width: 100%;
  }
}
div.field label {
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  width: 185px;
  line-height: 20px;
  font-weight: bold;
  float: left;
}
#newsletter-validate-detail div.field label {
  width: 250px;
}
div.field.checkbox label {
  float: none;
  width: auto;
}
div.input-box {
  clear: none;
  display: inline;
}
div.input-box input.input-text,
div.input-box select,
div.input-box textarea {
  width: 158px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d5d5d5;
  color: black;
  font-family: Arial;
}
div.input-box input.input-text,
div.input-box textarea {
  -webkit-appearance: none;
}
div.input-box textarea {
  font-size: 0.9em;
}
div.input-box select {
  width: 160px;
  height: 20px;
  line-height: 20px;
}
div.input-box textarea {
  height: 50px;
}
div.input-box textarea.large {
  width: 316px;
  height: 100px;
}
div.column div.input-box input.input-text,
div.column div.input-box select {
  width: 198px;
}
div.column div.input-box select {
  width: 57%;
}
div.submit input {
  display: block;
  border: none;
  text-align: center;
  line-height: 28px;
  height: 28px;
  color: #FFFFFF;
  background-color: #9c9487;
  text-transform: uppercase;
  width: 200px;
  font-size: 1.1em;
  margin-right: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-top: 25px;
}
div.novo-submit input,
div.novo-submit a,
div.novo-submit button {
  display: block;
  border: none;
  text-align: center;
  line-height: 45px;
  height: 45px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 18px;
  font-style: italic;
  color: white;
  background-color: #9c9487;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url('../images/j_chevron.png');
  background-repeat: no-repeat;
  background-position: 25px;
  padding: 0 10% 0 10%;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  div.novo-submit input,
  div.novo-submit a,
  div.novo-submit button {
    background-image: none;
  }
}
div.novo-submit input:hover,
div.novo-submit a:hover,
div.novo-submit button:hover {
  background-color: black;
}
#newsletter-validate-detail div.submit input {
  margin-left: 250px;
}
div.submit input:hover {
  background-color: black;
}
#page table.table .delete {
  width: 80px;
}
#page table.table a.btn-remove {
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/delete-cross.png') top left no-repeat;
  margin-left: 21px;
  margin-top: 6px;
}
#page table.table a.btn-remove:hover {
  background-position: bottom left;
}
#shopping-cart-table .name,
#shopping-cart-table .description {
  width: 330px;
  overflow: hidden;
}
#shopping-cart-table .price-unit,
#shopping-cart-table .price,
#shopping-cart-table .availability {
  width: 85px;
}
#shopping-cart-table .qty {
  width: 100px;
  -webkit-border-radius: 0;
}
#shopping-cart-table .delete {
  width: 60px;
}
#my-orders-table th {
  width: 139px;
}
#my-orders-table tbody td {
  width: 139px;
}
#page table.table td.price,
#page table.table td.colorize {
  color: #9c9487;
}
#page table.table td.name a,
#page table.table td a.link {
  color: #5d5d5d;
  font-weight: normal;
}
#page table.table td.name a:hover,
#page table.table td a.link:hover {
  color: #9c9487;
}
#page table.table tr.altern {
  background-color: #f6f7f8;
  border-top: 1px solid #e5e5e5;
}
#page table.table tbody tr {
  border-top: 1px solid #e5e5e5;
}
#page table.table a.add-cart,
#my-orders-table a.visualize {
  display: block;
  border: none;
  text-align: center;
  line-height: 28px;
  height: 28px;
  color: #FFFFFF;
  background-color: #c7bba7;
  font-family: Poppins;
  font-weight: normal;
  width: 160px;
  font-size: 13px;
  margin-top: 25px;
  border-radius: 3px;
  font-style: italic;
}
#page table.table a.add-cart:hover,
#my-orders-table a.visualize:hover {
  background-color: #a49a8a;
  cursor: pointer;
}
#my-orders-table a.visualize {
  position: relative;
  top: -10px;
  left: -16px;
}
#page table.table tbody td,
#page table.table th {
  float: left;
}
#page table.table .cart {
  float: right;
  width: 160px;
  margin-right: 15px;
}
#page table.table .illustration a span {
  background: url("../images/roll-small.png") top right no-repeat;
  display: none;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0px;
  right: 0px;
}
#page table.table .illustration a:hover span {
  display: block;
}
#page table.table td {
  font-size: 0.9em;
}
#shopping-cart-totals-table {
  margin: 15px 0;
  font-size: 0.9em;
  float: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #shopping-cart-totals-table {
    float: right;
  }
}
#shopping-cart-totals-table tfoot {
  font-size: 1.5em;
  text-transform: uppercase;
}
#shopping-cart-totals-table tbody .first {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}
#shopping-cart-totals-table td {
  width: 50%;
  padding: 7px 0 7px 30px;
  text-align: left;
}
#shopping-cart-totals-table span.price {
  color: #9c9487;
}
#shopping-cart-table tfoot {
  border-top: 1px solid #e5e5e5;
}
#editForm {
  background: url('../images/background-line-x.png') 0px 120px repeat-x;
}
ul.messages li.error-msg {
  color: #9c9487;
}
ul.messages li {
  margin-bottom: 5px;
}
#my-orders-table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}
#shopping-cart-table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #979797;
  font-size: 0.9em;
  padding-top: 0px;
  height: 22px;
}
body.checkout-cart-index ul.messages {
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-left: 5%;
  margin-left: 0%;
  width: 93%;
  border: 4px solid #9c9487;
  color: black;
}
.popin-access ul.messages {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}
/* TABLE */
#page table.table {
  width: 100%;
}
#page table.table tr {
  position: relative;
}
#page table.table th {
  height: 70px;
  vertical-align: top;
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  padding-top: 50px;
}
div.popin-access {
  width: 580px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  display: none;
  position: relative;
}
div.popin-access a.popin-access-close {
  background: url('../images/popin-access-close.png') no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transform-origin: 50% 50%;
  -moz-transform: rotate(0deg);
  -moz-transition-duration: 0.3s;
}
div.popin-access a.popin-access-close:hover {
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  -moz-transform-origin: 50% 50%;
  -moz-transform: rotate(90deg);
  -moz-transition-duration: 0.3s;
}
div.popin-access.e-shop h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  color: #9c9487;
  margin-bottom: 30px;
}
div.popin-access ul {
  margin-top: 20px;
}
div.popin-access ul li {
  margin-top: 12px;
  color: #989898;
  list-style-type: disc;
  margin-left: 15px;
  line-height: 15px;
}
div.popin-access ul li.nolist {
  list-style-type: none;
}
div.pdt-list div.dashboard-my-orders {
  width: 17.5%;
  line-height: 57px;
  font-size: 1.2em;
  margin-left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.pdt-list div.dashboard-my-orders {
    width: 17%;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders {
    width: 19%;
    line-height: 20px;
    height: 50px;
    display: inline-block;
  }
}
div.pdt-list div.dashboard-my-orders.articles {
  width: 110px;
  font-size: 1.2em;
  margin-left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.pdt-list div.dashboard-my-orders.articles {
    width: 17%;
  }
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders.articles {
    width: 25%;
  }
}
div.pdt-list div.dashboard-my-orders.discount {
  width: 40px;
}
div.pdt-list div.dashboard-my-orders span.price,
div.pdt-list div.dashboard-my-orders span.discount-percent {
  color: #9c9487;
  font-weight: bold;
}
div.pdt-list div.dashboard-my-orders-name {
  width: 400px;
  height: 57px;
  font-size: 1.2em;
  margin-top: 22px;
  margin-left: 3px;
  margin-right: 10px;
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 773px) {
  div.pdt-list div.dashboard-my-orders-name {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders-name {
    width: 100%;
  }
}
div.pdt-list div.dashboard-my-orders a.link {
  font-weight: bold;
  margin-left: 3px;
}
div.pdt-list div.dashboard-my-orders-view {
  width: 90px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #9c9487;
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders-view {
    line-height: 30px;
    font-size: 0.8em;
  }
}
div.pdt-list div.dashboard-my-orders-view a {
  color: white;
  width: 90px;
  height: 50px;
  display: block;
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders-view a {
    padding: 0px;
    height: 30px;
  }
}
div.pdt-list div.dashboard-my-orders-view:hover {
  background-color: black;
}
div.pdt-list div.dashboard-my-orders-view-totals {
  width: 200px;
  float: right;
  text-align: left;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  div.pdt-list div.dashboard-my-orders-view-totals {
    float: none;
  }
}
div.pdt-list div.dashboard-my-orders-view-totals span {
  display: block;
  text-align: right;
  margin-bottom: -20px;
  color: #9c9487;
  line-height: 20px;
}
a.tracking-orders {
  background-color: #9c9487;
  color: white;
  padding: 0px 10px;
  float: right;
  font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
  a.tracking-orders {
    float: left;
    margin-top: 5px;
    padding: 5px 10px;
  }
}
a.tracking-orders:hover {
  background-color: black;
}
div.pdt-list div.row div.price-cart {
  color: black;
  font-style: italic;
  font-size: 14px;
  text-align: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.price-cart {
    float: left;
    text-align: left;
    width: 100%;
  }
}
div.pdt-list div.row div.price-cart span {
  display: block;
  width: 100px;
}
div.pdt-list div.row div.price-unit {
  color: black;
  font-family: Poppins;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  margin-right: 10px;
  text-align: right;
}
@media screen and (max-width: 375px) {
  div.pdt-list div.row div.price-unit {
    font-size: 12px;
    font-family: Poppins;
    font-weight: regular;
  }
}
select.qty.mySelect {
  max-width: 50px;
  width: 100%;
}
div.pdt-list div.qty {
  color: black;
  width: 80px;
  margin-left: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.qty {
    margin: 5px 5px;
    width: 100%;
  }
}
div.pdt-list div.qty span {
  margin-left: 10px;
}
#button-commander {
  background: #9c9487;
  float: right;
  height: 100px;
  margin-top: 20px;
  width: 160px;
}
.infos a div.search-img-positioner {
  vertical-align: top;
  display: inline-block;
  position: relative;
}
#list-categories .infos a div.search-img-positioner {
  height: 145px;
  width: 145px;
}
#list-products .infos a div.search-img-positioner {
  height: 205px;
  width: 205px;
}
#list-categories .infos a div.search-img-positioner img,
#list-products .infos a div.search-img-positioner img {
  width: auto;
  height: auto;
  /* height: 205px; */
  max-height: 100%;
  max-width: 100%;
  /* display: block; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.paypal-review {
  width: 100%;
  max-width: 600px;
}
.paypal-review h2 {
  font-family: Poppins;
  font-weight: normal;
  font-size: 22px;
  margin: 4px;
}
.paypal-review .data-table {
  width: 100%;
  max-width: 600px;
}
.paypal-review .data-table td {
  min-width: 32px;
}
.paypal-review .data-table td.a-center {
  text-align: center;
}
.paypal-review .data-table td.last,
.paypal-review .data-table td .price,
.paypal-review .data-table td .cart-price {
  text-align: right;
  font-size: 15px;
}
.paypal-review .btn-checkout {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  width: 35%;
  min-width: 234px;
  height: 55px;
  background-color: #9c9487;
  color: white;
  float: right;
}
.paypal-review .btn-checkout:hover {
  background-color: black;
}
.paypal-review .buttons-set {
  clear: both;
}
.paypal-review form {
  float: right;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 2px;
}
.order-bdc {
  text-align: right;
}
.order-bdc .cgv {
  margin-bottom: 5px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
}
.order-bdc .cgv .reminder {
  display: none;
  color: #9c9487;
}
.order-bdc .payment {
  float: right;
}
.order-bdc .payment .link-print:hover {
  cursor: pointer;
}
/*   MAGASINS   */
.font-red {
  color: #9c9487;
}
.title_v5,
.presentation_mag {
  text-align: center;
  font-size: 1.5em;
}
.presentation_mag {
  padding: 0 15%;
}
.title_v5 h1,
.title_v5 h2 {
  font-weight: lighter;
}
.title_v5 h1 {
  font-size: 48px;
}
.title_v5 h2 {
  font-size: 20px;
  margin-bottom: 5%;
}
.magasins_v5 {
  width: 95%;
  max-width: 1390px;
  margin: 0 auto;
}
.store_v5 {
  border: solid 1px #eaeaea;
  padding: 0 1% 2% 1%;
  margin: 0 2% 2% 0;
  font-size: 1.2em;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .store_v5 {
    width: 45%;
    float: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .store_v5 {
    width: 96%;
    display: block;
  }
}
.magasins_v5 .store_v5 img {
  width: 100%;
}
.magasins_v5 .store_v5 .magasin_header h3 {
  font-size: 2em;
  font-weight: lighter;
  color: #333;
}
.magasins_v5 .store_v5 .magasin_header {
  text-align: center;
}
.magasins_v5 .store_v5 .magasin_border,
.column_3 h2 {
  padding-bottom: 5%;
  border-bottom: solid 1px #eaeaea;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .magasins_v5 .store_v5 .magasin_border,
  .column_3 h2 {
    padding-bottom: 2%;
  }
}
.magasins_v5 .store_v5 .magasin_header .surface_v5 {
  color: #9c9487;
  font-weight: bold;
  font-size: 16px;
  padding: 5% 0;
}
.magasins_v5 .store_v5 .magasin_header .magasin_desc {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 14px;
  line-height: 20px;
}
.magasins_v5 .store_v5 .horaires-contact_v5 {
  float: left;
  margin-top: 5%;
}
.magasins_v5 .store_v5 .horaires-contact_v5:first-child {
  border-right: solid 1px #eaeaea;
  padding-right: 5%;
  width: 30%;
}
.magasins_v5 .store_v5 .horaires-contact_v5:last-child {
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 928px) {
  .magasins_v5 .store_v5 .horaires-contact_v5:first-child {
    width: 100%;
    border: none;
  }
  .magasins_v5 .store_v5 .horaires-contact_v5:last-child {
    width: 100%;
  }
}
.magasins_v5 .store_v5 .horaires-contact_v5 h4 {
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .magasins_v5 .store_v5 .horaires-contact_v5 h4 {
    margin-top: 2%;
  }
}
.magasins_v5 .store_v5 .horaires-contact_v5 .adresse_v5 {
  font-weight: bold;
  color: #9c9487;
}
.magasins_v5 .store_v5 .horaires-contact_v5 iframe {
  width: 100%;
  border: none;
  max-height: 75px;
  margin-top: 5%;
}
.magasins_v5 .store_v5 .page_magasin {
  background-color: #9c9487;
  color: #ffffff;
  text-decoration: none;
  clear: both;
  text-align: center;
  min-height: 30px;
  padding-top: 9px;
  margin-top: 5%;
  display: block;
  font-style: italic;
}
.magasins_v5 .store_v5 .page_magasin:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
.magasins_v5 .store_v5 .horaires-contact_v5 ul li,
.magasins_v5 .encart_mag_v5 ul li {
  padding-top: 10px;
}
.magasins_v5 .store_v5 .clear-both {
  clear: both;
}
.magasins_v5 .store_v5 .photo_magasin {
  width: 33%;
  margin-top: 2%;
  float: left;
}
.magasins_v5 .store_v5 .photo_magasin:first-child {
  margin: 2% 2% 0 0;
  width: 65%;
}
.magasins_v5 .store_v5 .photo_magasin:last-child {
  margin-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  .clear-both_v5 {
    clear: both;
  }
}
/*   MAGASIN ONE   */
.title_mag_v5 {
  margin: 1% 0;
}
.border-red {
  width: 30%;
  margin: 0 auto;
  border-bottom: solid 1px #9c9487;
}
.magasins_v5 .presentation_mag {
  margin: 2% 0;
  font-size: 20px;
  line-height: 22px;
}
.magasins_v5 .surface_mag {
  background-color: #9c9487;
  color: #ffffff;
  padding: 1%;
  margin: 2% auto;
  display: block;
  width: 100px;
}
.encart_mag_v5 {
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1024px;
  height: 280px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .encart_mag_v5 {
    height: 500px;
  }
}
.column_3 {
  width: 27%;
  float: left;
  padding: 0 3% 0 3%;
  margin: 3% 0;
  border-right: solid 1px #eaeaea;
}
.column_3:last-child {
  border: none;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .column_3 {
    width: 94%;
  }
}
.encart_mag_v5 .horaires ul li span:last-child {
  margin-right: 15%;
}
.magasins_v5 .photo_column_1 {
  width: 100%;
}
.magasins_v5 .photo_column {
  width: 32%;
  float: left;
  margin-top: 2%;
  margin-right: 2%;
}
.magasins_v5 .photo_column:last-child {
  margin-right: 0;
}
.magasins_v5 .photo_column:nth-child(1) {
  width: 100%;
}
.magasins_v5 .photo_column:nth-child(2),
.magasins_v5 .photo_column:nth-child(3) {
  width: 49%;
}
.magasins_v5 .photo_column:nth-child(3) {
  margin-right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .magasins_v5 .photo_column {
    width: 100%;
    margin-right: 0;
  }
}
.plan_acces iframe {
  margin-top: 2%;
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  div.pdt-list .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  div.pdt-list .header .row {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  div.pdt-list .dashboard-my-orders {
    line-height: 0 !important;
    height: 0 !important;
    margin: 30px 0 !important;
  }
}
@media (max-width: 767px) {
  div.pdt-list .dashboard-my-orders-view {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  div.pdt-list .dashboard-my-orders--hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  div.pdt-list .dashboard-my-orders--number,
  div.pdt-list .dashboard-my-orders--date,
  div.pdt-list .dashboard-my-orders--price {
    width: 100px !important;
  }
}
.link-print {
  width: 255px;
  margin: 5px auto;
}
.cybermut-payment {
  width: 60%;
  margin: 140px auto;
  text-align: center;
}
.cybermut-payment__logo {
  width: 250px;
  margin: auto;
}
.cybermut-payment__msg {
  margin: 100px 0;
  font-size: 1.7rem;
  line-height: 1.4;
}
.content-header h3 {
  margin: 0.3em 0.5em 0 0;
  color: #c03;
  font-size: 1.25em;
  line-height: 1.2em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 nov. 2017, 15:19:45
    Author     : comed
*/
/*******************************************
définitions
*******************************************/
#product div.wrap-center {
  border: unset;
}
#mid-header {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 1430px;
}
#mid-header .wrap-center {
  overflow: inherit;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header {
    /* margin-bottom:50px;*/
  }
}
#mid-header h1 {
  font-size: 10px;
  font-family: Poppins;
  font-weight: 300;
  color: #1f1f1f;
}
#header #pre-header .wrap-center a {
  color: #ffffff;
}
#header #pre-header .wrap-center a:hover {
  color: #1f1f1f;
}
#logo {
  float: left;
  height: unset;
  width: 30%;
  max-width: 300px;
  /*    a{
            height: 81%;
            width: 100%;
            margin:-17px 0px 0px 0px
        }*/
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #logo {
    width: 96%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 320px) {
  #logo {
    height: 30px;
    background-position: unset;
    width: 38%;
  }
}
#barre {
  border-bottom: none;
  float: unset;
  margin: auto;
}
.mentions {
  margin-top: unset;
  padding-bottom: 10px;
  border-bottom: unset;
  padding-left: unset;
}
#controls div.bloc-control {
  width: 122px;
  margin-bottom: 20px;
  padding-left: 15px;
}
#controls div.bloc-control p.title {
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  font-style: unset;
  color: #333333;
  font-size: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9c9487;
}
li.t2s_block_product a span.brand-price,
#list-products .infos a span.brand-price {
  border: unset;
  line-height: unset;
  text-align: unset;
}
li.t2s_block_product a span.price,
#list-products .infos a span.price {
  color: #9c9487;
  line-height: 30px;
}
#list-products .infos a span.price del {
  line-height: unset;
}
#list-categories .infos a span.title,
#list-categories .infos a span.brand-price {
  text-decoration: none;
}
#page div.area-infos div.header p.brand {
  font-weight: bold;
  text-decoration: underline;
}
#page div.area-infos div.header img.brand-logo,
#page div.content div.wrap-infos img.brand-logo {
  border: 1px solid #9c948726;
}
#pdt_short_description {
  border-top: unset;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
}
#pdt_short_description p {
  line-height: 23px;
}
#btns-push .price-box.reduc p.brand-price {
  font-style: unset;
}
#page div.area-infos div.all-products {
  border-top: unset;
}
#page div.area-infos div.infos div.bloc-infos.features {
  background-color: #9c948726;
  width: 99% !important;
}
#page div.area-infos div.infos div.bloc-infos ul.features li:first-child {
  margin-top: 0;
}
#pre-pre-footer {
  font-size: 1em;
  clear: both;
  max-width: 1430px;
  margin: 0 auto;
  padding-top: 1%;
}
.banner-edito-container {
  width: 100%;
}
#pre-footer {
  background-color: #9c9487;
  clear: both;
  padding: 2%;
  margin: 0 auto;
  max-width: 1430px;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  #pre-footer {
    height: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #pre-footer {
    height: 220px;
  }
}
#pre-footer .wrap-center {
  overflow: visible;
}
.menu-footer {
  width: 21%;
  float: left;
  padding: 0 0 0 2%;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .menu-footer {
    width: 46%;
    max-width: 320px;
    min-width: 150px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .menu-footer {
    width: 96%;
    min-width: 150px;
  }
}
.menu-footer img {
  width: 50px;
  float: left;
}
.menu-footer h4,
.menu-footer p {
  float: left;
  padding-left: 10%;
}
.menu-footer h4 {
  padding-top: 5%;
}
div.menu-320 {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 520px) {
  div.menu-320 {
    display: block;
    background-image: url('../images/j_symbols.svg?q=20171201#hamburger');
    content: "#hamburger";
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 10%;
    float: left;
    position: relative;
    height: 40px;
    width: 50px;
    margin: 3px 8px 0 8px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header div.menu-opt-320 {
    margin-bottom: 7px;
    margin-top: 7px;
  }
}
#logo {
  float: left;
  width: 15%;
  height: 90px;
  background-repeat: no-repeat;
  max-width: 300px;
  margin-left: 10px;
}
#logo img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-device-width: 560px) and (max-device-width: 768px) {
  #logo {
    width: 190px;
    margin: 5px 0 -50px 0;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 650px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 45px;
    margin-left: 5px;
  }
}
@media only screen and (min-device-width: 340px) and (max-device-width: 390px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 45px;
    margin: 0px 5px;
    padding-top: 5px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 340px) {
  #logo {
    background-image: url('../images/j_symbols.svg?q=20171201#logo_mobile');
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 45px;
  }
}
#logo a {
  display: block;
  height: 81%;
  width: 100%;
  margin: -17px 0 -13px;
}
@media only screen and (min-device-width: 400px) and (max-device-width: 480px) {
  #logo a {
    width: 100%;
    height: 40px;
    margin: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 400px) {
  #logo a {
    width: 100%;
    height: 45px;
    margin: 0;
  }
}
@media only scren and (min-device-width: 480px) and (max-device-width: 768px) {
  #logo a {
    margin: -10px 0 0 0;
  }
}
#pre-footer ul.pushs li {
  border-left: unset;
}
#pre-footer ul.pushs li:last-child {
  border-right: unset;
}
#pre-footer ul.pushs li h5 {
  color: #1f1f1f;
}
#pre-footer ul.pushs li p {
  padding-top: unset;
}
#footer {
  clear: both;
  max-width: 1430px;
  margin: 0 auto;
  background-color: #9c9487;
  font-size: 1.2em;
  line-height: 1.4em;
  display: flow-root;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #footer {
    text-align: center !important;
  }
}
#footer .menu-footer {
  padding-top: 2%;
}
#footer ul li a {
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 13px;
}
#footer ul li a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
#footer ul {
  color: #1f1f1f;
  line-height: 26px;
}
#footer h2 {
  font-weight: bold;
  margin: 2% 0;
  color: #ffffff;
}
li.menu-newsletter {
  width: 29%;
  float: left;
  padding: 2%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  li.menu-newsletter {
    width: 100%;
    padding: 2%;
    text-align: center;
    font-size: 1em;
  }
  li.menu-newsletter:first-child {
    padding-top: 5%;
  }
}
ul li.mentions-footer {
  text-transform: unset;
}
.menu-footer h4,
.menu-footer p {
  padding-left: 2%;
  line-height: 1.5em;
}
.menu-footer h4 {
  padding-top: 5%;
}
.menu-footer img {
  margin-right: 10px;
}
div.copyright {
  text-align: center;
  padding: 10px 0 10px 0;
  color: #1f1f1f;
  background-color: #9c9487;
  height: 15px;
  clear: both;
  margin: unset;
  max-width: 1430px;
}
div.copyright a {
  text-transform: uppercase;
  color: #333333;
}
#btns-push li {
  background-color: #f9f9f9;
}
#btns-push div.reduction {
  border: unset;
}
div.price-box span.price,
div.price-box span.regular-price {
  font-size: 18px;
  color: #9c9487;
}
#searchSubmit,
#mc-embedded-subscribe {
  color: #ffffff;
  height: 35px;
  border: none;
  border-color: unset;
  border-left: unset;
}
#searchSubmit.bck_svg {
  border: none;
}
#searchSubmit {
  min-width: 37px;
  top: -40px;
  left: 96%;
  position: relative;
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  #searchSubmit {
    top: 7px !important;
    left: auto;
  }
}
#cse-search-box {
  height: 47px;
}
#mc-embedded-subscribe-form {
  position: relative;
}
#newsletter-submit {
  color: #ffffff;
  height: 35px;
  width: 20%;
  font-size: 1em;
  border: none;
  -webkit-appearance: none;
  background-color: #9c9487;
  background-origin: content-box;
  float: right;
  min-width: 47px;
  border-color: unset;
  border-left: unset;
  border-radius: unset;
  position: absolute;
  top: 0;
  right: 0;
}
#searchText {
  border: 1px solid #999;
  color: #999;
  padding: 0 40px 0 10px;
  background-color: #FFF;
  border-radius: 20px;
  height: 40px;
  font-size: 11px;
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  #searchText {
    border: none !important;
    padding: 0px !important;
    height: 50px !important;
    font-size: 15px !important;
  }
}
#mce-EMAIL {
  font-size: 1em;
  border: none;
  border-radius: unset;
  background: none;
}
#searchBox {
  width: 11%;
  float: left;
  margin-right: 2%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #searchBox {
    padding: 0 2%;
    margin: 2% 0 2% 0;
  }
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  #searchBox {
    height: unset;
    width: 100%;
    top: -10px !important;
  }
}
#algolia-autocomplete-listbox-0 {
  left: 0px !important;
}
#varnish-cust-header {
  float: left;
  margin-left: 2%;
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  #varnish-cust-header {
    top: 0px;
    position: absolute;
    right: 0px;
  }
}
#searchBox p {
  margin-top: 5px;
  font-size: 11px;
}
#headerRight {
  width: 100%;
  float: left;
  margin: 2%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #headerRight {
    width: 96%;
    padding: 0 2%;
  }
}
#menu-container {
  max-width: 59%;
  float: left;
  margin-left: 2%;
  margin-right: 0%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #menu-container {
    float: none !important;
  }
}
#menu-user li a.panier {
  color: #9c9487;
}
#jmenu {
  text-align: unset;
}
#jmenu ul {
  float: left;
  padding-bottom: 15px;
  padding-left: 19px;
}
#jmenu ul.right {
  float: right;
}
#jmenu ul.pro {
  background-color: #128FD7;
}
#jmenu ul li {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 15px;
  cursor: pointer;
  color: #000;
  border-bottom: unset;
  font-weight: 600;
}
#jmenu ul li:hover {
  font-family: Poppins;
  font-weight: normal;
  color: #9c9487;
  border: unset;
}
#jmenu ul li a:hover {
  color: #9c9487;
}
#jmenu ul li:nth-last-child(-n+2),
#jmenu ul li #jmenu ul li:last-child {
  color: #000;
  background-color: unset;
  background-color: inherit;
  padding-right: unset;
  padding-left: unset;
}
#jmenu ul li:nth-last-child(-n+2):hover,
#jmenu ul li #jmenu ul li:last-child:hover {
  color: #9c9487;
}
#jmenu ul li:first-child {
  color: #000;
  background-color: unset;
  background-color: inherit;
}
#jmenu ul li:first-child:hover {
  color: #9c9487;
}
#jmenu ul li.pro,
#jmenu ul li.pro a {
  padding-right: unset;
  padding-left: unset;
  color: #000;
}
#jmenu ul li.pro:hover,
#jmenu ul li.pro a:hover {
  color: #9c9487;
}
.novo-title {
  background-image: inherit;
  content: inherit;
}
.cms-page-soldes-selection-mini .product-price-cms-page-soldes .price-box .reduction {
  display: none;
}
#product div.area-infos div.header .wrap-title {
  margin-bottom: 20px;
  height: unset;
}
div.wrap-center div.spacer {
  margin-top: 10px;
  border: unset;
}
#pre-header {
  background: #9c9487;
  font-size: 1em;
  line-height: 3em;
  border: none;
  height: unset;
}
div.j_slider {
  margin: 0 auto;
}
.wrap-center.brands {
  margin-top: 30px;
}
#mc_embed_signup {
  width: unset;
}
#mc_embed_signup_scroll {
  height: 34px;
  border: 1px solid #d4d5d0;
  border-right: 0px;
  padding: 0px;
  margin: 0px;
  width: 96%;
  line-height: 18px;
  font-family: Poppins;
  font-weight: normal;
  border-radius: 0;
  background-color: unset;
}
#page div.wrap-center div.button {
  text-transform: unset;
}
/* BLOCK TEXTE SEO */
.block-txt-seo {
  text-align: justify;
  font-size: 11px;
  padding: 2%;
  max-width: 1430px;
  margin: auto;
}
.txt-seo {
  width: 30%;
  display: inline;
  float: left;
  padding: 0 2%;
}
.txt-seo:fisrt-child {
  padding-left: 0;
}
.txt-seo:last-child {
  padding-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .txt-seo {
    width: 100%;
    padding: 2% 0 0 0;
  }
}
.block-txt-seo .text-seo p {
  line-height: 16px;
}
.block-txt-seo .txt-seo:first-child p {
  line-height: 14px;
}
.block-txt-seo .txt-seo p a {
  text-decoration: underline;
}
.block-txt-seo .txt-seo p a:hover {
  text-decoration: underline #9c9487;
}
.toutes-nos-marques .barre-title {
  border-bottom: none;
}
.toutes-nos-marques .fond-blanc {
  z-index: 80;
  background: unset;
}
li.t2s_block_product {
  text-transform: uppercase;
}
div.lcr_mea {
  margin-left: unset;
}
.wrap-center.brands img {
  border: none;
}
#jmenu ul li.menu-header-Noel,
#jmenu ul li.menu-header-Soldes {
  font-family: Poppins;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  /* margin-right: 34px; */
}
.menu-footer img {
  width: 50px;
  height: 50px;
  float: left;
}
.wrap-center {
  max-width: 1430px;
}
#page .wrap-center {
  max-width: 1410px !important;
}
#jmenu ul li.menu-header-Noel,
#jmenu ul li.menu-header-Noël,
#jmenu ul li.menu-header-Soldes {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 15px;
  cursor: pointer;
  transform: none;
  font-family: Poppins;
  font-weight: 600;
}
ul.sous-menu li.menu-item ul {
  float: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  ul.sous-menu li.menu-item ul {
    width: 100%;
    text-align: left;
  }
}
.wrap-menu {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 3px #333 solid;
  border-bottom: 1px #9c9487 solid;
  background-color: white;
  padding: 30px;
  position: absolute;
  background: white;
  z-index: 999;
  margin-top: 50px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wrap-menu {
    border: none;
    box-shadow: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-opt-320 {
    border-top: 2px #000 solid !important;
    border-bottom: 2px #000 solid !important;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
#searchSubmit.bck_svg {
  background-size: 20px 40px;
}
#header div.sous-menu {
  background: white;
  z-index: 999;
}
#menu-user li a:nth-last-child(2) {
  display: none;
}
#menu-user li a:nth-last-child(1) {
  background-image: url(../images/j_symbols.svg?q=20171201#account);
  content: "#account";
  background-position: center right;
  background-size: 29px 33px;
  background-repeat: no-repeat;
  /* font-size: 0px; */
  display: block;
  font-size: 0px;
  width: 32px;
}
#page a.back.back-form {
  display: none;
}
#menu-user {
  position: relative;
  left: 20px;
}
.bx-wrapper {
  max-width: 88% !important;
}
#jmenu ul li.menu-header-Noel,
#jmenu ul li.menu-header-Noël,
#jmenu ul li.menu-header-Soldes {
  background: none;
  margin-left: 0px;
  margin-right: 15px;
  -webkit-text-fill-color: black;
}
.social-networks a.bck_svg {
  background-size: 20px 20px !important;
}
.social-networks a {
  margin-left: 0px !important;
}
.menu-newsletter {
  width: 23% !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-newsletter {
    width: 96% !important;
  }
}
#souscription_newsletter {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#mc_embed_signup_scroll_footer {
  color: white;
  border-bottom: 1px solid;
}
#mce-EMAIL::placeholder {
  color: #bfbcbc !important;
}
.mentions-footer a {
  display: block;
}
.mentions-footer a::first-letter {
  font-weight: 900 !important;
}
.line-newsletter {
  text-align: center;
  float: left;
  width: 100%;
}
.line-newsletter .paragraphe {
  font-size: 20px;
  line-height: 27px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .line-newsletter .paragraphe {
    font-size: 12px;
    padding: 5px;
  }
}
.line-newsletter #mce-EMAIL {
  text-align: center;
  border-bottom: 1px solid black;
  width: 100% !important;
  color: #9e9e9e;
  font-size: 15px;
  padding: 10px 0px 0px 0px;
}
.line-newsletter #mc_embed_signup_scroll_line {
  float: left;
  width: 100%;
  text-align: center;
}
.line-newsletter .newslletter_span {
  font-size: 30px !important;
  color: #4caf50 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .line-newsletter .newslletter_span {
    font-size: 20px;
  }
}
#pre-home {
  clear: both;
  float: left;
  padding-top: 3%;
  width: 100%;
}
#mc_embed_signup_line {
  width: 50%;
  margin: auto;
  overflow: hidden;
}
#mc_embed_signup_line #newsletter-submit {
  width: 10%;
  top: -37px;
  position: relative;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #mc_embed_signup_line {
    width: 100%;
  }
}
#page {
  max-width: 1430px;
  margin: 0 auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .social-networks {
    display: inline-grid;
  }
  .bx-wrapper .bx-next {
    right: -5.5% !important;
  }
  .bx-wrapper .bx-prev {
    left: -10.5% !important;
  }
  div.j_slider {
    margin: 0px 0px 0px 3px !important;
  }
  #menu-utilisateur-mobile a.panier {
    color: black !important;
    line-height: 31px !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  #header div.menu-opt-320 {
    height: 100% !important;
    padding-bottom: 20px !important;
    float: left;
  }
  #products #controls {
    width: 100% !important;
  }
  #products #list-products {
    width: 100% !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu {
    width: 103.8% !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info,
  #algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
    line-height: 22px;
  }
}
#menu-user li a.panier.bck_svg {
  line-height: 39px;
  font-weight: bold;
  font-size: 12px;
  color: black;
  background-position: center center !important;
}
div.lcr_mea img {
  width: auto !important;
}
#products .clear {
  clear: none !important;
}
#controls div.bloc-control {
  width: 90% !important;
}
#controls {
  width: 250px !important;
}
#list-products {
  width: calc(100% - 250px);
  float: left !important;
}
#zone-illustrations {
  width: 78%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #zone-illustrations {
    margin: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #product div.wrap-center {
    margin: 0px !important;
    padding: 0px !important;
  }
}
a.back {
  text-decoration: underline;
  padding: 5Px;
  right: 30px !important;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  div.name,
  div.color,
  div.matiere,
  div.taille,
  div.availability {
    width: 258px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.name,
  div.color,
  div.matiere,
  div.taille,
  div.availability {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  div.infos div.bloc-infos ul.features {
    float: none !important;
    width: 100% !important;
  }
  div.name,
  div.color,
  div.matiere,
  div.taille,
  div.availability {
    width: 144px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  div.name,
  div.color,
  div.matiere,
  div.taille,
  div.availability {
    width: 200px !important;
  }
}
div.pdt-list div.row div.optional div.availability,
div.pdt-list div.row div.optional div.options_obligatoires {
  text-align: center;
}
div.pdt-list div.row div.optional div.color {
  text-align: center;
}
div.pdt-list div.row div.price {
  margin-right: 50px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div.row div.price {
    margin-right: 10px !important;
  }
}
div.pdt-list div {
  margin-left: 8px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.pdt-list div {
    margin-left: 3px !important;
  }
}
div.pdt-list div.row p {
  line-height: 22px !important;
}
a.button-red,
.opc-wrapper-opc h3 span,
.opc-wrapper-opc .btn-checkout,
.reduction {
  background-color: #4cbb6c !important;
  color: white !important;
}
@media only screen and (min-device-width: 768px) {
  #button-devis {
    float: right !important;
    min-width: 120px !important;
    top: 111px !important;
    position: relative !important;
    right: -130px !important;
    max-width: 130px !important;
  }
  #algolia-autocomplete-container {
    left: 20%;
  }
}
.recap-cart-container .brand-price {
  background-color: #f3f3f3 !important;
}
@media screen and (min-device-width: 500px) {
  .recap-cart .col2 .recap-cart-qty {
    width: 60% !important;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info,
#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
  line-height: 20px;
}
#list-products .infos a span.brand-price {
  display: block;
  border-bottom: 1px solid #a49a8a;
  width: 92%;
  margin: auto auto 5px;
  overflow: hidden;
  height: 51px !important;
  line-height: 67px !important;
  text-align: center;
}
#list-products .infos a span.price.special-price {
  top: 5px;
  position: relative;
  color: #4cbb6c;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-products li {
    width: 100% !important;
    text-align: center;
  }
}
#banner {
  margin: 0px !important;
  width: 100%;
  text-align: center;
}
#sb-player .price {
  line-height: 60px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  div.lcr_mea img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-footer {
    width: 22%;
  }
  #jmenu ul li {
    padding-top: 10px !important;
    font-size: 12px !important;
  }
  #jmenu ul li.menu-header-Noel,
  #jmenu ul li.menu-header-Noël,
  #jmenu ul li.menu-header-Soldes {
    padding-top: 10px !important;
    font-size: 12px !important;
  }
  .banner-edito-container {
    width: auto;
  }
  div.lcr_mea img {
    width: 100% !important;
  }
  a.back {
    right: 30px;
  }
  #searchBox {
    margin-right: 0.3%;
  }
  div.pdt-list div {
    margin-left: 0px !important;
  }
}
/* ipad Mini Portrait */
@media only screen and (min-width: 480px) and (max-width: 773px) {
  div.pdt-list div.row div.optional div.availability {
    display: inline-block !important;
  }
  div.pdt-list div.row div.optional {
    float: left !important;
  }
  div.pdt-list div.name {
    width: 260px !important;
  }
  #searchBox {
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 2.5% !important;
    padding: 0px !important;
  }
  #menu-user {
    left: 17px !important;
  }
  #menu-container {
    max-width: 40% !important;
    margin-left: 2% !important;
    margin-right: 0% !important;
  }
  #jmenu ul {
    padding-left: 0px !important;
    padding-bottom: 30px !important;
  }
  #headerRight {
    width: 100% !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu {
    margin-top: 25px !important;
  }
  #algolia-autocomplete-container {
    left: 10px !important;
  }
  .wrap-menu {
    margin-top: 65px !important;
  }
  div.header .wrap-title .title {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  a.back {
    top: 23px !important;
  }
  #discount-coupon-form {
    text-align: left !important;
    margin-right: 7% !important;
  }
  #shopping-cart-table div.name {
    width: 195px !important;
  }
  #shopping-cart-table div.availability,
  #shopping-cart-table #shopping-cart-table div.options_obligatoires {
    text-align: left !important;
  }
  #shopping-cart-table .price-unit,
  #shopping-cart-table .availability {
    width: 120px !important;
  }
  #shopping-cart-table .qty {
    width: 100px !important;
  }
  #shopping-cart-table .header .price {
    width: 203px !important;
  }
}
#page div.std {
  margin-top: 20px;
  padding: 30px;
  line-height: 15px;
  font-size: 0.9em;
}
.cms-page-view h1.title,
#contact h1.title,
#contact h3.title,
.cms-page-view h1.title-account,
.cms-page-view h1.title-form {
  font-family: lato !important;
  font-size: 28px !important;
  font-weight: 500;
  color: #333 !important;
  margin-bottom: 5px !important;
  line-height: 50px !important;
  background-image: url(../images/j_symbols.svg?q=20171201#h1-title) !important;
  content: "#h1-title";
  background-repeat: no-repeat !important;
  background-position: 1px 21px !important;
  background-size: 1024px 47px !important;
  margin-top: 20px !important;
  margin-left: 10px !important;
}
.std h2 {
  color: #c03;
  font-size: 15px;
  font-weight: 100;
  margin: 10px 0 10px;
  padding: 0;
  font-weight: bold;
}
.std span,
.std p {
  line-height: 22px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
}
div.pdt-list div.row div.cart a {
  width: 120px !important;
}
.magasins_v5 {
  max-width: 1430px !important;
}
#page div.area-illustration div.illustrations div.list-illustrations {
  width: 530px !important;
  margin-bottom: 20px;
}
@media screen and (min-device-width: 1024px) {
  .area-illustration .bx-wrapper .bx-prev {
    margin-left: -15px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #page div.area-illustration div.illustrations div.list-illustrations {
    margin-left: 13Px;
  }
  #page div.area-infos div.header .wrap-title .title {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  #pdt_short_description {
    line-height: 23px !important;
    text-align: justify !important;
    margin-left: 10px !important;
  }
  #page div.area-illustration {
    margin-top: 20px;
  }
}
#list-products .infos a span.title {
  font-size: 13px !important;
  height: 50px !important;
}
#page div.area-infos div.header p.brand {
  margin-bottom: 0px !important;
}
#page div.area-infos div.infos {
  margin-top: 15px;
}
div.pdt-list div.name {
  line-height: 17px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu-utilisateur-mobile {
    margin: 5px 5px 0px 5px !important;
  }
}
.category-soldes-ete-2022 .area-categories li h2 {
  height: 30px !important;
  text-transform: initial !important;
  font-family: 'Poppins' !important;
}
.category-soldes-ete-2022 .area-categories {
  float: left;
  width: 100%;
}
.category-soldes-ete-2022 .area-categories li:nth-child(4n) {
  margin-right: 1% !important;
}
.category-soldes-ete-2022 .area-categories li {
  width: auto !important;
  margin-left: 1% !important;
  margin-bottom: 1% !important;
  margin-right: 1% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  #page.space-products div.area-categories ul {
    margin-left: 2%;
    float: left;
    width: 100%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .category-soldes-ete-2022 .area-categories li {
    width: 31% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-soldes-ete-2022 .area-categories li {
    width: 250px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #list-products {
    width: 100% !important;
  }
  .category-soldes-ete-2022 .area-categories li {
    width: 98% !important;
    margin-bottom: 5% !important;
  }
}
#page {
  margin: auto !important;
}
.menu-header-Soldes {
  font-size: 18px !important;
  padding-top: 11px !important;
  color: orange !important;
  -webkit-text-fill-color: orange !important;
}

.alma-product {
	font-size: 1.1em;
	display: flex;
	align-items: center;
}

.alma-text {
	margin-left: 15px;
}
