/*** uncss> filename: http://jair.lecedrerouge.com/skin/frontend/lecedrerougev3/default/css/main.css ***/
/* GLOBAL */
/*******************************************
définitions locales
*******************************************/
/*******************************************
définitions
*******************************************/
/*REFONTE*/
/* Worldstyle */
/*********************************************
détrompeur
*******************************************/
/* 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;
  background-color: white;
}
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?bubble_place_holder#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?bubble_place_holder#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);
}
/*********************************************
règles de base
*******************************************/
.humains,
#humains {
  display: none;
}
.test-oswald {
  display: none;
}
#breadcrumbs {
  font-family: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: normal;
}
#breadcrumbs ul li a {
  padding-right: 19px;
  background: url('../images/j_symbols.svg?bubble_place_holder#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: #D20F15;
}
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: #c91006;
  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: #c91006;
  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: #c91006;
}
div.validation-advice {
  color: #c91006;
  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?bubble_place_holder#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?bubble_place_holder#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?bubble_place_holder#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?bubble_place_holder#loupe');
  content: "#loupe";
}
#menu-utilisateur-mobile a.client {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#account');
  content: "#account";
}
#menu-utilisateur-mobile a.panier {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: libre baskerville;
  font-weight: bold;
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
  color: #D20F15;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  background: url('../images/j_symbols.svg?bubble_place_holder#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;
}
/* 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: "Nunito_Sans";
  font-weight: bold;
  font-style: italic;
  color: #333333;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D20F15;
}
#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?bubble_place_holder#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: "Nunito_Sans";
  font-weight: normal;
}
#controls div.bloc-control ul li a.active {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: "Nunito_Sans";
  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: #D20F15 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: #D20F15;
  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: #D20F15;
  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: #c91006 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: oswald;
  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?bubble_place_holder#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 #D20F15;
}
#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: "Nunito_Sans";
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  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 #e7e9ec;
}
@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: "Nunito_Sans";
  font-weight: normal;
  font-size: 13px;
  color: black;
  line-height: 15px;
}
#show-more-description a,
#toggleDescription {
  margin-top: 7px;
  font-family: "Nunito_Sans";
  font-weight: bold;
  color: #D20F15;
  font-size: 13px;
  margin-bottom: 15px;
}
#show-more-description a:hover,
#toggleDescription:hover {
  cursor: pointer;
  color: black;
}
#btns-push .price-box.reduc p.brand-price {
  text-align: right;
  font-family: "Nunito_Sans";
  font-weight: normal;
  font-style: italic;
  color: #D20F15;
  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: "Nunito_Sans";
  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: #D20F15;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: #e7e9ec;
  width: 499px;
  padding: 10px;
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: "Nunito_Sans";
  font-weight: 300;
  font-size: 14px;
  color: black;
}
#page div.area-infos div.infos div.bloc-infos ul li span {
  font-family: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
  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?bubble_place_holder#download');
  content: "#download";
}
a.nuancier {
  font-size: 13px;
  font-family: "Nunito_Sans";
  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?bubble_place_holder#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: "Nunito_Sans";
  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: "Nunito_Sans";
  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: #c91006;
}
#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: #D20F15;
  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: "Nunito_Sans";
  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?bubble_place_holder#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: "Nunito_Sans";
  font-weight: normal;
  font-size: 15px;
  text-transform: lowercase;
  color: #D20F15;
}
.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: "Nunito_Sans";
  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: "Nunito_Sans";
  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 #f0f0f0;
  }
}
#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: #D20F15;
  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 #D20F15;
  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 #D20F15;
  background-color: #e7e9ec;
  color: #D20F15;
  font-family: "Nunito_Sans";
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
}
div.price-box.reduc span.price {
  font-family: "Nunito_Sans";
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  color: #D20F15;
  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: "Nunito_Sans";
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #D20F15;
}
button.add-cart {
  width: 100%;
  height: 55px;
  background: #D20F15;
  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: "Nunito_Sans";
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
#button-commander {
  background: #D20F15;
  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: #f0f0f0;
  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?bubble_place_holder#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: "Nunito_Sans";
  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: "Nunito_Sans";
  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: #D20F15;
  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: "Nunito_Sans";
  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?bubble_place_holder#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: 100% !important;
  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?bubble_place_holder#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: "Nunito_Sans";
  font-weight: bold;
}
@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: "Nunito_Sans";
    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: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: normal;
  border-bottom: #D20F15 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: #f0f0f0;
  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: oswald;
  font-weight: bold;
  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: "Nunito_Sans";
    font-weight: normal;
    font-size: 2em;
  }
}
ul.sous-menu li.menu-item ul li a,
#menu-magasins div.store p {
  font-family: "Nunito_Sans";
  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: #c91006;
}
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: "Nunito_Sans";
  font-weight: bold;
  color: white;
}
.mail.bck_svg {
  background-image: url("../images/j_symbols.svg?bubble_place_holder#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: "Nunito_Sans";
  font-weight: bold;
  color: white;
}
.tel.bck_svg {
  background-image: url("../images/j_symbols.svg?bubble_place_holder#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: "Nunito_Sans";
  font-weight: normal;
  color: white;
}
.emphasized {
  font-family: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: 300;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
  line-height: 50px;
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: #D20F15;
}
#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: "Nunito_Sans";
  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: #f0f0f0;
}
@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: "Nunito_Sans";
  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: #c91006;
  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: oswald;
  font-weight: bold;
  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?bubble_place_holder#facebook');
  content: "#facebook";
}
div.social-networks a.twitter {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#twitter');
  content: "#twitter";
}
div.social-networks a.pinterest {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#pinterest');
  content: "#pinterest";
}
div.social-networks a.instagram {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#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: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: bold;
  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?bubble_place_holder#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?bubble_place_holder#tri_rouge');
  content: "#tri_rouge";
  color: #c91006;
}
div.pdt-list div.header a.active,
#sort-by-price a.active {
  background-image: url('../images/j_symbols.svg?bubble_place_holder#tri_rouge');
  content: "#tri_rouge";
  color: #c91006;
}
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: "Nunito_Sans";
  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: #D20F15;
  font-family: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
    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: #c91006;
}
@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: #D20F15;
  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: 100% !important;
  margin-bottom: -50px;
  text-align: center;
  font-family: "Nunito_Sans";
  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: #D20F15;
  color: white;
  margin: auto;
  line-height: 70px;
  font-size: 2em;
  text-transform: uppercase;
}
#page div.wrap-center div.button:hover {
  background-color: #1f1f1f;
  color: white;
}
.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?bubble_place_holder#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 #D20F15;
}
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: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
  font-weight: bold;
  line-height: 45px;
}
li.t2s_block_product a span.price del {
  font-family: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
  font-weight: bold;
  color: #D20F15;
  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: #D20F15;
  color: white;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: "Nunito_Sans";
  font-weight: bold;
  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: "Nunito_Sans";
  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 #D20F15;
  padding: 5px;
}
.hotline h3 {
  color: #D20F15;
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  border-top: solid 3px #D20F15;
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  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: #D20F15;
  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: #D20F15;
  border: 1px solid #D20F15;
}
.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: #D20F15;
}
.missing-option {
  color: #D20F15;
  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: "Nunito_Sans";
  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: "Nunito_Sans";
  font-weight: normal;
  /* font-weight: bold; */
  margin-top: 2px;
  padding-bottom: 1px;
  width: 97%;
  position: relative;
  padding: 10px;
  color: #D20F15;
  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?bubble_place_holder#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?bubble_place_holder#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;
}
/*Fin demande de devis panier*/
/*
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 : 2018-09-13, 15:45:17
    Author     : mgevaudan
*/
/*** uncss> filename: http://jair.lecedrerouge.com/skin/frontend/lecedrerougev3/default/css/main.css ***/
/* GLOBAL */
/*******************************************
définitions locales
*******************************************/
/*********************************************
détrompeur
*******************************************/
/*********************************************
règles de base
*******************************************/
/*Fin demande de devis panier*/
@font-face {
  font-family: "Nunito_Sans";
  src: url("/skin/frontend/master/worldstyle/font/Nunito_Sans/NunitoSans-Light.ttf");
}
@font-face {
  font-family: "Nunito_Sans_bold";
  src: url("/skin/frontend/master/worldstyle/font/Nunito_Sans/NunitoSans-Bold.ttf");
}
@font-face {
  font-family: "Nunito_Sans_Regular";
  src: url("/skin/frontend/master/worldstyle/font/Nunito_Sans/NunitoSans-Regular.ttf");
}
body {
  font-size: 75%;
  font-family: "Nunito_Sans";
  color: #020202a1;
}
#cms div.std {
  margin: 0px;
  padding: 0px;
  line-height: unset;
  font-size: unset;
}
.wrap-center,
.header-line-top {
  max-width: 100% !important;
}
p {
  line-height: 25px;
  font-size: 0.9375rem;
  color: #020202a1;
  font-weight: 400;
}
#pre-header {
  height: 3em;
  line-height: 3em;
  padding: 0 2%;
}
#pre-header .wrap-center {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 9px;
  max-width: 92%;
}
#header {
  background: white;
}
#mid-header {
  z-index: 999;
  height: 70px;
  margin: 0px !important;
  background: white;
  display: flex;
  justify-content: space-between;
}
#logo {
  width: auto;
  height: fit-content;
}
#logo a {
  margin: 0;
  display: flex;
  justify-content: center;
}
#logo a img {
  width: 65%;
}
div.header .title,
div.header .wrap-title {
  font-size: 1.375rem;
  color: #414141;
  font-weight: bold;
}
div.header p.brand {
  padding-top: 10px;
}
#barre {
  display: none;
}
#controls {
  background-color: #e7e9ec;
}
.icons-header {
  display: inline-block;
  margin: auto 10px;
}
#pre-footer {
  background-color: white;
}
#pre-footer ul.pushs li {
  border-left: none;
}
#pre-footer ul.pushs li:last-child {
  border-right: none;
}
#bottom-footer ul {
  color: #020202a1;
}
#bottom-footer ul li {
  width: 25%;
}
#bottom-footer ul li a {
  color: white;
}
#bottom-footer ul li.mentions-footer a {
  color: darkgray;
}
#footer {
  background-color: #e7e9ec;
}
.en-tete {
  height: unset;
}
#mc_embed_signup {
  position: absolute;
}
#mc_embed_signup_sp {
  position: absolute;
  left: -5000px;
}
div.price-box {
  float: left;
  margin-left: 5px;
}
div.price-box:after {
  content: " TTC";
  font-family: "Nunito_Sans";
  font-weight: bold;
  color: #878787;
  font-size: 14px;
}
#page div.area-infos div.infos div.bloc-infos div.select {
  float: left;
  width: 100%;
}
#page div.area-infos div.infos div.bloc-infos div.description p {
  font-size: 18px;
  font-family: "Nunito_Sans";
  height: 60px;
}
#page div.area-infos div.infos div.bloc-infos div.description-long,
#page div.area-infos div.infos div.bloc-infos div.description {
  width: 100%;
}
#page div.area-infos div.header p.brand {
  text-decoration: none;
}
#pdt_short_description {
  font-size: 16px;
  line-height: 24px;
}
#product {
  background-color: #e7e9ec;
}
#product > div {
  background-color: white;
}
#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;
}
#pdt_name {
  color: #414141;
}
#pdt_name .title {
  font-family: "Nunito_Sans";
  font-weight: normal;
  margin-bottom: 18px !important;
  margin-top: 20px !important;
  color: #414141;
  font-size: 1.375rem;
}
#product_addtocart_form > fieldset > div.header {
  background-color: white;
  padding-top: 10px;
}
#product_addtocart_form > fieldset > div.infos > div {
  background-color: white;
}
#page > div.grid-product > div {
  background-color: white;
  margin-top: 30px;
}
#page div.area-infos div.infos div.bloc-infos.features {
  background-color: white;
  background-image: none;
}
#page > div.wrap-center.with-border {
  background-color: #fff;
  line-height: 14px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 954px;
  margin: auto;
  margin-top: 25px;
  overflow: hidden;
}
button.add-cart {
  width: 270px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: background 0.5s;
  margin-left: 15px;
}
button.add-cart:hover {
  background-color: #000;
}
button.add-cart span {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
div.caracteristiques {
  background-color: white;
  line-height: 14px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 954px;
  margin: auto;
}
div.caracteristiques > p:nth-child(1) {
  color: #D20F15;
  font-weight: 700;
  font-size: 18px;
  border-bottom: solid 3px;
  margin-bottom: 15px;
  width: 245px;
}
div.caracteristiques > p:nth-child(2) > span {
  font-family: "Nunito_Sans";
  font-weight: normal;
  font-size: 18px;
}
#pdt_dispo {
  display: inline-block;
  margin-bottom: 10px;
}
#pdt_description > ul {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414141;
  line-height: 1.25em;
  list-style-type: disc;
  padding-left: 25px;
  margin-top: 5px;
}
#pdt_description > li:nth-child(1) {
  padding-top: 10px;
}
#pdt_description a {
  font-family: "Nunito_Sans";
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
  color: #2592a9;
  font-weight: 800;
  font-size: 16px;
}
#pdt_description a:hover {
  text-decoration: underline;
}
#pdt_description i {
  display: none;
}
#sidebar > ul.features > li > span.label {
  font-size: 0.9375rem;
  color: #878787;
}
#menu-container {
  width: auto;
  margin: 0;
}
#list-products > ul > li:hover {
  transform: scale(1.02);
}
#list-products > ul > li img {
  margin: 0 auto;
}
#list-products .infos a span.roll {
  border: none;
}
#list-products .infos a span.brand-price {
  width: 65%;
}
#list-products .infos a img {
  object-fit: cover;
}
#controls {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  max-width: 160px;
  margin: 0 auto;
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 15px;
}
#controls div.bloc-control p.title {
  font-family: "Nunito_Sans";
  font-weight: bold;
  font-style: normal;
  color: #333333;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #987A1E;
}
@media screen and (max-width: 1024px) {
  #controls div.bloc-control p.title {
    max-width: 130px;
  }
  #controls div.bloc-control ul li a {
    font-size: 14px;
  }
  #controls {
    margin-left: 5px;
  }
}
#tris > ul > li > a {
  transition: font-size 0.2s;
}
#tris > ul > li > a:hover {
  font-size: 14px;
}
#btns-push li {
  width: 50%;
  border: none;
  margin-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #btns-push li {
    width: 50%;
  }
}
#btns-push div.reduction {
  border-right: none;
  background-color: white;
  color: white;
  display: block;
}
div.price-box.reduc span.price {
  font-style: normal;
  font-weight: normal;
  color: white;
  float: none;
}
div.price-box span.price,
div.price-box span.regular-price {
  font-family: "Nunito_Sans";
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: black;
}
button.add-cart {
  width: inherit;
}
#jmenu ul li {
  font-size: 16px;
  color: #000;
  margin: 0 12px;
  padding-top: 10px;
}
#jmenu ul li:hover {
  color: #987A1E;
}
#liste-showroom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#liste-showroom ul li {
  width: 430px;
  margin: auto;
  padding: 0px;
  background-color: white;
}
#liste-showroom ul li img {
  width: 430px;
  height: 270px;
  padding: 0px;
}
#liste-showroom ul li h3 {
  font-family: "Nunito_Sans";
  font-weight: bold;
  font-size: 18px;
  color: #414141;
  padding: 5px;
  text-transform: uppercase;
}
#liste-showroom ul li p {
  font-weight: normal;
  color: #878787;
  padding: 20px;
  padding-bottom: 5px;
  font-family: "Nunito_Sans";
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  line-height: 1.6;
}
#liste-showroom ul li p:nth-child(3) {
  color: #4a4a4a;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 650;
}
#liste-showroom ul li p:nth-child(5),
#liste-showroom ul li p:nth-child(6),
#liste-showroom ul li p:nth-child(7),
#liste-showroom ul li p:nth-child(8) {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 650;
}
.cms-tel:before {
  content: "\00260E";
  color: #01B39E;
  padding-right: 10px;
  font-size: 20px;
}
.cms-mail:before {
  content: "\2709";
  color: #01B39E;
  padding-right: 10px;
  font-size: 20px;
}
div#div-contact {
  font-family: "Nunito_Sans";
  font-weight: normal;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 35px;
}
h2.titre-cms {
  font-size: 20px;
  font-family: "Nunito_Sans";
  color: #4a4a4a;
  text-align: center;
  padding: 25px;
  padding-top: 5px;
  line-height: 1.6;
}
.novo-title {
  text-transform: initial !important;
  padding-left: 15px;
  border-bottom: 2px solid #987A1E;
  overflow: hidden;
  display: initial;
  padding-bottom: 20px;
  padding-right: 30px;
}
.banner-header {
  position: absolute;
  top: 220px;
  text-align: center;
  width: 100%;
  color: white;
}
.banner-header .novo-title {
  color: white !important;
  font-weight: 700;
  font-size: 2.875rem !important;
  text-transform: initial !important;
  line-height: 1.1;
  padding-left: 15px;
  border-bottom: 2px solid #987A1E;
  overflow: hidden;
  display: initial;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#loginForm > div,
#nous-contacter {
  font-family: "Nunito_Sans";
  font-weight: normal;
  background-color: white;
  background: #fff;
  padding: 1rem;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 15px;
}
#page > div.opc-wrapper-opc,
#page > div.checkout.border-t.border-b.bigtitle > div,
#forgotForm > div {
  font-family: "Nunito_Sans";
  font-weight: normal;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0px !important;
  max-width: 1340px;
  margin-top: 35px;
}
#registerForm > div {
  font-family: "Nunito_Sans";
  font-weight: normal;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 35px;
}
#page p.legend {
  font-family: "Nunito_Sans";
  font-weight: normal;
  font-size: 1.2em;
  padding-bottom: 20px;
}
#login-form > fieldset > div:nth-child(2) > label,
#login-form > fieldset > div:nth-child(3) > label {
  color: #414141;
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  float: left;
  width: 25%;
  padding-right: 10px;
}
input#firstname,
#lastname,
#email_address,
#password,
#confirmation,
#email,
#pass,
#name,
#telephone,
#company,
#occupation,
#yourproject {
  background: #ebebeb;
  color: #acaaa6;
  border: none;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  background-clip: padding-box;
  border-radius: 0;
  width: 250px;
}
#send2,
#form-validate > div.buttons-set > div > button,
#form-validate > div.buttons-set > a,
#review-buttons-container > button,
#form-validate > fieldset > div.submit > input[type="submit"] {
  text-align: center;
  cursor: pointer;
  background-color: #D20F15;
  border-radius: 10px;
  transition: background 0.5s;
  margin: auto;
  margin-bottom: 10px;
  font-style: normal;
  text-transform: initial;
}
#send2:hover,
#form-validate > div.buttons-set > div > button:hover,
#form-validate > div.buttons-set > a:hover,
#review-buttons-container > button:hover,
#form-validate > fieldset > div.submit > input[type="submit"]:hover {
  background-color: #2592a9;
}
#discount-coupon-form > input.button.button-grey {
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 0px;
  transition: background 0.5s;
  font-style: normal;
  text-transform: uppercase;
}
#discount-coupon-form > input.button.button-grey:hover {
  background-color: #2592a9;
}
#login-form > fieldset > div:nth-child(3) > div > a {
  display: block;
  margin-left: 39%;
  font-family: "Nunito_Sans";
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
#registerForm > div label {
  color: #414141;
  text-align: right;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  float: left;
  width: 25%;
  padding-right: 10px;
}
#form-validate > div:nth-child(6) > div:nth-child(4) {
  margin-left: -550px;
}
#form-validate > div:nth-child(6) > div:nth-child(4) > label {
  width: 80%;
}
#loginForm > div > a {
  display: none;
}
div.validation-advice,
#page > div.wrap-center > div > ul > li {
  color: #ff4c4c;
  padding-top: 5px;
  font-family: "Nunito_Sans";
  padding: 10px;
  font-size: 14px;
}
#page > div.checkout.border-t.border-b.bigtitle > div > div.cart-collaterals {
  background-color: white;
}
#page > div.checkout.border-t.border-b.bigtitle > div > div.cart-totals > div {
  width: 100%;
  height: 200px;
}
#button-devis {
  float: none;
  margin-top: 10px;
  width: 160px;
  margin-left: 15px;
}
#button-devis > a,
#button-devis #button-commander > a {
  font-family: "Nunito_Sans";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-color: #D20F15;
  border-radius: 10px;
  transition: background 0.5s;
  font-style: normal;
}
#button-devis > a:hover,
#button-devis #button-commander > a:hover {
  background-color: #2592a9;
}
#button-commander {
  margin-top: 50px;
  background-color: white;
}
#page > div.wrap-center > div {
  max-width: unset;
}
button.add-cart {
  width: 50%;
}
#cms-pro {
  font-family: "Nunito_Sans";
  font-weight: normal;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 20px;
}
#cms-pro p {
  padding: 15px;
}
#cms-pro .underline {
  font-weight: 550;
  font-size: 18px;
  color: #D20F15;
}
#cms-pro ul li {
  list-style: none;
  padding: 10px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 550;
}
#cms-pro ul li:before {
  content: "•";
  padding-right: 8px;
  color: #D20F15;
}
#contact-form {
  background-color: #fff;
  line-height: 14px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 954px;
  margin: auto;
  margin-top: 25px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #bottom-footer ul li {
    width: 100%;
  }
  #bottom-footer > ul {
    text-align: center;
  }
  #logo {
    height: 66px;
  }
  #logo a {
    height: 60px;
  }
}
.wrap-center-no-overflow {
  overflow: unset;
}
#logo {
  margin: 0px !important;
  float: left !important;
  width: 9Opx !important;
  padding: 25px 15px !important;
  border: 1px solid;
  position: relative;
  left: 40px;
  top: 20px;
  z-index: 9999;
  background: white;
}
#logo a {
  margin: auto;
  width: 110px;
  z-index: 9999;
}
#logo a img {
  /*height: 110px;
            width: 100px;*/
  z-index: 9999;
}
#headerRight {
  margin: auto;
  width: auto;
}
#menu-container {
  line-height: 60px;
}
#jmenu {
  text-align: left !important;
  float: left;
  height: 73px;
  padding: 0px !important;
  margin-left: 50px;
}
#menu-user li:first-of-type a {
  background-image: url(../images/j_symbols.svg?q=20171201#account);
  content: "#account";
  background-position: center right;
  background-size: 25px;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  width: 32px;
}
#menu-user li {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  text-transform: lowercase;
  line-height: 33px;
}
#menu-user {
  margin-bottom: 0;
  padding-left: 0;
  width: max-content;
}
#menu-user li a.panier.bck_svg {
  background-image: url(../images/j_symbols.svg?q=20171201#panier);
  content: "#favoris";
  background-size: 25px;
}
#menu-user li a:nth-last-child(2),
#page a.back.back-form,
.cms-page-soldes-selection-mini .product-price-cms-page-soldes .price-box .reduction {
  display: none;
}
#searchBox {
  width: 15%;
  margin: auto;
  padding-top: 5px;
  padding-right: 40px;
}
#algolia-autocomplete-tt #searchText {
  width: 98%;
}
#searchText {
  border: 1px solid #999;
  color: #999;
  padding: 0 20px 0 20px;
  background-color: #FFF;
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
}
#searchSubmit {
  border-radius: 0;
}
#mc-embedded-subscribe,
#searchSubmit {
  color: #fff;
  height: 37px;
  border: unset;
  border-left: unset;
  width: 32px;
}
#searchSubmit.bck_svg {
  background-size: 26px 26px !important;
}
#header {
  background: white;
  border-bottom: 1px solid #f4eded;
  z-index: 9999;
  /* margin-bottom: 100px;*/
}
.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + #page {
  padding-top: 60px;
}
.sticky_div {
  border: none !important;
  top: 0 !important;
  background: transparent !important;
  align-self: center;
}
#jmenu ul li:hover {
  color: #000000 !important;
  border-bottom: 3px solid transparent !important;
}
.raven-menu-item:hover {
  color: #000000 !important;
  border-top: 1px solid #af9850 !important;
}
#pre-footer {
  float: left;
  width: 100%;
  background: #2F2D2D;
  height: 100px;
  display: block;
}
#post-footer {
  float: left;
  width: 100%;
  background: #1a1919;
  display: block;
  padding: 50px 20px;
}
#pre-footer,
#pre-pre-footer,
#post-footer {
  position: relative;
  z-index: 900;
}
.lign-footer {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 22px;
  color: white;
}
#lign-footer-3 img {
  position: relative;
  align-content: center;
  align-items: center;
  width: 166px;
  height: 166px;
  margin: 13px;
}
#souscription_newsletter {
  margin-top: 5px;
  margin-bottom: 50px;
  padding: 0px 0px 45px 0px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  justify-content: center;
}
#souscription_newsletter .email {
  background-color: #00000000;
  border: 1px solid white !important;
  border-radius: 100px 100px 100px 100px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFFD6;
  padding: 7px 15px 7px 15px;
  line-height: 1.4;
  width: 42% !important;
  height: 40px;
}
#mc_embed_signup {
  margin: auto;
  overflow: hidden;
  float: left;
  top: 60px;
  height: 100%;
}
#newsletter-submit {
  border-color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 100px;
  padding: 6px 33px 6px 23px;
  min-height: 40px;
  width: 133px;
  text-align: center;
  left: 74%;
  word-break: break-word;
  display: inline-block;
  white-space: break-spaces;
  line-height: 14px;
  margin: 0;
  cursor: pointer;
}
#txt-news,
#adr-footer,
#link-footer,
#link-social {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  color: #d2d2d2;
  margin-top: 22px;
  text-align: center;
}
#txt-news a,
#adr-footer a,
#link-footer a,
#link-social a {
  color: #d2d2d2;
}
#txt-news a :hover,
#adr-footer a :hover,
#link-footer a :hover,
#link-social a :hover {
  color: #d2d2d2;
}
.sep {
  color: #a98c23;
  margin-left: 15px;
  margin-right: 15px;
}
.icon-social {
  display: inline;
  margin: 0 10px;
}
.icon-social_link i {
  color: #a98c23;
  font-size: 26px;
}
.stiky-mobile {
  /* position: relative;
    top: 13px; 
    padding-top:10px;
    padding-bottom:10px;*/
  width: 100% !important;
}
div.menu-320 {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.menu-320 {
    display: block;
    background-image: url('../images/j_symbols.svg?bubble_place_holder#hamburger');
    content: "#hamburger";
    background-repeat: no-repeat;
    background-size: 45px 40px;
    width: 10%;
    float: left;
    position: relative;
    height: 40px;
    width: 45px;
    margin: 5px 5px;
  }
}
@media screen and (max-width: 1024px) {
  #jmenu {
    display: block;
    width: 45px;
    height: 33px;
    position: fixed;
    left: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1024px) {
  #jmenu ul {
    display: none;
    text-align: left;
    font-family: "Nunito_Sans";
    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: "Nunito_Sans";
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 5px;
  cursor: pointer;
  color: black;
  border-bottom: transparent 3px solid;
}
#jmenu ul li a {
  color: inherit;
  padding-top: 10px;
}
#jmenu ul li a:hover {
  color: inherit;
}
#jmenu ul li:hover {
  font-family: "Nunito_Sans";
  font-weight: normal;
  border-bottom: #D20F15 3px solid;
}
@media screen and (max-width: 768px) {
  #jmenu ul li {
    margin-right: 13px;
  }
  #jmenu ul li:last-of-type {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #jmenu ul li {
    margin-right: 13px;
  }
  #jmenu ul li:last-of-type {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  div.menu-320 {
    margin: 9px 12px !important;
  }
  #menu-container {
    position: absolute !important;
    width: auto !important;
  }
  #menu-utilisateur-mobile {
    height: 52px !important;
    margin: 15px 5px 0px 5px !important;
  }
  #menu-utilisateur-mobile a.panier {
    background-image: url(../images/j_symbols.svg?q=20171201#heart);
    content: "#favoris";
    line-height: normal;
  }
}
#searchSubmit {
  margin: auto;
  display: inline-block;
}
#searchSubmit.bck_svg {
  background-size: 20px 40px !important;
}
#menu-user li:nth-child(2) a:nth-last-child(1) {
  display: none !important;
}
@media screen and (min-width: 1024px) and (max-width: 1420px) {
  #menu-container {
    float: none !important;
  }
  #mid-header {
    height: fit-content;
  }
  #headerRight {
    width: max-content;
  }
}
@media screen and (min-width: 1620px) {
  #mid-header,
  #pre-header {
    padding: 0 5%;
  }
}
#declinations-content {
  display: block;
  width: 1050px;
}
#declinations-content .novo-title {
  display: block;
  width: max-content;
}
#declinations-content div.pdt-list div {
  margin-left: 0;
}
#declinations div.row:nth-child(1) div a:hover,
#declinations div.row:nth-child(1) div a.active {
  color: #af9850;
  background: url('../svg/tri_dore.svg') center right no-repeat;
}
div.pdt-list div.row {
  padding-top: 15px;
}
div.pdt-list {
  margin-top: 0;
}
div.pdt-list div.row div.cart a {
  background-color: #7f7d7a;
  padding: 0;
  font-style: normal;
  border-radius: 20px;
  width: 100%;
}
div.pdt-list div.row div.price {
  color: inherit;
  font-style: normal;
}
#page div.area-illustration div.illustrations div.list-illustrations {
  width: auto !important;
}
#page div.area-illustration div.illustrations div.list-illustrations ul li a {
  width: 150px !important;
  height: 150px !important;
}
@media screen and (min-width: 1024px) {
  .area-illustration .bx-wrapper .bx-next {
    margin-right: -60px;
  }
  .area-illustration .bx-wrapper .bx-prev {
    margin-left: -60px;
  }
  #page div.area-infos {
    width: 43.5% !important;
    padding-left: 7% !important;
  }
}
#page div.area-infos div.header span.brand {
  color: #af9850 !important;
  font-size: 14px !important;
}
#page div.area-infos div.header .wrap-title .title {
  font-size: 22px !important;
  text-transform: uppercase !important;
}
.select label {
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  float: left;
}
#page div.area-infos div.infos div.bloc-infos label {
  width: 100%;
}
.dd-container {
  float: left;
  margin: 10px 0;
}
#page div.area-infos div.infos div.bloc-infos ul li span {
  font-size: 16px !important;
}
#page div.area-infos div.infos div.bloc-infos .dd-selected {
  padding: 3px;
}
#page div.area-infos div.infos div.bloc-infos ul li span {
  font-size: 16px !important;
  font-weight: normal;
  color: #a5882f;
}
.super-attribute-select {
  display: block !important;
  padding: 5px;
  border: solid 1px #ccc;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
button.add-cart {
  background-color: #af9850;
  width: 200px !important;
  border-radius: 100px !important;
  height: 55px !important;
}
button.add-cart span {
  font-style: normal !important;
  font-weight: normal !important;
}
button.contact {
  background-color: #7f7d7a;
  color: white;
  width: 200px;
  border-radius: 100px;
  height: 55px;
  margin-left: 15px;
  cursor: pointer;
  border: 0px;
}
button.contact span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-family: "Nunito_Sans";
}
div.caracteristiques > p:nth-child(1) {
  color: black !important;
  font-size: 16px !important;
  line-height: 45px;
  width: 23% !important;
  border-bottom: 1px solid #987A1E !important;
  font-weight: normal !important;
}
#pdt_short_description {
  border: none !important;
}
#page div.area-infos div.all-products {
  margin-left: 5px;
}
#pdt_description {
  display: none;
}
#voir-carac-tech {
  cursor: pointer;
}
#breadcrumbs ul li a {
  background: none !important;
}
#breadcrumbs ul li a:hover {
  color: #987A1E;
}
.sep-1 {
  color: #020202a1;
}
.last-1 {
  text-transform: uppercase;
  font-weight: normal !important;
}
a.back {
  display: none !important;
}
.recap-cart-buttons-continue {
  background-color: black !important;
  color: white !important;
  width: 200px !important;
  border-radius: 100px !important;
  cursor: pointer;
  border: 0px !important;
}
.recap-cart-buttons-view {
  background-color: #9f9898 !important;
  color: white !important;
  width: 200px !important;
  border-radius: 100px !important;
  cursor: pointer;
  border: 0px !important;
}
.recap-cart .col2 .recap-cart-buttons {
  margin-left: 6%;
}
#list-products .infos a span.price {
  color: black !important;
}
#list-products .infos a span.title {
  height: auto;
  margin: 10px;
  text-align: center;
}
#list-products .infos a .pas_en_stock {
  height: auto;
}
#contact_form_product {
  margin: auto;
  width: 28%;
  border: 1px solid black;
  padding: 10px;
  position: fixed;
  top: 50px;
  left: 33%;
  background: white;
  z-index: 9999;
  display: none;
}
#contact_form_product > #contact,
#contact_form_contact {
  margin-top: 0px !important;
}
#contact_form_product > #contact .field,
#contact_form_contact .field {
  padding: 10px;
}
#contact_form_product > #contact label,
#contact_form_contact label {
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 5px;
  display: block;
}
#contact_form_product > #contact #sujet,
#contact_form_contact #sujet {
  height: 40px;
  width: 70%;
}
#contact_form_product > #contact #comment,
#contact_form_contact #comment {
  width: 99%;
  height: 90px;
}
#contact_form_product > #contact .novo-submit,
#contact_form_contact .novo-submit {
  width: 100%;
  text-align: center;
}
#contact_form_product > #contact h1,
#contact_form_contact h1 {
  text-align: center;
}
#contact_form_product .input-box input,
#contact_form_contact .input-box input {
  width: 92% !important;
  border: 1px solid #cdcccc;
  background: none !important;
}
@media screen and (max-width: 810px) {
  #contact_form_contact {
    width: 100% !important;
  }
}
.column.first {
  margin-bottom: 80px;
}
.close_popup_contact {
  font-family: "Nunito_Sans";
  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";
  float: right;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  left: 86%;
  z-index: 999;
}
#btn-envoyer {
  width: 150px;
  border: -10px solid;
  padding: 13px;
  border-radius: 100px;
  background: white;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
}
#addr_popup_contact {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#addr_popup_contact span {
  color: black;
  line-height: 23px;
  font-size: 16px;
  font-weight: 100 !important;
}
.slider_products {
  max-width: 100% !important;
  box-shadow: none !important;
}
.header-line-top {
  box-shadow: none !important;
  height: 100px;
  margin-left: 50px;
}
.header-line-top h1,
.header-line-top h2 {
  font-size: 2rem !important;
  text-transform: none !important;
  padding-left: 0px !important;
  font-weight: 100 !important;
  border-bottom: 1px solid #a98c23;
  line-height: 78px;
  display: inline-flex;
  position: relative;
}
#page .checkout .cart-collaterals,
#page .checkout .cart-totals,
#page .checkout .cart-links {
  overflow: visible !important;
}
.btn-continue {
  background-color: black !important;
  color: white !important;
  width: max-content;
  border-radius: 100px !important;
  cursor: pointer;
  border: 0px !important;
  padding: 17px !important;
  top: -70px !important;
  font-size: 12px !important;
}
#shopping-cart-table .name,
#shopping-cart-table .description {
  width: 338px !important;
  line-height: 23px;
}
#shopping-cart-table .price-unit,
#shopping-cart-table .price,
#shopping-cart-table .availability {
  width: 110px;
  margin-right: 110px;
  padding-top: 5px;
}
#shopping-cart-table .qty {
  width: 110px !important;
  margin-right: 42px;
}
.checkout-cart-index div.pdt-list div.illustration {
  width: 190px;
}
#devisprodcutlist .name {
  width: 200px !important;
}
.div-header {
  float: left;
  width: 110px;
  margin-right: 110px;
  font-size: 14px;
}
@media screen and (max-width: 1405px) {
  .div-header {
    margin-right: 50px;
  }
  div.name {
    width: 200px !important;
  }
  #shopping-cart-table .name {
    width: 200px !important;
  }
  #shopping-cart-table .price-unit,
  #shopping-cart-table .price,
  #shopping-cart-table .availability {
    width: 100px;
    margin-right: 50px;
  }
  #shopping-cart-table .qty {
    width: 50px !important;
  }
}
.header-tab {
  float: left;
  width: 103%;
  position: relative;
  height: 60px;
  border-bottom: 1px solid #cfcfcf;
  padding: 0px !important;
  margin: 0px;
  line-height: 75Px;
  left: -16px;
  top: -14Px;
}
#shopping-cart-table .delete {
  margin-left: 110px;
}
#tab-content {
  border: 1px solid #cfcfcf;
}
div.name {
  width: 233px !important;
}
.btn-checkout {
  background-color: black !important;
  color: white !important;
  border-radius: 100px !important;
  cursor: pointer;
  padding: 15px;
}
.button-grey {
  height: auto;
  line-height: auto;
}
.cart-collaterals {
  display: none !important;
}
#totalpanel {
  font-family: "Nunito_Sans";
  font-weight: normal;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #cfcfcf;
  max-width: 1430Px;
  padding-bottom: 20px;
}
.checkout-cart-index .slider_products,
.catalog-product-view .slider_products {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .checkout-cart-index .header-tab {
    display: none;
  }
}
.cart-totals {
  width: 100%;
  float: left;
}
.cart-totals .column {
  width: 100% !important;
}
#shopping-cart-totals-table td {
  padding: 18px 0 7px 30px !important;
  display: inline-flex !important;
  width: 200px !important;
  font-size: 15px;
}
#shopping-cart-totals-table span.price {
  color: black !important;
}
#page div.area-infos div.all-products a {
  color: black !important;
}
#shopping-cart-totals-table tbody .first {
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  top: -12px;
  line-height: 20px;
}
#shopping-cart-totals-table tbody .even {
  padding-top: 20px;
  display: block;
}
#shopping-cart-totals-table {
  width: 100%;
}
#shopping-cart-totals-table .first,
#shopping-cart-totals-table .last {
  font-size: 17px !important;
}
#cart-link-bottom {
  top: 110px;
}
#cart-link-bottom .btn-continue {
  font-size: 14px !important;
  background: gray !important;
}
div.pdt-list div.row:last-child {
  border: none !important;
}
#pre-pre-footer {
  float: left;
  width: 100%;
  background: white;
  text-align: center;
  padding: 10px 20% 60px 20%;
}
@media screen and (max-width: 1024px) {
  #pre-pre-footer {
    padding: 10px 10% 60px 10%;
  }
}
.blk-footer {
  float: left;
  width: 48%;
  margin: 1%;
}
.blk-footer .lgn-1 {
  height: 120px;
}
.blk-footer .lgn-2 {
  height: 25px;
}
.blk-footer .lgn-2 span,
.blk-footer .lgn-1 span {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
.blk-footer .lgn-3 span {
  font-size: 15px;
  font-weight: 200;
}
.blk-footer .lgn-3 span a {
  font-size: 16px;
  border: 1px solid #505050;
  padding: 10px 20px;
  border-radius: 100px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blk-footer .lgn-3 .bl-img {
  margin-top: 15px;
}
.lgn-1,
.lgn-2,
.lgn-3 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.lgn-1 img,
.lgn-2 img,
.lgn-3 img {
  display: inline-block;
}
.blk-footer_30 {
  float: left;
  width: 30%;
  margin-left: 3%;
}
.blk-footer_30 #lg1 img {
  top: -8px;
  position: relative;
}
.blk-footer_30 .lgn-1 {
  height: 120px;
}
.blk-footer_30 .lgn-2 {
  height: 25px;
}
.blk-footer_30 .lgn-2 span {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  color: #020202a1 !important;
}
.blk-footer_30 .lgn-3 span {
  font-size: 15px;
  font-weight: 200;
}
.blk-footer_30 .lgn-3 span a {
  font-size: 18px;
  border: 1px solid #505050;
  padding: 20px;
  border-radius: 100px;
  margin-top: 10px;
  position: relative;
  width: 237px;
  display: inline-block;
  text-align: center;
}
.blk-footer_30 .lgn-3 .bl-img {
  margin-top: 10px;
}
#pre-footer-product {
  float: left;
  width: 100%;
  background: white;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
#pre-footer-product .wrap-center {
  height: 200px;
}
#pdt_short_description p,
#pdt_description p {
  line-height: 30px !important;
  font-size: 1rem !important;
  color: #020202a1 !important;
}
#page div.area-infos div.all-products a {
  color: #2d2c2c !important;
  font-size: 13Px;
}
@media screen and (max-width: 1024px) {
  #jmenu ul {
    padding-top: 0px !important;
    top: 69px !important;
    position: relative !important;
    padding-left: 20px !important;
    margin-left: -50px !important;
    background-color: #1a1919;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    text-align: center;
  }
  #jmenu ul li {
    margin-right: 13px;
    color: #fff;
  }
  #jmenu ul li {
    font-size: 15px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 150px;
  }
  .blk-footer .lgn-3 img {
    margin-right: -4px !important;
    margin-left: 4px !important;
    width: 38px !important;
  }
  .blk-footer .lgn-3 span a {
    font-size: 16px !important;
    padding: 14px !important;
    width: auto !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu {
    width: 94% !important;
    width: 95vw !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
    line-height: 22px;
  }
}
div.pdt-list div.row a.btn-remove {
  background: url(../images/icons8-close.svg) center center no-repeat !important;
}
#shopping-cart-totals-table .first > .a-right:first-child {
  font-family: "Nunito_Sans_bold" !important;
}
#lcr_mea_large_fix {
  width: 100% !important;
  margin-left: 0px !important;
  height: 275px;
  background-image: url(../images/fond02.jpg);
}
#contact {
  margin-top: 0;
}
.contacts-index-index .novo-submit {
  display: flex;
  justify-content: center;
}
.contacts-index-index #btn-envoyer {
  padding: 0px !important;
  background-color: black !important;
  border: 1px solid !important;
}
.catalog-product-view #lcr_mea_large_fix,
.checkout-cart-index #lcr_mea_large_fix {
  display: none !important;
}
#algolia-autocomplete-container .aa-dropdown-menu {
  line-height: 22px;
}
#menu-user li a.panier {
  color: black !important;
  font-size: 12px !important;
  line-height: 38px !important;
  text-indent: -3px;
  font-family: "Nunito_Sans_bold" !important;
}
@keyframes anim-popoutin {
  0% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
  25% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
  }
}
.fcivilite {
  margin-top: 25px;
}
#pre-header p {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
}
#breadcrumbs {
  padding-top: 30px;
  display: none;
}
.recap-cart .recap-cart-name {
  background: url(../images/green-tick.png) left no-repeat !important;
  background-size: 25px 18px !important;
  height: 20px;
  top: -2px;
  background-position-y: 0px;
  padding: 0 0 0 45px !important;
  margin-bottom: 25px;
}
#contact_form_product .novo-title {
  font-size: 35px !important;
  display: block;
  color: #000000b5 !important;
}
.catalog-product-view #breadcrumbs {
  padding: 30px !important;
  display: block;
  margin-left: 200px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view #breadcrumbs {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1620px) {
  .catalog-product-view #breadcrumbs {
    margin-left: 375px;
  }
}
@media screen and (max-width: 1024px) {
  #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: 100px;
    height: 45px;
    position: static;
    background-color: transparent;
    border: none;
    z-index: auto;
    align-self: center;
  }
  #logo img {
    display: none;
  }
  #searchBox {
    width: 30%;
  }
  #pre-header {
    display: none;
  }
}
.overlay-rouge {
  background-color: #ffffff;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  #searchBox {
    width: 100%;
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    height: 50px;
    background-color: white;
    z-index: 999999;
    padding: 0 10px;
  }
}
.lign-footer a img {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 590px) {
  #lign-footer-3 img {
    width: 30%;
    height: auto;
    margin: auto;
  }
  #lign-footer-2 img {
    width: auto;
  }
  #newsletter-submit {
    left: auto;
  }
  #souscription_newsletter .email {
    width: 90% !important;
  }
  #mc_embed_signup {
    width: 100%;
  }
}
.mail {
  color: #000;
}
#send2 {
  background-color: #000;
  padding: 0 25px;
  font-size: 14px;
}
.categories-banner {
  background-image: url(../images/fond-tertiaire.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0 70px 0;
}
.categories-banner h1 {
  color: white;
}
@media screen and (max-width: 1024px) {
  .categories-banner {
    padding: 30px 0 50px 0;
  }
  .categories-banner h1 {
    font-size: 20px;
  }
}
#page div.area-push {
  margin-top: 0;
}
#page.space-products div.area-categories {
  padding: 30px 10px;
}
#page.space-products div.area-categories ul {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#page.space-products div.area-categories ul li:nth-child(4n) {
  margin-right: 10px;
}
#page.space-products div.area-categories ul a {
  display: flex;
  justify-content: center;
}
#page.space-products div.area-categories ul a h2 {
  font-family: 'Nunito_Sans';
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: #ffffff;
  text-transform: none;
  overflow: hidden;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 5;
  width: inherit;
  margin-top: 150px;
}
#page.space-products div.area-categories ul a img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
@media screen and (min-width: 1620px) {
  #page.space-products div.area-categories {
    width: 80%;
    margin: 0 auto;
  }
}
.instruction-text {
  margin-left: 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #filter-menu-320 {
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  div.pdt-list {
    margin: 0 30px;
  }
  div.row div.sort a {
    display: none;
  }
  div.row .name.sort a,
  div.row .price.sort a {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  div.row .color p {
    margin-left: 60px;
  }
  div.row .options_obligatoires p {
    margin-left: 50px;
  }
}
.checkout.bigtitle {
  margin-top: 90px;
}
#page .opc-wrapper-opc h1,
#page .opc-wrapper-opc h3 {
  font-style: normal;
  text-transform: uppercase;
}
#page .opc-wrapper-opc h1 span,
#page .opc-wrapper-opc h3 span {
  background: #987A1E;
}
#page .opc-wrapper-opc .text-login a {
  color: #987A1E;
}
#page .opc-wrapper-opc .btn span span {
  background: gray;
}
#page .opc-wrapper-opc #checkout-payment-method-load dd img {
  height: min-content;
}
#page .opc-wrapper-opc .btn-checkout span {
  line-height: normal;
}
#logout {
  margin-top: 100px;
  margin-left: 25px;
}
#logout p {
  margin-top: 20px;
}
.contact-block {
  display: none;
}
#page .dashboard.border-t {
  margin-top: 90px;
}
.back-to-top {
  z-index: 9999;
}
.share_product i {
  color: #000000;
  font-size: 20px;
}
.header-wishlist {
  margin-top: 40px;
  text-align: center;
  margin-left: 0;
}
.header-wishlist h1 {
  border: none;
  color: #1a1919;
  font-size: 32px;
}
.partenaire-title,
.realisation-text {
  border-bottom: 1px solid #987A1E;
  color: #987A1E;
  padding-bottom: 12px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.realisation-text {
  border: none;
}
.description-part {
  margin-right: 40px;
}
.description-part p {
  font-size: 16px;
  text-align: justify;
}
.lateral-part {
  width: 40%;
  margin: 50px;
}
.lateral-part h1 {
  font-size: 32px;
  margin: 20px 0;
}
.lateral-part h2 {
  font-size: 18px;
}
.part-cover,
.realisation-gallery {
  margin: 40px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .lateral-part {
    width: 85%;
    margin: 20px;
  }
  .part-cover,
  .realisation-gallery {
    margin: 10px;
  }
  .description-part {
    margin-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .part-cover {
    display: none;
  }
}
.contact-part-card {
  background-color: #a98c23;
  width: 60%;
  height: 30vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
.contact-part-card p {
  font-size: 24px;
  color: white;
  margin: 20px;
}
.contact-part-card button {
  border: solid black 2px;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}
.contact-real {
  width: 100%;
}
.mt-16 {
  margin-top: 4rem;
}
.part-container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .part-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1620px) {
  .part-container {
    width: 80%;
    margin: 0 auto;
  }
}
.realisation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px;
}
.realisation-list div {
  margin: 20px;
}
.realisation-list div h2 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .realisation-list {
    padding: 0;
  }
}
#filtre_stock {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu {
  right: 0 !important;
}
#list-products.search-div ul li .infos a span.brand-price {
  display: none;
}
#list-products .infos a div.search-img-positioner {
  margin: 15px;
}
::selection {
  background: #a58c39;
  color: #fff;
}
#search div.toolbar-advanced {
  width: 100%;
  text-align: center;
}
.fix-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 30px;
  background-color: black;
  color: white;
  border-radius: 20px;
  margin: 30px 15px;
  display: none;
  border: 1px solid #fff;
}
@media screen and (min-width: 545px) {
  .fix-contact {
    padding: 15px 45px;
    font-size: 24px;
    margin: 50px 25px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .fix-contact {
    display: block;
  }
  .back-to-top img {
    display: none;
  }
  .raven-nav-menu li:last-of-type {
    order: -1;
  }
}
#devis-panier div.pdt-list div {
  float: none;
  margin: 0;
  display: flex;
}
#devis-panier #devisProductList {
  flex-direction: column;
}
#devis-panier #devisProductList .row {
  align-items: flex-start;
}
#devis-panier .availability,
#devis-panier .price-unit,
#devis-panier .qty,
#devis-panier .optionnal {
  width: 0;
  margin-left: 0;
}
#devis-panier #shopping-cart-table .availability,
#devis-panier #shopping-cart-table .qty {
  width: 0;
  margin-right: 0;
  padding-top: 0;
}
#devis-panier #shopping-cart-table .delete {
  margin-left: 0;
}
#devis-panier #devis-panier div.pdt-list div.price-unit span.cart-price {
  width: 0;
}
#devis-panier #shopping-cart-table .price-unit,
#devis-panier #shopping-cart-table .price,
#devis-panier #shopping-cart-table .availability {
  padding-top: 0;
}
#devis-panier .header .price {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #devis-panier div.pdt-list div {
    display: block;
  }
  #devis-panier #shopping-cart-table .price-unit,
  #devis-panier #shopping-cart-table .price {
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #devis-panier .delete {
    width: 100%;
    position: absolute;
    right: 150px;
  }
}
@media screen and (max-width: 1024px) {
  #devis-panier #shopping-cart-table .availability {
    display: none;
  }
  #devis-panier .price-unit,
  #devis-panier .qty {
    width: 100px;
  }
}
#page .account-create > div {
  margin-top: 80px;
}
#page .modal {
  top: 50px;
}
.dashboard-my-orders input,
.dashboard-my-orders textarea {
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
.dashboard-my-orders input[name="title"] {
  height: 30px;
  width: 300px;
}
.dashboard-my-orders textarea[name="message"] {
  line-height: normal;
}
.dashboard-my-orders button[type="submit"] {
  background-color: #000;
  color: white;
  padding: 0 20px;
  border-radius: 20px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .dashboard-my-orders button[type="submit"] {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  #awhdu3-customer-create-ticket-form .pdt-list {
    margin: 0;
  }
}
